Browse Source

Update copyright for 2017

pull/146/head
Shane Mc Cormack 7 years ago
parent
commit
7a0c767c12
100 changed files with 99 additions and 99 deletions
  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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save