[sr-dev] git:master:e172b7a1: tmrec: update licensing and copyright info

Richard Fuchs rfuchs at sipwise.com
Fri Mar 20 14:43:53 CET 2015


Module: kamailio
Branch: master
Commit: e172b7a1b66edfb302da8d498eada7da9f21643e
URL: https://github.com/kamailio/kamailio/commit/e172b7a1b66edfb302da8d498eada7da9f21643e

Author: Richard Fuchs <rfuchs at sipwise.com>
Committer: Richard Fuchs <rfuchs at sipwise.com>
Date: 2015-03-20T09:43:36-04:00

tmrec: update licensing and copyright info

---

Modified: modules/tmrec/doc/tmrec.xml
Modified: modules/tmrec/period.c
Modified: modules/tmrec/period.h

---

Diff:  https://github.com/kamailio/kamailio/commit/e172b7a1b66edfb302da8d498eada7da9f21643e.diff
Patch: https://github.com/kamailio/kamailio/commit/e172b7a1b66edfb302da8d498eada7da9f21643e.patch

---

diff --git a/modules/tmrec/doc/tmrec.xml b/modules/tmrec/doc/tmrec.xml
index 441cffe..f429be3 100644
--- a/modules/tmrec/doc/tmrec.xml
+++ b/modules/tmrec/doc/tmrec.xml
@@ -28,11 +28,20 @@
 		<surname>Balashov</surname>
 		<email>abalashov at evaristesys.com</email>
 	    </editor>
+	    <editor>
+		<firstname>Richard</firstname>
+		<surname>Fuchs</surname>
+		<email>rfuchs at sipwise.com</email>
+	    </editor>
 	</authorgroup>
 	<copyright>
 	    <year>2012</year>
 	    <holder>asipto.com</holder>
 	</copyright>
+	<copyright>
+	    <year>2012</year>
+	    <holder>Sipwise GmbH</holder>
+	</copyright>
     </bookinfo>
     <toc></toc>
     
diff --git a/modules/tmrec/period.c b/modules/tmrec/period.c
index c5e4407..0b43696 100644
--- a/modules/tmrec/period.c
+++ b/modules/tmrec/period.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2012 Sipwise GmbH
+ * Written by Richard Fuchs <rfuchs at sipwise.com>
+ *
+ * This file is part of Kamailio, a free SIP server.
+ *
+ * Kamailio 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
+ *
+ * Kamailio 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>
 #include <string.h>
 #include <time.h>
diff --git a/modules/tmrec/period.h b/modules/tmrec/period.h
index bede828..25103d7 100644
--- a/modules/tmrec/period.h
+++ b/modules/tmrec/period.h
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2012 Sipwise GmbH
+ * Written by Richard Fuchs <rfuchs at sipwise.com>
+ *
+ * This file is part of Kamailio, a free SIP server.
+ *
+ * Kamailio 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
+ *
+ * Kamailio 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 _PERIOD_H_
 #define _PERIOD_H_
 




More information about the sr-dev mailing list