X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Fswing%2FWizardListener.java;h=987075d84987dce71b065fb3d1c192f34636091c;hb=953de352675a4ad91fe307d816a4ea7780c94274;hp=bfb19c301b32bea04865734a5309565733df5422;hpb=e4f461213da0e30faf9e9eb2e97626abff320618;p=jSite.git diff --git a/src/de/todesbaum/util/swing/WizardListener.java b/src/de/todesbaum/util/swing/WizardListener.java index bfb19c3..987075d 100644 --- a/src/de/todesbaum/util/swing/WizardListener.java +++ b/src/de/todesbaum/util/swing/WizardListener.java @@ -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 @@ -31,5 +30,5 @@ public interface WizardListener extends EventListener { public void wizardNextPressed(TWizard wizard); public void wizardPreviousPressed(TWizard wizard); public void wizardQuitPressed(TWizard wizard); - + }