summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-01-27 18:16:43 +0000
committerBastien Nocera <hadess@hadess.net>2011-01-27 18:16:43 +0000
commita904455fc8c6cec9100cd8b8da5beaf25ef4ba39 (patch)
tree7af69c75912618e308c6b134a3571cd5e5314cb1
parent631ddd2fd90c1845631bc91fa1c006cd754902df (diff)
downloadtotem-a904455fc8c6cec9100cd8b8da5beaf25ef4ba39.tar.gz
backend: Add copyright notices to video-utils
-rw-r--r--src/backend/video-utils.c26
-rw-r--r--src/backend/video-utils.h26
2 files changed, 52 insertions, 0 deletions
diff --git a/src/backend/video-utils.c b/src/backend/video-utils.c
index edaf196e9..6c2202c42 100644
--- a/src/backend/video-utils.c
+++ b/src/backend/video-utils.c
@@ -1,3 +1,29 @@
+/*
+ * Copyright © 2002-2010 Bastien Nocera <hadess@hadess.net>
+ *
+ * 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.
+ *
+ * The Totem project hereby grant permission for non-gpl compatible GStreamer
+ * plugins to be used and distributed together with GStreamer and Totem. This
+ * permission is above and beyond the permissions granted by the GPL license
+ * Totem is covered by.
+ *
+ * Monday 7th February 2005: Christian Schaller: Add exception clause.
+ * See license_change file for details.
+ *
+ */
#include "config.h"
diff --git a/src/backend/video-utils.h b/src/backend/video-utils.h
index 5d6708d92..7048a4a85 100644
--- a/src/backend/video-utils.h
+++ b/src/backend/video-utils.h
@@ -1,3 +1,29 @@
+/*
+ * Copyright © 2002-2010 Bastien Nocera <hadess@hadess.net>
+ *
+ * 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.
+ *
+ * The Totem project hereby grant permission for non-gpl compatible GStreamer
+ * plugins to be used and distributed together with GStreamer and Totem. This
+ * permission is above and beyond the permissions granted by the GPL license
+ * Totem is covered by.
+ *
+ * Monday 7th February 2005: Christian Schaller: Add exception clause.
+ * See license_change file for details.
+ *
+ */
#include <gdk/gdk.h>
#include <gtk/gtk.h>