Kaynağa Gözat

Update copyright for 2013

Change-Id: I1c711ca0525af9a78cbd7c07876eaf6cc91c1434
Reviewed-on: http://gerrit.dmdirc.com/2604
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.7^0
Shane Mc Cormack 11 yıl önce
ebeveyn
işleme
807ad3358b
100 değiştirilmiş dosya ile 99 ekleme ve 99 silme
  1. 1
    1
      src/com/dmdirc/parser/common/AwayState.java
  2. 1
    1
      src/com/dmdirc/parser/common/BaseChannelClientInfo.java
  3. 1
    1
      src/com/dmdirc/parser/common/BaseChannelInfo.java
  4. 1
    1
      src/com/dmdirc/parser/common/BaseClientInfo.java
  5. 1
    1
      src/com/dmdirc/parser/common/BaseParser.java
  6. 1
    1
      src/com/dmdirc/parser/common/BaseSocketAwareParser.java
  7. 1
    1
      src/com/dmdirc/parser/common/CallbackManager.java
  8. 1
    1
      src/com/dmdirc/parser/common/CallbackNotFoundException.java
  9. 1
    1
      src/com/dmdirc/parser/common/CallbackObject.java
  10. 1
    1
      src/com/dmdirc/parser/common/CallbackObjectSpecific.java
  11. 1
    1
      src/com/dmdirc/parser/common/ChannelJoinRequest.java
  12. 1
    1
      src/com/dmdirc/parser/common/ChannelListModeItem.java
  13. 1
    1
      src/com/dmdirc/parser/common/ChildImplementations.java
  14. 1
    1
      src/com/dmdirc/parser/common/CompositionState.java
  15. 1
    1
      src/com/dmdirc/parser/common/DefaultStringConverter.java
  16. 1
    1
      src/com/dmdirc/parser/common/IgnoreList.java
  17. 1
    1
      src/com/dmdirc/parser/common/MyInfo.java
  18. 1
    1
      src/com/dmdirc/parser/common/ParserError.java
  19. 1
    1
      src/com/dmdirc/parser/common/QueuePriority.java
  20. 1
    1
      src/com/dmdirc/parser/common/SRVRecord.java
  21. 1
    1
      src/com/dmdirc/parser/common/SystemEncoder.java
  22. 1
    1
      src/com/dmdirc/parser/common/ThreadedParser.java
  23. 1
    1
      src/com/dmdirc/parser/interfaces/ChannelClientInfo.java
  24. 1
    1
      src/com/dmdirc/parser/interfaces/ChannelInfo.java
  25. 1
    1
      src/com/dmdirc/parser/interfaces/ClientInfo.java
  26. 1
    1
      src/com/dmdirc/parser/interfaces/Encoder.java
  27. 1
    1
      src/com/dmdirc/parser/interfaces/EncodingParser.java
  28. 1
    1
      src/com/dmdirc/parser/interfaces/FakableArgument.java
  29. 1
    1
      src/com/dmdirc/parser/interfaces/FakableSource.java
  30. 1
    1
      src/com/dmdirc/parser/interfaces/LocalClientInfo.java
  31. 1
    1
      src/com/dmdirc/parser/interfaces/Parser.java
  32. 1
    1
      src/com/dmdirc/parser/interfaces/ProtocolDescription.java
  33. 1
    1
      src/com/dmdirc/parser/interfaces/SecureParser.java
  34. 1
    1
      src/com/dmdirc/parser/interfaces/SpecificCallback.java
  35. 1
    1
      src/com/dmdirc/parser/interfaces/StringConverter.java
  36. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/AuthNoticeListener.java
  37. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/AwayStateListener.java
  38. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/CallbackInterface.java
  39. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelActionListener.java
  40. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelCtcpListener.java
  41. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelCtcpReplyListener.java
  42. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelJoinListener.java
  43. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelKickListener.java
  44. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelListModeListener.java
  45. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelMessageListener.java
  46. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelModeChangeListener.java
  47. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelModeMessageListener.java
  48. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelModeNoticeListener.java
  49. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelNamesListener.java
  50. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelNickChangeListener.java
  51. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelNonUserModeChangeListener.java
  52. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelNoticeListener.java
  53. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelOtherAwayStateListener.java
  54. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelPartListener.java
  55. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelQuitListener.java
  56. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelSelfJoinListener.java
  57. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelSingleModeChangeListener.java
  58. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelTopicListener.java
  59. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ChannelUserModeChangeListener.java
  60. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/CompositionStateChangeListener.java
  61. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ConnectErrorListener.java
  62. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/DataInListener.java
  63. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/DataOutListener.java
  64. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/DebugInfoListener.java
  65. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ErrorInfoListener.java
  66. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/GroupListEndListener.java
  67. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/GroupListEntryListener.java
  68. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/GroupListStartListener.java
  69. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/InviteListener.java
  70. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/MotdEndListener.java
  71. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/MotdLineListener.java
  72. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/MotdStartListener.java
  73. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/NetworkDetectedListener.java
  74. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/NickChangeListener.java
  75. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/NickInUseListener.java
  76. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/NumericListener.java
  77. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/OtherAwayStateListener.java
  78. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PasswordRequiredListener.java
  79. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PingFailureListener.java
  80. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PingSentListener.java
  81. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PingSuccessListener.java
  82. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateActionListener.java
  83. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateCtcpListener.java
  84. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateCtcpReplyListener.java
  85. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateMessageListener.java
  86. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/PrivateNoticeListener.java
  87. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/QuitListener.java
  88. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ServerErrorListener.java
  89. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ServerNoticeListener.java
  90. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/ServerReadyListener.java
  91. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/SocketCloseListener.java
  92. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownActionListener.java
  93. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownCtcpListener.java
  94. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownCtcpReplyListener.java
  95. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownMessageListener.java
  96. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownNoticeListener.java
  97. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UnknownServerNoticeListener.java
  98. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UserModeChangeListener.java
  99. 1
    1
      src/com/dmdirc/parser/interfaces/callbacks/UserModeDiscoveryListener.java
  100. 0
    0
      src/com/dmdirc/parser/interfaces/callbacks/WallDesyncListener.java

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

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/BaseChannelClientInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/BaseChannelInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/BaseClientInfo.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/BaseParser.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/BaseSocketAwareParser.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/CallbackManager.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/ChannelJoinRequest.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/ChildImplementations.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/CompositionState.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/SRVRecord.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/SystemEncoder.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/ThreadedParser.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/Encoder.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/EncodingParser.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/ProtocolDescription.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/CompositionStateChangeListener.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/GroupListEndListener.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/GroupListEntryListener.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/GroupListStartListener.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/ServerNoticeListener.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/UnknownServerNoticeListener.java Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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 Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2012 DMDirc Developers
2
+ * Copyright (c) 2006-2013 DMDirc Developers
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/interfaces/callbacks/WallDesyncListener.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