[gupnp-vala] Update license headers



commit 58024a2692857f20899c4e1978b1e1fc7dead46b
Author: Jens Georg <mail jensge org>
Date:   Fri Aug 31 12:06:43 2012 +0200

    Update license headers

 autogen.sh                            |   20 ++++++++++++++++++++
 gssdp-1.0/gssdp-1.0-custom.vala       |    4 ++--
 gupnp-1.0/gupnp-1.0-custom.vala       |    4 ++--
 gupnp-av-1.0/gupnp-av-1.0-custom.vala |    4 ++--
 tests/browsing-test.vala              |   24 ++++++++++++++++++++++++
 tests/introspection-test.vala         |   24 ++++++++++++++++++++++++
 tests/proxy-test.vala                 |   24 ++++++++++++++++++++++++
 tests/search-criteria-test.vala       |   24 ++++++++++++++++++++++++
 tests/server-test.vala                |   24 ++++++++++++++++++++++++
 tests/test-browser.vala               |   24 ++++++++++++++++++++++++
 tests/test-publisher.vala             |   24 ++++++++++++++++++++++++
 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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]