msuraev has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/32409 )
Change subject: license: fix typos ......................................................................
license: fix typos
Change-Id: I450919973bbd31bce44c0b6606f457581e2f71df --- M src/common/nm_gprs_cell_fsm.c M src/common/nm_gprs_nsvc_fsm.c 2 files changed, 19 insertions(+), 10 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/src/common/nm_gprs_cell_fsm.c b/src/common/nm_gprs_cell_fsm.c index cc3ece6..6ba23bd 100644 --- a/src/common/nm_gprs_cell_fsm.c +++ b/src/common/nm_gprs_cell_fsm.c @@ -6,17 +6,17 @@ * All Rights Reserved * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public Licecell as published by - * the Free Software Foundation; either version 3 of the Licecell, or + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public Licecell for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public Licecell - * along with this program. If not, see http://www.gnu.org/licecells/. + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. * */
diff --git a/src/common/nm_gprs_nsvc_fsm.c b/src/common/nm_gprs_nsvc_fsm.c index 2b45fc4..6d3edf2 100644 --- a/src/common/nm_gprs_nsvc_fsm.c +++ b/src/common/nm_gprs_nsvc_fsm.c @@ -6,17 +6,17 @@ * All Rights Reserved * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public Licensvc as published by - * the Free Software Foundation; either version 3 of the Licensvc, or + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public Licensvc for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public Licensvc - * along with this program. If not, see http://www.gnu.org/licensvcs/. + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. * */