Even shorter NOTCIE.
[librarian.git] / librarian / __init__.py
index ca527f6..10c3766 100644 (file)
@@ -1,10 +1,8 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright © 2008,2009,2010 Fundacja Nowoczesna Polska  
-#
 # This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
-# For full license text see COPYING or <http://www.gnu.org/licenses/agpl.html>  
-
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.  
+#
 class ParseError(Exception):
     
     def __init__(self, cause, message=None):