Просмотр исходного кода

Fix some headers

Change-Id: Idd1241c7ed85ce2be12e028fe47fd09190d691bd
Reviewed-on: http://gerrit.dmdirc.com/2077
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.7rc1
Chris Smith 13 лет назад
Родитель
Сommit
1facd19620
21 измененных файлов: 18 добавлений и 74 удалений
  1. 0
    1
      src/com/dmdirc/addons/ui_swing/BackgroundOption.java
  2. 0
    1
      src/com/dmdirc/addons/ui_swing/components/GenericListModel.java
  3. 0
    1
      src/com/dmdirc/addons/ui_swing/components/LockedLayer.java
  4. 0
    1
      src/com/dmdirc/addons/ui_swing/components/addonbrowser/AddonFilter.java
  5. 0
    1
      src/com/dmdirc/addons/ui_swing/components/addonbrowser/AddonTable.java
  6. 0
    1
      src/com/dmdirc/addons/ui_swing/components/inputfields/TextFieldInputField.java
  7. 0
    1
      src/com/dmdirc/addons/ui_swing/components/reorderablelist/ListReorderButtonPanel.java
  8. 16
    16
      src/com/dmdirc/addons/ui_swing/dialogs/DMDircJOptionPane.java
  9. 0
    1
      src/com/dmdirc/addons/ui_swing/dialogs/DialogKeyListener.java
  10. 0
    1
      src/com/dmdirc/addons/ui_swing/dialogs/about/Licence.java
  11. 0
    1
      src/com/dmdirc/addons/ui_swing/dialogs/actionsmanager/ActionGroupNameComparator.java
  12. 0
    40
      src/com/dmdirc/addons/ui_swing/dialogs/actionsmanager/ActionTypeComparator.java
  13. 1
    0
      src/com/dmdirc/addons/ui_swing/dialogs/actionsmanager/ActionsGroupPanel.java
  14. 1
    1
      src/com/dmdirc/addons/ui_swing/dialogs/aliases/AliasPanel.java
  15. 0
    1
      src/com/dmdirc/addons/ui_swing/dialogs/channelsetting/TopicDisplayPane.java
  16. 0
    1
      src/com/dmdirc/addons/ui_swing/dialogs/channelsetting/TopicLabel.java
  17. 0
    1
      src/com/dmdirc/addons/ui_swing/dialogs/error/ErrorTable.java
  18. 0
    1
      src/com/dmdirc/addons/ui_swing/dialogs/prefs/CategoryPanel.java
  19. 0
    1
      src/com/dmdirc/addons/ui_swing/dialogs/prefs/PrefsCategoryLoader.java
  20. 0
    1
      src/com/dmdirc/addons/ui_swing/framemanager/windowmenu/FrameContainerMenu.java
  21. 0
    1
      src/com/dmdirc/addons/ui_swing/framemanager/windowmenu/WindowMenuScroller.java

+ 0
- 1
src/com/dmdirc/addons/ui_swing/BackgroundOption.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/components/GenericListModel.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/components/LockedLayer.java Просмотреть файл

@@ -1,4 +1,3 @@
1
-
2 1
 /**
3 2
  * Copyright (c) 2006-2009, Alexander Potochkin
4 3
  * All rights reserved.

+ 0
- 1
src/com/dmdirc/addons/ui_swing/components/addonbrowser/AddonFilter.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/components/addonbrowser/AddonTable.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/components/inputfields/TextFieldInputField.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/components/reorderablelist/ListReorderButtonPanel.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 16
- 16
src/com/dmdirc/addons/ui_swing/dialogs/DMDircJOptionPane.java Просмотреть файл

@@ -1,23 +1,23 @@
1 1
 /*
2
- *  Copyright (c) 2006-2011 DMDirc Developers
2
+ * Copyright (c) 2006-2011 DMDirc Developers
3 3
  *
4
- *  Permission is hereby granted, free of charge, to any person obtaining a copy
5
- *  of this software and associated documentation files (the "Software"), to deal
6
- *  in the Software without restriction, including without limitation the rights
7
- *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- *  copies of the Software, and to permit persons to whom the Software is
9
- *  furnished to do so, subject to the following conditions:
4
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ * of this software and associated documentation files (the "Software"), to deal
6
+ * in the Software without restriction, including without limitation the rights
7
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ * copies of the Software, and to permit persons to whom the Software is
9
+ * furnished to do so, subject to the following conditions:
10 10
  *
11
- *  The above copyright notice and this permission notice shall be included in
12
- *  all copies or substantial portions of the Software.
11
+ * The above copyright notice and this permission notice shall be included in
12
+ * all copies or substantial portions of the Software.
13 13
  *
14
- *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
- *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
- *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
- *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
- *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
- *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
- *  SOFTWARE.
14
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
+ * SOFTWARE.
21 21
  */
