[caribou] Added copyright headers



commit 111f9c2f459ee788a045a585f9b567727e44fb47
Author: Eitan Isaacson <eitan monotonous org>
Date:   Mon Dec 7 23:11:39 2009 -0800

    Added copyright headers

 src/caribou/animation.py |   20 ++++++++++++++++++++
 src/caribou/opacity.py   |   20 ++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/src/caribou/animation.py b/src/caribou/animation.py
index 837a91b..3e9d1ed 100644
--- a/src/caribou/animation.py
+++ b/src/caribou/animation.py
@@ -1,3 +1,23 @@
+# -*- coding: utf-8 -*-
+#
+# Carbou - text entry and UI navigation application
+#
+# Copyright (C) 2009 Eitan Isaacson <eitan monotonous org>
+#
+# This program 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.1 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 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
+
 import clutter
 
 class AnimatedWindowBase(object):
diff --git a/src/caribou/opacity.py b/src/caribou/opacity.py
index a6f976f..54a2de8 100644
--- a/src/caribou/opacity.py
+++ b/src/caribou/opacity.py
@@ -1,3 +1,23 @@
+# -*- coding: utf-8 -*-
+#
+# Carbou - text entry and UI navigation application
+#
+# Copyright (C) 2009 Eitan Isaacson <eitan monotonous org>
+#
+# This program 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.1 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 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
+
 import gtk, glib
 from math import sqrt
 



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