瀏覽代碼

Update copyright for 2017

pull/146/head
Shane Mc Cormack 7 年之前
父節點
當前提交
7a0c767c12
共有 100 個檔案被更改,包括 99 行新增99 行删除
  1. 1
    1
      LICENCE
  2. 1
    1
      common/src/main/java/com/dmdirc/parser/common/AutoCloseableInitialDirContext.java
  3. 1
    1
      common/src/main/java/com/dmdirc/parser/common/AwayState.java
  4. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseChannelClientInfo.java
  5. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseChannelInfo.java
  6. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseClientInfo.java
  7. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseParser.java
  8. 1
    1
      common/src/main/java/com/dmdirc/parser/common/BaseSocketAwareParser.java
  9. 1
    1
      common/src/main/java/com/dmdirc/parser/common/CallbackManager.java
  10. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ChannelJoinRequest.java
  11. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ChannelListModeItem.java
  12. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ChildImplementations.java
  13. 1
    1
      common/src/main/java/com/dmdirc/parser/common/CompositionState.java
  14. 1
    1
      common/src/main/java/com/dmdirc/parser/common/DefaultStringConverter.java
  15. 1
    1
      common/src/main/java/com/dmdirc/parser/common/IgnoreList.java
  16. 1
    1
      common/src/main/java/com/dmdirc/parser/common/MyInfo.java
  17. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ParserError.java
  18. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ProxyAuthenticator.java
  19. 1
    1
      common/src/main/java/com/dmdirc/parser/common/QueuePriority.java
  20. 1
    1
      common/src/main/java/com/dmdirc/parser/common/SRVRecord.java
  21. 1
    1
      common/src/main/java/com/dmdirc/parser/common/SystemEncoder.java
  22. 1
    1
      common/src/main/java/com/dmdirc/parser/common/ThreadedParser.java
  23. 1
    1
      common/src/main/java/com/dmdirc/parser/events/AuthNoticeEvent.java
  24. 1
    1
      common/src/main/java/com/dmdirc/parser/events/AwayStateEvent.java
  25. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelActionEvent.java
  26. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelCTCPEvent.java
  27. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelCTCPReplyEvent.java
  28. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelJoinEvent.java
  29. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelKickEvent.java
  30. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelListModeEvent.java
  31. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelMessageEvent.java
  32. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelModeChangeEvent.java
  33. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelModeMessageEvent.java
  34. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelModeNoticeEvent.java
  35. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelNamesEvent.java
  36. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelNickChangeEvent.java
  37. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelNonUserModeChangeEvent.java
  38. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelNoticeEvent.java
  39. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelOtherAwayStateEvent.java
  40. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelPartEvent.java
  41. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelPasswordChangedEvent.java
  42. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelQuitEvent.java
  43. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelSelfJoinEvent.java
  44. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelSingleModeChangeEvent.java
  45. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelTopicEvent.java
  46. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ChannelUserModeChangeEvent.java
  47. 1
    1
      common/src/main/java/com/dmdirc/parser/events/CompositionStateChangeEvent.java
  48. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ConnectErrorEvent.java
  49. 1
    1
      common/src/main/java/com/dmdirc/parser/events/DataInEvent.java
  50. 1
    1
      common/src/main/java/com/dmdirc/parser/events/DataOutEvent.java
  51. 1
    1
      common/src/main/java/com/dmdirc/parser/events/DebugInfoEvent.java
  52. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ErrorInfoEvent.java
  53. 1
    1
      common/src/main/java/com/dmdirc/parser/events/GroupListEndEvent.java
  54. 1
    1
      common/src/main/java/com/dmdirc/parser/events/GroupListEntryEvent.java
  55. 1
    1
      common/src/main/java/com/dmdirc/parser/events/GroupListStartEvent.java
  56. 1
    1
      common/src/main/java/com/dmdirc/parser/events/InviteEvent.java
  57. 1
    1
      common/src/main/java/com/dmdirc/parser/events/MOTDEndEvent.java
  58. 1
    1
      common/src/main/java/com/dmdirc/parser/events/MOTDLineEvent.java
  59. 1
    1
      common/src/main/java/com/dmdirc/parser/events/MOTDStartEvent.java
  60. 1
    1
      common/src/main/java/com/dmdirc/parser/events/NetworkDetectedEvent.java
  61. 1
    1
      common/src/main/java/com/dmdirc/parser/events/NickChangeEvent.java
  62. 1
    1
      common/src/main/java/com/dmdirc/parser/events/NickInUseEvent.java
  63. 1
    1
      common/src/main/java/com/dmdirc/parser/events/NumericEvent.java
  64. 1
    1
      common/src/main/java/com/dmdirc/parser/events/OtherAwayStateEvent.java
  65. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ParserErrorEvent.java
  66. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ParserEvent.java
  67. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PasswordRequiredEvent.java
  68. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PingFailureEvent.java
  69. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PingSentEvent.java
  70. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PingSuccessEvent.java
  71. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateActionEvent.java
  72. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateCTCPEvent.java
  73. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateCTCPReplyEvent.java
  74. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateMessageEvent.java
  75. 1
    1
      common/src/main/java/com/dmdirc/parser/events/PrivateNoticeEvent.java
  76. 1
    1
      common/src/main/java/com/dmdirc/parser/events/QuitEvent.java
  77. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ServerErrorEvent.java
  78. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ServerNoticeEvent.java
  79. 1
    1
      common/src/main/java/com/dmdirc/parser/events/ServerReadyEvent.java
  80. 1
    1
      common/src/main/java/com/dmdirc/parser/events/SocketCloseEvent.java
  81. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownActionEvent.java
  82. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownCTCPEvent.java
  83. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownCTCPReplyEvent.java
  84. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownMessageEvent.java
  85. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownNoticeEvent.java
  86. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UnknownServerNoticeEvent.java
  87. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UserInfoEvent.java
  88. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UserModeChangeEvent.java
  89. 1
    1
      common/src/main/java/com/dmdirc/parser/events/UserModeDiscoveryEvent.java
  90. 1
    1
      common/src/main/java/com/dmdirc/parser/events/WallDesyncEvent.java
  91. 1
    1
      common/src/main/java/com/dmdirc/parser/events/WallopEvent.java
  92. 1
    1
      common/src/main/java/com/dmdirc/parser/events/WalluserEvent.java
  93. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/ChannelClientInfo.java
  94. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/ChannelInfo.java
  95. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/ClientInfo.java
  96. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/Encoder.java
  97. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/EncodingParser.java
  98. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/FakableArgument.java
  99. 1
    1
      common/src/main/java/com/dmdirc/parser/interfaces/FakableSource.java
  100. 0
    0
      common/src/main/java/com/dmdirc/parser/interfaces/LocalClientInfo.java

