Переглянути джерело

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 Переглянути файл


Деякі файли не було показано, через те що забагато файлів було змінено

Завантаження…
Відмінити
Зберегти