Changeset 7449

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

Added GPL license text

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/asterisk-cli/functions.inc.php

    r6016 r7449  
    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//  Written by Diego Iastrubni <diego.iastrubni@xorcom.com> 
     18//  Copyright (C) 2005, Xorcom 
     19// 
     20//  This code is derived from ASTLinux 0.3 
     21// 
     22//  The original author of AST linux is: 
     23//  Kristian Kielhofner - KrisCompanies, LLC - http://astlinux.org/ 
     24// 
    225 
    326function cli_runcommand($txtCommand) { 
  • modules/branches/2.6/asterisk-cli/i18n/asterisk-cli.pot

    r6837 r7449  
    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# FreePBX language template for asterisk-cli 
     17# Copyright (C) 2008, 2009 FreePBX 
    518# 
    619#, fuzzy 
  • modules/branches/2.6/asterisk-cli/page.cli.php

    r6016 r7449  
    11<?php 
    2 /* 
    3  *  Written by Diego Iastrubni <diego.iastrubni@xorcom.com> 
    4  *  Copyright (C) 2005, Xorcom 
    5  * 
    6  *  All rights reserved. 
    7  * 
    8  *  This program is free software; you can redistribute it and/or modify 
    9  *  it under the terms of the GNU General Public License as published by 
    10  *  the Free Software Foundation; either version 2 of the License. 
    11  * 
    12  *  This program is distributed in the hope that it will be useful, 
    13  *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
    14  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    15  *  GNU General Public License for more details. 
    16  * 
    17  *  You should have received a copy of the GNU General Public License 
    18  *  along with this program; if not, write to the Free Software 
    19  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 
    20  * 
    21  *  This code is derived from ASTLinux 0.3, from the file 
    22  *  /var/www/admin/asterisk.php 
    23  * 
    24  *  The original author of AST linux is: 
    25  *  Kristian Kielhofner - KrisCompanies, LLC - http://astlinux.org/ 
    26  */ 
    27  
    28  
     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//  Written by Diego Iastrubni <diego.iastrubni@xorcom.com> 
     18//  Copyright (C) 2005, Xorcom 
     19// 
     20//  This code is derived from ASTLinux 0.3 
     21// 
     22//  The original author of AST linux is: 
     23//  Kristian Kielhofner - KrisCompanies, LLC - http://astlinux.org/ 
     24// 
    2925$txtCommand = isset($_POST['txtCommand'])?$_POST['txtCommand']:''; 
    3026?>