Module: sip-router Branch: master Commit: f358aa1b6983a7e1a17745658c4c7f8efa08966c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f358aa1b...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: Thu Jul 5 23:30:15 2012 +0200
parser: add missing copyright statement to files, this part was contributed from Vaclav Kubart, vaclav dot kubart at iptel dot org in commit 488624056c4651fd57fdffd1cbfdd2a07928fdab, Date: Wed Jun 21 13:33:01 2006 +0000
---
parser/parse_subscription_state.c | 20 ++++++++++++++++++++ parser/parse_subscription_state.h | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/parser/parse_subscription_state.c b/parser/parse_subscription_state.c index 94a55e5..525b79f 100644 --- a/parser/parse_subscription_state.c +++ b/parser/parse_subscription_state.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2006 Vaclav Kubart, vaclav dot kubart at iptel dot org + * + * This file is part of SIP-router, a free SIP server. + * + * SIP-router 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 + * + * SIP-router 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 + */ + /*! \file * \brief Parser :: Parse subscription-state in NOTIFY * diff --git a/parser/parse_subscription_state.h b/parser/parse_subscription_state.h index 9171a8c..7d1613b 100644 --- a/parser/parse_subscription_state.h +++ b/parser/parse_subscription_state.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2006 Vaclav Kubart, vaclav dot kubart at iptel dot org + * + * This file is part of SIP-router, a free SIP server. + * + * SIP-router 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 + * + * SIP-router 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 + */ + /*! \file * \brief Parser :: Parse subscription-state in NOTIFY *