Index: postman/config.py
===================================================================
--- postman/config.py	(revision 9)
+++ postman/config.py	(revision 11)
@@ -1,3 +1,13 @@
 # -*- coding: utf-8 -*-
+
+"""
+The postman project - config.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
@@ -43,12 +53,2 @@
     return config
 
-
-# The default path for storage files
-storage_path = os.path.join(os.path.dirname(__file__), 'storage')
-
-# The default path for the archives
-archive_path = os.path.join(os.path.dirname(__file__), 'archives')
-
-# Set to True to set that, by default, only emails from members
-# will go into the list
-private_mailing = True
Index: postman/models.py
===================================================================
--- postman/models.py	(revision 10)
+++ postman/models.py	(revision 11)
@@ -1,3 +1,13 @@
 # -*- coding: utf-8 -*-
+
+"""
+The postman project - models.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
Index: postman/mta.py
===================================================================
--- postman/mta.py	(revision 10)
+++ postman/mta.py	(revision 11)
@@ -1,3 +1,13 @@
 # -*- coding: utf-8 -*-
+
+"""
+The postman project - mta.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 sys, email, smtplib
Index: postman/storage.py
===================================================================
--- postman/storage.py	(revision 5)
+++ postman/storage.py	(revision 11)
@@ -1,3 +1,13 @@
 # -*- coding: utf-8 -*-
+
+"""
+The postman project - storage.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, errno, json
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
Index: postman/tools.py
===================================================================
--- postman/tools.py	(revision 1)
+++ postman/tools.py	(revision 11)
@@ -1,3 +1,13 @@
 # -*- coding: utf-8 -*-
+
+"""
+The postman project - tools.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 re