+ 1
- 1
LICENCE 查看文件

@@ -1,4 +1,4 @@
1
-Copyright (c) 2006-2015 DMDirc Developers
1
+Copyright (c) 2006-2017 DMDirc Developers
2 2
 
3 3
 Permission is hereby granted, free of charge, to any person obtaining a copy
4 4
 of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
common/src/main/java/com/dmdirc/parser/common/AutoCloseableInitialDirContext.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/AwayState.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/BaseChannelClientInfo.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/BaseChannelInfo.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/BaseClientInfo.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/BaseParser.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/BaseSocketAwareParser.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/CallbackManager.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/ChannelJoinRequest.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/ChannelListModeItem.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/ChildImplementations.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/CompositionState.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/DefaultStringConverter.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/IgnoreList.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/MyInfo.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/ParserError.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/ProxyAuthenticator.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/QueuePriority.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/SRVRecord.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/SystemEncoder.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/common/ThreadedParser.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/AuthNoticeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/AwayStateEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelActionEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelCTCPEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelCTCPReplyEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelJoinEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelKickEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelListModeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelMessageEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelModeChangeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelModeMessageEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelModeNoticeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelNamesEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelNickChangeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelNonUserModeChangeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelNoticeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelOtherAwayStateEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelPartEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelPasswordChangedEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelQuitEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelSelfJoinEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelSingleModeChangeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelTopicEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ChannelUserModeChangeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/CompositionStateChangeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ConnectErrorEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/DataInEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/DataOutEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/DebugInfoEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ErrorInfoEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/GroupListEndEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/GroupListEntryEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/GroupListStartEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/InviteEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/MOTDEndEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/MOTDLineEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/MOTDStartEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/NetworkDetectedEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/NickChangeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/NickInUseEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/NumericEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/OtherAwayStateEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ParserErrorEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ParserEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/PasswordRequiredEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/PingFailureEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/PingSentEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/PingSuccessEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/PrivateActionEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/PrivateCTCPEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/PrivateCTCPReplyEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/PrivateMessageEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/PrivateNoticeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/QuitEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ServerErrorEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ServerNoticeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/ServerReadyEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/SocketCloseEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/UnknownActionEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/UnknownCTCPEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/UnknownCTCPReplyEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/UnknownMessageEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/UnknownNoticeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/UnknownServerNoticeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/UserInfoEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/UserModeChangeEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/UserModeDiscoveryEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/WallDesyncEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/WallopEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/events/WalluserEvent.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/interfaces/ChannelClientInfo.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/interfaces/ChannelInfo.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/interfaces/ClientInfo.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/interfaces/Encoder.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/interfaces/EncodingParser.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/interfaces/FakableArgument.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/interfaces/FakableSource.java 查看文件

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 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
common/src/main/java/com/dmdirc/parser/interfaces/LocalClientInfo.java 查看文件


部分文件因文件數量過多而無法顯示

Loading…
取消
儲存