From 1a690f425a8f67941785c256e1911ec46f5d6670 Mon Sep 17 00:00:00 2001 From: apenwarr Date: Tue, 5 Jun 2001 06:14:02 +0000 Subject: [PATCH] Updated copyright notices on C++ files. Gee, I put that one off for almost as long as I put off doing my taxes :) git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@247 6619c942-59fa-0310-bf43-a07aaa81d9ac --- papchaptest.cc | 2 +- wvdial.cc | 2 +- wvdialbrain.cc | 2 +- wvdialbrain.h | 2 +- wvdialconf.cc | 2 +- wvdialer.cc | 2 +- wvdialer.h | 2 +- wvdialtext.cc | 4 ++-- wvmodemscan.cc | 2 +- wvmodemscan.h | 2 +- wvpapchap.cc | 2 +- wvpapchap.h | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/papchaptest.cc b/papchaptest.cc index 1bfd858..d2c425e 100644 --- a/papchaptest.cc +++ b/papchaptest.cc @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Little test program for WvPapChap. */ diff --git a/wvdial.cc b/wvdial.cc index 856ee88..7dfaede 100644 --- a/wvdial.cc +++ b/wvdial.cc @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Standalone WvDial program, for testing the WvDialer class. * diff --git a/wvdialbrain.cc b/wvdialbrain.cc index cf3454a..f0d5d26 100644 --- a/wvdialbrain.cc +++ b/wvdialbrain.cc @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * The brains behind the WvDialer class. This handles prompt-detection, * menu-guessing, and related tasks. diff --git a/wvdialbrain.h b/wvdialbrain.h index 242ef29..7cdd102 100644 --- a/wvdialbrain.h +++ b/wvdialbrain.h @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Definition of the brains behind the WvDialer class. * diff --git a/wvdialconf.cc b/wvdialconf.cc index 09aeca5..0c9ba83 100644 --- a/wvdialconf.cc +++ b/wvdialconf.cc @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * WvDial configuration utility. Generates a basic wvdial.conf file. */ diff --git a/wvdialer.cc b/wvdialer.cc index 5217a70..5285b65 100644 --- a/wvdialer.cc +++ b/wvdialer.cc @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Implementation of the WvDialer smart-dialer class. * diff --git a/wvdialer.h b/wvdialer.h index 8365d09..a79718e 100644 --- a/wvdialer.h +++ b/wvdialer.h @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Definition of the WvDialer smart-dialer class. * diff --git a/wvdialtext.cc b/wvdialtext.cc index 2420e53..3a64f79 100644 --- a/wvdialtext.cc +++ b/wvdialtext.cc @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Stuff that wvdial prints... * @@ -11,7 +11,7 @@ const char wvdial_version_text[] = "WvDial " WVDIAL_VER_STRING -": Copyright (c) 1997-2000 Net Integration Technologies, Inc.\n"; +": Copyright (c) 1997-2001 Net Integration Technologies, Inc.\n"; const char wvdial_help_text[] = "Usage: wvdial { option || sect1 sect2 sect3 ... } \n" diff --git a/wvmodemscan.cc b/wvmodemscan.cc index 9ae0da6..868768f 100644 --- a/wvmodemscan.cc +++ b/wvmodemscan.cc @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Intelligent serial port scanner: try to find a port (or ports) * with a working modem, guess a basic startup init string, and find diff --git a/wvmodemscan.h b/wvmodemscan.h index f15a436..6104cbd 100644 --- a/wvmodemscan.h +++ b/wvmodemscan.h @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Intelligent serial port scanner: try to find a port (or ports) * with a working modem, guess a basic startup init string, and find diff --git a/wvpapchap.cc b/wvpapchap.cc index b8b1e84..ff36d70 100644 --- a/wvpapchap.cc +++ b/wvpapchap.cc @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Re-write of wvpapsecrets.cc. This one supports CHAP as well, and is also * much safer. diff --git a/wvpapchap.h b/wvpapchap.h index 98a545b..c745841 100644 --- a/wvpapchap.h +++ b/wvpapchap.h @@ -1,6 +1,6 @@ /* * Worldvisions Weaver Software: - * Copyright (C) 1997-2000 Net Integration Technologies, Inc. + * Copyright (C) 1997-2001 Net Integration Technologies, Inc. * * Re-write of wvpapsecrets.h. This one supports CHAP as well, and is also * much safer.