Kaynağa Gözat

Updated copyright headers for Parser classes to include greboid.


git-svn-id: http://svn.dmdirc.com/trunk@1320 00569f92-eb28-0410-84fd-f71c24880f
tags/0.4
Shane Mc Cormack 17 yıl önce
ebeveyn
işleme
6796704e6e
100 değiştirilmiş dosya ile 99 ekleme ve 99 silme
  1. 1
    1
      src/com/dmdirc/parser/ChannelClientInfo.java
  2. 1
    1
      src/com/dmdirc/parser/ChannelInfo.java
  3. 1
    1
      src/com/dmdirc/parser/ChannelListModeItem.java
  4. 1
    1
      src/com/dmdirc/parser/ClientInfo.java
  5. 1
    1
      src/com/dmdirc/parser/IRCParser.java
  6. 1
    1
      src/com/dmdirc/parser/IRCProcessor.java
  7. 1
    1
      src/com/dmdirc/parser/MyInfo.java
  8. 1
    1
      src/com/dmdirc/parser/ParserError.java
  9. 1
    1
      src/com/dmdirc/parser/PingTimer.java
  10. 1
    1
      src/com/dmdirc/parser/Process001.java
  11. 1
    1
      src/com/dmdirc/parser/Process004005.java
  12. 1
    1
      src/com/dmdirc/parser/Process464.java
  13. 1
    1
      src/com/dmdirc/parser/ProcessAway.java
  14. 1
    1
      src/com/dmdirc/parser/ProcessJoin.java
  15. 1
    1
      src/com/dmdirc/parser/ProcessKick.java
  16. 1
    1
      src/com/dmdirc/parser/ProcessListModes.java
  17. 1
    1
      src/com/dmdirc/parser/ProcessMOTD.java
  18. 1
    1
      src/com/dmdirc/parser/ProcessMessage.java
  19. 1
    1
      src/com/dmdirc/parser/ProcessMode.java
  20. 1
    1
      src/com/dmdirc/parser/ProcessNames.java
  21. 1
    1
      src/com/dmdirc/parser/ProcessNick.java
  22. 1
    1
      src/com/dmdirc/parser/ProcessNickInUse.java
  23. 1
    1
      src/com/dmdirc/parser/ProcessNoticeAuth.java
  24. 1
    1
      src/com/dmdirc/parser/ProcessPart.java
  25. 1
    1
      src/com/dmdirc/parser/ProcessQuit.java
  26. 1
    1
      src/com/dmdirc/parser/ProcessTopic.java
  27. 1
    1
      src/com/dmdirc/parser/ProcessWho.java
  28. 1
    1
      src/com/dmdirc/parser/ProcessingManager.java
  29. 1
    1
      src/com/dmdirc/parser/ProcessorNotFound.java
  30. 1
    1
      src/com/dmdirc/parser/RegexStringList.java
  31. 1
    1
      src/com/dmdirc/parser/ServerInfo.java
  32. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackManager.java
  33. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackNotFound.java
  34. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackObject.java
  35. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackObjectSpecific.java
  36. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnAwayState.java
  37. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnAwayStateOther.java
  38. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelAction.java
  39. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelAwayStateOther.java
  40. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelCTCP.java
  41. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelCTCPReply.java
  42. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelGotNames.java
  43. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelJoin.java
  44. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelKick.java
  45. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelMessage.java
  46. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelModeChanged.java
  47. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelNickChanged.java
  48. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelNonUserModeChanged.java
  49. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelNotice.java
  50. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelPart.java
  51. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelQuit.java
  52. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelSelfJoin.java
  53. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelSingleModeChanged.java
  54. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelTopic.java
  55. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnChannelUserModeChanged.java
  56. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnConnectError.java
  57. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnDataIn.java
  58. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnDataOut.java
  59. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnDebugInfo.java
  60. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnErrorInfo.java
  61. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnGotNetwork.java
  62. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnMOTDEnd.java
  63. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnMOTDLine.java
  64. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnMOTDStart.java
  65. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnNickChanged.java
  66. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnNickInUse.java
  67. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnNoticeAuth.java
  68. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnNumeric.java
  69. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnPasswordRequired.java
  70. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnPingFailed.java
  71. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnPingSuccess.java
  72. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnPrivateAction.java
  73. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnPrivateCTCP.java
  74. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnPrivateCTCPReply.java
  75. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnPrivateMessage.java
  76. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnPrivateNotice.java
  77. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnQuit.java
  78. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnServerReady.java
  79. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnSocketClosed.java
  80. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnUnknownAction.java
  81. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnUnknownCTCP.java
  82. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnUnknownCTCPReply.java
  83. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnUnknownMessage.java
  84. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnUnknownNotice.java
  85. 1
    1
      src/com/dmdirc/parser/callbacks/CallbackOnUserModeChanged.java
  86. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IAwayState.java
  87. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IAwayStateOther.java
  88. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/ICallbackInterface.java
  89. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelAction.java
  90. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelAwayStateOther.java
  91. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelCTCP.java
  92. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelCTCPReply.java
  93. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelGotNames.java
  94. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelJoin.java
  95. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelKick.java
  96. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelMessage.java
  97. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelModeChanged.java
  98. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelNickChanged.java
  99. 1
    1
      src/com/dmdirc/parser/callbacks/interfaces/IChannelNonUserModeChanged.java
  100. 0
    0
      src/com/dmdirc/parser/callbacks/interfaces/IChannelNotice.java

+ 1
- 1
src/com/dmdirc/parser/ChannelClientInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ChannelInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ChannelListModeItem.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ClientInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/IRCParser.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/IRCProcessor.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/MyInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ParserError.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/PingTimer.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/Process001.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/Process004005.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/Process464.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessAway.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessJoin.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessKick.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessListModes.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessMOTD.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessMessage.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessMode.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessNames.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessNick.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessNickInUse.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessNoticeAuth.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessPart.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessQuit.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessTopic.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessWho.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessingManager.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ProcessorNotFound.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/RegexStringList.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/ServerInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackManager.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackNotFound.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackObject.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackObjectSpecific.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnAwayState.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnAwayStateOther.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelAction.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelAwayStateOther.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelCTCP.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelCTCPReply.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelGotNames.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelJoin.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelKick.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelMessage.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelModeChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelNickChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelNonUserModeChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelNotice.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelPart.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelQuit.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelSelfJoin.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelSingleModeChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelTopic.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnChannelUserModeChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnConnectError.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnDataIn.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnDataOut.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnDebugInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnErrorInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnGotNetwork.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnMOTDEnd.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnMOTDLine.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnMOTDStart.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnNickChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnNickInUse.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnNoticeAuth.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnNumeric.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnPasswordRequired.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnPingFailed.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnPingSuccess.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnPrivateAction.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnPrivateCTCP.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnPrivateCTCPReply.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnPrivateMessage.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnPrivateNotice.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnQuit.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnServerReady.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnSocketClosed.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnUnknownAction.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnUnknownCTCP.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnUnknownCTCPReply.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnUnknownMessage.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnUnknownNotice.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/CallbackOnUserModeChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IAwayState.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IAwayStateOther.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/ICallbackInterface.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelAction.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelAwayStateOther.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelCTCP.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelCTCPReply.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelGotNames.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelJoin.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelKick.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelMessage.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelModeChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelNickChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelNonUserModeChanged.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2007 Chris Smith, Shane Mc Cormack
2
+ * Copyright (c) 2006-2007 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/callbacks/interfaces/IChannelNotice.java Dosyayı Görüntüle


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor

Loading…
İptal
Kaydet