Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolkit/__init__.py2
-rw-r--r--toolkit/internals/__init__.py2
-rw-r--r--toolkit/scrolledbox.py2
-rw-r--r--toolkit/temposlider.py2
4 files changed, 8 insertions, 0 deletions
diff --git a/toolkit/__init__.py b/toolkit/__init__.py
index 44acb4d..17a92ac 100644
--- a/toolkit/__init__.py
+++ b/toolkit/__init__.py
@@ -1,3 +1,5 @@
+# Copyright (C) 2009, Aleksey Lim
+#
# This library 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
diff --git a/toolkit/internals/__init__.py b/toolkit/internals/__init__.py
index 44acb4d..17a92ac 100644
--- a/toolkit/internals/__init__.py
+++ b/toolkit/internals/__init__.py
@@ -1,3 +1,5 @@
+# Copyright (C) 2009, Aleksey Lim
+#
# This library 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
diff --git a/toolkit/scrolledbox.py b/toolkit/scrolledbox.py
index c95dae0..ead071e 100644
--- a/toolkit/scrolledbox.py
+++ b/toolkit/scrolledbox.py
@@ -1,3 +1,5 @@
+# Copyright (C) 2009, Aleksey Lim
+#
# 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
diff --git a/toolkit/temposlider.py b/toolkit/temposlider.py
index 44b23d2..8fcf8cb 100644
--- a/toolkit/temposlider.py
+++ b/toolkit/temposlider.py
@@ -1,3 +1,5 @@
+# Copyright (C) 2006-2008, TamTam Team
+#
# 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