diff --git a/htdocs/contact/canvas/actions_contactcard_common.class.php b/htdocs/contact/canvas/actions_contactcard_common.class.php index 00adaf510d2..319bd94a135 100644 --- a/htdocs/contact/canvas/actions_contactcard_common.class.php +++ b/htdocs/contact/canvas/actions_contactcard_common.class.php @@ -12,15 +12,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/canvas/actions_contactcard_common.class.php * \ingroup thirdparty * \brief Fichier de la classe Thirdparty contact card controller (common) - * \version $Id$ + * \version $Id: actions_contactcard_common.class.php,v 1.25 2011/07/31 23:54:12 eldy Exp $ */ /** diff --git a/htdocs/contact/canvas/default/actions_contactcard_default.class.php b/htdocs/contact/canvas/default/actions_contactcard_default.class.php index fe04de69c82..dc2e05d4ce1 100644 --- a/htdocs/contact/canvas/default/actions_contactcard_default.class.php +++ b/htdocs/contact/canvas/default/actions_contactcard_default.class.php @@ -13,15 +13,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/canvas/default/actions_contactcard_default.class.php * \ingroup thirdparty * \brief Fichier de la classe Thirdparty contact card controller (default canvas) - * \version $Id: actions_contactcard_default.class.php,v 1.9 2011/07/08 13:07:45 eldy Exp $ + * \version $Id: actions_contactcard_default.class.php,v 1.10 2011/07/31 23:54:11 eldy Exp $ */ include_once(DOL_DOCUMENT_ROOT.'/contact/canvas/actions_contactcard_common.class.php'); diff --git a/htdocs/contact/canvas/default/dao_contact_default.class.php b/htdocs/contact/canvas/default/dao_contact_default.class.php index 9ec0d7db3cd..85d0d6f6324 100644 --- a/htdocs/contact/canvas/default/dao_contact_default.class.php +++ b/htdocs/contact/canvas/default/dao_contact_default.class.php @@ -12,15 +12,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/canvas/default/dao_contact_default.class.php * \ingroup thirdparty * \brief Fichier de la classe des contacts par defaut - * \version $Id$ + * \version $Id: dao_contact_default.class.php,v 1.4 2011/07/31 23:54:11 eldy Exp $ */ /** diff --git a/htdocs/contact/canvas/default/tpl/contactcard_create.tpl.php b/htdocs/contact/canvas/default/tpl/contactcard_create.tpl.php index 0e5dbfadd72..14777e9b14a 100644 --- a/htdocs/contact/canvas/default/tpl/contactcard_create.tpl.php +++ b/htdocs/contact/canvas/default/tpl/contactcard_create.tpl.php @@ -12,10 +12,9 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: contactcard_create.tpl.php,v 1.7 2011/07/31 23:54:12 eldy Exp $ */ ?> diff --git a/htdocs/contact/canvas/default/tpl/contactcard_edit.tpl.php b/htdocs/contact/canvas/default/tpl/contactcard_edit.tpl.php index 7f8aeccbd94..70eb2819319 100644 --- a/htdocs/contact/canvas/default/tpl/contactcard_edit.tpl.php +++ b/htdocs/contact/canvas/default/tpl/contactcard_edit.tpl.php @@ -12,10 +12,9 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id$ + * $Id: contactcard_edit.tpl.php,v 1.7 2011/07/31 23:54:11 eldy Exp $ */ $contact = $GLOBALS['objcanvas']->control->object; diff --git a/htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php b/htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php index 552de474fdc..a462144b0a9 100644 --- a/htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php +++ b/htdocs/contact/canvas/default/tpl/contactcard_view.tpl.php @@ -12,10 +12,9 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . * - * $Id: contactcard_view.tpl.php,v 1.9 2011/07/08 13:07:45 eldy Exp $ + * $Id: contactcard_view.tpl.php,v 1.10 2011/07/31 23:54:12 eldy Exp $ */ $contact = $GLOBALS['objcanvas']->control->object; diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index aa588cdb286..3789c41f7a2 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -17,15 +17,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/class/contact.class.php * \ingroup societe * \brief File of contacts class - * \version $Id: contact.class.php,v 1.31 2011/07/10 16:50:40 eldy Exp $ + * \version $Id: contact.class.php,v 1.32 2011/07/31 23:54:12 eldy Exp $ */ require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php"); diff --git a/htdocs/contact/exportimport.php b/htdocs/contact/exportimport.php index 1a6b254eed5..8b4d1f66070 100644 --- a/htdocs/contact/exportimport.php +++ b/htdocs/contact/exportimport.php @@ -13,15 +13,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/exportimport.php * \ingroup societe * \brief Onglet exports-imports d'un contact - * \version $Id$ + * \version $Id: exportimport.php,v 1.29 2011/07/31 23:54:12 eldy Exp $ */ require("../main.inc.php"); @@ -107,5 +106,5 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.29 $'); ?> diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 3e40da58a72..82e537ddbe7 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -16,15 +16,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/fiche.php * \ingroup societe * \brief Card of a contact - * \version $Id: fiche.php,v 1.221 2011/07/04 08:00:52 eldy Exp $ + * \version $Id: fiche.php,v 1.222 2011/07/31 23:54:12 eldy Exp $ */ require("../main.inc.php"); @@ -974,5 +973,5 @@ else $db->close(); -llxFooter('$Date: 2011/07/04 08:00:52 $ - $Revision: 1.221 $'); +llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.222 $'); ?> diff --git a/htdocs/contact/index.php b/htdocs/contact/index.php index ec96ee8299b..5f1cbebd752 100644 --- a/htdocs/contact/index.php +++ b/htdocs/contact/index.php @@ -15,15 +15,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/index.php * \ingroup societe * \brief Page to list all contacts - * \version $Id$ + * \version $Id: index.php,v 1.106 2011/07/31 23:54:12 eldy Exp $ */ require("../main.inc.php"); @@ -421,5 +420,5 @@ print '
'; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.106 $'); ?> diff --git a/htdocs/contact/info.php b/htdocs/contact/info.php index 977b471cc85..f9baf35268f 100644 --- a/htdocs/contact/info.php +++ b/htdocs/contact/info.php @@ -13,15 +13,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/info.php * \ingroup societe * \brief Onglet info d'un contact - * \version $Id$ + * \version $Id: info.php,v 1.34 2011/07/31 23:54:12 eldy Exp $ */ require("../main.inc.php"); @@ -64,5 +63,5 @@ print ""; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.34 $'); ?> diff --git a/htdocs/contact/ldap.php b/htdocs/contact/ldap.php index d010904a76d..736780b4d91 100644 --- a/htdocs/contact/ldap.php +++ b/htdocs/contact/ldap.php @@ -13,15 +13,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/ldap.php * \ingroup ldap * \brief Page fiche LDAP contact - * \version $Id$ + * \version $Id: ldap.php,v 1.33 2011/07/31 23:54:12 eldy Exp $ */ require("../main.inc.php"); @@ -210,5 +209,5 @@ print ''; $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.33 $'); ?> diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php index 4e89239ea68..2c82589a19f 100644 --- a/htdocs/contact/perso.php +++ b/htdocs/contact/perso.php @@ -13,15 +13,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/perso.php * \ingroup societe * \brief Onglet informations personnelles d'un contact - * \version $Id$ + * \version $Id: perso.php,v 1.65 2011/07/31 23:54:12 eldy Exp $ */ require("../main.inc.php"); @@ -233,5 +232,5 @@ else $db->close(); -llxFooter('$Date$ - $Revision$'); +llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.65 $'); ?> diff --git a/htdocs/contact/vcard.php b/htdocs/contact/vcard.php index 67953c48359..5ebda97b4e2 100644 --- a/htdocs/contact/vcard.php +++ b/htdocs/contact/vcard.php @@ -13,15 +13,14 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * along with this program. If not, see . */ /** * \file htdocs/contact/vcard.php * \ingroup societe * \brief Onglet vcard d'un contact - * \version $Id$ + * \version $Id: vcard.php,v 1.27 2011/07/31 23:54:12 eldy Exp $ */ require("../main.inc.php");