Changeset 16

Show
Ignore:
Timestamp:
08/12/07 12:11:49 (1 year ago)
Author:
sip
Message:

Added gpl license notice

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mcuWeb/src/java/org/murillo/mcuWeb/Conference.java

    r14 r16  
    22 * Conference.java 
    33 * 
    4  * Created on 30 de julio de 2007, 15:36 
     4 * Copyright (C) 2007  Sergio Garcia Murillo 
    55 * 
    6  * To change this template, choose Tools | Template Manager 
    7  * and open the template in the editor. 
     6 *  This program 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 3 of the License, or 
     9 *  (at your option) any later version. 
     10 * 
     11 *  This program 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 this program.  If not, see <http://www.gnu.org/licenses/>. 
    818 */ 
    919 
  • mcuWeb/src/java/org/murillo/mcuWeb/ConferenceMngr.java

    r14 r16  
    22 * ConferenceMngr.java 
    33 * 
    4  * Created on 30 de julio de 2007, 10:26 
     4 * Copyright (C) 2007  Sergio Garcia Murillo 
     5 * 
     6 *  This program 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 3 of the License, or 
     9 *  (at your option) any later version. 
     10 * 
     11 *  This program 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 this program.  If not, see <http://www.gnu.org/licenses/>. 
    518 */ 
    619 
     
    1831 
    1932/** 
    20  * @author esergar 
     33 * @author Sergio Garcia Murillo 
    2134 */ 
    2235public class ConferenceMngr extends Object implements Serializable { 
  • mcuWeb/src/java/org/murillo/mcuWeb/MCUHttpServlet.java

    r14 r16  
    22 * MCUHttpServlet.java 
    33 * 
    4  * Created on 31 de julio de 2007, 8:47 
     4 * Copyright (C) 2007  Sergio Garcia Murillo 
     5 * 
     6 *  This program 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 3 of the License, or 
     9 *  (at your option) any later version. 
     10 * 
     11 *  This program 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 this program.  If not, see <http://www.gnu.org/licenses/>. 
    518 */ 
    619 
     
    1124import java.util.Iterator; 
    1225import java.util.Vector; 
    13 import javax.annotation.Resource; 
    14  
    1526import javax.servlet.*; 
    1627import javax.servlet.http.*; 
     
    2536/** 
    2637 * 
    27  * @author esergar 
    28  * @version 
     38 * @author Sergio Garcia Murillo 
    2939 */ 
    3040public class MCUHttpServlet extends HttpServlet { 
  • mcuWeb/src/java/org/murillo/mcuWeb/MCUSipServlet.java

    r14 r16  
    22 * MCUSipServlet.java 
    33 * 
    4  * Created on 31 de julio de 2007, 8:47 
     4 * Copyright (C) 2007  Sergio Garcia Murillo 
     5 * 
     6 *  This program 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 3 of the License, or 
     9 *  (at your option) any later version. 
     10 * 
     11 *  This program 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 this program.  If not, see <http://www.gnu.org/licenses/>. 
    518 */ 
    619 
     
    1124import java.util.logging.Logger; 
    1225import javax.annotation.Resource; 
    13 import javax.servlet.ServletConfig; 
    1426import javax.servlet.ServletContext; 
    1527import javax.servlet.ServletException; 
     
    2436/** 
    2537 * 
    26  * @author esergar 
    27  * @version 
    28  */ 
    29 /** 
    30  * 
    31  * @author esergar 
    32  * @version 
     38 * @author Sergio Garcia Murillo 
    3339 */ 
    3440public class MCUSipServlet extends SipServlet implements SipSessionListener { 
  • mcuWeb/src/java/org/murillo/mcuWeb/MediaMixer.java

    r14 r16  
    22 * MediaMixer.java 
    33 * 
    4  * Created on 30 de julio de 2007, 12:19 
     4 * Copyright (C) 2007  Sergio Garcia Murillo 
    55 * 
    6  * To change this template, choose Tools | Template Manager 
    7  * and open the template in the editor. 
     6 *  This program 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 3 of the License, or 
     9 *  (at your option) any later version. 
     10 * 
     11 *  This program 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 this program.  If not, see <http://www.gnu.org/licenses/>. 
    818 */ 
    919 
     
    1323/** 
    1424 * 
    15  * @author esergar 
     25 * @author Sergio Garcia Murillo 
    1626 */ 
    1727public class MediaMixer extends XmlRpcMcuClient { 
  • mcuWeb/src/java/org/murillo/mcuWeb/Participant.java

    r14 r16  
    22 * Participant.java 
    33 *  
    4  * Created on 08-ago-2007, 15:22:20 
    5  *  
    6  * To change this template, choose Tools | Templates 
    7  * and open the template in the editor. 
     4 * Copyright (C) 2007  Sergio Garcia Murillo 
     5 * 
     6 *  This program 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 3 of the License, or 
     9 *  (at your option) any later version. 
     10 * 
     11 *  This program 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 this program.  If not, see <http://www.gnu.org/licenses/>. 
    818 */ 
    919 
     
    1424/** 
    1525 * 
    16  * @author esergar 
     26 * @author Sergio Garcia Murillo 
    1727 */ 
    1828public class Participant { 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software