Added copyright headers for sponsored work
This commit is contained in:
parent
e8f10ea362
commit
9b099f474b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue