Fix up all file headers.
[jSite.git] / src / de / todesbaum / util / swing / TLabel.java
index 65474ac..0393f5c 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * todesbaum-lib - 
- * Copyright (C) 2006 David Roden
+ * jSite - TLabel.java - Copyright © 2006–2012 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -43,7 +42,7 @@ public class TLabel extends JLabel {
        public TLabel(Icon image) {
                super(image);
        }
-       
+
        public TLabel(Icon image, int mnemonic, Component labelFor) {
                super(image);
                setDisplayedMnemonic(mnemonic);