[sr-dev] git:master: parser: add missing copyright statement to files, this part was contributed

Henning Westerholt hw at kamailio.org
Thu Jul 5 23:41:00 CEST 2012


Module: sip-router
Branch: master
Commit: 8361d5921557630576d6f542603f769bff420887
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8361d5921557630576d6f542603f769bff420887

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date:   Thu Jul  5 23:26:45 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/parse_sipifmatch.c |   20 ++++++++++++++++++++
 parser/parse_sipifmatch.h |   20 ++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/parser/parse_sipifmatch.c b/parser/parse_sipifmatch.c
index 604cbda..c07d91d 100644
--- a/parser/parse_sipifmatch.c
+++ b/parser/parse_sipifmatch.c
@@ -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 :: Parse if-match header
  *
diff --git a/parser/parse_sipifmatch.h b/parser/parse_sipifmatch.h
index 7989b50..9493f27 100644
--- a/parser/parse_sipifmatch.h
+++ b/parser/parse_sipifmatch.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 :: Parse if-match header
  *




More information about the sr-dev mailing list