From c3d882a22dfaad20b203875af7c9554938160b88 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 30 Oct 2010 13:05:27 +0200 Subject: Embtk: change License to GPLv2 This patch changes EmbToolkit license to GPLv2 as EmbToolkit uses some packages with GPLv2 (kconfig from linux for example). Signed-off-by: Abdoulaye Walsimou Gaye --- packages/misc/expat/expat.kconfig | 2 +- packages/misc/expat/expat.mk | 2 +- packages/misc/foo/foo.kconfig | 2 +- packages/misc/foo/foo.mk | 2 +- packages/misc/glib/glib.kconfig | 2 +- packages/misc/glib/glib.mk | 2 +- packages/misc/libelf/libelf.mk | 2 +- packages/misc/libxml/libxml.kconfig | 2 +- packages/misc/libxml/libxml.mk | 2 +- packages/misc/ncurses/ncurses.mk | 2 +- packages/misc/tslib/tslib.kconfig | 2 +- packages/misc/tslib/tslib.mk | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'packages/misc') diff --git a/packages/misc/expat/expat.kconfig b/packages/misc/expat/expat.kconfig index 0c4c042..53ad134 100644 --- a/packages/misc/expat/expat.kconfig +++ b/packages/misc/expat/expat.kconfig @@ -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/packages/misc/expat/expat.mk b/packages/misc/expat/expat.mk index 8011b9c..3bb2a5a 100644 --- a/packages/misc/expat/expat.mk +++ b/packages/misc/expat/expat.mk @@ -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/packages/misc/foo/foo.kconfig b/packages/misc/foo/foo.kconfig index 084f2e7..4f51e5b 100644 --- a/packages/misc/foo/foo.kconfig +++ b/packages/misc/foo/foo.kconfig @@ -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/packages/misc/foo/foo.mk b/packages/misc/foo/foo.mk index 6b92a0a..4346d98 100644 --- a/packages/misc/foo/foo.mk +++ b/packages/misc/foo/foo.mk @@ -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/packages/misc/glib/glib.kconfig b/packages/misc/glib/glib.kconfig index 841566e..317f66e 100644 --- a/packages/misc/glib/glib.kconfig +++ b/packages/misc/glib/glib.kconfig @@ -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/packages/misc/glib/glib.mk b/packages/misc/glib/glib.mk index c6a367c..7996871 100644 --- a/packages/misc/glib/glib.mk +++ b/packages/misc/glib/glib.mk @@ -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/packages/misc/libelf/libelf.mk b/packages/misc/libelf/libelf.mk index 62e4588..97d2e71 100644 --- a/packages/misc/libelf/libelf.mk +++ b/packages/misc/libelf/libelf.mk @@ -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/packages/misc/libxml/libxml.kconfig b/packages/misc/libxml/libxml.kconfig index 843001f..7686c8f 100644 --- a/packages/misc/libxml/libxml.kconfig +++ b/packages/misc/libxml/libxml.kconfig @@ -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/packages/misc/libxml/libxml.mk b/packages/misc/libxml/libxml.mk index b16ac00..1456e08 100644 --- a/packages/misc/libxml/libxml.mk +++ b/packages/misc/libxml/libxml.mk @@ -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/packages/misc/ncurses/ncurses.mk b/packages/misc/ncurses/ncurses.mk index 407aeb5..2be5607 100644 --- a/packages/misc/ncurses/ncurses.mk +++ b/packages/misc/ncurses/ncurses.mk @@ -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/packages/misc/tslib/tslib.kconfig b/packages/misc/tslib/tslib.kconfig index 9df5a05..b3ddaa9 100644 --- a/packages/misc/tslib/tslib.kconfig +++ b/packages/misc/tslib/tslib.kconfig @@ -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/packages/misc/tslib/tslib.mk b/packages/misc/tslib/tslib.mk index 4dfa553..d07391d 100644 --- a/packages/misc/tslib/tslib.mk +++ b/packages/misc/tslib/tslib.mk @@ -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, -- cgit v1.2.3