From 9ac8580eea05404e89239a39485ce19d5f95fa31 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sun, 26 Oct 2003 22:58:22 +0000 Subject: [PATCH] Copyright headers added. --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2ffa0e5..49ce9be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,26 @@ 2003-10-26 Per Cederqvist <ceder@ceder.dyndns.org> + Copyright headers added. + * demo/df.py: Copyright header added. + * demo/dualftp.py: Ditto. + * demo/ftp.py: Ditto. + * demo/ftp_interact.py: Ditto. + * demo/ftptrad.py: Ditto. + * demo/komtime.py: Ditto. + * demo/microcom.py: Ditto. + * demo/read-serial.py: Ditto. + * demo/stderr.py: Ditto. + * demo/stdout.py: Ditto. + * demo/telnet.py: Ditto. + * pcl_expect/__init__.py: Ditto. + * pcl_expect/popen.py: Ditto. + * pcl_expect/pyserial.py: Ditto. + * pcl_expect/remote_exception.py: Ditto. + * pcl_expect/spawn.py: Ditto. + * pcl_expect/tcp.py: Ditto. + * pcl_expect/telnet.py: Ditto. + * pcl_expect/user.py: Ditto. + Improve documentation. * README: Mention the demos and the license. * demo/microcom.py: Added comments. -- GitLab