Index: postman/tests/__init__.py
===================================================================
--- postman/tests/__init__.py	(revision 5)
+++ postman/tests/__init__.py	(revision 11)
@@ -1,3 +1,13 @@
 # -*- coding: utf-8 -*-
+
+"""
+The postman project - tests module
+
+This file is released under the BSD license, see LICENSE for
+more information.
+
+Francisco de Borja Lopez Rio - <borja@codigo23.net>
+Soluciones Informaticas Codigo23 S.L.U. - http://codigo23.net
+"""
 
 from models import *
Index: postman/tests/daemon.py
===================================================================
--- postman/tests/daemon.py	(revision 10)
+++ postman/tests/daemon.py	(revision 11)
@@ -1,3 +1,13 @@
 # -*- coding: utf-8 -*-
+
+"""
+The postman project - daemon.py
+
+This file is released under the BSD license, see LICENSE for
+more information.
+
+Francisco de Borja Lopez Rio - <borja@codigo23.net>
+Soluciones Informaticas Codigo23 S.L.U. - http://codigo23.net
+"""
 
 import os, multiprocessing, xmlrpclib, time
