aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>1999-07-05 21:40:18 +0000
committerFritz Elfert <felfert@to.com>1999-07-05 21:40:18 +0000
commit87482394b65e02e1c0900233a43dead4160850e2 (patch)
tree3df1fe2a922c259112e4b4f4ddd710703dd0a861 /plpftp
parent748461cdde99a0a78af2f3f1ce4f7130c64a6144 (diff)
downloadplptools-87482394b65e02e1c0900233a43dead4160850e2.tar.gz
plptools-87482394b65e02e1c0900233a43dead4160850e2.tar.bz2
plptools-87482394b65e02e1c0900233a43dead4160850e2.zip
Added RCS-Id's, Copyright
Diffstat (limited to 'plpftp')
-rw-r--r--plpftp/Makefile.am2
-rw-r--r--plpftp/ftp.cc3
-rw-r--r--plpftp/ftp.h24
-rw-r--r--plpftp/main.cc3
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