summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-08-31 12:06:43 +0200
committerJens Georg <mail@jensge.org>2012-08-31 12:06:43 +0200
commit58024a2692857f20899c4e1978b1e1fc7dead46b (patch)
treec22989412e75229801a0264788b2bc38437c9204
parent49fdae588da6df495a85a06645083e324c6ec85e (diff)
downloadgupnp-vala-58024a2692857f20899c4e1978b1e1fc7dead46b.tar.gz
Update license headers
-rwxr-xr-xautogen.sh20
-rw-r--r--gssdp-1.0/gssdp-1.0-custom.vala4
-rw-r--r--gupnp-1.0/gupnp-1.0-custom.vala4
-rw-r--r--gupnp-av-1.0/gupnp-av-1.0-custom.vala4
-rw-r--r--tests/browsing-test.vala24
-rw-r--r--tests/introspection-test.vala24
-rw-r--r--tests/proxy-test.vala24
-rw-r--r--tests/search-criteria-test.vala24
-rw-r--r--tests/server-test.vala24
-rw-r--r--tests/test-browser.vala24
-rw-r--r--tests/test-publisher.vala24
11 files changed, 194 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 72ebb9a..5a62bf1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,25 @@
#!/bin/sh
+# Copyright (C) 2008 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+# Copyright (C) 2011 Javier Jardón <jjardon@gnome.org>
+#
+# This file is part of GUPnP-AV.
+#
+# This library is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This library 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 Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser 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.
+
+
test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
diff --git a/gssdp-1.0/gssdp-1.0-custom.vala b/gssdp-1.0/gssdp-1.0-custom.vala
index a6c8fbe..0d1492b 100644
--- a/gssdp-1.0/gssdp-1.0-custom.vala
+++ b/gssdp-1.0/gssdp-1.0-custom.vala
@@ -15,8 +15,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
namespace GSSDP {
diff --git a/gupnp-1.0/gupnp-1.0-custom.vala b/gupnp-1.0/gupnp-1.0-custom.vala
index 1d9eb91..caa499e 100644
--- a/gupnp-1.0/gupnp-1.0-custom.vala
+++ b/gupnp-1.0/gupnp-1.0-custom.vala
@@ -15,8 +15,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
namespace GUPnP {
diff --git a/gupnp-av-1.0/gupnp-av-1.0-custom.vala b/gupnp-av-1.0/gupnp-av-1.0-custom.vala
index d24cd58..ee1fb5a 100644
--- a/gupnp-av-1.0/gupnp-av-1.0-custom.vala
+++ b/gupnp-av-1.0/gupnp-av-1.0-custom.vala
@@ -15,8 +15,8 @@
*
* 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.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
namespace GUPnP {
diff --git a/tests/browsing-test.vala b/tests/browsing-test.vala
index 47bbce5..1d220ce 100644
--- a/tests/browsing-test.vala
+++ b/tests/browsing-test.vala
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2008 OpenedHand Ltd.
+ * Copyright (C) 2008,2010 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
+ *
+ * Author: Jussi Kukkonen <jku@openedhand.com>
+ * Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+ *
+ * This file is part of gupnp-vala.
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This library 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ */
+
using GLib;
using GUPnP;
diff --git a/tests/introspection-test.vala b/tests/introspection-test.vala
index e5d2294..35e8ecb 100644
--- a/tests/introspection-test.vala
+++ b/tests/introspection-test.vala
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2008 OpenedHand Ltd.
+ * Copyright (C) 2008,2010 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
+ *
+ * Author: Jussi Kukkonen <jku@openedhand.com>
+ * Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+ *
+ * This file is part of gupnp-vala.
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This library 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ */
+
using GLib;
using GUPnP;
diff --git a/tests/proxy-test.vala b/tests/proxy-test.vala
index 930da25..553d2a0 100644
--- a/tests/proxy-test.vala
+++ b/tests/proxy-test.vala
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2008 OpenedHand Ltd.
+ * Copyright (C) 2008,2010 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
+ *
+ * Author: Jussi Kukkonen <jku@openedhand.com>
+ * Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+ *
+ * This file is part of gupnp-vala.
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This library 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ */
+
using GLib;
using GUPnP;
diff --git a/tests/search-criteria-test.vala b/tests/search-criteria-test.vala
index 9698b89..0b5e264 100644
--- a/tests/search-criteria-test.vala
+++ b/tests/search-criteria-test.vala
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2008 OpenedHand Ltd.
+ * Copyright (C) 2008,2010 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
+ *
+ * Author: Jussi Kukkonen <jku@openedhand.com>
+ * Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+ *
+ * This file is part of gupnp-vala.
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This library 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ */
+
using GLib;
using GUPnP;
diff --git a/tests/server-test.vala b/tests/server-test.vala
index 77aceaf..5245574 100644
--- a/tests/server-test.vala
+++ b/tests/server-test.vala
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2008 OpenedHand Ltd.
+ * Copyright (C) 2008,2010 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
+ *
+ * Author: Jussi Kukkonen <jku@openedhand.com>
+ * Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+ *
+ * This file is part of gupnp-vala.
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This library 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ */
+
using GLib;
using GUPnP;
diff --git a/tests/test-browser.vala b/tests/test-browser.vala
index 836770e..f29616a 100644
--- a/tests/test-browser.vala
+++ b/tests/test-browser.vala
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2008 OpenedHand Ltd.
+ * Copyright (C) 2008,2010 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
+ *
+ * Author: Jussi Kukkonen <jku@openedhand.com>
+ * Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+ *
+ * This file is part of gupnp-vala.
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This library 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ */
+
using GLib;
using GSSDP;
diff --git a/tests/test-publisher.vala b/tests/test-publisher.vala
index 2e9e8dc..4ca4abd 100644
--- a/tests/test-publisher.vala
+++ b/tests/test-publisher.vala
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2008 OpenedHand Ltd.
+ * Copyright (C) 2008,2010 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>.
+ *
+ * Author: Jussi Kukkonen <jku@openedhand.com>
+ * Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
+ *
+ * This file is part of gupnp-vala.
+ *
+ * This library is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This library 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 Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser 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.
+ */
+
using GLib;
using GSSDP;