]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Added copyright headers for sponsored work
authorMichal Bielicki - cypromis <michal.bielicki@seventhsignal.de>
Tue, 5 Apr 2011 11:05:22 +0000 (13:05 +0200)
committerMichal Bielicki - cypromis <michal.bielicki@seventhsignal.de>
Tue, 5 Apr 2011 11:05:22 +0000 (13:05 +0200)
src/mod/event_handlers/mod_cdr_pg_csv/mod_cdr_pg_csv.c
src/mod/event_handlers/mod_cdr_sqlite/mod_cdr_sqlite.c
src/mod/event_handlers/mod_snmp/FREESWITCH-MIB
src/mod/event_handlers/mod_snmp/mod_snmp.c
src/mod/event_handlers/mod_snmp/subagent.c
src/mod/event_handlers/mod_snmp/subagent.h

index 51194f4b143bcbdda2bd9334295d9a9c23b047ba..0b96db82a1954eb3b4e0f42e85ef4e059e526a59 100644 (file)
@@ -20,6 +20,8 @@
  * Anthony Minessale II <anthm@freeswitch.org>
  * Portions created by the Initial Developer are Copyright (C)
  * the Initial Developer. All Rights Reserved.
+ * Portions created by Seventh Signal Ltd. & Co. KG and its employees are Copyright (C)
+ * Seventh Signal Ltd. & Co. KG, All Rights Reserverd.
  *
  * Contributor(s):
  * Michal Bielicki <michal.bielicki@halokwadrat.de>
index 9a286d454f9a5cf0319262dbd7ec00b947e8f6b7..abdb8101f60281cd3e112db0c33de6027ad7cb94 100644 (file)
@@ -20,6 +20,8 @@
  * Anthony Minessale II <anthm@freeswitch.org>
  * Portions created by the Initial Developer are Copyright (C)
  * the Initial Developer. All Rights Reserved.
+ * Portions created by Seventh Signal Ltd. & Co. KG and its employees are Copyright (C)
+ * Seventh Signal Ltd. & Co. KG, All Rights Reserverd.
  *
  * Contributor(s):
  * Daniel Swarbrick <daniel.swarbrick@seventhsignal.de>
index 84485269f9d6574b0f88b9de863f45a3067825c3..e2fc1998fddf4948b91bae67ffcc55a3e48663bd 100644 (file)
@@ -1,3 +1,36 @@
+/* 
+ * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
+ * Copyright (C) 2005-2011, Anthony Minessale II <anthm@freeswitch.org>
+ *
+ * Version: MPL 1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
+ *
+ * The Initial Developer of the Original Code is
+ * Anthony Minessale II <anthm@freeswitch.org>
+ * Portions created by the Initial Developer are Copyright (C)
+ * the Initial Developer. All Rights Reserved.
+ * Portions created by Seventh Signal Ltd. & Co. KG and its employees are Copyright (C)
+ * Seventh Signal Ltd. & Co. KG, All Rights Reserverd.
+ *
+ * Contributor(s):
+ * Daniel Swarbrick <daniel.swarbrick@seventhsignal.de>
+ * Stefan Knoblich <s.knoblich@axsentis.de>
+ * 
+ * MIB Definition for mod_snmp
+ *
+ */
+
 FREESWITCH-MIB DEFINITIONS ::= BEGIN
 
 IMPORTS
index d415d4fe1ce7cf4ba23b376c2d2307fa0c5a6788..059646bc197a65fad60bcb621a54fdf63d8ca6ae 100644 (file)
@@ -20,6 +20,8 @@
  * Anthony Minessale II <anthm@freeswitch.org>
  * Portions created by the Initial Developer are Copyright (C)
  * the Initial Developer. All Rights Reserved.
+ * Portions created by Seventh Signal Ltd. & Co. KG and its employees are Copyright (C)
+ * Seventh Signal Ltd. & Co. KG, All Rights Reserverd.
  *
  * Contributor(s):
  * Daniel Swarbrick <daniel.swarbrick@seventhsignal.de>
index 871fb5ad75745d6edd19d2954c71787c26aeb491..8d58667687045c3c98ccd16654dfd78ed3975bd3 100644 (file)
@@ -20,6 +20,8 @@
  * Anthony Minessale II <anthm@freeswitch.org>
  * Portions created by the Initial Developer are Copyright (C)
  * the Initial Developer. All Rights Reserved.
+ * Portions created by Seventh Signal Ltd. & Co. KG and its employees are Copyright (C)
+ * Seventh Signal Ltd. & Co. KG, All Rights Reserverd.
  *
  * Contributor(s):
  * Daniel Swarbrick <daniel.swarbrick@seventhsignal.de>
index 5da87a6c4e8afcbcfa02f4aa095d01f8b7fa86f1..ba3c523d49507ae86ad02804936801f06cfefce8 100644 (file)
@@ -1,3 +1,36 @@
+/* 
+ * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
+ * Copyright (C) 2005-2011, Anthony Minessale II <anthm@freeswitch.org>
+ *
+ * Version: MPL 1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
+ *
+ * The Initial Developer of the Original Code is
+ * Anthony Minessale II <anthm@freeswitch.org>
+ * Portions created by the Initial Developer are Copyright (C)
+ * the Initial Developer. All Rights Reserved.
+ * Portions created by Seventh Signal Ltd. & Co. KG and its employees are Copyright (C)
+ * Seventh Signal Ltd. & Co. KG, All Rights Reserverd.
+ *
+ * Contributor(s):
+ * Daniel Swarbrick <daniel.swarbrick@seventhsignal.de>
+ * Stefan Knoblich <s.knoblich@axsentis.de>
+ * 
+ * subagent.h -- SNMP Agent Definitions
+ *
+ */
+
 #ifndef subagent_H
 #define subagent_H