Changeset 582

Show
Ignore:
Timestamp:
09/14/07 13:57:34 (1 year ago)
Author:
laurentj
Message:

updated copyright comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jelix-modules/jauth/controllers/login.classic.php

    r534 r582  
    11<?php 
    22/** 
    3 * @package    jelix-modules 
    4 * @subpackage jauth 
    5 * @author     Croes Gérald,  Bertrand Yan 
    6 * @contributor Laurent Jouanneau, Antoine Detante 
    7 * @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau, 2007 Antoine Detante 
    8 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixZone) 
    9 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    10 * Auteurs initiaux : Gerald Croes et Bertrand Yan 
    11 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
     3* @package     jelix-modules 
     4* @subpackage  jauth 
     5* @author      Laurent Jouanneau 
     6* @contributor Antoine Detante 
     7* @copyright   2005-2007 Laurent Jouanneau, 2007 Antoine Detante 
    128* @link        http://www.jelix.org 
    139* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    14 * 
    1510*/ 
    1611 
  • trunk/lib/jelix-modules/jauth/controllers/login.classic.php

    r534 r582  
    11<?php 
    22/** 
    3 * @package    jelix-modules 
    4 * @subpackage jauth 
    5 * @author     Croes Gérald,  Bertrand Yan 
    6 * @contributor Laurent Jouanneau, Antoine Detante 
    7 * @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau, 2007 Antoine Detante 
    8 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixZone) 
    9 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    10 * Auteurs initiaux : Gerald Croes et Bertrand Yan 
    11 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
     3* @package     jelix-modules 
     4* @subpackage  jauth 
     5* @author      Laurent Jouanneau 
     6* @contributor Antoine Detante 
     7* @copyright   2005-2007 Laurent Jouanneau, 2007 Antoine Detante 
    128* @link        http://www.jelix.org 
    139* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    14 * 
    1510*/ 
    1611 
  • trunk/lib/jelix/auth/jAuth.class.php

    r534 r582  
    66* @contributor Frédéric Guillot, Antoine Detante 
    77* @copyright  2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau, 2007 Frédéric Guillot, 2007 Antoine Detante 
    8 * Classe orginellement issue d'une branche experimentale du 
    9 * framework Copix 2.3dev. http://www.copix.org (jAuth) 
    10 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    11 * Auteur initial : Laurent Jouanneau 
    12 * Adaptée pour Jelix par Laurent Jouanneau 
     8
     9* This classes were get originally from an experimental branch of the Copix project (Copix 2.3dev, http://www.copix.org) 
     10* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     11* Initial author of this Copix classes is Laurent Jouanneau, and this classes were adapted for Jelix by him 
    1312* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    14 * 
    1513*/ 
    1614#ifnot ENABLE_PHP_JELIX 
     
    115113            if (!isset($config['session_name']) 
    116114                || $config['session_name'] == ''){ 
    117                  
     115 
    118116                $config['session_name'] = 'JELIX_USER'; 
    119117            } 
  • trunk/lib/jelix/auth/jAuth.class.php

    r534 r582  
    66* @contributor Frédéric Guillot, Antoine Detante 
    77* @copyright  2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau, 2007 Frédéric Guillot, 2007 Antoine Detante 
    8 * Classe orginellement issue d'une branche experimentale du 
    9 * framework Copix 2.3dev. http://www.copix.org (jAuth) 
    10 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    11 * Auteur initial : Laurent Jouanneau 
    12 * Adaptée pour Jelix par Laurent Jouanneau 
     8
     9* This classes were get originally from an experimental branch of the Copix project (Copix 2.3dev, http://www.copix.org) 
     10* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     11* Initial author of this Copix classes is Laurent Jouanneau, and this classes were adapted for Jelix by him 
    1312* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    14 * 
    1513*/ 
    1614#ifnot ENABLE_PHP_JELIX 
     
    115113            if (!isset($config['session_name']) 
    116114                || $config['session_name'] == ''){ 
    117                  
     115 
    118116                $config['session_name'] = 'JELIX_USER'; 
    119117            } 
  • trunk/lib/jelix/core/jContext.class.php

    r386 r582  
    66* @contributor 
    77* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
    8 * @link        http://www.jelix.org 
     8* This class was get originally from the Copix project (CopixContext, Copix 2.3dev20050901, http://www.copix.org) 
     9* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 
     11* and this class was adapted/improved for Jelix by Laurent Jouanneau 
     12
     13* @link      http://www.jelix.org 
    914* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixContext) 
    12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    13 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1515*/ 
    1616 
  • trunk/lib/jelix/core/jContext.class.php

    r386 r582  
    66* @contributor 
    77* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
    8 * @link        http://www.jelix.org 
     8* This class was get originally from the Copix project (CopixContext, Copix 2.3dev20050901, http://www.copix.org) 
     9* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 
     11* and this class was adapted/improved for Jelix by Laurent Jouanneau 
     12
     13* @link      http://www.jelix.org 
    914* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixContext) 
    12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    13 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1515*/ 
    1616 
  • trunk/lib/jelix/core/jErrorHandler.lib.php

    r565 r582  
    66* @contributor 
    77* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     8* This function was get originally from the Copix project (CopixErrorHandler, Copix 2.3dev20050901, http://www.copix.org) 
     9* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this function are Gerald Croes and Laurent Jouanneau, 
     11* and it was adapted/improved for Jelix by Laurent Jouanneau 
     12* 
    813* @link        http://www.jelix.org 
    914* @licence    http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * fichier orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixErrorHandler.lib.php) 
    12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    13 * Auteur initial :Laurent Jouanneau 
    14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1515*/ 
    1616 
  • trunk/lib/jelix/core/jErrorHandler.lib.php

    r565 r582  
    66* @contributor 
    77* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     8* This function was get originally from the Copix project (CopixErrorHandler, Copix 2.3dev20050901, http://www.copix.org) 
     9* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this function are Gerald Croes and Laurent Jouanneau, 
     11* and it was adapted/improved for Jelix by Laurent Jouanneau 
     12* 
    813* @link        http://www.jelix.org 
    914* @licence    http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * fichier orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixErrorHandler.lib.php) 
    12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    13 * Auteur initial :Laurent Jouanneau 
    14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1515*/ 
    1616 
  • trunk/lib/jelix/core/jIncluder.class.php

    r357 r582  
    66 * @contributor 
    77 * @copyright  2005-2006 Laurent Jouanneau 
     8 *   Idea of this class was picked from the Copix project (CopixInclude, Copix 2.3dev20050901, http://www.copix.org) 
    89 * @link       http://www.jelix.org 
    910 * @licence    GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
    10  * few line of code of jInclude are copyrighted Copyright 2001-2005 CopixTeam (LGPL licence) 
    11  * and piked from CopixInclude class of Copix 2.3dev20050901 framework. 
    12  * initial author : Laurent Jouanneau 
    1311 */ 
    1412 
  • trunk/lib/jelix/core/jIncluder.class.php

    r357 r582  
    66 * @contributor 
    77 * @copyright  2005-2006 Laurent Jouanneau 
     8 *   Idea of this class was picked from the Copix project (CopixInclude, Copix 2.3dev20050901, http://www.copix.org) 
    89 * @link       http://www.jelix.org 
    910 * @licence    GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
    10  * few line of code of jInclude are copyrighted Copyright 2001-2005 CopixTeam (LGPL licence) 
    11  * and piked from CopixInclude class of Copix 2.3dev20050901 framework. 
    12  * initial author : Laurent Jouanneau 
    1311 */ 
    1412 
  • trunk/lib/jelix/core/jLocale.class.php

    r559 r582  
    77* @contributor 
    88* @copyright  2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 
    9 * @link        http://www.jelix.org 
    10 * @licence    GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
    119* Some parts of this file are took from Copix Framework v2.3dev20050901, CopixI18N.class.php, http://www.copix.org. 
    1210* copyrighted by CopixTeam and released under GNU Lesser General Public Licence. 
    1311* initial authors : Gerald Croes, Laurent Jouanneau. 
    1412* enhancement by Laurent Jouanneau for Jelix. 
     13* @link        http://www.jelix.org 
     14* @licence    GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
    1515*/ 
    1616 
  • trunk/lib/jelix/core/jLocale.class.php

    r559 r582  
    77* @contributor 
    88* @copyright  2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 
    9 * @link        http://www.jelix.org 
    10 * @licence    GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
    119* Some parts of this file are took from Copix Framework v2.3dev20050901, CopixI18N.class.php, http://www.copix.org. 
    1210* copyrighted by CopixTeam and released under GNU Lesser General Public Licence. 
    1311* initial authors : Gerald Croes, Laurent Jouanneau. 
    1412* enhancement by Laurent Jouanneau for Jelix. 
     13* @link        http://www.jelix.org 
     14* @licence    GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
    1515*/ 
    1616 
  • trunk/lib/jelix/core/jUrl.class.php

    r497 r582  
    66* @contributor 
    77* @copyright   2005-2006 Laurent Jouanneau 
     8* Some parts of this file are took from an experimental branch of the Copix project (CopixUrl.class.php, Copix 2.3dev20050901, http://www.copix.org), 
     9* Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this parts are Gerald Croes and Laurent Jouanneau, 
     11* and this parts were adapted/improved for Jelix by Laurent Jouanneau 
    812* @link        http://www.jelix.org 
    913* @licence     GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
    10 * 
    11 * Some parts of this file are took from Copix Framework v2.3dev20050901, CopixUrl.class.php, 
    12 * copyrighted by CopixTeam and released under GNU Lesser General Public Licence. 
    13 * author : Gerald Croes, Laurent Jouanneau. 
    14 * http://www.copix.org 
    1514*/ 
     15 
    1616#ifnot ENABLE_PHP_JELIX 
    1717/** 
     
    108108 
    109109} 
    110  
    111  
    112  
    113110 
    114111/** 
  • trunk/lib/jelix/core/jUrl.class.php

    r497 r582  
    66* @contributor 
    77* @copyright   2005-2006 Laurent Jouanneau 
     8* Some parts of this file are took from an experimental branch of the Copix project (CopixUrl.class.php, Copix 2.3dev20050901, http://www.copix.org), 
     9* Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this parts are Gerald Croes and Laurent Jouanneau, 
     11* and this parts were adapted/improved for Jelix by Laurent Jouanneau 
    812* @link        http://www.jelix.org 
    913* @licence     GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
    10 * 
    11 * Some parts of this file are took from Copix Framework v2.3dev20050901, CopixUrl.class.php, 
    12 * copyrighted by CopixTeam and released under GNU Lesser General Public Licence. 
    13 * author : Gerald Croes, Laurent Jouanneau. 
    14 * http://www.copix.org 
    1514*/ 
     15 
    1616#ifnot ENABLE_PHP_JELIX 
    1717/** 
     
    108108 
    109109} 
    110  
    111  
    112  
    113110 
    114111/** 
  • trunk/lib/jelix/dao/jDaoCompiler.class.php

    r444 r582  
    33* @package    jelix 
    44* @subpackage dao 
     5#if ENABLE_OPTIMIZED_SOURCE 
    56* @author     Croes Gérald, Laurent Jouanneau 
    67* @contributor Laurent Jouanneau 
    78* @copyright  2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 
     9* Ideas and some parts of this file were get originally from the Copix project 
     10* (CopixDAOGeneratorV1, CopixDAODefinitionV1, Copix 2.3dev20050901, http://www.copix.org) 
     11* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     12* Initial authors of this lines of code are Gerald Croes and Laurent Jouanneau, 
     13* and classes were adapted/improved for Jelix by Laurent Jouanneau 
     14* 
    815* @link        http://www.jelix.org 
    916* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 #if ENABLE_OPTIMIZED_SOURCE 
    12 * Une partie du code est issue des classes CopixDaoCompiler, CopixDAOGeneratorV1, CopixDAODefinitionV1 
    13 * du framework Copix 2.3dev20050901. http://www.copix.org 
    14 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    15 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    16 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1717*/ 
    1818 
     
    2121 
    2222#else 
    23 * Une partie du code est issue de la classe CopixDaoCompiler 
    24 * du framework Copix 2.3dev20050901. http://www.copix.org 
    25 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    26 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    27 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
     23* @author      Laurent Jouanneau 
     24* @contributor 
     25* @copyright   2005-2007 Laurent Jouanneau 
     26* Idea of this class was get originally from the Copix project 
     27* (CopixDaoCompiler, Copix 2.3dev20050901, http://www.copix.org) 
     28* no more line of code are copyrighted by CopixTeam 
     29
     30* @link        http://www.jelix.org 
     31* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    2832*/ 
    2933 
  • trunk/lib/jelix/dao/jDaoCompiler.class.php

    r444 r582  
    33* @package    jelix 
    44* @subpackage dao 
     5#if ENABLE_OPTIMIZED_SOURCE 
    56* @author     Croes Gérald, Laurent Jouanneau 
    67* @contributor Laurent Jouanneau 
    78* @copyright  2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 
     9* Ideas and some parts of this file were get originally from the Copix project 
     10* (CopixDAOGeneratorV1, CopixDAODefinitionV1, Copix 2.3dev20050901, http://www.copix.org) 
     11* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     12* Initial authors of this lines of code are Gerald Croes and Laurent Jouanneau, 
     13* and classes were adapted/improved for Jelix by Laurent Jouanneau 
     14* 
    815* @link        http://www.jelix.org 
    916* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 #if ENABLE_OPTIMIZED_SOURCE 
    12 * Une partie du code est issue des classes CopixDaoCompiler, CopixDAOGeneratorV1, CopixDAODefinitionV1 
    13 * du framework Copix 2.3dev20050901. http://www.copix.org 
    14 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    15 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    16 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1717*/ 
    1818 
     
    2121 
    2222#else 
    23 * Une partie du code est issue de la classe CopixDaoCompiler 
    24 * du framework Copix 2.3dev20050901. http://www.copix.org 
    25 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    26 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    27 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
     23* @author      Laurent Jouanneau 
     24* @contributor 
     25* @copyright   2005-2007 Laurent Jouanneau 
     26* Idea of this class was get originally from the Copix project 
     27* (CopixDaoCompiler, Copix 2.3dev20050901, http://www.copix.org) 
     28* no more line of code are copyrighted by CopixTeam 
     29
     30* @link        http://www.jelix.org 
     31* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    2832*/ 
    2933 
  • trunk/lib/jelix/dao/jDaoConditions.class.php

    r450 r582  
    66* @contributor Laurent Jouanneau 
    77* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     8* This classes was get originally from the Copix project (CopixDAOSearchConditions, Copix 2.3dev20050901, http://www.copix.org) 
     9* Some lines of code are copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 
     11* and this classes was adapted for Jelix by Laurent Jouanneau 
     12* 
    813* @link        http://www.jelix.org 
    914* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * Une partie du code est issue de la classe CopixDAOSearchConditions 
    12 * du framework Copix 2.3dev20050901. http://www.copix.org 
    13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1615*/ 
    1716 
  • trunk/lib/jelix/dao/jDaoConditions.class.php

    r450 r582  
    66* @contributor Laurent Jouanneau 
    77* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     8* This classes was get originally from the Copix project (CopixDAOSearchConditions, Copix 2.3dev20050901, http://www.copix.org) 
     9* Some lines of code are copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 
     11* and this classes was adapted for Jelix by Laurent Jouanneau 
     12* 
    813* @link        http://www.jelix.org 
    914* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * Une partie du code est issue de la classe CopixDAOSearchConditions 
    12 * du framework Copix 2.3dev20050901. http://www.copix.org 
    13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1615*/ 
    1716 
  • trunk/lib/jelix/dao/jDaoGenerator.class.php

    r576 r582  
    66* @contributor Laurent Jouanneau 
    77* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     8* This class was get originally from the Copix project (CopixDAOGeneratorV1, Copix 2.3dev20050901, http://www.copix.org) 
     9* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 
     11* and this class was rewrited for Jelix by Laurent Jouanneau 
     12* 
    813* @link        http://www.jelix.org 
    914* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * Une partie du code est issue de la classe CopixDAOGeneratorV1 
    12 * du framework Copix 2.3dev20050901. http://www.copix.org 
    13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL). 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau. 
    15 * Adaptée et amélioré pour Jelix par Laurent Jouanneau. 
    1615*/ 
    1716 
  • trunk/lib/jelix/dao/jDaoGenerator.class.php

    r576 r582  
    66* @contributor Laurent Jouanneau 
    77* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     8* This class was get originally from the Copix project (CopixDAOGeneratorV1, Copix 2.3dev20050901, http://www.copix.org) 
     9* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 
     11* and this class was rewrited for Jelix by Laurent Jouanneau 
     12* 
    813* @link        http://www.jelix.org 
    914* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * Une partie du code est issue de la classe CopixDAOGeneratorV1 
    12 * du framework Copix 2.3dev20050901. http://www.copix.org 
    13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL). 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau. 
    15 * Adaptée et amélioré pour Jelix par Laurent Jouanneau. 
    1615*/ 
    1716 
  • trunk/lib/jelix/dao/jDaoParser.class.php

    r576 r582  
    11<?php 
    22/** 
    3 * @package    jelix 
    4 * @subpackage dao 
    5 * @author     Croes Gérald, Laurent Jouanneau 
     3* @package    jelix 
     4* @subpackage dao 
     5* @author      Croes Gérald, Laurent Jouanneau 
    66* @contributor Laurent Jouanneau 
    7 * @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     7* @copyright   2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     8* This class was get originally from the Copix project (CopixDAODefinitionV1, Copix 2.3dev20050901, http://www.copix.org) 
     9* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 
     11* and this class was adapted/improved for Jelix by Laurent Jouanneau 
     12
    813* @link        http://www.jelix.org 
    914* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * Une partie du code est issue de la classe CopixDAODefinitionV1 
    12 * du framework Copix 2.3dev20050901. http://www.copix.org 
    13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1615*/ 
    1716 
  • trunk/lib/jelix/dao/jDaoParser.class.php

    r576 r582  
    11<?php 
    22/** 
    3 * @package    jelix 
    4 * @subpackage dao 
    5 * @author     Croes Gérald, Laurent Jouanneau 
     3* @package    jelix 
     4* @subpackage dao 
     5* @author      Croes Gérald, Laurent Jouanneau 
    66* @contributor Laurent Jouanneau 
    7 * @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     7* @copyright   2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
     8* This class was get originally from the Copix project (CopixDAODefinitionV1, Copix 2.3dev20050901, http://www.copix.org) 
     9* Few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     10* Initial authors of this Copix class are Gerald Croes and Laurent Jouanneau, 
     11* and this class was adapted/improved for Jelix by Laurent Jouanneau 
     12
    813* @link        http://www.jelix.org 
    914* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * Une partie du code est issue de la classe CopixDAODefinitionV1 
    12 * du framework Copix 2.3dev20050901. http://www.copix.org 
    13 * il est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1615*/ 
    1716 
  • trunk/lib/jelix/db/jDb.class.php

    r479 r582  
    33* @package    jelix 
    44* @subpackage db 
     5#if ENABLE_OPTIMIZED_SOURCE 
    56* @author     Laurent Jouanneau 
    67* @contributor 
    78* @copyright  2005-2007 Laurent Jouanneau 
     9* 
     10* Some of this classes were get originally from the Copix project 
     11* (CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 
     12* Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     13* Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 
     14* and this classes were adapted/improved for Jelix by Laurent Jouanneau 
     15* 
    816* @link      http://www.jelix.org 
    917* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * API inspirée de la classe CopixDbFactory issue du framework Copix 2.3dev20050901. http://www.copix.org 
    1218*/ 
    13 #if ENABLE_OPTIMIZED_SOURCE 
    1419 
    1520#includephp jDbConnection.class.php 
     
    1722 
    1823#else 
     24* @author     Laurent Jouanneau 
     25* @contributor 
     26* @copyright  2005-2007 Laurent Jouanneau 
     27* 
     28* API ideas of this class were get originally from the Copix project (CopixDbFactory, Copix 2.3dev20050901, http://www.copix.org) 
     29* No lines of code are copyrighted by CopixTeam 
     30* 
     31* @link      http://www.jelix.org 
     32* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
     33*/ 
    1934 
    2035/** 
  • trunk/lib/jelix/db/jDb.class.php

    r479 r582  
    33* @package    jelix 
    44* @subpackage db 
     5#if ENABLE_OPTIMIZED_SOURCE 
    56* @author     Laurent Jouanneau 
    67* @contributor 
    78* @copyright  2005-2007 Laurent Jouanneau 
     9* 
     10* Some of this classes were get originally from the Copix project 
     11* (CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 
     12* Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     13* Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 
     14* and this classes were adapted/improved for Jelix by Laurent Jouanneau 
     15* 
    816* @link      http://www.jelix.org 
    917* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * API inspirée de la classe CopixDbFactory issue du framework Copix 2.3dev20050901. http://www.copix.org 
    1218*/ 
    13 #if ENABLE_OPTIMIZED_SOURCE 
    1419 
    1520#includephp jDbConnection.class.php 
     
    1722 
    1823#else 
     24* @author     Laurent Jouanneau 
     25* @contributor 
     26* @copyright  2005-2007 Laurent Jouanneau 
     27* 
     28* API ideas of this class were get originally from the Copix project (CopixDbFactory, Copix 2.3dev20050901, http://www.copix.org) 
     29* No lines of code are copyrighted by CopixTeam 
     30* 
     31* @link      http://www.jelix.org 
     32* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
     33*/ 
    1934 
    2035/** 
  • trunk/lib/jelix/db/jDbConnection.class.php

    r400 r582  
    11<?php 
    22/** 
    3 * @package    jelix 
    4 * @subpackage db 
     3* @package    jelix 
     4* @subpackage db 
    55* @author      Laurent Jouanneau 
    66* @contributor 
    7 * @copyright  2005-2006 Laurent Jouanneau 
    8 * @link      http://www.jelix.org 
    9 * @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
     7* @copyright   2005-2006 Laurent Jouanneau 
    108* 
    11 * Quelques lignes de codes sont issues de la classe CopixDbConnection 
    12 * du framework Copix 2.3dev20050901. http://www.copix.org 
    13 * Elles sont sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
     9* This class was get originally from the Copix project (CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 
     10* However only few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     11* Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 
     12* and this class was adapted/improved for Jelix by Laurent Jouanneau 
     13
     14* @link        http://www.jelix.org 
     15* @licence     http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    1616*/ 
    1717 
     
    6262       $this->profil = & $profil; 
    6363       $this->dbms = $profil['driver']; 
    64        $this->_connection=$this->_connect(); 
     64       $this->_connection = $this->_connect(); 
    6565    } 
    6666 
  • trunk/lib/jelix/db/jDbConnection.class.php

    r400 r582  
    11<?php 
    22/** 
    3 * @package    jelix 
    4 * @subpackage db 
     3* @package    jelix 
     4* @subpackage db 
    55* @author      Laurent Jouanneau 
    66* @contributor 
    7 * @copyright  2005-2006 Laurent Jouanneau 
    8 * @link      http://www.jelix.org 
    9 * @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
     7* @copyright   2005-2006 Laurent Jouanneau 
    108* 
    11 * Quelques lignes de codes sont issues de la classe CopixDbConnection 
    12 * du framework Copix 2.3dev20050901. http://www.copix.org 
    13 * Elles sont sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
     9* This class was get originally from the Copix project (CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 
     10* However only few lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     11* Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 
     12* and this class was adapted/improved for Jelix by Laurent Jouanneau 
     13
     14* @link        http://www.jelix.org 
     15* @licence     http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    1616*/ 
    1717 
     
    6262       $this->profil = & $profil; 
    6363       $this->dbms = $profil['driver']; 
    64        $this->_connection=$this->_connect(); 
     64       $this->_connection = $this->_connect(); 
    6565    } 
    6666 
  • trunk/lib/jelix/db/jDbTools.class.php

    r386 r582  
    33* @package    jelix 
    44* @subpackage db 
    5 * @version    $Id:$ 
    65* @author     Croes Gérald, Laurent Jouanneau 
    76* @contributor Laurent Jouanneau 
    87* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
    9 * @link      http://www.jelix.org 
    10 * @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    118* 
    12 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixDbTools) 
    13 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
     9* This class was get originally from the Copix project (CopixDbTools, CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 
     10* Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     11* Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 
     12* and this class was adapted/improved for Jelix by Laurent Jouanneau 
     13
     14* @link        http://www.jelix.org 
     15* @licence     http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    1616*/ 
    1717 
  • trunk/lib/jelix/db/jDbTools.class.php

    r386 r582  
    33* @package    jelix 
    44* @subpackage db 
    5 * @version    $Id:$ 
    65* @author     Croes Gérald, Laurent Jouanneau 
    76* @contributor Laurent Jouanneau 
    87* @copyright  2001-2005 CopixTeam, 2005-2006 Laurent Jouanneau 
    9 * @link      http://www.jelix.org 
    10 * @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    118* 
    12 * Classe orginellement issue du framework Copix 2.3dev20050901. http://www.copix.org (CopixDbTools) 
    13 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    14 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    15 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
     9* This class was get originally from the Copix project (CopixDbTools, CopixDbConnection, Copix 2.3dev20050901, http://www.copix.org) 
     10* Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     11* Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 
     12* and this class was adapted/improved for Jelix by Laurent Jouanneau 
     13
     14* @link        http://www.jelix.org 
     15* @licence     http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    1616*/ 
    1717 
  • trunk/lib/jelix/db/jDbWidget.class.php

    r411 r582  
    66* @contributor Laurent Jouanneau 
    77* @copyright  2001-2005 CopixTeam, 2005-2007 Laurent Jouanneau 
     8* 
     9* This class was get originally from the Copix project (CopixDbWidget, Copix 2.3dev20050901, http://www.copix.org) 
     10* Some lines of code are still copyrighted 2001-2005 CopixTeam (LGPL licence). 
     11* Initial authors of this Copix classes are Gerald Croes and Laurent Jouanneau, 
     12* and this class was adapted/improved for Jelix by Laurent Jouanneau 
     13* 
    814* @link      http://www.jelix.org 
    915* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
    10 * 
    11 * Methodes issues originellement de la classe  CopixDbWidget du framework Copix 2.3dev20050901. http://www.copix.org 
    12 * Une partie du code est sous Copyright 2001-2005 CopixTeam (licence LGPL) 
    13 * Auteurs initiaux : Gerald Croes et Laurent Jouanneau 
    14 * Adaptée et améliorée pour Jelix par Laurent Jouanneau 
    1516*/ 
    1617 
  • trunk/lib/jelix/db/jDbWidget.class.php

    r411