[Xfce4-commits] <garcon:master> Add missing or fix incorrect licenses.
Nick Schermer
noreply at xfce.org
Sun Apr 8 00:12:01 CEST 2012
Updating branch refs/heads/master
to cc880a3b7903339f80284df1bdf9ab801e899cc4 (commit)
from 9cfde617245addedd5c7b0b04a821ec042581274 (commit)
commit cc880a3b7903339f80284df1bdf9ab801e899cc4
Author: Nick Schermer <nick at xfce.org>
Date: Sun Apr 8 00:10:42 2012 +0200
Add missing or fix incorrect licenses.
autogen.sh | 20 +++++++++++++++++---
tests/run-test-display-menu.sh | 18 ++++++++++++++++++
tests/test-display-menu.c | 8 ++++----
tests/test-menu-parser.c | 4 ++--
tests/test-menu-spec.c | 8 ++++----
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 at xfce.org>
-# and Brian Tarricone <brian at tarricone.org>.
+# and Brian Tarricone <brian at 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 at 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
More information about the Xfce4-commits
mailing list