summaryrefslogtreecommitdiff
path: root/test/cuchaz/enigma/TestEntryFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/cuchaz/enigma/TestEntryFactory.java')
-rw-r--r--test/cuchaz/enigma/TestEntryFactory.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/cuchaz/enigma/TestEntryFactory.java b/test/cuchaz/enigma/TestEntryFactory.java
index 754f308..4aa773b 100644
--- a/test/cuchaz/enigma/TestEntryFactory.java
+++ b/test/cuchaz/enigma/TestEntryFactory.java
@@ -1,10 +1,9 @@
1/******************************************************************************* 1/*******************************************************************************
2 * Copyright (c) 2014 Jeff Martin.\ 2 * Copyright (c) 2015 Jeff Martin.
3 *
4 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
5 * are made available under the terms of the GNU Public License v3.0 4 * are made available under the terms of the GNU Lesser General Public
6 * which accompanies this distribution, and is available at 5 * License v3.0 which accompanies this distribution, and is available at
7 * http://www.gnu.org/licenses/gpl.html 6 * http://www.gnu.org/licenses/lgpl.html
8 * 7 *
9 * Contributors: 8 * Contributors:
10 * Jeff Martin - initial API and implementation 9 * Jeff Martin - initial API and implementation