Author: rco Date: 2008-06-01 10:01:09 +0200 (Sun, 01 Jun 2008) New Revision: 998
Modified: branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.cpp branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.h branches/1.0.0/core/plug-in/sipctrl/resolver.cpp branches/1.0.0/core/plug-in/sipctrl/resolver.h branches/1.0.0/core/plug-in/sipctrl/sip_timers.h branches/1.0.0/core/plug-in/sipctrl/sip_trans.cpp branches/1.0.0/core/plug-in/sipctrl/sip_ua.h branches/1.0.0/core/plug-in/sipctrl/trans_layer.cpp branches/1.0.0/core/plug-in/sipctrl/trans_layer.h branches/1.0.0/core/plug-in/sipctrl/transport.cpp branches/1.0.0/core/plug-in/sipctrl/transport.h branches/1.0.0/core/plug-in/sipctrl/udp_trsp.cpp branches/1.0.0/core/plug-in/sipctrl/udp_trsp.h branches/1.0.0/core/plug-in/sipctrl/wheeltimer.cpp branches/1.0.0/core/plug-in/sipctrl/wheeltimer.h Log: - added copyright+license header. Modified: branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.cpp =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.cpp 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.cpp 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #include "SipCtrlInterface.h" #include "AmUtils.h" Modified: branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.h =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.h 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/SipCtrlInterface.h 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #ifndef _SipCtrlInterface_h_ #define _SipCtrlInterface_h_ Modified: branches/1.0.0/core/plug-in/sipctrl/resolver.cpp =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/resolver.cpp 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/resolver.cpp 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #include "resolver.h" Modified: branches/1.0.0/core/plug-in/sipctrl/resolver.h =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/resolver.h 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/resolver.h 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #ifndef _resolver_h_ #define _resolver_h_ Modified: branches/1.0.0/core/plug-in/sipctrl/sip_timers.h =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/sip_timers.h 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/sip_timers.h 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #ifndef _sip_timers_h_ #define _sip_timers_h_ Modified: branches/1.0.0/core/plug-in/sipctrl/sip_trans.cpp =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/sip_trans.cpp 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/sip_trans.cpp 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #include "sip_trans.h" #include "sip_parser.h" Modified: branches/1.0.0/core/plug-in/sipctrl/sip_ua.h =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/sip_ua.h 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/sip_ua.h 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #ifndef _sip_ua_h_ #define _sip_ua_h_ Modified: branches/1.0.0/core/plug-in/sipctrl/trans_layer.cpp =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/trans_layer.cpp 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/trans_layer.cpp 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #include "trans_layer.h" #include "sip_parser.h" Modified: branches/1.0.0/core/plug-in/sipctrl/trans_layer.h =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/trans_layer.h 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/trans_layer.h 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #ifndef _trans_layer_h_ #define _trans_layer_h_ Modified: branches/1.0.0/core/plug-in/sipctrl/transport.cpp =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/transport.cpp 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/transport.cpp 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #include "transport.h" #include <assert.h> Modified: branches/1.0.0/core/plug-in/sipctrl/transport.h =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/transport.h 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/transport.h 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #ifndef _transport_h_ #define _transport_h_ Modified: branches/1.0.0/core/plug-in/sipctrl/udp_trsp.cpp =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/udp_trsp.cpp 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/udp_trsp.cpp 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #include "udp_trsp.h" #include "sip_parser.h" Modified: branches/1.0.0/core/plug-in/sipctrl/udp_trsp.h =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/udp_trsp.h 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/udp_trsp.h 2008-06-01 08:01:09 UTC (rev 998) @@ -1,3 +1,29 @@ +/* + * $Id: $ + * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 + */ #ifndef _udp_trsp_h_ #define _udp_trsp_h_ Modified: branches/1.0.0/core/plug-in/sipctrl/wheeltimer.cpp =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/wheeltimer.cpp 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/wheeltimer.cpp 2008-06-01 08:01:09 UTC (rev 998) @@ -1,7 +1,28 @@ /* - * Wheeltimer - * + * $Id: $ * + * Copyright (C) 2007 Raphael Coeffic + * + * This file is part of sems, a free SIP media server. + * + * sems 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 + * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 */ #include <stdio.h> Modified: branches/1.0.0/core/plug-in/sipctrl/wheeltimer.h =================================================================== --- branches/1.0.0/core/plug-in/sipctrl/wheeltimer.h 2008-06-01 07:45:53 UTC (rev 997) +++ branches/1.0.0/core/plug-in/sipctrl/wheeltimer.h 2008-06-01 08:01:09 UTC (rev 998) @@ -1,9 +1,28 @@ -/** +/* + * $Id: $ * - *Wheeltimer + * Copyright (C) 2007 Raphael Coeffic * + * This file is part of sems, a free SIP media server. * + * sems 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 * + * For a license to use the ser software under conditions + * other than those described here, or to purchase support for this + * software, please contact iptel.org by e-mail at the following addresses: + * [EMAIL PROTECTED] + * + * sems 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 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 */ #ifndef _wheeltimer_h_ _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
