aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2023-04-23 15:08:00 +0300
committerMax <msuraev@sysmocom.de>2023-04-23 15:08:00 +0300
commitbbdb10ee488a866472996d1bd1cca1120b3cf8fe (patch)
tree47f667a1b2010a6a88e16c6ba376a42d02f95d63
parentac1eb71d7843c10244457850a09fa247662faac0 (diff)
license: fix typos
-rw-r--r--src/common/nm_gprs_cell_fsm.c10
-rw-r--r--src/common/nm_gprs_nsvc_fsm.c10
2 files changed, 10 insertions, 10 deletions
diff --git a/src/common/nm_gprs_cell_fsm.c b/src/common/nm_gprs_cell_fsm.c
index cc3ece66..6ba23bd7 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 2b45fc47..6d3edf2e 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/>.
*
*/