Fix project URLs and list emails addresses

This commit is contained in:
Benjamin Renard 2021-04-13 18:04:19 +02:00
parent 20c1148f69
commit 2b6b8ce270
194 changed files with 203 additions and 204 deletions

10
INSTALL
View File

@ -44,7 +44,7 @@
L'installation à partir du paquet Debian peut être réalisée soit en téléchargeant manuellement le paquet, soit en
déclarant le dépôt APT suivant dans votre fichier /etc/apt/sources.list :
deb http://ldapsaisie.easter-eggs.org/debian stable main
deb http://ldapsaisie.org/debian stable main
Il ne vous restera ensuite plus qu'a installer le paquet ldapsaisie avec la commande suivante :
@ -60,7 +60,7 @@ logiciel ce fera ensuite dans le dossier /etc/ldapsaisie/local/.
Le dépôt Git peut être récupéré anonymement en utilisant la commande suivante :
git clone git://git.labs.libre-entreprise.org/ldapsaisie.git
git clone https://gitlab.easter-eggs.com/ee/ldapsaisie.git
La racine web de l'application se trouvera alors dans le dossier /ldapsaisie/src/public_html/.
@ -70,7 +70,7 @@ La racine web de l'application se trouvera alors dans le dossier /ldapsaisie/src
Toutes les nuits, un snapshot de l'arbre Git est réalisé et est téléchargeable au format tar.gz à l'adresse suivante :
http://ldapsaisie.easter-eggs.org/download/ldapsaisie-snapshoot.tar.gz
http://ldapsaisie.org/download/ldapsaisie-snapshoot.tar.gz
3. Arborescence du projet
=========================
@ -266,8 +266,8 @@ types d'LSobjects : Pour plus de détails, consulter la documentation du projet.
4. La dernière étape à ce niveau consiste à lancer le script upgradeFromGit.sh pour qu'il installe les fichiers que
vous venez de créer. Ce script est conçu pour dire tout ce qu'il fait donc en cas de problème vous devriez
rapidement comprendre où cela coince. Dans tout les cas, n'hésitez pas à poser vos questions à la communauté sur la
liste <ldapsaisie-users@lists.labs.libre-entreprise.org>.
liste <ldapsaisie-users@lists.ldapsaisie.org>.
Liens
=====
1. Documentation du projet : http://ldapsaisie.easter-eggs.org/doc
1. Documentation du projet : http://ldapsaisie.org/doc

View File

@ -53,7 +53,7 @@
téléchargeant manuellement le paquet, soit en déclarant le dépôt APT suivant
dans votre fichier <emphasis>/etc/apt/sources.list</emphasis> :
<screen>
<command>deb http://ldapsaisie.easter-eggs.org/debian stable main</command>
<command>deb http://ldapsaisie.org/debian stable main</command>
</screen>
Il ne vous restera ensuite plus qu'a installer le paquet <emphasis>ldapsaisie
</emphasis> avec la commande suivante :
@ -71,7 +71,7 @@
<para>Le dépôt Git peut être récupéré anonymement en utilisant la
commande suivante :
<screen>
<command>git clone git://git.labs.libre-entreprise.org/ldapsaisie.git</command>
<command>git clone https://gitlab.easter-eggs.com/ee/ldapsaisie.git</command>
</screen>
La racine web de l'application se trouvera alors dans le dossier <emphasis>
/ldapsaisie/src/public_html/</emphasis>.
@ -82,8 +82,8 @@
<title>A partir des snapshot</title>
<para>Toutes les nuits, un snapshot de l'arbre Git est réalisé et est
téléchargeable au format <emphasis>tar.gz</emphasis> à l'adresse suivante :
<ulink url='http://ldapsaisie.easter-eggs.org/download/ldapsaisie-snapshoot.tar.gz'>
http://ldapsaisie.easter-eggs.org/download/ldapsaisie-snapshoot.tar.gz</ulink>
<ulink url='http://ldapsaisie.org/download/ldapsaisie-snapshoot.tar.gz'>
http://ldapsaisie.org/download/ldapsaisie-snapshoot.tar.gz</ulink>
</para>
</sect2>

View File

@ -1,5 +1,5 @@
# LdapSaisie - LDAP Schema - Example
# Web Site : http://ldapsaisie.labs.libre-entreprise.org
# Web Site : https://ldapsaisie.org
objectIdentifier EeRoot 1.3.6.1.4.1.10650
objectIdentifier LeRoot EeRoot:4
objectIdentifier LsRoot LeRoot:10000
@ -20,11 +20,11 @@ attributetype ( LsLDAPAttribute:2 NAME 'lsRecoveryHash'
EQUALITY caseIgnoreMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)
attributetype ( LsLDAPAttribute:3 NAME 'lsGodfatherDn'
attributetype ( LsLDAPAttribute:3 NAME 'lsGodfatherDn'
SUP distinguishedName
DESC 'Godfather dn of this entry' )
# </Ls attributes>
# <Ls Objectclass>
objectclass (LsLDAPObjectClass:1
NAME 'lspeople'
@ -57,4 +57,3 @@ objectclass ( LsLDAPObjectClass:5
MAY ( description $ lsGodfatherDn ))
# </Ls Objectclass>

View File

@ -2,7 +2,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2018 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2019 Easter-eggs
* http://ldapsaisie.easter-eggs.org
* http://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2019 Easter-eggs
* http://ldapsaisie.easter-eggs.org
* http://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

View File

@ -1,7 +1,7 @@
<?php
/*******************************************************************************
* Copyright (C) 2007 Easter-eggs
* http://ldapsaisie.labs.libre-entreprise.org
* https://ldapsaisie.org
*
* Author: See AUTHORS file in top-level directory.
*

Some files were not shown because too many files have changed in this diff Show More