diff options
author | Keith Packard <keithp@keithp.com> | 2017-04-24 21:54:25 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-04-24 22:01:38 -0700 |
commit | 43cf1991f042e50fb6ec0b037f6d212436e3d31b (patch) | |
tree | d0e8c4dee673aaaa163ccf8f2037786f4c4334be | |
parent | e0be779ac401f063b968aaac9460c972a728d309 (diff) |
altos/telemini-v3.0: Fix license
Was GPL2, switch to GPL2+
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/telemini-v3.0/ao_pins.h | 5 | ||||
-rw-r--r-- | src/telemini-v3.0/ao_telemini.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/telemini-v3.0/ao_pins.h b/src/telemini-v3.0/ao_pins.h index 351d28d8..0551e1fc 100644 --- a/src/telemini-v3.0/ao_pins.h +++ b/src/telemini-v3.0/ao_pins.h @@ -1,9 +1,10 @@ /* - * Copyright © 2013 Keith Packard <keithp@keithp.com> + * Copyright © 2017 Keith Packard <keithp@keithp.com> * * 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; version 2 of the License. + * 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 diff --git a/src/telemini-v3.0/ao_telemini.c b/src/telemini-v3.0/ao_telemini.c index 82c1acd4..ecd16dd2 100644 --- a/src/telemini-v3.0/ao_telemini.c +++ b/src/telemini-v3.0/ao_telemini.c @@ -1,9 +1,10 @@ /* - * Copyright © 2011 Keith Packard <keithp@keithp.com> + * Copyright © 2017 Keith Packard <keithp@keithp.com> * * 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; version 2 of the License. + * 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 |