diff --git a/relation/__init__.py b/relation/__init__.py index 7df847a..13b445d 100644 --- a/relation/__init__.py +++ b/relation/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- # -*- Mode: Python; py-indent-offset: 4 -*- # -# Copyright (c) 2005 Helmut Merz helmutm@cy55.de +# Copyright (c) 2013 Helmut Merz helmutm@cy55.de # # 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 @@ -21,8 +21,6 @@ """ The relation package provides all you need for setting up dyadic and triadic relations. - -$Id$ """ from persistent import Persistent diff --git a/relation/registry.py b/relation/registry.py index 275d073..5fa7a31 100644 --- a/relation/registry.py +++ b/relation/registry.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2011 Helmut Merz helmutm@cy55.de +# Copyright (c) 2013 Helmut Merz helmutm@cy55.de # # 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 @@ -18,8 +18,6 @@ """ Implementation of the utilities needed for the relations package. - -$Id$ """ from logging import getLogger