From: <Jef...@us...> - 2007-10-09 16:21:36
|
Revision: 241 http://libirc.svn.sourceforge.net/libirc/?rev=241&view=rev Author: JeffM2501 Date: 2007-10-09 09:21:30 -0700 (Tue, 09 Oct 2007) Log Message: ----------- 2004 -> 2007 Modified Paths: -------------- 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/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/include/IRCClient.h =================================================================== --- trunk/libirc/include/IRCClient.h 2007-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/include/IRCClient.h 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/include/IRCEvents.h 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/include/IRCNumerics.h 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/include/IRCServer.h 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/include/IRCUserManager.h 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/include/TCPConnection.h 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/include/ircCommands.h 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/include/libIRC.h 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC - * Copyright (c) 2004 Christopher Sean Morrison + * Copyright (c) 2007 Christopher Sean Morrison * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file @@ -25,8 +25,8 @@ // IRC includes #include "ircCommands.h" #include "IRCEvents.h" +#include "IRCUserManager.h" #include "TCPConnection.h" -#include "IRCUserManager.h" #endif Modified: trunk/libirc/src/IRCClient.cpp =================================================================== --- trunk/libirc/src/IRCClient.cpp 2007-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/IRCClient.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/IRCServer.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/IRCUserManager.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/TCPConnection.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/irClientCommands.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/irClientEvents.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/ircBasicCommands.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/ircBasicCommands.h 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/ircCommands.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/libIRC.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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-10-09 01:45:37 UTC (rev 240) +++ trunk/libirc/src/net.cpp 2007-10-09 16:21:30 UTC (rev 241) @@ -1,5 +1,5 @@ /* libIRC -* Copyright (c) 2004 Christopher Sean Morrison +* Copyright (c) 2007 Christopher Sean Morrison * * 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. |