From 80b5145d6bf02a5e5c1b961351573bedb1830242 Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Mon, 8 Nov 2010 10:13:48 +0000 Subject: [PATCH] Add/Update copyright --- chan_capi_ami.c | 2 -- chan_capi_ami.h | 25 +++++++++++++++++++++++++ chan_capi_cli.h | 15 +++++++++++++++ chan_capi_devstate.h | 24 ++++++++++++++++++++++++ chan_capi_management_common.c | 3 --- chan_capi_management_common.h | 24 ++++++++++++++++++++++++ chan_capi_mwi.h | 20 ++++++++++++++++++++ chan_capi_platform.h | 20 ++++++++++++++++++++ 8 files changed, 128 insertions(+), 5 deletions(-) diff --git a/chan_capi_ami.c b/chan_capi_ami.c index d675ced..6bedb65 100644 --- a/chan_capi_ami.c +++ b/chan_capi_ami.c @@ -4,8 +4,6 @@ * This source file is supplied for the use with Eicon Networks range of DIVA Server Adapters. - * - Dialogic (R) File Revision : 1.9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/chan_capi_ami.h b/chan_capi_ami.h index b58b845..c6e124b 100644 --- a/chan_capi_ami.h +++ b/chan_capi_ami.h @@ -1,3 +1,28 @@ +/* + * + Copyright (c) Dialogic (R) 2009 - 2010 + * + This source file is supplied for the use with + Eicon Networks range of DIVA Server Adapters. + * + This program 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, or (at your option) + any later version. + * + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY OF ANY KIND WHATSOEVER INCLUDING ANY + 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + * + * Based on apps/app_meetme.c + * + */ #ifndef __CC_AMI_INTERFACE_H__ #define __CC_AMI_INTERFACE_H__ diff --git a/chan_capi_cli.h b/chan_capi_cli.h index ccadb0e..7495f17 100644 --- a/chan_capi_cli.h +++ b/chan_capi_cli.h @@ -1,3 +1,18 @@ +/* + * An implementation of Common ISDN API 2.0 for Asterisk + * + * Copyright (C) 2005-2010 Cytronics & Melware + * + * Armin Schindler + * + * Reworked, but based on the work of + * Copyright (C) 2002-2005 Junghanns.NET GmbH + * + * Klaus-Peter Junghanns + * + * This program is free software and may be modified and + * distributed under the terms of the GNU Public License. + */ #ifndef __CC_CLI_IFC_H__ #define __CC_CLI_IFC_H__ diff --git a/chan_capi_devstate.h b/chan_capi_devstate.h index 1547388..ab9747d 100644 --- a/chan_capi_devstate.h +++ b/chan_capi_devstate.h @@ -1,3 +1,27 @@ +/* + * + Copyright (c) Dialogic (R) 2009 - 2010 + * + This source file is supplied for the use with + Eicon Networks range of DIVA Server Adapters. + * + Dialogic (R) File Revision : 1.9 + * + This program 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, or (at your option) + any later version. + * + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY OF ANY KIND WHATSOEVER INCLUDING ANY + 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #ifndef __CC_DEVICE_STATE_PROVIDER_INTERFACE_H__ #define __CC_DEVICE_STATE_PROVIDER_INTERFACE_H__ diff --git a/chan_capi_management_common.c b/chan_capi_management_common.c index 360948b..a1154ad 100644 --- a/chan_capi_management_common.c +++ b/chan_capi_management_common.c @@ -21,9 +21,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * - * - * Based on apps/app_meetme.c - * */ #include "chan_capi_platform.h" #include "chan_capi20.h" diff --git a/chan_capi_management_common.h b/chan_capi_management_common.h index 94d2671..3385dfd 100644 --- a/chan_capi_management_common.h +++ b/chan_capi_management_common.h @@ -1,3 +1,27 @@ +/* + * + Copyright (c) Dialogic (R) 2009 - 2010 + * + This source file is supplied for the use with + Eicon Networks range of DIVA Server Adapters. + * + Dialogic (R) File Revision : 1.9 + * + This program 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, or (at your option) + any later version. + * + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY OF ANY KIND WHATSOEVER INCLUDING ANY + 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #ifndef __CC_MANAGEMENT_COMMON_INTERFACE_H__ #define __CC_MANAGEMENT_COMMON_INTERFACE_H__ diff --git a/chan_capi_mwi.h b/chan_capi_mwi.h index b16ff4a..b9b415d 100644 --- a/chan_capi_mwi.h +++ b/chan_capi_mwi.h @@ -1,3 +1,23 @@ +/* + * + Copyright (c) Dialogic(R), 2010 + + * + This program 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, or (at your option) + any later version. + * + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY OF ANY KIND WHATSOEVER INCLUDING ANY + 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #ifndef __CHAN_CAPI_MWI_H__ #define __CHAN_CAPI_MWI_H__ diff --git a/chan_capi_platform.h b/chan_capi_platform.h index ff620c4..cf2054b 100644 --- a/chan_capi_platform.h +++ b/chan_capi_platform.h @@ -1,3 +1,23 @@ +/* + * + Copyright (c) Dialogic(R), 2010 + + * + This program 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, or (at your option) + any later version. + * + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY OF ANY KIND WHATSOEVER INCLUDING ANY + 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ #ifndef __CHAN_CAPI_PLATFORM_H__ #define __CHAN_CAPI_PLATFORM_H__