Module: sip-router
Branch: master
Commit: fa441a9cdb28fb6336805f45aa65de13c9bcc139
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fa441a9…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: Thu Jul 5 23:35:27 2012 +0200
parser: add missing copyright statement to files, this part was contributed
in commit 3c736126b097137ec943b5931f867bc7e9d82e76 Author: Jamey Hicks,
jamey dot hicks at hp dot com, Date: Fri Dec 3 13:37:57 2004 +0000
---
parser/case_sip.h | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/parser/case_sip.h b/parser/case_sip.h
index 20e99bf..bfad14e 100644
--- a/parser/case_sip.h
+++ b/parser/case_sip.h
@@ -1,3 +1,23 @@
+/*
+ * Copyright (C) 2004 Jamey Hicks, jamey dot hicks at hp dot com
+ *
+ * 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 :: Handle case for headers
*