summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-18 19:32:18 -0700
committerKeith Packard <keithp@keithp.com>2009-04-18 19:32:18 -0700
commit3d5a5fc4db5f681e848202c4ee4099d2879677d6 (patch)
treecee72545abad4dcf88b9045c99a580210984b3e4
parent022f83ca6fd589005d8eb3e25e633950fef69fa7 (diff)
Fix GPL version at 2
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--25lc1024.h3
-rw-r--r--ao_adc.c3
-rw-r--r--ao_beep.c3
-rw-r--r--ao_cmd.c3
-rw-r--r--ao_dbg.c3
-rw-r--r--ao_ee.c3
-rw-r--r--ao_flight.c3
-rw-r--r--ao_led.c3
-rw-r--r--ao_log.c3
-rw-r--r--ao_report.c3
10 files changed, 10 insertions, 20 deletions
diff --git a/25lc1024.h b/25lc1024.h
index 7e48f0dd..44e52387 100644
--- a/25lc1024.h
+++ b/25lc1024.h
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/ao_adc.c b/ao_adc.c
index 8834f26e..9cd3d46c 100644
--- a/ao_adc.c
+++ b/ao_adc.c
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/ao_beep.c b/ao_beep.c
index ae5e36a6..5080a8e8 100644
--- a/ao_beep.c
+++ b/ao_beep.c
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/ao_cmd.c b/ao_cmd.c
index 3b69541b..49efb05e 100644
--- a/ao_cmd.c
+++ b/ao_cmd.c
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/ao_dbg.c b/ao_dbg.c
index 3ccfa052..f7b292f3 100644
--- a/ao_dbg.c
+++ b/ao_dbg.c
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/ao_ee.c b/ao_ee.c
index 010774d7..8dbb5e83 100644
--- a/ao_ee.c
+++ b/ao_ee.c
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/ao_flight.c b/ao_flight.c
index d4f2ae80..bf20f357 100644
--- a/ao_flight.c
+++ b/ao_flight.c
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/ao_led.c b/ao_led.c
index c46e2eba..f27714ed 100644
--- a/ao_led.c
+++ b/ao_led.c
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/ao_log.c b/ao_log.c
index b24602e9..fedd9850 100644
--- a/ao_log.c
+++ b/ao_log.c
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/ao_report.c b/ao_report.c
index 0753df47..2c4554b5 100644
--- a/ao_report.c
+++ b/ao_report.c
@@ -3,8 +3,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 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of