diff options
| -rw-r--r-- | plpftp/Makefile.am | 2 | ||||
| -rw-r--r-- | plpftp/ftp.cc | 3 | ||||
| -rw-r--r-- | plpftp/ftp.h | 24 | ||||
| -rw-r--r-- | plpftp/main.cc | 3 | 
4 files changed, 32 insertions, 0 deletions
| diff --git a/plpftp/Makefile.am b/plpftp/Makefile.am index 7e2c00c..6eb9df7 100644 --- a/plpftp/Makefile.am +++ b/plpftp/Makefile.am @@ -1,3 +1,5 @@ +# $Id$ +#  INCLUDES=-I../lib  bin_PROGRAMS = plpftp diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc index 6346d22..2341ce5 100644 --- a/plpftp/ftp.cc +++ b/plpftp/ftp.cc @@ -1,7 +1,10 @@ +// $Id$  //  //  PLP - An implementation of the PSION link protocol  //  //  Copyright (C) 1999  Philip Proudman +//  Modifications for plptools: +//    Copyright (C) 1999 Fritz Elfert <felfert@to.com>  //  //  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/plpftp/ftp.h b/plpftp/ftp.h index 1905b09..38edf40 100644 --- a/plpftp/ftp.h +++ b/plpftp/ftp.h @@ -1,3 +1,27 @@ +// $Id$ +// +//  PLP - An implementation of the PSION link protocol +// +//  Copyright (C) 1999  Philip Proudman +//  Modifications for plptools: +//    Copyright (C) 1999 Fritz Elfert <felfert@to.com> +// +//  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 of the License, 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA +// +//  e-mail philip.proudman@btinternet.com +  #ifndef _ftp_h_  #define _ftp_h_ diff --git a/plpftp/main.cc b/plpftp/main.cc index 87efbe1..816c58a 100644 --- a/plpftp/main.cc +++ b/plpftp/main.cc @@ -1,7 +1,10 @@ +// $Id$  //  //  PLP - An implementation of the PSION link protocol  //  //  Copyright (C) 1999  Philip Proudman +//  Modifications for plptools: +//    Copyright (C) 1999 Fritz Elfert <felfert@to.com>  //  //  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 | 
