Author: rco Date: 2008-06-01 10:03:27 +0200 (Sun, 01 Jun 2008) New Revision: 999
Modified: trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp trunk/core/plug-in/sipctrl/SipCtrlInterface.h trunk/core/plug-in/sipctrl/resolver.cpp trunk/core/plug-in/sipctrl/resolver.h trunk/core/plug-in/sipctrl/sip_timers.h trunk/core/plug-in/sipctrl/sip_trans.cpp trunk/core/plug-in/sipctrl/sip_ua.h trunk/core/plug-in/sipctrl/trans_layer.cpp trunk/core/plug-in/sipctrl/trans_layer.h trunk/core/plug-in/sipctrl/transport.cpp trunk/core/plug-in/sipctrl/transport.h trunk/core/plug-in/sipctrl/udp_trsp.cpp trunk/core/plug-in/sipctrl/udp_trsp.h trunk/core/plug-in/sipctrl/wheeltimer.cpp trunk/core/plug-in/sipctrl/wheeltimer.h Log: - added copyright+license header. Modified: trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp =================================================================== --- trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/SipCtrlInterface.h =================================================================== --- trunk/core/plug-in/sipctrl/SipCtrlInterface.h 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/SipCtrlInterface.h 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/resolver.cpp =================================================================== --- trunk/core/plug-in/sipctrl/resolver.cpp 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/resolver.cpp 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/resolver.h =================================================================== --- trunk/core/plug-in/sipctrl/resolver.h 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/resolver.h 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/sip_timers.h =================================================================== --- trunk/core/plug-in/sipctrl/sip_timers.h 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/sip_timers.h 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/sip_trans.cpp =================================================================== --- trunk/core/plug-in/sipctrl/sip_trans.cpp 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/sip_trans.cpp 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/sip_ua.h =================================================================== --- trunk/core/plug-in/sipctrl/sip_ua.h 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/sip_ua.h 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/trans_layer.cpp =================================================================== --- trunk/core/plug-in/sipctrl/trans_layer.cpp 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/trans_layer.cpp 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/trans_layer.h =================================================================== --- trunk/core/plug-in/sipctrl/trans_layer.h 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/trans_layer.h 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/transport.cpp =================================================================== --- trunk/core/plug-in/sipctrl/transport.cpp 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/transport.cpp 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/transport.h =================================================================== --- trunk/core/plug-in/sipctrl/transport.h 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/transport.h 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/udp_trsp.cpp =================================================================== --- trunk/core/plug-in/sipctrl/udp_trsp.cpp 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/udp_trsp.cpp 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/udp_trsp.h =================================================================== --- trunk/core/plug-in/sipctrl/udp_trsp.h 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/udp_trsp.h 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/wheeltimer.cpp =================================================================== --- trunk/core/plug-in/sipctrl/wheeltimer.cpp 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/wheeltimer.cpp 2008-06-01 08:03:27 UTC (rev 999) @@ -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: trunk/core/plug-in/sipctrl/wheeltimer.h =================================================================== --- trunk/core/plug-in/sipctrl/wheeltimer.h 2008-06-01 08:01:09 UTC (rev 998) +++ trunk/core/plug-in/sipctrl/wheeltimer.h 2008-06-01 08:03:27 UTC (rev 999) @@ -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
