Changeset 239 for trunk/install


Ignore:
Timestamp:
06/15/2011 05:00:09 PM (11 months ago)
Author:
sque
Message:

[installer] Move copyright holder to sque

Location:
trunk/install
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/index.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/srtm_download.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/steps/step_dbinit.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
     
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1919 * 
    20  */  
     20 */ 
     21 
     22 
    2123?> 
    2224<p class="description">This is a fresh database. We will need information about administrator user. 
  • trunk/install/steps/step_dbsetup.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
     
    1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
    1919 * 
    20  */  
     20 */ 
     21 
     22 
    2123?> 
    2224<p class="description"> 
  • trunk/install/steps/step_deps.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/steps/step_file_perms.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/steps/step_final.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/steps/step_gmap.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/steps/step_mapbounds.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/steps/step_smarty.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/steps/step_srtm.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/steps/step_welcome.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
  • trunk/install/tools.php

    r238 r239  
    33 * WiND - Wireless Nodes Database 
    44 * 
    5  * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     5 * Copyright (C) 2011 Sque <squarious _at gmail [dot] com> 
    66 *  
    77 * This program is free software; you can redistribute it and/or modify 
     
    1919 * 
    2020 */ 
     21 
    2122 
    2223$_GLOBALS['root_path'] = dirname(__FILE__) . '/../'; 
Note: See TracChangeset for help on using the changeset viewer.