From 7b67fab0bfdff60d44b8b8d3c721b4d2d03149ba Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Thu, 12 Aug 2010 16:22:23 +0000 Subject: Add copyright notes to python files; Bump v17 --- 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 -- cgit v0.9.1