22 22
 
23 23
 package com.dmdirc.addons.ui_swing.dialogs;

+ 0
- 1
src/com/dmdirc/addons/ui_swing/dialogs/DialogKeyListener.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/dialogs/about/Licence.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/dialogs/actionsmanager/ActionGroupNameComparator.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 40
src/com/dmdirc/addons/ui_swing/dialogs/actionsmanager/ActionTypeComparator.java Просмотреть файл

@@ -1,40 +0,0 @@
1
-/*
2
- *
3
- * Copyright (c) 2006-2011 DMDirc Developers
4
- *
5
- * Permission is hereby granted, free of charge, to any person obtaining a copy
6
- * of this software and associated documentation files (the "Software"), to deal
7
- * in the Software without restriction, including without limitation the rights
8
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- * copies of the Software, and to permit persons to whom the Software is
10
- * furnished to do so, subject to the following conditions:
11
- *
12
- * The above copyright notice and this permission notice shall be included in
13
- * all copies or substantial portions of the Software.
14
- *
15
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- * SOFTWARE.
22
- */
23
-
24
-package com.dmdirc.addons.ui_swing.dialogs.actionsmanager;
25
-
26
-import com.dmdirc.actions.interfaces.ActionType;
27
-import java.util.Comparator;
28
-
29
-/**
30
- * Action type comparator.
31
- */
32
-public class ActionTypeComparator implements Comparator<ActionType> {
33
-
34
-    /** {@inheritDoc} */
35
-    @Override
36
-    public int compare(final ActionType o1, final ActionType o2) {
37
-        return o1.getName().toLowerCase().compareTo(o2.getName().toLowerCase());
38
-    }
39
-
40
-}

+ 1
- 0
src/com/dmdirc/addons/ui_swing/dialogs/actionsmanager/ActionsGroupPanel.java Просмотреть файл

@@ -24,6 +24,7 @@ package com.dmdirc.addons.ui_swing.dialogs.actionsmanager;
24 24
 
25 25
 import com.dmdirc.actions.Action;
26 26
 import com.dmdirc.actions.ActionGroup;
27
+import com.dmdirc.actions.ActionTypeComparator;
27 28
 import com.dmdirc.addons.ui_swing.components.PackingTable;
28 29
 import com.dmdirc.addons.ui_swing.components.renderers.ActionTypeTableCellRenderer;
29 30
 import com.dmdirc.addons.ui_swing.components.renderers.ArrayCellRenderer;

+ 1
- 1
src/com/dmdirc/addons/ui_swing/dialogs/aliases/AliasPanel.java Просмотреть файл

@@ -1,4 +1,4 @@
1
-    /*
1
+/*
2 2
  * Copyright (c) 2006-2011 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/dialogs/channelsetting/TopicDisplayPane.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/dialogs/channelsetting/TopicLabel.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/dialogs/error/ErrorTable.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/dialogs/prefs/CategoryPanel.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/dialogs/prefs/PrefsCategoryLoader.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/framemanager/windowmenu/FrameContainerMenu.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2011 DMDirc Developers
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

+ 0
- 1
src/com/dmdirc/addons/ui_swing/framemanager/windowmenu/WindowMenuScroller.java Просмотреть файл

@@ -1,5 +1,4 @@
1 1
 /*
2
- *
3 2
  * Copyright (c) 2006-2008 Chris Smith, Shane Mc Cormack, Gregory Holmes
4 3
  *
5 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy

Загрузка…
Отмена
Сохранить