beeseek-devs team mailing list archive
-
beeseek-devs team
-
Mailing list archive
-
Message #00102
[Branch ~beeseek-devs/beeseek/trunk] Rev 191: Update copyright.
------------------------------------------------------------
revno: 191
committer: Andrea Corbellini <andrea.corbellini@xxxxxxxxxxx>
branch nick: trunk
timestamp: Tue 2009-01-13 14:08:37 +0100
message:
Update copyright.
modified:
beeseek/__init__.py
beeseek/commands.py
beeseek/config.py
beeseek/database/__init__.py
beeseek/database/nested.py
beeseek/hive/handler.py
beeseek/hive/session.py
beeseek/honeybee/__init__.py
beeseek/honeybee/handler.py
beeseek/honeybee/session.py
beeseek/interfaces.py
beeseek/log.py
beeseek/network/__init__.py
beeseek/network/http.py
beeseek/network/lowlevel.py
beeseek/options.py
beeseek/session.py
beeseek/tests/__init__.py
beeseek/tests/filelocking.py
beeseek/tests/network.py
beeseek/ui/__init__.py
beeseek/ui/html.py
beeseek/utils/__init__.py
beeseek/utils/filelocking.py
beeseek/version.py
hive
honeybee
=== modified file 'beeseek/__init__.py'
--- a/beeseek/__init__.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/__init__.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/commands.py'
--- a/beeseek/commands.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/commands.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/config.py'
--- a/beeseek/config.py 2008-11-15 17:34:58 +0000
+++ b/beeseek/config.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/database/__init__.py'
--- a/beeseek/database/__init__.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/database/__init__.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/database/nested.py'
--- a/beeseek/database/nested.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/database/nested.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/hive/handler.py'
--- a/beeseek/hive/handler.py 2008-07-08 15:27:21 +0000
+++ b/beeseek/hive/handler.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/hive/session.py'
--- a/beeseek/hive/session.py 2008-07-08 15:27:21 +0000
+++ b/beeseek/hive/session.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/honeybee/__init__.py'
--- a/beeseek/honeybee/__init__.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/honeybee/__init__.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/honeybee/handler.py'
--- a/beeseek/honeybee/handler.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/honeybee/handler.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/honeybee/session.py'
--- a/beeseek/honeybee/session.py 2008-11-15 17:34:58 +0000
+++ b/beeseek/honeybee/session.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/interfaces.py'
--- a/beeseek/interfaces.py 2009-01-12 19:07:02 +0000
+++ b/beeseek/interfaces.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/log.py'
--- a/beeseek/log.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/log.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/network/__init__.py'
--- a/beeseek/network/__init__.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/network/__init__.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/network/http.py'
--- a/beeseek/network/http.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/network/http.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/network/lowlevel.py'
--- a/beeseek/network/lowlevel.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/network/lowlevel.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/options.py'
--- a/beeseek/options.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/options.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/session.py'
--- a/beeseek/session.py 2008-12-31 13:42:08 +0000
+++ b/beeseek/session.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/tests/__init__.py'
--- a/beeseek/tests/__init__.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/tests/__init__.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/tests/filelocking.py'
--- a/beeseek/tests/filelocking.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/tests/filelocking.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/tests/network.py'
--- a/beeseek/tests/network.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/tests/network.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/ui/__init__.py'
--- a/beeseek/ui/__init__.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/ui/__init__.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/ui/html.py'
--- a/beeseek/ui/html.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/ui/html.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/utils/__init__.py'
--- a/beeseek/utils/__init__.py 2008-12-31 13:50:42 +0000
+++ b/beeseek/utils/__init__.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/utils/filelocking.py'
--- a/beeseek/utils/filelocking.py 2008-11-13 13:42:08 +0000
+++ b/beeseek/utils/filelocking.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'beeseek/version.py'
--- a/beeseek/version.py 2008-11-15 17:34:58 +0000
+++ b/beeseek/version.py 2009-01-13 13:08:37 +0000
@@ -1,6 +1,6 @@
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'hive'
--- a/hive 2008-11-13 13:42:08 +0000
+++ b/hive 2009-01-13 13:08:37 +0000
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
=== modified file 'honeybee'
--- a/honeybee 2008-11-13 13:37:10 +0000
+++ b/honeybee 2009-01-13 13:08:37 +0000
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#coding=UTF-8
-# Copyright (C) 2007, 2008 BeeSeek Developers
+# Copyright (C) 2007-2009 BeeSeek Developers
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
--
BeeSeek mainline
https://code.launchpad.net/~beeseek-devs/beeseek/trunk
You are receiving this branch notification because you are subscribed to it.