Header comment update
Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/reclass/main.py b/reclass/main.py
index f513b7d..cf846c7 100644
--- a/reclass/main.py
+++ b/reclass/main.py
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# reclass — recursive external node classifier
+# This file is part of reclass (http://github.com/madduck/reclass)
#
# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
# Released under the terms of the Artistic Licence 2.0
diff --git a/setup.py b/setup.py
index ff5f077..a9eecc2 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,11 @@
+#
+# -*- coding: utf-8 -*-
+#
+# This file is part of reclass (http://github.com/madduck/reclass)
+#
+# Copyright © 2007–13 martin f. krafft <madduck@madduck.net>
+# Released under the terms of the Artistic Licence 2.0
+#
from setuptools import setup, find_packages
from reclass.version import __name__, __version__
setup(