[rygel] add copyright header



commit 37c7792ded659f387992d1a05fb037ec6fca0cd2
Author: Jens Georg <mail jensge org>
Date:   Wed Apr 22 00:34:08 2009 +0200

    add copyright header
---
 .../mediathek/rygel-mediathek-container-root.vala  |   20 ++++++++++++++++++++
 .../mediathek/rygel-mediathek-container-rss.vala   |   20 ++++++++++++++++++++
 src/plugins/mediathek/rygel-mediathek-item.vala    |   20 ++++++++++++++++++++
 src/plugins/mediathek/rygel-mediathek-plugin.vala  |   20 ++++++++++++++++++++
 4 files changed, 80 insertions(+), 0 deletions(-)

diff --git a/src/plugins/mediathek/rygel-mediathek-container-root.vala b/src/plugins/mediathek/rygel-mediathek-container-root.vala
index abd1aff..6984f61 100644
--- a/src/plugins/mediathek/rygel-mediathek-container-root.vala
+++ b/src/plugins/mediathek/rygel-mediathek-container-root.vala
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2009 Jens Georg
+ *
+ * Author: Jens Georg <mail jensge 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 of the License, 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.
+ */
+
 using Gee;
 using Rygel;
 using Soup;
diff --git a/src/plugins/mediathek/rygel-mediathek-container-rss.vala b/src/plugins/mediathek/rygel-mediathek-container-rss.vala
index 1973621..4609a5e 100644
--- a/src/plugins/mediathek/rygel-mediathek-container-rss.vala
+++ b/src/plugins/mediathek/rygel-mediathek-container-rss.vala
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2009 Jens Georg
+ *
+ * Author: Jens Georg <mail jensge 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 of the License, 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.
+ */
+
 using Gee;
 using Soup;
 using Rygel;
diff --git a/src/plugins/mediathek/rygel-mediathek-item.vala b/src/plugins/mediathek/rygel-mediathek-item.vala
index a5e9115..51cb831 100644
--- a/src/plugins/mediathek/rygel-mediathek-item.vala
+++ b/src/plugins/mediathek/rygel-mediathek-item.vala
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2009 Jens Georg
+ *
+ * Author: Jens Georg <mail jensge 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 of the License, 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.
+ */
+
 using GLib;
 using Rygel;
 using Xml;
diff --git a/src/plugins/mediathek/rygel-mediathek-plugin.vala b/src/plugins/mediathek/rygel-mediathek-plugin.vala
index 0e70f93..5bd4697 100644
--- a/src/plugins/mediathek/rygel-mediathek-plugin.vala
+++ b/src/plugins/mediathek/rygel-mediathek-plugin.vala
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2009 Jens Georg
+ *
+ * Author: Jens Georg <mail jensge 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 of the License, 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.
+ */
+
 using Rygel;
 using GUPnP;
 



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