Author: dbkr Date: 2006-09-23 22:47:03 +0000 (Sat, 23 Sep 2006) New Revision: 10504
Modified: trunk/apps/Freemail/src/freemailgui/WizardAskGenKeys.java Log: Add the LGPL header Modified: trunk/apps/Freemail/src/freemailgui/WizardAskGenKeys.java =================================================================== --- trunk/apps/Freemail/src/freemailgui/WizardAskGenKeys.java 2006-09-23 22:45:26 UTC (rev 10503) +++ trunk/apps/Freemail/src/freemailgui/WizardAskGenKeys.java 2006-09-23 22:47:03 UTC (rev 10504) @@ -1,3 +1,24 @@ +/* + * WizardAskGenKeys.java + * This file is part of Freemail, copyright (C) 2006 Dave Baker + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + * USA + * + */ + package freemailgui; import javax.swing.JPanel;
