Преглед на файлове

Update the copyright date on all files.

Change-Id: I581861c8c8743cb835c45d128c4b4768372de807
Reviewed-on: http://gerrit.dmdirc.com/201
Reviewed-by: Shane Mc Cormack <shane@dmdirc.com>
Tested-by: Shane Mc Cormack <shane@dmdirc.com>
tags/0.6.3
Shane Mc Cormack преди 14 години
родител
ревизия
8020751b37
променени са 100 файла, в които са добавени 99 реда и са изтрити 99 реда
  1. 1
    1
      src/com/dmdirc/parser/common/CallbackManager.java
  2. 1
    1
      src/com/dmdirc/parser/common/CallbackNotFoundException.java
  3. 1
    1
      src/com/dmdirc/parser/common/CallbackObject.java
  4. 1
    1
      src/com/dmdirc/parser/common/CallbackObjectSpecific.java
  5. 1
    1
      src/com/dmdirc/parser/common/ChannelListModeItem.java
  6. 1
    1
      src/com/dmdirc/parser/common/DefaultStringConverter.java
  7. 1
    1
      src/com/dmdirc/parser/common/IgnoreList.java
  8. 1
    1
      src/com/dmdirc/parser/common/MyInfo.java
  9. 1
    1
      src/com/dmdirc/parser/common/ParserError.java
  10. 1
    1
      src/com/dmdirc/parser/common/QueuePriority.java
  11. 1
    1
      src/com/dmdirc/parser/interfaces/ChannelClientInfo.java
  12. 1
    1
      src/com/dmdirc/parser/interfaces/ChannelInfo.java
  13. 1
    1
      src/com/dmdirc/parser/interfaces/ClientInfo.java
  14. 1
    1
      src/com/dmdirc/parser/interfaces/FakableArgument.java
  15. 1
    1
      src/com/dmdirc/parser/interfaces/FakableSource.java
  16. 1
    1
      src/com/dmdirc/parser/interfaces/LocalClientInfo.java
  17. 1
    1
      src/com/dmdirc/parser/interfaces/Parser.java
  18. 1
    1
      src/com/dmdirc/parser/interfaces/SecureParser.java
  19. 1
    1
      src/com/dmdirc/parser/interfaces/SpecificCallback.java
  20. 1
    1
      src/com/dmdirc/parser/interfaces/StringConverter.java
  21. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/AuthNoticeListener.java
  22. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/AwayStateListener.java
  23. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/CallbackInterface.java
  24. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelActionListener.java
  25. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelCtcpListener.java
  26. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelCtcpReplyListener.java
  27. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelJoinListener.java
  28. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelKickListener.java
  29. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelListModeListener.java
  30. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelMessageListener.java
  31. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelModeChangeListener.java
  32. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelModeMessageListener.java
  33. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelModeNoticeListener.java
  34. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelNamesListener.java
  35. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelNickChangeListener.java
  36. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelNonUserModeChangeListener.java
  37. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelNoticeListener.java
  38. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelOtherAwayStateListener.java
  39. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelPartListener.java
  40. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelQuitListener.java
  41. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelSelfJoinListener.java
  42. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelSingleModeChangeListener.java
  43. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelTopicListener.java
  44. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelUserModeChangeListener.java
  45. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ConnectErrorListener.java
  46. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/DataInListener.java
  47. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/DataOutListener.java
  48. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/DebugInfoListener.java
  49. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ErrorInfoListener.java
  50. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/InviteListener.java
  51. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/MotdEndListener.java
  52. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/MotdLineListener.java
  53. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/MotdStartListener.java
  54. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/NetworkDetectedListener.java
  55. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/NickChangeListener.java
  56. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/NickInUseListener.java
  57. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/NumericListener.java
  58. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/OtherAwayStateListener.java
  59. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PasswordRequiredListener.java
  60. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PingFailureListener.java
  61. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PingSentListener.java
  62. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PingSuccessListener.java
  63. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/Post005Listener.java
  64. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateActionListener.java
  65. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateCtcpListener.java
  66. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateCtcpReplyListener.java
  67. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateMessageListener.java
  68. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateNoticeListener.java
  69. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/QuitListener.java
  70. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ServerErrorListener.java
  71. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ServerReadyListener.java
  72. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/SocketCloseListener.java
  73. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownActionListener.java
  74. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownCtcpListener.java
  75. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownCtcpReplyListener.java
  76. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownMessageListener.java
  77. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownNoticeListener.java
  78. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UserModeChangeListener.java
  79. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UserModeDiscoveryListener.java
  80. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/WallDesyncListener.java
  81. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/WallopListener.java
  82. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/WalluserListener.java
  83. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/package-info.java
  84. 1
    1
      src/com/dmdirc/parser/irc/IRCAuthenticator.java
  85. 1
    1
      src/com/dmdirc/parser/irc/IRCCallbackManager.java
  86. 1
    1
      src/com/dmdirc/parser/irc/IRCCallbackObject.java
  87. 1
    1
      src/com/dmdirc/parser/irc/IRCCallbackObjectSpecific.java
  88. 1
    1
      src/com/dmdirc/parser/irc/IRCChannelClientInfo.java
  89. 1
    1
      src/com/dmdirc/parser/irc/IRCChannelInfo.java
  90. 1
    1
      src/com/dmdirc/parser/irc/IRCClientInfo.java
  91. 1
    1
      src/com/dmdirc/parser/irc/IRCParser.java
  92. 1
    1
      src/com/dmdirc/parser/irc/IRCProcessor.java
  93. 1
    1
      src/com/dmdirc/parser/irc/IRCStringConverter.java
  94. 1
    1
      src/com/dmdirc/parser/irc/Logging.java
  95. 1
    1
      src/com/dmdirc/parser/irc/PingTimer.java
  96. 1
    1
      src/com/dmdirc/parser/irc/Process001.java
  97. 1
    1
      src/com/dmdirc/parser/irc/Process004005.java
  98. 1
    1
      src/com/dmdirc/parser/irc/Process464.java
  99. 1
    1
      src/com/dmdirc/parser/irc/ProcessAway.java
  100. 0
    0
      src/com/dmdirc/parser/irc/ProcessInvite.java

