Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HEAD: Huge number of files touched while updating the copyright notic…
Browse files Browse the repository at this point in the history
…e on

all of the open source files. Also, while I was there, cleaned up the option
entry on the polly binary, fixed some random spacing in Retchmail, and made
the Makefiles for unithingy not suck so much.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@1876 6619c942-59fa-0310-bf43-a07aaa81d9ac
  • Loading branch information
ppatters committed Feb 12, 2003
1 parent bcfbb52 commit a068d34
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 27 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -13,9 +13,9 @@ all: wvdial.a wvdial wvdialconf pppmon
wvdial.a: wvdialer.o wvdialtext.o wvmodemscan.o wvpapchap.o wvdialbrain.o \
wvdialmon.o

LIBS = -L../wvstreams -lwvutils -lwvstreams
LIBS+= -L../wvstreams -lwvutils -lwvstreams

wvdial wvdialconf papchaptest atztest pppmon: wvdial.a
wvdial wvdialconf papchaptest pppmon: wvdial.a

clean:
rm -f wvdial wvdialconf wvdialmon papchaptest pppmon atztest *.o *.a
rm -f wvdial wvdialconf wvdialmon papchaptest pppmon
2 changes: 1 addition & 1 deletion debian/copyright
Expand Up @@ -17,5 +17,5 @@ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more
details.

WvDial is Copyright 1997-2002, Network Integration Technologies Inc.
WvDial is Copyright 1997-2003, Network Integration Technologies Inc.

2 changes: 1 addition & 1 deletion papchaptest.cc
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* Little test program for WvPapChap.
*/
Expand Down
16 changes: 5 additions & 11 deletions wvdial.cc
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* Standalone WvDial program, for testing the WvDialer class.
*
Expand Down Expand Up @@ -29,18 +29,12 @@ class WvDialLogger : public WvLogConsole
public:
WvDialLogger() : WvLogConsole( dup( 2 ) ) // log to stderr (fd 2)
{ }
virtual ~WvDialLogger();

protected:
virtual void _make_prefix();
};


WvDialLogger::~WvDialLogger()
/***************************/
{
}


void WvDialLogger::_make_prefix()
/*******************************/
{
Expand All @@ -67,12 +61,12 @@ static void print_help()
printf( "\n%s", wvdial_help_text );
}

static void signalhandler( int signum )
static void signalhandler(int sig)
/***********************************/
{
printf( "Caught signal #%d! Attempting to exit gracefully...\n", signum );
fprintf(stderr, "Caught signal %d: Attempting to exit gracefully...\n", sig);
want_to_die = true;
signal( signum, SIG_DFL );
signal(sig, SIG_DFL);
}


Expand Down
2 changes: 1 addition & 1 deletion wvdialbrain.cc
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* The brains behind the WvDialer class. This handles prompt-detection,
* menu-guessing, and related tasks.
Expand Down
2 changes: 1 addition & 1 deletion wvdialbrain.h
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* Definition of the brains behind the WvDialer class.
*
Expand Down
2 changes: 1 addition & 1 deletion wvdialconf.cc
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* WvDial configuration utility. Generates a basic wvdial.conf file.
*/
Expand Down
2 changes: 1 addition & 1 deletion wvdialer.cc
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* Implementation of the WvDialer smart-dialer class.
*
Expand Down
2 changes: 1 addition & 1 deletion wvdialer.h
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* Definition of the WvDialer smart-dialer class.
*
Expand Down
4 changes: 2 additions & 2 deletions wvdialtext.cc
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* Stuff that wvdial prints...
*
Expand All @@ -11,7 +11,7 @@

const char wvdial_version_text[] =
"WvDial " WVDIAL_VER_STRING
": Copyright (c) 1997-2002 Net Integration Technologies, Inc.\n";
": Copyright (c) 1997-2003 Net Integration Technologies, Inc.\n";

const char wvdial_help_text[] =
"Usage: wvdial { option || sect1 sect2 sect3 ... } \n"
Expand Down
2 changes: 1 addition & 1 deletion wvmodemscan.cc
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 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
Expand Down
2 changes: 1 addition & 1 deletion wvmodemscan.h
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 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
Expand Down
2 changes: 1 addition & 1 deletion wvpapchap.cc
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* Re-write of wvpapsecrets.cc. This one supports CHAP as well, and is also
* much safer.
Expand Down
2 changes: 1 addition & 1 deletion wvpapchap.h
@@ -1,6 +1,6 @@
/*
* Worldvisions Weaver Software:
* Copyright (C) 1997-2002 Net Integration Technologies, Inc.
* Copyright (C) 1997-2003 Net Integration Technologies, Inc.
*
* Re-write of wvpapsecrets.h. This one supports CHAP as well, and is also
* much safer.
Expand Down

0 comments on commit a068d34

Please sign in to comment.