From bb4525e1fbeb2b94ff8e3f84d9e627d67f9c54b1 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 29 Jul 2014 23:24:01 -0400 Subject: forgot to apply copyright notices --- src/cuchaz/enigma/gui/AboutDialog.java | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/cuchaz/enigma/gui/AboutDialog.java b/src/cuchaz/enigma/gui/AboutDialog.java index 2584182..79b7543 100644 --- a/src/cuchaz/enigma/gui/AboutDialog.java +++ b/src/cuchaz/enigma/gui/AboutDialog.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2014 Jeff Martin. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the GNU Public License v3.0 + * which accompanies this distribution, and is available at + * http://www.gnu.org/licenses/gpl.html + * + * Contributors: + * Jeff Martin - initial API and implementation + ******************************************************************************/ package cuchaz.enigma.gui; import java.awt.Color; -- cgit v1.2.3