Ver código fonte

Update copyright for 2012

Change-Id: Ib1ec0d7b74ea50a9c49c81e7d4320d51457812d9
Reviewed-on: http://gerrit.dmdirc.com/2290
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.7rc1
Shane Mc Cormack 12 anos atrás
pai
commit
9ae77fc1aa
64 arquivos alterados com 64 adições e 64 exclusões
  1. 1
    1
      src/com/dmdirc/util/CommandUtils.java
  2. 1
    1
      src/com/dmdirc/util/DateUtils.java
  3. 1
    1
      src/com/dmdirc/util/ReturnableThread.java
  4. 1
    1
      src/com/dmdirc/util/SimpleInjector.java
  5. 1
    1
      src/com/dmdirc/util/collections/DoubleMap.java
  6. 1
    1
      src/com/dmdirc/util/collections/EquatableWeakReference.java
  7. 1
    1
      src/com/dmdirc/util/collections/ListObserver.java
  8. 1
    1
      src/com/dmdirc/util/collections/ListenerList.java
  9. 1
    1
      src/com/dmdirc/util/collections/MapList.java
  10. 1
    1
      src/com/dmdirc/util/collections/ObservableList.java
  11. 1
    1
      src/com/dmdirc/util/collections/ObservableListDecorator.java
  12. 1
    1
      src/com/dmdirc/util/collections/QueuedLinkedHashSet.java
  13. 1
    1
      src/com/dmdirc/util/collections/RollingList.java
  14. 1
    1
      src/com/dmdirc/util/collections/WeakList.java
  15. 1
    1
      src/com/dmdirc/util/collections/WeakMapList.java
  16. 1
    1
      src/com/dmdirc/util/io/ConfigFile.java
  17. 1
    1
      src/com/dmdirc/util/io/DownloadListener.java
  18. 1
    1
      src/com/dmdirc/util/io/Downloader.java
  19. 1
    1
      src/com/dmdirc/util/io/InvalidConfigFileException.java
  20. 1
    1
      src/com/dmdirc/util/io/StreamReader.java
  21. 1
    1
      src/com/dmdirc/util/io/StreamUtils.java
  22. 1
    1
      src/com/dmdirc/util/io/TextFile.java
  23. 1
    1
      src/com/dmdirc/util/validators/ColourValidator.java
  24. 1
    1
      src/com/dmdirc/util/validators/DisabledOptionValidator.java
  25. 1
    1
      src/com/dmdirc/util/validators/FileNameValidator.java
  26. 1
    1
      src/com/dmdirc/util/validators/IdentValidator.java
  27. 1
    1
      src/com/dmdirc/util/validators/NicknameValidator.java
  28. 1
    1
      src/com/dmdirc/util/validators/NotEmptyValidator.java
  29. 1
    1
      src/com/dmdirc/util/validators/NumericalValidator.java
  30. 1
    1
      src/com/dmdirc/util/validators/OptionalValidator.java
  31. 1
    1
      src/com/dmdirc/util/validators/PermissiveValidator.java
  32. 1
    1
      src/com/dmdirc/util/validators/PortValidator.java
  33. 1
    1
      src/com/dmdirc/util/validators/RegexStringValidator.java
  34. 1
    1
      src/com/dmdirc/util/validators/RegexValidator.java
  35. 1
    1
      src/com/dmdirc/util/validators/ServerNameValidator.java
  36. 1
    1
      src/com/dmdirc/util/validators/StringLengthValidator.java
  37. 1
    1
      src/com/dmdirc/util/validators/URIValidator.java
  38. 1
    1
      src/com/dmdirc/util/validators/Validatable.java
  39. 1
    1
      src/com/dmdirc/util/validators/ValidationResponse.java
  40. 1
    1
      src/com/dmdirc/util/validators/Validator.java
  41. 1
    1
      src/com/dmdirc/util/validators/ValidatorChain.java
  42. 1
    1
      test/com/dmdirc/util/CommandUtilsTest.java
  43. 1
    1
      test/com/dmdirc/util/DateUtilsTest.java
  44. 1
    1
      test/com/dmdirc/util/collections/DoubleMapTest.java
  45. 1
    1
      test/com/dmdirc/util/collections/EquatableWeakReferenceTest.java
  46. 1
    1
      test/com/dmdirc/util/collections/InvalidConfigFileExceptionTest.java
  47. 1
    1
      test/com/dmdirc/util/collections/MapListTest.java
  48. 1
    1
      test/com/dmdirc/util/collections/ObservableListDecoratorTest.java
  49. 1
    1
      test/com/dmdirc/util/collections/RollingListTest.java
  50. 1
    1
      test/com/dmdirc/util/collections/WeakListTest.java
  51. 1
    1
      test/com/dmdirc/util/io/ConfigFileTest.java
  52. 1
    1
      test/com/dmdirc/util/io/TextFileTest.java
  53. 1
    1
      test/com/dmdirc/util/validators/FileNameValidatorTest.java
  54. 1
    1
      test/com/dmdirc/util/validators/IdentValidatorTest.java
  55. 1
    1
      test/com/dmdirc/util/validators/NicknameValidatorTest.java
  56. 1
    1
      test/com/dmdirc/util/validators/NotEmptyValidatorTest.java
  57. 1
    1
      test/com/dmdirc/util/validators/NumericalValidatorTest.java
  58. 1
    1
      test/com/dmdirc/util/validators/OptionalValidatorTest.java
  59. 1
    1
      test/com/dmdirc/util/validators/PermissiveValidatorTest.java
  60. 1
    1
      test/com/dmdirc/util/validators/PortValidatorTest.java
  61. 1
    1
      test/com/dmdirc/util/validators/RegexStringValidatorTest.java
  62. 1
    1
      test/com/dmdirc/util/validators/RegexValidatorTest.java
  63. 1
    1
      test/com/dmdirc/util/validators/StringLengthValidatorTest.java
  64. 1
    1
      test/com/dmdirc/util/validators/ValidatorChainTest.java

