Fix calculation of project size.
[jSite.git] / src / de / todesbaum / util / swing / WizardListener.java
index b4328fc..987075d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * todesbaum-lib - 
- * Copyright (C) 2006 David Roden
+ * jSite - WizardListener.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
@@ -24,12 +23,12 @@ import java.util.EventListener;
 
 /**
  * @author David Roden <droden@gmail.com>
- * @version $Id: WizardListener.java 280 2006-03-17 20:24:27Z bombe $
+ * @version $Id$
  */
 public interface WizardListener extends EventListener {
 
        public void wizardNextPressed(TWizard wizard);
        public void wizardPreviousPressed(TWizard wizard);
        public void wizardQuitPressed(TWizard wizard);
-       
+
 }