Changeset 7470

Show
Ignore:
Timestamp:
03/08/09 15:50:35 (4 years ago)
Author:
mickecarlsson
Message:

Added missing GPL text, corrected license version

Files:

Legend:

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

    r7447 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/announcement/i18n/announcement.pot

    r7448 r7470  
    33#    FreePBX is free software: you can redistribute it and/or modify 
    44#    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 
     5#    the Free Software Foundation, either version 2 of the License, or 
    66#    (at your option) any later version. 
    77# 
  • modules/branches/2.6/announcement/install.php

    r7447 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/announcement/page.announcement.php

    r7447 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/announcement/uninstall.php

    r7447 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/asterisk-cli/functions.inc.php

    r7449 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/asterisk-cli/i18n/asterisk-cli.pot

    r7449 r7470  
    33#    FreePBX is free software: you can redistribute it and/or modify 
    44#    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 
     5#    the Free Software Foundation, either version 2 of the License, or 
    66#    (at your option) any later version. 
    77# 
  • modules/branches/2.6/asterisk-cli/page.cli.php

    r7449 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/asteriskinfo/functions.inc.php

    r7450 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/asteriskinfo/i18n/asteriskinfo.pot

    r7451 r7470  
    33#    FreePBX is free software: you can redistribute it and/or modify 
    44#    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 
     5#    the Free Software Foundation, either version 2 of the License, or 
    66#    (at your option) any later version. 
    77# 
  • modules/branches/2.6/asteriskinfo/page.asteriskinfo.php

    r7450 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/backup/bin/dumpastdb.php

    r4538 r7470  
    22<?php 
    33// No use outputting anything, as env forces php headers to appear. Sigh. 
     4//This file is part of FreePBX. 
     5// 
     6//    FreePBX is free software: you can redistribute it and/or modify 
     7//    it under the terms of the GNU General Public License as published by 
     8//    the Free Software Foundation, either version 2 of the License, or 
     9//    (at your option) any later version. 
     10// 
     11//    FreePBX is distributed in the hope that it will be useful, 
     12//    but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14//    GNU General Public License for more details. 
     15// 
     16//    You should have received a copy of the GNU General Public License 
     17//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     18// 
    419 
    520global $argv; 
  • modules/branches/2.6/backup/bin/restoreastdb.php

    r6275 r7470  
    22<?php 
    33// No use outputting anything, as env forces php headers to appear. Sigh. 
     4//This file is part of FreePBX. 
     5// 
     6//    FreePBX is free software: you can redistribute it and/or modify 
     7//    it under the terms of the GNU General Public License as published by 
     8//    the Free Software Foundation, either version 2 of the License, or 
     9//    (at your option) any later version. 
     10// 
     11//    FreePBX is distributed in the hope that it will be useful, 
     12//    but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13//    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14//    GNU General Public License for more details. 
     15// 
     16//    You should have received a copy of the GNU General Public License 
     17//    along with FreePBX.  If not, see <http://www.gnu.org/licenses/>. 
     18// 
    419 
    520global $argv; 
  • modules/branches/2.6/backup/functions.inc.php

    r7452 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/backup/i18n/backup.pot

    r7452 r7470  
    33#    FreePBX is free software: you can redistribute it and/or modify 
    44#    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 
     5#    the Free Software Foundation, either version 2 of the License, or 
    66#    (at your option) any later version. 
    77# 
  • modules/branches/2.6/backup/install.php

    r7452 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/backup/page.backup.php

    r7452 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/backup/schedule_functions.php

    r7452 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/backup/uninstall.php

    r7452 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/blacklist/functions.inc.php

    r7453 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/blacklist/i18n/blacklist.pot

    r7453 r7470  
    33#    FreePBX is free software: you can redistribute it and/or modify 
    44#    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 
     5#    the Free Software Foundation, either version 2 of the License, or 
    66#    (at your option) any later version. 
    77# 
  • modules/branches/2.6/blacklist/install.php

    r7453 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/blacklist/page.blacklist.php

    r7453 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/blacklist/uninstall.php

    r7453 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/callback/bin/callback

    r7454 r7470  
    1414//    FreePBX is free software: you can redistribute it and/or modify 
    1515//    it under the terms of the GNU General Public License as published by 
    16 //    the Free Software Foundation, either version 3 of the License, or 
     16//    the Free Software Foundation, either version 2 of the License, or 
    1717//    (at your option) any later version. 
    1818// 
  • modules/branches/2.6/callback/functions.inc.php

    r7454 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/callback/i18n/callback.pot

    r7454 r7470  
    33#    FreePBX is free software: you can redistribute it and/or modify 
    44#    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 
     5#    the Free Software Foundation, either version 2 of the License, or 
    66#    (at your option) any later version. 
    77# 
  • modules/branches/2.6/callback/install.php

    r7454 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/callback/install.sql

    r7454 r7470  
    44#    FreePBX is free software: you can redistribute it and/or modify 
    55#    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 
     6#    the Free Software Foundation, either version 2 of the License, or 
    77#    (at your option) any later version. 
    88# 
  • modules/branches/2.6/callback/page.callback.php

    r7454 r7470  
    66//    FreePBX is free software: you can redistribute it and/or modify 
    77//    it under the terms of the GNU General Public License as published by 
    8 //    the Free Software Foundation, either version 3 of the License, or 
     8//    the Free Software Foundation, either version 2 of the License, or 
    99//    (at your option) any later version. 
    1010// 
  • modules/branches/2.6/callback/uninstall.php

    r7454 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/callforward/functions.inc.php

    r7455 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/callforward/i18n/callforward.pot

    r7455 r7470  
    33#    FreePBX is free software: you can redistribute it and/or modify 
    44#    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 
     5#    the Free Software Foundation, either version 2 of the License, or 
    66#    (at your option) any later version. 
    77# 
  • modules/branches/2.6/callforward/install.php

    r7455 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/callforward/uninstall.php

    r7455 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/callwaiting/functions.inc.php

    r7456 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/callwaiting/i18n/callwaiting.pot

    r7456 r7470  
    33#    FreePBX is free software: you can redistribute it and/or modify 
    44#    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 
     5#    the Free Software Foundation, either version 2 of the License, or 
    66#    (at your option) any later version. 
    77# 
  • modules/branches/2.6/callwaiting/install.php

    r7456 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88// 
  • modules/branches/2.6/callwaiting/uninstall.php

    r7456 r7470  
    44//    FreePBX is free software: you can redistribute it and/or modify 
    55//    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 
     6//    the Free Software Foundation, either version 2 of the License, or 
    77//    (at your option) any later version. 
    88//