+ 1
- 1
src/com/dmdirc/util/CommandUtils.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/DateUtils.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/ReturnableThread.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/SimpleInjector.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/DoubleMap.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/EquatableWeakReference.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/ListObserver.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/ListenerList.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/MapList.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/ObservableList.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/ObservableListDecorator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/QueuedLinkedHashSet.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/RollingList.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/WeakList.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/collections/WeakMapList.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/io/ConfigFile.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/io/DownloadListener.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/io/Downloader.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/io/InvalidConfigFileException.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/io/StreamReader.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/io/StreamUtils.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/io/TextFile.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/ColourValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/DisabledOptionValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/FileNameValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/IdentValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/NicknameValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/NotEmptyValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/NumericalValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/OptionalValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/PermissiveValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/PortValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/RegexStringValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/RegexValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/ServerNameValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/StringLengthValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/URIValidator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/Validatable.java Ver arquivo

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2010 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
+ * Copyright (c) 2006-2012 Chris Smith, Shane Mc Cormack, Gregory Holmes
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
src/com/dmdirc/util/validators/ValidationResponse.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/Validator.java Ver arquivo

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

+ 1
- 1
src/com/dmdirc/util/validators/ValidatorChain.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/CommandUtilsTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/DateUtilsTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/collections/DoubleMapTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/collections/EquatableWeakReferenceTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/collections/InvalidConfigFileExceptionTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/collections/MapListTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/collections/ObservableListDecoratorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/collections/RollingListTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/collections/WeakListTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/io/ConfigFileTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/io/TextFileTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/FileNameValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/IdentValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/NicknameValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/NotEmptyValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/NumericalValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/OptionalValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/PermissiveValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/PortValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/RegexStringValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/RegexValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/StringLengthValidatorTest.java Ver arquivo

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

+ 1
- 1
test/com/dmdirc/util/validators/ValidatorChainTest.java Ver arquivo

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

Carregando…
Cancelar
Salvar