Corrected some Copyright notes to refer to GPL.

This commit is contained in:
fritz 1997-05-17 12:23:24 +00:00
parent 89d57f2b00
commit d558e1dbb3
4 changed files with 68 additions and 26 deletions

19
README
View File

@ -1,5 +1,5 @@
# #
# $Id: README,v 1.4 1997/03/24 23:38:38 fritz Exp $ # $Id: README,v 1.5 1997/05/17 12:23:24 fritz Exp $
# #
This is the README file for the "isdn4k-utils" package from "The i4l-crew". This is the README file for the "isdn4k-utils" package from "The i4l-crew".
@ -35,6 +35,23 @@ This package contains the following stuff:
iprofd.8, isdnctrl.8, isdnlog.8, isdnrep.1, telesctrl.8, xisdnload.1x iprofd.8, isdnctrl.8, isdnlog.8, isdnrep.1, telesctrl.8, xisdnload.1x
and xmonisdn.1x and xmonisdn.1x
COPYRIGHT/COPYING:
Until explicitely stated, all programs in this package can be freely
redistributed and/or modified 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 package 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. (File: COPYING)
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.
System prerequisites: System prerequisites:
To use this package, you need a kernel with an ISDN-subsystem configured. To use this package, you need a kernel with an ISDN-subsystem configured.

View File

@ -1,4 +1,4 @@
/* $Id: icnctrl.c,v 1.1 1997/02/17 00:08:53 fritz Exp $ /* $Id: icnctrl.c,v 1.2 1997/05/17 12:23:29 fritz Exp $
* ICN-ISDN driver for Linux. (Control-Utility) * ICN-ISDN driver for Linux. (Control-Utility)
* *
@ -7,20 +7,24 @@
* *
* This file is part of Isdn4Linux. * This file is part of Isdn4Linux.
* *
* Isdn4Linux is distributed with NO WARRANTY OF ANY KIND. No author * This program is free software; you can redistribute it and/or modify
* or distributor accepts any responsibility for the consequences of using it, * it under the terms of the GNU General Public License as published by
* or for whether it serves any particular purpose or works at all, unless he * the Free Software Foundation; either version 2, or (at your option)
* or she says so in writing. Refer to the Isdn4Linux Free Public * any later version.
* License (the "License") for full details.
* *
* Every copy of Isdn4Linux must include a copy of the License, * This program is distributed in the hope that it will be useful,
* normally in a plain ASCII text file named LICENSE. The License grants you * but WITHOUT ANY WARRANTY; without even the implied warranty of
* the right to copy, modify and redistribute Isdn4Linux, but only * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* under certain conditions described in the License. Among other things, the * GNU General Public License for more details.
* License requires that the copyright notice and this notice be preserved on *
* all copies. * 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.
* *
* $Log: icnctrl.c,v $ * $Log: icnctrl.c,v $
* Revision 1.2 1997/05/17 12:23:29 fritz
* Corrected some Copyright notes to refer to GPL.
*
* Revision 1.1 1997/02/17 00:08:53 fritz * Revision 1.1 1997/02/17 00:08:53 fritz
* New CVS tree * New CVS tree
* *

View File

@ -1,10 +1,27 @@
/* $Id: imon.c,v 1.2 1997/03/20 00:19:01 luethje Exp $ /* $Id: imon.c,v 1.3 1997/05/17 12:23:35 fritz Exp $
* *
* iMON , extended version. * iMON , extended version.
* original iMON source (c) Michael Knigge * original iMON source (c) Michael Knigge
* heavily modified and extended by Fritz Elfert * heavily modified and extended by Fritz Elfert
* *
* 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; 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., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: imon.c,v $ * $Log: imon.c,v $
* Revision 1.3 1997/05/17 12:23:35 fritz
* Corrected some Copyright notes to refer to GPL.
*
* Revision 1.2 1997/03/20 00:19:01 luethje * Revision 1.2 1997/03/20 00:19:01 luethje
* inserted the line #include <errno.h> in avmb1/avmcapictrl.c and imon/imon.c, * inserted the line #include <errno.h> in avmb1/avmcapictrl.c and imon/imon.c,
* some bugfixes, new structure in isdnlog/isdnrep/isdnrep.c. * some bugfixes, new structure in isdnlog/isdnrep/isdnrep.c.

View File

@ -1,4 +1,4 @@
/* $Id: loopctrl.c,v 1.1 1997/03/24 23:38:46 fritz Exp $ /* $Id: loopctrl.c,v 1.2 1997/05/17 12:23:41 fritz Exp $
* loop-ISDN driver for Linux. (Control-Utility) * loop-ISDN driver for Linux. (Control-Utility)
* *
@ -6,20 +6,24 @@
* *
* This file is part of Isdn4Linux. * This file is part of Isdn4Linux.
* *
* Isdn4Linux is distributed with NO WARRANTY OF ANY KIND. No author * This program is free software; you can redistribute it and/or modify
* or distributor accepts any responsibility for the consequences of using it, * it under the terms of the GNU General Public License as published by
* or for whether it serves any particular purpose or works at all, unless he * the Free Software Foundation; either version 2, or (at your option)
* or she says so in writing. Refer to the Isdn4Linux Free Public * any later version.
* License (the "License") for full details.
* *
* Every copy of Isdn4Linux must include a copy of the License, * This program is distributed in the hope that it will be useful,
* normally in a plain ASCII text file named LICENSE. The License grants you * but WITHOUT ANY WARRANTY; without even the implied warranty of
* the right to copy, modify and redistribute Isdn4Linux, but only * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* under certain conditions described in the License. Among other things, the * GNU General Public License for more details.
* License requires that the copyright notice and this notice be preserved on *
* all copies. * 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.
* *
* $Log: loopctrl.c,v $ * $Log: loopctrl.c,v $
* Revision 1.2 1997/05/17 12:23:41 fritz
* Corrected some Copyright notes to refer to GPL.
*
* Revision 1.1 1997/03/24 23:38:46 fritz * Revision 1.1 1997/03/24 23:38:46 fritz
* Added loopctrl utility. * Added loopctrl utility.
* *