aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/mmcli-bearer.c2
-rw-r--r--cli/mmcli-call.c2
-rw-r--r--cli/mmcli-common.c2
-rw-r--r--cli/mmcli-common.h11
-rw-r--r--cli/mmcli-manager.c2
-rw-r--r--cli/mmcli-modem-3gpp.c2
-rw-r--r--cli/mmcli-modem-cdma.c2
-rw-r--r--cli/mmcli-modem-firmware.c2
-rw-r--r--cli/mmcli-modem-location.c2
-rw-r--r--cli/mmcli-modem-messaging.c2
-rw-r--r--cli/mmcli-modem-oma.c2
-rw-r--r--cli/mmcli-modem-signal.c2
-rw-r--r--cli/mmcli-modem-simple.c2
-rw-r--r--cli/mmcli-modem-time.c2
-rw-r--r--cli/mmcli-modem-voice.c2
-rw-r--r--cli/mmcli-modem.c2
-rw-r--r--cli/mmcli-sim.c2
-rw-r--r--cli/mmcli-sms.c2
-rw-r--r--cli/mmcli.c2
-rw-r--r--cli/mmcli.h2
20 files changed, 27 insertions, 22 deletions
diff --git a/cli/mmcli-bearer.c b/cli/mmcli-bearer.c
index 5829e60a..96179dad 100644
--- a/cli/mmcli-bearer.c
+++ b/cli/mmcli-bearer.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-call.c b/cli/mmcli-call.c
index f67155e2..5991d073 100644
--- a/cli/mmcli-call.c
+++ b/cli/mmcli-call.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c
index b50776b6..f9908e94 100644
--- a/cli/mmcli-common.c
+++ b/cli/mmcli-common.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h
index 1707dab5..fec19203 100644
--- a/cli/mmcli-common.h
+++ b/cli/mmcli-common.h
@@ -1,14 +1,19 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
- * This program is free software; you can redistribute it and/or modify
+ * mmcli -- Control modem status & access information from the command line
+ *
+ * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation, either version 2 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 License for more details:
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright (C) 2011 Aleksander Morgado <aleksander@gnu.org>
*/
diff --git a/cli/mmcli-manager.c b/cli/mmcli-manager.c
index a420e644..9960412e 100644
--- a/cli/mmcli-manager.c
+++ b/cli/mmcli-manager.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-3gpp.c b/cli/mmcli-modem-3gpp.c
index 3c10be25..8d95a366 100644
--- a/cli/mmcli-modem-3gpp.c
+++ b/cli/mmcli-modem-3gpp.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-cdma.c b/cli/mmcli-modem-cdma.c
index 9f669f89..5db1e5f0 100644
--- a/cli/mmcli-modem-cdma.c
+++ b/cli/mmcli-modem-cdma.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-firmware.c b/cli/mmcli-modem-firmware.c
index 11f47237..0905a00c 100644
--- a/cli/mmcli-modem-firmware.c
+++ b/cli/mmcli-modem-firmware.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-location.c b/cli/mmcli-modem-location.c
index e055a8eb..650ff75d 100644
--- a/cli/mmcli-modem-location.c
+++ b/cli/mmcli-modem-location.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-messaging.c b/cli/mmcli-modem-messaging.c
index 5d5921f9..0159fa12 100644
--- a/cli/mmcli-modem-messaging.c
+++ b/cli/mmcli-modem-messaging.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-oma.c b/cli/mmcli-modem-oma.c
index 2e61fe20..63e23aeb 100644
--- a/cli/mmcli-modem-oma.c
+++ b/cli/mmcli-modem-oma.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-signal.c b/cli/mmcli-modem-signal.c
index c15b6b58..009218fb 100644
--- a/cli/mmcli-modem-signal.c
+++ b/cli/mmcli-modem-signal.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-simple.c b/cli/mmcli-modem-simple.c
index 745e5387..ed53ad6f 100644
--- a/cli/mmcli-modem-simple.c
+++ b/cli/mmcli-modem-simple.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-time.c b/cli/mmcli-modem-time.c
index 7c37aaf4..206ca599 100644
--- a/cli/mmcli-modem-time.c
+++ b/cli/mmcli-modem-time.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem-voice.c b/cli/mmcli-modem-voice.c
index 8fbd8e1e..e5bb81d2 100644
--- a/cli/mmcli-modem-voice.c
+++ b/cli/mmcli-modem-voice.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-modem.c b/cli/mmcli-modem.c
index f119f6ef..39890c69 100644
--- a/cli/mmcli-modem.c
+++ b/cli/mmcli-modem.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-sim.c b/cli/mmcli-sim.c
index 65993392..d8db968d 100644
--- a/cli/mmcli-sim.c
+++ b/cli/mmcli-sim.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli-sms.c b/cli/mmcli-sms.c
index 9c54ef76..1fd88178 100644
--- a/cli/mmcli-sms.c
+++ b/cli/mmcli-sms.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli.c b/cli/mmcli.c
index 6784a704..4d3d9ff6 100644
--- a/cli/mmcli.c
+++ b/cli/mmcli.c
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/cli/mmcli.h b/cli/mmcli.h
index a367be4c..58ff34e1 100644
--- a/cli/mmcli.h
+++ b/cli/mmcli.h
@@ -4,7 +4,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,