Changeset 7452

Show
Ignore:
Timestamp:
02/06/09 14:17:10 (4 years ago)
Author:
mickecarlsson
Message:

Added GPL license text

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/backup/functions.inc.php

    r6310 r7452  
    11<?php 
    2 // This program is free software; you can redistribute it and/or 
    3 // modify it under the terms of the GNU General Public License 
    4 // as published by the Free Software Foundation; either version 2 
    5 // of the License, or (at your option) any later version. 
    6  
    7 // This program is distributed in the hope that it will be useful, 
    8 // but WITHOUT ANY WARRANTY; without even the implied warranty of 
    9 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    10 // GNU General Public License for more details. 
    11  
     2//This file is part of FreePBX. 
     3// 
     4//    FreePBX is free software: you can redistribute it and/or modify 
     5//    it under the terms of the GNU General Public License as published by 
     6//    the Free Software Foundation, either version 3 of the License, or 
     7//    (at your option) any later version. 
     8// 
     9//    FreePBX is distributed in the hope that it will be useful, 
     10//    but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     12//    GNU General Public License for more details. 
     13// 
     14//    You should have received a copy of the GNU General Public License 
     15//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     16// 
     17// Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 
     18// Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
     19// 
    1220// this function is in charge of looking into the database and creating crontab jobs for each of the Backup Sets 
    1321// The crontab file is for user asterisk. 
  • modules/branches/2.6/backup/i18n/backup.pot

    r7301 r7452  
    1 # SOME DESCRIPTIVE TITLE. 
    2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 
    3 # This file is distributed under the same license as the PACKAGE package. 
    4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 
     1# This file is part of FreePBX. 
     2
     3#    FreePBX is free software: you can redistribute it and/or modify 
     4#    it under the terms of the GNU General Public License as published by 
     5#    the Free Software Foundation, either version 3 of the License, or 
     6#    (at your option) any later version. 
     7
     8#    FreePBX is distributed in the hope that it will be useful, 
     9#    but WITHOUT ANY WARRANTY; without even the implied warranty of 
     10#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     11#    GNU General Public License for more details. 
     12
     13#    You should have received a copy of the GNU General Public License 
     14#    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     15
     16#  Copyright 2008, 2009 FreePBX 
    517# 
    618#, fuzzy 
  • modules/branches/2.6/backup/install.php

    r6856 r7452  
    11<?php 
     2//This file is part of FreePBX. 
     3// 
     4//    FreePBX is free software: you can redistribute it and/or modify 
     5//    it under the terms of the GNU General Public License as published by 
     6//    the Free Software Foundation, either version 3 of the License, or 
     7//    (at your option) any later version. 
     8// 
     9//    FreePBX is distributed in the hope that it will be useful, 
     10//    but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     12//    GNU General Public License for more details. 
     13// 
     14//    You should have received a copy of the GNU General Public License 
     15//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     16// 
     17// Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 
     18// Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
     19// 
    220 
    321global $db; 
  • modules/branches/2.6/backup/page.backup.php

    r5972 r7452  
    11<?php  
     2//This file is part of FreePBX. 
     3// 
     4//    FreePBX is free software: you can redistribute it and/or modify 
     5//    it under the terms of the GNU General Public License as published by 
     6//    the Free Software Foundation, either version 3 of the License, or 
     7//    (at your option) any later version. 
     8// 
     9//    FreePBX is distributed in the hope that it will be useful, 
     10//    but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     12//    GNU General Public License for more details. 
     13// 
     14//    You should have received a copy of the GNU General Public License 
     15//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     16// 
    217// backup.php Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 
    318// Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
    419// 
    5 //This program is free software; you can redistribute it and/or 
    6 //modify it under the terms of the GNU General Public License 
    7 //as published by the Free Software Foundation; either version 2 
    8 //of the License, or (at your option) any later version. 
    9 // 
    10 //This program is distributed in the hope that it will be useful, 
    11 //but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13 //GNU General Public License for more details. 
    1420?> 
    1521 
  • modules/branches/2.6/backup/schedule_functions.php

    r7301 r7452  
    11<?php 
     2//This file is part of FreePBX. 
     3// 
     4//    FreePBX is free software: you can redistribute it and/or modify 
     5//    it under the terms of the GNU General Public License as published by 
     6//    the Free Software Foundation, either version 3 of the License, or 
     7//    (at your option) any later version. 
     8// 
     9//    FreePBX is distributed in the hope that it will be useful, 
     10//    but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     12//    GNU General Public License for more details. 
     13// 
     14//    You should have received a copy of the GNU General Public License 
     15//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     16// 
    217// schedule_functions.php Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 
    318// Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
    419// 
    5 //This program is free software; you can redistribute it and/or 
    6 //modify it under the terms of the GNU General Public License 
    7 //as published by the Free Software Foundation; either version 2 
    8 //of the License, or (at your option) any later version. 
    9 // 
    10 //This program is distributed in the hope that it will be useful, 
    11 //but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13 //GNU General Public License for more details. 
    1420 
    1521function Get_Tar_Files($dir="", $display="", $file="") { 
  • modules/branches/2.6/backup/uninstall.php

    r6310 r7452  
    11<?php 
     2//This file is part of FreePBX. 
     3// 
     4//    FreePBX is free software: you can redistribute it and/or modify 
     5//    it under the terms of the GNU General Public License as published by 
     6//    the Free Software Foundation, either version 3 of the License, or 
     7//    (at your option) any later version. 
     8// 
     9//    FreePBX is distributed in the hope that it will be useful, 
     10//    but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     12//    GNU General Public License for more details. 
     13// 
     14//    You should have received a copy of the GNU General Public License 
     15//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     16// 
     17// Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 
     18// Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 
     19// 
    220 
    321global $db;