From 37c7792ded659f387992d1a05fb037ec6fca0cd2 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Wed, 22 Apr 2009 00:34:08 +0200 Subject: [PATCH] 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(+) 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 + * + * 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 + * + * 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 + * + * 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 + * + * 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; -- 2.7.4