From e8585f8b3886e887c14a21337438d2855f10f81b Mon Sep 17 00:00:00 2001
From: jlaine <jlaine@e071eeec-0327-468d-9b6a-08194a12b294>
Date: Mon, 29 Jun 2009 10:07:03 +0000
Subject: [PATCH] add copyright

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@437 e071eeec-0327-468d-9b6a-08194a12b294
---
 .addcopyright             |  1 +
 ldapdb/models/__init__.py | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/.addcopyright b/.addcopyright
index 8eadb46..2b251cc 100644
--- a/.addcopyright
+++ b/.addcopyright
@@ -1,6 +1,7 @@
 {
 'directories': [
     'ldapdb',
+    'ldapdb/models',
 ],
 
 'license': """django-ldapdb
diff --git a/ldapdb/models/__init__.py b/ldapdb/models/__init__.py
index e69de29..308fc87 100644
--- a/ldapdb/models/__init__.py
+++ b/ldapdb/models/__init__.py
@@ -0,0 +1,20 @@
+# -*- coding: utf-8 -*-
+# 
+# django-ldapdb
+# Copyright (C) 2009 Bolloré telecom
+# See AUTHORS file for a full list of contributors.
+# 
+# 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+
-- 
2.30.2