From 51b92b780b57cc955e0618d09fbc3aa95ff47163 Mon Sep 17 00:00:00 2001 From: Cuchaz Date: Sun, 19 Apr 2015 18:51:04 -0400 Subject: relicense Enigma as LGPL --- src/cuchaz/enigma/gui/ScoredClassEntry.java | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/cuchaz/enigma/gui/ScoredClassEntry.java') diff --git a/src/cuchaz/enigma/gui/ScoredClassEntry.java b/src/cuchaz/enigma/gui/ScoredClassEntry.java index dd7ba61..6070452 100644 --- a/src/cuchaz/enigma/gui/ScoredClassEntry.java +++ b/src/cuchaz/enigma/gui/ScoredClassEntry.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2015 Jeff Martin. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the GNU Lesser General Public + * License v3.0 which accompanies this distribution, and is available at + * http://www.gnu.org/licenses/lgpl.html + * + * Contributors: + * Jeff Martin - initial API and implementation + ******************************************************************************/ package cuchaz.enigma.gui; import cuchaz.enigma.mapping.ClassEntry; -- cgit v1.2.3