|
From: <br...@us...> - 2007-12-03 16:26:14
|
Revision: 361
http://libirc.svn.sourceforge.net/libirc/?rev=361&view=rev
Author: brlcad
Date: 2007-12-03 08:26:07 -0800 (Mon, 03 Dec 2007)
Log Message:
-----------
credit where credit is due, assign copyright to the Jeff guy that actually wrote most of it all
Modified Paths:
--------------
trunk/libirc/AUTHORS
trunk/libirc/autogen.sh
trunk/libirc/botlib/inc/botlib.h
trunk/libirc/botlib/src/botlib.cpp
trunk/libirc/configure.ac
trunk/libirc/examples/simpleIRCConnect/src/simpleIRCConnect.cpp
trunk/libirc/examples/simpleTCPConnect/src/simpleTCPConnect.cpp
trunk/libirc/examples/spamBot/src/spamBot.cpp
trunk/libirc/examples/stupidBot/src/stupidBot.cpp
trunk/libirc/examples/stupidServer/src/stupidServer.cpp
trunk/libirc/include/IRCClient.h
trunk/libirc/include/IRCEvents.h
trunk/libirc/include/IRCNumerics.h
trunk/libirc/include/IRCServer.h
trunk/libirc/include/IRCUserManager.h
trunk/libirc/include/TCPConnection.h
trunk/libirc/include/ircCommands.h
trunk/libirc/include/libIRC.h
trunk/libirc/misc/elapsed.sh
trunk/libirc/misc/vers.sh
trunk/libirc/src/IRCClient.cpp
trunk/libirc/src/IRCServer.cpp
trunk/libirc/src/IRCUserManager.cpp
trunk/libirc/src/TCPConnection.cpp
trunk/libirc/src/irClientCommands.cpp
trunk/libirc/src/irClientEvents.cpp
trunk/libirc/src/ircBasicCommands.cpp
trunk/libirc/src/ircBasicCommands.h
trunk/libirc/src/ircCommands.cpp
trunk/libirc/src/libIRC.cpp
trunk/libirc/src/net.cpp
Modified: trunk/libirc/AUTHORS
===================================================================
--- trunk/libirc/AUTHORS 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/AUTHORS 2007-12-03 16:26:07 UTC (rev 361)
@@ -5,7 +5,7 @@
----------
Jeff Myers
-Christopher Sean Morrison
+Jeff Myers
Dejan Lekic (previous codebase)
Modified: trunk/libirc/autogen.sh
===================================================================
--- trunk/libirc/autogen.sh 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/autogen.sh 2007-12-03 16:26:07 UTC (rev 361)
@@ -69,7 +69,7 @@
# To verbosely try running with an older (unsupported) autoconf:
# AUTOCONF_VERSION=2.50 ./autogen.sh --verbose
#
-# Author: Christopher Sean Morrison <mor...@br...>
+# Author: Jeff Myers <mor...@br...>
#
######################################################################
@@ -104,7 +104,7 @@
__version=""
fi
- echo "autogen.sh build preparation script by Christopher Sean Morrison"
+ echo "autogen.sh build preparation script by Jeff Myers"
echo "revised 3-clause BSD-style license, copyright (c) $__copyright"
echo "script version $__version, ISO/IEC 9945 POSIX shell script"
}
Modified: trunk/libirc/botlib/inc/botlib.h
===================================================================
--- trunk/libirc/botlib/inc/botlib.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/botlib/inc/botlib.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/botlib/src/botlib.cpp
===================================================================
--- trunk/libirc/botlib/src/botlib.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/botlib/src/botlib.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/configure.ac
===================================================================
--- trunk/libirc/configure.ac 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/configure.ac 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
dnl BRL-CAD
-dnl Copyright (c) 2004-2007 Christopher Sean Morrison
+dnl Copyright (c) 2004-2007 Jeff Myers
dnl
dnl This program is free software; you can redistribute it and/or
dnl modify it under the terms of the appropriate license described in
Modified: trunk/libirc/examples/simpleIRCConnect/src/simpleIRCConnect.cpp
===================================================================
--- trunk/libirc/examples/simpleIRCConnect/src/simpleIRCConnect.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/examples/simpleIRCConnect/src/simpleIRCConnect.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2004 Christopher Sean Morrison
+* Copyright (c) 2004 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/examples/simpleTCPConnect/src/simpleTCPConnect.cpp
===================================================================
--- trunk/libirc/examples/simpleTCPConnect/src/simpleTCPConnect.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/examples/simpleTCPConnect/src/simpleTCPConnect.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2004 Christopher Sean Morrison
+* Copyright (c) 2004 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/examples/spamBot/src/spamBot.cpp
===================================================================
--- trunk/libirc/examples/spamBot/src/spamBot.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/examples/spamBot/src/spamBot.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2004 Christopher Sean Morrison
+* Copyright (c) 2004 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/examples/stupidBot/src/stupidBot.cpp
===================================================================
--- trunk/libirc/examples/stupidBot/src/stupidBot.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/examples/stupidBot/src/stupidBot.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2004 Christopher Sean Morrison
+* Copyright (c) 2004 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/examples/stupidServer/src/stupidServer.cpp
===================================================================
--- trunk/libirc/examples/stupidServer/src/stupidServer.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/examples/stupidServer/src/stupidServer.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2004 Christopher Sean Morrison
+* Copyright (c) 2004 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/include/IRCClient.h
===================================================================
--- trunk/libirc/include/IRCClient.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/include/IRCClient.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/include/IRCEvents.h
===================================================================
--- trunk/libirc/include/IRCEvents.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/include/IRCEvents.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/include/IRCNumerics.h
===================================================================
--- trunk/libirc/include/IRCNumerics.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/include/IRCNumerics.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/include/IRCServer.h
===================================================================
--- trunk/libirc/include/IRCServer.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/include/IRCServer.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/include/IRCUserManager.h
===================================================================
--- trunk/libirc/include/IRCUserManager.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/include/IRCUserManager.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/include/TCPConnection.h
===================================================================
--- trunk/libirc/include/TCPConnection.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/include/TCPConnection.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/include/ircCommands.h
===================================================================
--- trunk/libirc/include/ircCommands.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/include/ircCommands.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/include/libIRC.h
===================================================================
--- trunk/libirc/include/libIRC.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/include/libIRC.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
- * Copyright (c) 2007 Christopher Sean Morrison
+ * Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/misc/elapsed.sh
===================================================================
--- trunk/libirc/misc/elapsed.sh 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/misc/elapsed.sh 2007-12-03 16:26:07 UTC (rev 361)
@@ -6,7 +6,7 @@
#
###
# BSD License
-# Copyright (c) 2004, Christopher Sean Morrison
+# Copyright (c) 2004, Jeff Myers
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Modified: trunk/libirc/misc/vers.sh
===================================================================
--- trunk/libirc/misc/vers.sh 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/misc/vers.sh 2007-12-03 16:26:07 UTC (rev 361)
@@ -6,7 +6,7 @@
#
###
# BSD License
-# Copyright (c) 2004, Christopher Sean Morrison
+# Copyright (c) 2004, Jeff Myers
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Modified: trunk/libirc/src/IRCClient.cpp
===================================================================
--- trunk/libirc/src/IRCClient.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/IRCClient.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/IRCServer.cpp
===================================================================
--- trunk/libirc/src/IRCServer.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/IRCServer.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/IRCUserManager.cpp
===================================================================
--- trunk/libirc/src/IRCUserManager.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/IRCUserManager.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/TCPConnection.cpp
===================================================================
--- trunk/libirc/src/TCPConnection.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/TCPConnection.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/irClientCommands.cpp
===================================================================
--- trunk/libirc/src/irClientCommands.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/irClientCommands.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/irClientEvents.cpp
===================================================================
--- trunk/libirc/src/irClientEvents.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/irClientEvents.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/ircBasicCommands.cpp
===================================================================
--- trunk/libirc/src/ircBasicCommands.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/ircBasicCommands.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/ircBasicCommands.h
===================================================================
--- trunk/libirc/src/ircBasicCommands.h 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/ircBasicCommands.h 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/ircCommands.cpp
===================================================================
--- trunk/libirc/src/ircCommands.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/ircCommands.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/libIRC.cpp
===================================================================
--- trunk/libirc/src/libIRC.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/libIRC.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
Modified: trunk/libirc/src/net.cpp
===================================================================
--- trunk/libirc/src/net.cpp 2007-12-03 16:20:13 UTC (rev 360)
+++ trunk/libirc/src/net.cpp 2007-12-03 16:26:07 UTC (rev 361)
@@ -1,5 +1,5 @@
/* libIRC
-* Copyright (c) 2007 Christopher Sean Morrison
+* Copyright (c) 2007 Jeff Myers
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|