From b5b216e0fe8a575c259c444242cbebf5d08ce24b Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Sun, 1 Jun 2008 08:03:27 +0000 Subject: [PATCH] - added copyright+license header. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@999 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/sipctrl/SipCtrlInterface.cpp | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/SipCtrlInterface.h | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/resolver.cpp | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/resolver.h | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/sip_timers.h | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/sip_trans.cpp | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/sip_ua.h | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/trans_layer.cpp | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/trans_layer.h | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/transport.cpp | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/transport.h | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/udp_trsp.cpp | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/udp_trsp.h | 26 +++++++++++++++++++++++ core/plug-in/sipctrl/wheeltimer.cpp | 25 ++++++++++++++++++++-- core/plug-in/sipctrl/wheeltimer.h | 23 ++++++++++++++++++-- 15 files changed, 382 insertions(+), 4 deletions(-) diff --git a/core/plug-in/sipctrl/SipCtrlInterface.cpp b/core/plug-in/sipctrl/SipCtrlInterface.cpp index 998d15d0..c1502f7b 100644 --- a/core/plug-in/sipctrl/SipCtrlInterface.cpp +++ b/core/plug-in/sipctrl/SipCtrlInterface.cpp @@ -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: + * info@iptel.org + * + * 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" diff --git a/core/plug-in/sipctrl/SipCtrlInterface.h b/core/plug-in/sipctrl/SipCtrlInterface.h index a8564bf6..78452f6a 100644 --- a/core/plug-in/sipctrl/SipCtrlInterface.h +++ b/core/plug-in/sipctrl/SipCtrlInterface.h @@ -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: + * info@iptel.org + * + * 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_ diff --git a/core/plug-in/sipctrl/resolver.cpp b/core/plug-in/sipctrl/resolver.cpp index 2b19a9ee..0606e325 100644 --- a/core/plug-in/sipctrl/resolver.cpp +++ b/core/plug-in/sipctrl/resolver.cpp @@ -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: + * info@iptel.org + * + * 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" diff --git a/core/plug-in/sipctrl/resolver.h b/core/plug-in/sipctrl/resolver.h index 9471af79..1e1b2cec 100644 --- a/core/plug-in/sipctrl/resolver.h +++ b/core/plug-in/sipctrl/resolver.h @@ -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: + * info@iptel.org + * + * 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_ diff --git a/core/plug-in/sipctrl/sip_timers.h b/core/plug-in/sipctrl/sip_timers.h index a4d1f385..b1ce5115 100644 --- a/core/plug-in/sipctrl/sip_timers.h +++ b/core/plug-in/sipctrl/sip_timers.h @@ -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: + * info@iptel.org + * + * 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_ diff --git a/core/plug-in/sipctrl/sip_trans.cpp b/core/plug-in/sipctrl/sip_trans.cpp index 71da6c0b..b80f0545 100644 --- a/core/plug-in/sipctrl/sip_trans.cpp +++ b/core/plug-in/sipctrl/sip_trans.cpp @@ -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: + * info@iptel.org + * + * 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" diff --git a/core/plug-in/sipctrl/sip_ua.h b/core/plug-in/sipctrl/sip_ua.h index 28d5f710..f9afd80b 100644 --- a/core/plug-in/sipctrl/sip_ua.h +++ b/core/plug-in/sipctrl/sip_ua.h @@ -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: + * info@iptel.org + * + * 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_ diff --git a/core/plug-in/sipctrl/trans_layer.cpp b/core/plug-in/sipctrl/trans_layer.cpp index ccd2642e..585ce019 100644 --- a/core/plug-in/sipctrl/trans_layer.cpp +++ b/core/plug-in/sipctrl/trans_layer.cpp @@ -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: + * info@iptel.org + * + * 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" diff --git a/core/plug-in/sipctrl/trans_layer.h b/core/plug-in/sipctrl/trans_layer.h index bb4d5394..a7753f9b 100644 --- a/core/plug-in/sipctrl/trans_layer.h +++ b/core/plug-in/sipctrl/trans_layer.h @@ -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: + * info@iptel.org + * + * 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_ diff --git a/core/plug-in/sipctrl/transport.cpp b/core/plug-in/sipctrl/transport.cpp index 45d4f416..70374f08 100644 --- a/core/plug-in/sipctrl/transport.cpp +++ b/core/plug-in/sipctrl/transport.cpp @@ -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: + * info@iptel.org + * + * 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 diff --git a/core/plug-in/sipctrl/transport.h b/core/plug-in/sipctrl/transport.h index a5fc5183..97a09d34 100644 --- a/core/plug-in/sipctrl/transport.h +++ b/core/plug-in/sipctrl/transport.h @@ -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: + * info@iptel.org + * + * 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_ diff --git a/core/plug-in/sipctrl/udp_trsp.cpp b/core/plug-in/sipctrl/udp_trsp.cpp index 1fbe830a..2d63e8cf 100644 --- a/core/plug-in/sipctrl/udp_trsp.cpp +++ b/core/plug-in/sipctrl/udp_trsp.cpp @@ -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: + * info@iptel.org + * + * 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" diff --git a/core/plug-in/sipctrl/udp_trsp.h b/core/plug-in/sipctrl/udp_trsp.h index d8f4e26d..b5fb277d 100644 --- a/core/plug-in/sipctrl/udp_trsp.h +++ b/core/plug-in/sipctrl/udp_trsp.h @@ -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: + * info@iptel.org + * + * 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_ diff --git a/core/plug-in/sipctrl/wheeltimer.cpp b/core/plug-in/sipctrl/wheeltimer.cpp index 5201214b..9d0d3936 100644 --- a/core/plug-in/sipctrl/wheeltimer.cpp +++ b/core/plug-in/sipctrl/wheeltimer.cpp @@ -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: + * info@iptel.org + * + * 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 diff --git a/core/plug-in/sipctrl/wheeltimer.h b/core/plug-in/sipctrl/wheeltimer.h index 32d38a0d..a6e6e986 100644 --- a/core/plug-in/sipctrl/wheeltimer.h +++ b/core/plug-in/sipctrl/wheeltimer.h @@ -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: + * info@iptel.org + * + * 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_