summaryrefslogtreecommitdiff
path: root/src/cheese-effects-manager.vala
diff options
context:
space:
mode:
authordaniel g. siegel <dgsiegel@gnome.org>2010-07-16 20:27:35 +0200
committerdaniel g. siegel <dgsiegel@gnome.org>2010-07-16 20:27:35 +0200
commitf393f3c6ecf9c9b863b8b84e6e2b3f80e94dab0e (patch)
tree86b32225f95995b6988d9d566d57867b8372c47d /src/cheese-effects-manager.vala
parent264dd7e4e56826defcddf61da7a0a38e9fccd9b7 (diff)
downloadcheese-f393f3c6ecf9c9b863b8b84e6e2b3f80e94dab0e.tar.gz
add copyright assignments
Diffstat (limited to 'src/cheese-effects-manager.vala')
-rw-r--r--src/cheese-effects-manager.vala21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/cheese-effects-manager.vala b/src/cheese-effects-manager.vala
index 6c26ca62..46b2493c 100644
--- a/src/cheese-effects-manager.vala
+++ b/src/cheese-effects-manager.vala
@@ -1,3 +1,24 @@
+/*
+ * Copyright © 2010 Yuvaraj Pandian <yuvipanda@gmail.com>
+ * Copyright © 2010 daniel g. siegel <dgsiegel@gnome.org>
+ * Copyright © 2008 Filippo Argiolas <filippo.argiolas@gmail.com>
+ *
+ * Licensed under the GNU General Public License Version 2
+ *
+ * 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, see <http://www.gnu.org/licenses/>.
+ */
+
using GLib;
using Gee;