+ 1
- 1
src/com/dmdirc/parser/common/CallbackManager.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/common/CallbackNotFoundException.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/common/CallbackObject.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/common/CallbackObjectSpecific.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/common/ChannelListModeItem.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/common/DefaultStringConverter.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/common/IgnoreList.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/common/MyInfo.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/common/ParserError.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/common/QueuePriority.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- *  Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ *  Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  * 
4 4
  *  Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  *  of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/ChannelClientInfo.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/ChannelInfo.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/ClientInfo.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/FakableArgument.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/FakableSource.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/LocalClientInfo.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/Parser.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/SecureParser.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/SpecificCallback.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/StringConverter.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/AuthNoticeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/AwayStateListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/CallbackInterface.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelActionListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelCtcpListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelCtcpReplyListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelJoinListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelKickListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelListModeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelMessageListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelModeChangeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelModeMessageListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelModeNoticeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelNamesListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelNickChangeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelNonUserModeChangeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelNoticeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelOtherAwayStateListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelPartListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelQuitListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelSelfJoinListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelSingleModeChangeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelTopicListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ChannelUserModeChangeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ConnectErrorListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/DataInListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/DataOutListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/DebugInfoListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ErrorInfoListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/InviteListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/MotdEndListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/MotdLineListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/MotdStartListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/NetworkDetectedListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/NickChangeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/NickInUseListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/NumericListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/OtherAwayStateListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/PasswordRequiredListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/PingFailureListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/PingSentListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/PingSuccessListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/Post005Listener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/PrivateActionListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/PrivateCtcpListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/PrivateCtcpReplyListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/PrivateMessageListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/PrivateNoticeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/QuitListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ServerErrorListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/ServerReadyListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/SocketCloseListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/UnknownActionListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/UnknownCtcpListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/UnknownCtcpReplyListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/UnknownMessageListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/UnknownNoticeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/UserModeChangeListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/UserModeDiscoveryListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/WallDesyncListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/WallopListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/WalluserListener.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/interfaces/callbacks/package-info.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCAuthenticator.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCCallbackManager.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCCallbackObject.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCCallbackObjectSpecific.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCChannelClientInfo.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCChannelInfo.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCClientInfo.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCParser.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCProcessor.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/IRCStringConverter.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/Logging.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/PingTimer.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/Process001.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/Process004005.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/Process464.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/parser/irc/ProcessAway.java Целия файл

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 0
- 0
src/com/dmdirc/parser/irc/ProcessInvite.java Целия файл


Някои файлове не бяха показани, защото твърде много файлове са промени

Loading…
Отказ
Запис