r2671 - in trunk/libminisip: include/libminisip/mediahandler
source/mediahandler
cesc at minisip.org
cesc at minisip.org
Sun Jul 2 16:38:58 CEST 2006
Author: cesc
Date: 2006-07-02 16:38:57 +0200 (Sun, 02 Jul 2006)
New Revision: 2671
Modified:
trunk/libminisip/include/libminisip/mediahandler/CallRecorder.h
trunk/libminisip/source/mediahandler/CallRecorder.cxx
Log:
Oops, i had this implemented on an old version of minisip ...
Update the license to LGPL
Modified: trunk/libminisip/include/libminisip/mediahandler/CallRecorder.h
===================================================================
--- trunk/libminisip/include/libminisip/mediahandler/CallRecorder.h 2006-07-02 14:35:38 UTC (rev 2670)
+++ trunk/libminisip/include/libminisip/mediahandler/CallRecorder.h 2006-07-02 14:38:57 UTC (rev 2671)
@@ -1,20 +1,22 @@
/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Library General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Copyright (C) 2004-2006 the Minisip Team
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* Copyright (C) 2004, 2005
+/* Copyright (C) 2004, 2005, 2006
*
* Authors: Cesc Santasusana (cesc DOT santa A{T gmail D.OT com )
*/
Modified: trunk/libminisip/source/mediahandler/CallRecorder.cxx
===================================================================
--- trunk/libminisip/source/mediahandler/CallRecorder.cxx 2006-07-02 14:35:38 UTC (rev 2670)
+++ trunk/libminisip/source/mediahandler/CallRecorder.cxx 2006-07-02 14:38:57 UTC (rev 2671)
@@ -1,19 +1,22 @@
/*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Library General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Copyright (C) 2004-2006 the Minisip Team
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* Copyright (C) 2004, 2005
+
+/* Copyright (C) 2004, 2005, 2006
*
* Author: Cesc Santasusana (cesc DOT santa A{T gmail D.OT com )
*/
More information about the Minisip-devel
mailing list