summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-04-08 00:10:42 +0200
committerNick Schermer <nick@xfce.org>2012-04-08 00:10:42 +0200
commitcc880a3b7903339f80284df1bdf9ab801e899cc4 (patch)
tree9d296bb3eed5de0c4b85b0911b3704e2efede74c
parent9cfde617245addedd5c7b0b04a821ec042581274 (diff)
downloadgarcon-cc880a3b7903339f80284df1bdf9ab801e899cc4.tar.gz
Add missing or fix incorrect licenses.
-rwxr-xr-xautogen.sh20
-rwxr-xr-xtests/run-test-display-menu.sh18
-rw-r--r--tests/test-display-menu.c8
-rw-r--r--tests/test-menu-parser.c4
-rw-r--r--tests/test-menu-spec.c8
5 files changed, 45 insertions, 13 deletions
diff --git a/autogen.sh b/autogen.sh
index 72ab6b9..1fe6d93 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,10 +1,24 @@
#!/bin/sh
#
-# Copyright (c) 2002-2009
-# The Xfce development team. All rights reserved.
+# Copyright (c) 2002-2009 The Xfce development team. All rights reserved.
+#
+# 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, 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
# Written for Xfce by Benedikt Meurer <benny@xfce.org>
-# and Brian Tarricone <brian@tarricone.org>.
+# and Brian Tarricone <brian@tarricone.org>.
#
(type xdt-autogen) >/dev/null 2>&1 || {
diff --git a/tests/run-test-display-menu.sh b/tests/run-test-display-menu.sh
index 79d10ad..4c2ae8a 100755
--- a/tests/run-test-display-menu.sh
+++ b/tests/run-test-display-menu.sh
@@ -1,4 +1,22 @@
#!/bin/sh
+#
+# Copyright (c) 2007 Jannis Pohlmann <jannis@xfce.org>
+#
+# 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, 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
+#
GLIB_OPTIONS=`pkg-config --cflags --libs glib-2.0`
GTK_OPTIONS=`pkg-config --cflags --libs gtk+-2.0`
diff --git a/tests/test-display-menu.c b/tests/test-display-menu.c
index f805d98..cda576d 100644
--- a/tests/test-display-menu.c
+++ b/tests/test-display-menu.c
@@ -13,10 +13,10 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * You should have received a copy of the GNU Library General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
diff --git a/tests/test-menu-parser.c b/tests/test-menu-parser.c
index e3dbf1e..350b40c 100644
--- a/tests/test-menu-parser.c
+++ b/tests/test-menu-parser.c
@@ -12,8 +12,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
+ * You should have received a copy of the GNU Library General
+ * Public License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
diff --git a/tests/test-menu-spec.c b/tests/test-menu-spec.c
index fa5dab2..ae0f2ea 100644
--- a/tests/test-menu-spec.c
+++ b/tests/test-menu-spec.c
@@ -14,10 +14,10 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * You should have received a copy of the GNU Library General
+ * Public License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H