summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent49fdae588da6df495a85a06645083e324c6ec85e (diff)
downloadgupnp-vala-58024a2692857f20899c4e1978b1e1fc7dead46b.tar.gz
Update license headers
Diffstat (limited to 'tests')
-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
7 files changed, 168 insertions, 0 deletions
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;