Ignore:
Timestamp:
Apr 5, 2008, 12:57:23 AM (16 years ago)
Author:
plg
Message:

Modification: new header on PHP files, PhpWebGallery renamed Piwigo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/upgrade_1.3.1.php

    r1932 r2297  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // +-----------------------------------------------------------------------+
    4 // | PhpWebGallery - a PHP based picture gallery                           |
    5 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    6 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    7 // +-----------------------------------------------------------------------+
    8 // | file          : $Id$
    9 // | last update   : $Date$
    10 // | last modifier : $Author$
    11 // | revision      : $Revision$
     3// | Piwigo - a PHP based picture gallery                                  |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    128// +-----------------------------------------------------------------------+
    139// | This program is free software; you can redistribute it and/or modify  |
     
    2521// | USA.                                                                  |
    2622// +-----------------------------------------------------------------------+
     23// +-----------------------------------------------------------------------+
     24// +-----------------------------------------------------------------------+
     25// | PhpWebGallery - a PHP based picture gallery                           |
     26// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
     27// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     28// +-----------------------------------------------------------------------+
     29// | file          : $Id$
     30// | last update   : $Date$
     31// | last modifier : $Author$
     32// | revision      : $Revision$
     33// +-----------------------------------------------------------------------+
     34// | This program is free software; you can redistribute it and/or modify  |
     35// | it under the terms of the GNU General Public License as published by  |
     36// | the Free Software Foundation                                          |
     37// |                                                                       |
     38// | This program is distributed in the hope that it will be useful, but   |
     39// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     40// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     41// | General Public License for more details.                              |
     42// |                                                                       |
     43// | You should have received a copy of the GNU General Public License     |
     44// | along with this program; if not, write to the Free Software           |
     45// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     46// | USA.                                                                  |
     47// +-----------------------------------------------------------------------+
    2748
    2849/**
Note: See TracChangeset for help on using the changeset viewer.