Show
Ignore:
Timestamp:
08/10/11 01:07:08 (2 years ago)
Author:
mickecarlsson
Message:

Re #1426, updated with correct copyright information

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/cdr/functions.inc.php

    r12380 r12388  
    1616// 
    1717//    cdr module for FreePBX 2.7+ 
    18 //    Copyright (C) 2011 Igor Okunev 
     18//    Copyright (C) 2010, 2011 Anthony Joseph Messina 
     19//    Portions Copyright (C) 2011 Igor Okunev 
    1920//    Portions Copyright (C) 2011 Mikael Carlsson 
    2021//    Portions Copyright (C) 2006 Seth Sargent, Steven Ward 
    21  
     22// 
    2223// NOTE: This function should probably be in a FreePBX library 
    2324// php function empty() treats 0 as empty, that is why I need the function below 
  • modules/branches/2.10/cdr/install.php

    r12380 r12388  
    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 2 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//    cdr module for FreePBX 2.7+ 
     18//    Copyright (C) Mikael Carlsson 
     19// 
    220// Update cdr database with did field 
     21// 
    322$sql = "SELECT did FROM asteriskcdrdb.cdr"; 
    423$confs = $db->getRow($sql, DB_FETCHMODE_ASSOC); 
  • modules/branches/2.10/cdr/page.cdr.php

    r12380 r12388  
    1616// 
    1717//    cdr module for FreePBX 2.7+ 
    18 //    Copyright (C) 2011 Igor Okunev 
     18//    Copyright (C) 2010, 2011 Anthony Joseph Messina 
     19//    Portions Copyright (C) 2011 Igor Okunev 
    1920//    Portions Copyright (C) Mikael Carlsson 
    20  
     21// 
    2122global $amp_conf; 
    2223$dispnum = "cdr";