diff options
Diffstat (limited to 'test')
24 files changed, 179 insertions, 34 deletions
diff --git a/test/cuchaz/enigma/EntryFactory.java b/test/cuchaz/enigma/EntryFactory.java index 5a8a4270..f66149fc 100644 --- a/test/cuchaz/enigma/EntryFactory.java +++ b/test/cuchaz/enigma/EntryFactory.java | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2014 Jeff Martin.\ | 2 | * Copyright (c) 2014 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 |
diff --git a/test/cuchaz/enigma/TestDeobfuscator.java b/test/cuchaz/enigma/TestDeobfuscator.java index 71de24ae..1f193292 100644 --- a/test/cuchaz/enigma/TestDeobfuscator.java +++ b/test/cuchaz/enigma/TestDeobfuscator.java | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2014 Jeff Martin.\ | 2 | * Copyright (c) 2014 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 |
diff --git a/test/cuchaz/enigma/TestInnerClasses.java b/test/cuchaz/enigma/TestInnerClasses.java index a7ee0b6d..81626ff3 100644 --- a/test/cuchaz/enigma/TestInnerClasses.java +++ b/test/cuchaz/enigma/TestInnerClasses.java | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2014 Jeff Martin. | 2 | * Copyright (c) 2014 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 |
diff --git a/test/cuchaz/enigma/TestJarIndexConstructorReferences.java b/test/cuchaz/enigma/TestJarIndexConstructorReferences.java index 02381718..f2c6525f 100644 --- a/test/cuchaz/enigma/TestJarIndexConstructorReferences.java +++ b/test/cuchaz/enigma/TestJarIndexConstructorReferences.java | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2014 Jeff Martin. | 2 | * Copyright (c) 2014 Jeff Martin. |
| 3 | * All rights reserved. This program and the accompanying materials | 3 | * All rights reserved. This program and the accompanying materials |
| 4 | * 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 |
| 5 | * which accompanies this distribution, and is available at | 5 | * License v3.0 which accompanies this distribution, and is available at |
| 6 | * http://www.gnu.org/licenses/gpl.html | 6 | * http://www.gnu.org/licenses/lgpl.html |
| 7 | * | 7 | * |
| 8 | * Contributors: | 8 | * Contributors: |
| 9 | * Jeff Martin - initial API and implementation | 9 | * Jeff Martin - initial API and implementation |
diff --git a/test/cuchaz/enigma/TestJarIndexInheritanceTree.java b/test/cuchaz/enigma/TestJarIndexInheritanceTree.java index 50c22825..dc7900c8 100644 --- a/test/cuchaz/enigma/TestJarIndexInheritanceTree.java +++ b/test/cuchaz/enigma/TestJarIndexInheritanceTree.java | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2014 Jeff Martin. | 2 | * Copyright (c) 2014 Jeff Martin. |
| 3 | * All rights reserved. This program and the accompanying materials | 3 | * All rights reserved. This program and the accompanying materials |
| 4 | * 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 |
| 5 | * which accompanies this distribution, and is available at | 5 | * License v3.0 which accompanies this distribution, and is available at |
| 6 | * http://www.gnu.org/licenses/gpl.html | 6 | * http://www.gnu.org/licenses/lgpl.html |
| 7 | * | 7 | * |
| 8 | * Contributors: | 8 | * Contributors: |
| 9 | * Jeff Martin - initial API and implementation | 9 | * Jeff Martin - initial API and implementation |
diff --git a/test/cuchaz/enigma/TestJarIndexLoneClass.java b/test/cuchaz/enigma/TestJarIndexLoneClass.java index e2a87d09..defec460 100644 --- a/test/cuchaz/enigma/TestJarIndexLoneClass.java +++ b/test/cuchaz/enigma/TestJarIndexLoneClass.java | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2014 Jeff Martin. | 2 | * Copyright (c) 2014 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 |
diff --git a/test/cuchaz/enigma/TestSourceIndex.java b/test/cuchaz/enigma/TestSourceIndex.java index dc6ca7e2..408dcde7 100644 --- a/test/cuchaz/enigma/TestSourceIndex.java +++ b/test/cuchaz/enigma/TestSourceIndex.java | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2014 Jeff Martin. | 2 | * Copyright (c) 2014 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 |
diff --git a/test/cuchaz/enigma/TestTokensConstructors.java b/test/cuchaz/enigma/TestTokensConstructors.java index 24091532..449d70eb 100644 --- a/test/cuchaz/enigma/TestTokensConstructors.java +++ b/test/cuchaz/enigma/TestTokensConstructors.java | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2014 Jeff Martin. | 2 | * Copyright (c) 2014 Jeff Martin. |
| 3 | * All rights reserved. This program and the accompanying materials | 3 | * All rights reserved. This program and the accompanying materials |
| 4 | * 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 |
| 5 | * which accompanies this distribution, and is available at | 5 | * License v3.0 which accompanies this distribution, and is available at |
| 6 | * http://www.gnu.org/licenses/gpl.html | 6 | * http://www.gnu.org/licenses/lgpl.html |
| 7 | * | 7 | * |
| 8 | * Contributors: | 8 | * Contributors: |
| 9 | * Jeff Martin - initial API and implementation | 9 | * Jeff Martin - initial API and implementation |
diff --git a/test/cuchaz/enigma/TokenChecker.java b/test/cuchaz/enigma/TokenChecker.java index c0852f32..6bcd2bb7 100644 --- a/test/cuchaz/enigma/TokenChecker.java +++ b/test/cuchaz/enigma/TokenChecker.java | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2014 Jeff Martin. | 2 | * Copyright (c) 2014 Jeff Martin. |
| 3 | * All rights reserved. This program and the accompanying materials | 3 | * All rights reserved. This program and the accompanying materials |
| 4 | * 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 |
| 5 | * which accompanies this distribution, and is available at | 5 | * License v3.0 which accompanies this distribution, and is available at |
| 6 | * http://www.gnu.org/licenses/gpl.html | 6 | * http://www.gnu.org/licenses/lgpl.html |
| 7 | * | 7 | * |
| 8 | * Contributors: | 8 | * Contributors: |
| 9 | * Jeff Martin - initial API and implementation | 9 | * Jeff Martin - initial API and implementation |
diff --git a/test/cuchaz/enigma/inputs/Keep.java b/test/cuchaz/enigma/inputs/Keep.java index 3c12baea..3fb14573 100644 --- a/test/cuchaz/enigma/inputs/Keep.java +++ b/test/cuchaz/enigma/inputs/Keep.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs; | 11 | package cuchaz.enigma.inputs; |
| 2 | 12 | ||
| 3 | public class Keep | 13 | public class Keep |
diff --git a/test/cuchaz/enigma/inputs/constructors/BaseClass.java b/test/cuchaz/enigma/inputs/constructors/BaseClass.java index e6d87681..e4e273d3 100644 --- a/test/cuchaz/enigma/inputs/constructors/BaseClass.java +++ b/test/cuchaz/enigma/inputs/constructors/BaseClass.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.constructors; | 11 | package cuchaz.enigma.inputs.constructors; |
| 2 | 12 | ||
| 3 | // none/a | 13 | // none/a |
diff --git a/test/cuchaz/enigma/inputs/constructors/Caller.java b/test/cuchaz/enigma/inputs/constructors/Caller.java index b2186198..a7b6f1f7 100644 --- a/test/cuchaz/enigma/inputs/constructors/Caller.java +++ b/test/cuchaz/enigma/inputs/constructors/Caller.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.constructors; | 11 | package cuchaz.enigma.inputs.constructors; |
| 2 | 12 | ||
| 3 | // none/b | 13 | // none/b |
diff --git a/test/cuchaz/enigma/inputs/constructors/DefaultConstructable.java b/test/cuchaz/enigma/inputs/constructors/DefaultConstructable.java index 6cfd35e6..e89a32e2 100644 --- a/test/cuchaz/enigma/inputs/constructors/DefaultConstructable.java +++ b/test/cuchaz/enigma/inputs/constructors/DefaultConstructable.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.constructors; | 11 | package cuchaz.enigma.inputs.constructors; |
| 2 | 12 | ||
| 3 | public class DefaultConstructable | 13 | public class DefaultConstructable |
diff --git a/test/cuchaz/enigma/inputs/constructors/SubClass.java b/test/cuchaz/enigma/inputs/constructors/SubClass.java index 6ef77323..03589892 100644 --- a/test/cuchaz/enigma/inputs/constructors/SubClass.java +++ b/test/cuchaz/enigma/inputs/constructors/SubClass.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.constructors; | 11 | package cuchaz.enigma.inputs.constructors; |
| 2 | 12 | ||
| 3 | // none/d extends none/a | 13 | // none/d extends none/a |
diff --git a/test/cuchaz/enigma/inputs/constructors/SubSubClass.java b/test/cuchaz/enigma/inputs/constructors/SubSubClass.java index 76a0f1f3..76e69c1a 100644 --- a/test/cuchaz/enigma/inputs/constructors/SubSubClass.java +++ b/test/cuchaz/enigma/inputs/constructors/SubSubClass.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.constructors; | 11 | package cuchaz.enigma.inputs.constructors; |
| 2 | 12 | ||
| 3 | // none/e extends none/d | 13 | // none/e extends none/d |
diff --git a/test/cuchaz/enigma/inputs/inheritanceTree/BaseClass.java b/test/cuchaz/enigma/inputs/inheritanceTree/BaseClass.java index 8402dde3..9d3807b1 100644 --- a/test/cuchaz/enigma/inputs/inheritanceTree/BaseClass.java +++ b/test/cuchaz/enigma/inputs/inheritanceTree/BaseClass.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.inheritanceTree; | 11 | package cuchaz.enigma.inputs.inheritanceTree; |
| 2 | 12 | ||
| 3 | // none/a | 13 | // none/a |
diff --git a/test/cuchaz/enigma/inputs/inheritanceTree/SubclassA.java b/test/cuchaz/enigma/inputs/inheritanceTree/SubclassA.java index ed507093..98a9570d 100644 --- a/test/cuchaz/enigma/inputs/inheritanceTree/SubclassA.java +++ b/test/cuchaz/enigma/inputs/inheritanceTree/SubclassA.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.inheritanceTree; | 11 | package cuchaz.enigma.inputs.inheritanceTree; |
| 2 | 12 | ||
| 3 | // none/b extends none/a | 13 | // none/b extends none/a |
diff --git a/test/cuchaz/enigma/inputs/inheritanceTree/SubclassB.java b/test/cuchaz/enigma/inputs/inheritanceTree/SubclassB.java index fc4c8eed..29a29b84 100644 --- a/test/cuchaz/enigma/inputs/inheritanceTree/SubclassB.java +++ b/test/cuchaz/enigma/inputs/inheritanceTree/SubclassB.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.inheritanceTree; | 11 | package cuchaz.enigma.inputs.inheritanceTree; |
| 2 | 12 | ||
| 3 | // none/c extends none/a | 13 | // none/c extends none/a |
diff --git a/test/cuchaz/enigma/inputs/inheritanceTree/SubsubclassAA.java b/test/cuchaz/enigma/inputs/inheritanceTree/SubsubclassAA.java index b3b83429..4aa0af03 100644 --- a/test/cuchaz/enigma/inputs/inheritanceTree/SubsubclassAA.java +++ b/test/cuchaz/enigma/inputs/inheritanceTree/SubsubclassAA.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.inheritanceTree; | 11 | package cuchaz.enigma.inputs.inheritanceTree; |
| 2 | 12 | ||
| 3 | // none/d extends none/b | 13 | // none/d extends none/b |
diff --git a/test/cuchaz/enigma/inputs/innerClasses/Anonymous.java b/test/cuchaz/enigma/inputs/innerClasses/Anonymous.java index d36a514c..44b529ea 100644 --- a/test/cuchaz/enigma/inputs/innerClasses/Anonymous.java +++ b/test/cuchaz/enigma/inputs/innerClasses/Anonymous.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.innerClasses; | 11 | package cuchaz.enigma.inputs.innerClasses; |
| 2 | 12 | ||
| 3 | public class Anonymous | 13 | public class Anonymous |
diff --git a/test/cuchaz/enigma/inputs/innerClasses/AnonymousWithScopeArgs.java b/test/cuchaz/enigma/inputs/innerClasses/AnonymousWithScopeArgs.java index e0a65e25..4924d09f 100644 --- a/test/cuchaz/enigma/inputs/innerClasses/AnonymousWithScopeArgs.java +++ b/test/cuchaz/enigma/inputs/innerClasses/AnonymousWithScopeArgs.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.innerClasses; | 11 | package cuchaz.enigma.inputs.innerClasses; |
| 2 | 12 | ||
| 3 | public class AnonymousWithScopeArgs | 13 | public class AnonymousWithScopeArgs |
diff --git a/test/cuchaz/enigma/inputs/innerClasses/ConstructorArgs.java b/test/cuchaz/enigma/inputs/innerClasses/ConstructorArgs.java index e24395c7..f7d06d44 100644 --- a/test/cuchaz/enigma/inputs/innerClasses/ConstructorArgs.java +++ b/test/cuchaz/enigma/inputs/innerClasses/ConstructorArgs.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.innerClasses; | 11 | package cuchaz.enigma.inputs.innerClasses; |
| 2 | 12 | ||
| 3 | @SuppressWarnings( "unused" ) | 13 | @SuppressWarnings( "unused" ) |
diff --git a/test/cuchaz/enigma/inputs/innerClasses/Simple.java b/test/cuchaz/enigma/inputs/innerClasses/Simple.java index 405c6399..9fc9b0c8 100644 --- a/test/cuchaz/enigma/inputs/innerClasses/Simple.java +++ b/test/cuchaz/enigma/inputs/innerClasses/Simple.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.innerClasses; | 11 | package cuchaz.enigma.inputs.innerClasses; |
| 2 | 12 | ||
| 3 | public class Simple | 13 | public class Simple |
diff --git a/test/cuchaz/enigma/inputs/loneClass/LoneClass.java b/test/cuchaz/enigma/inputs/loneClass/LoneClass.java index 961b012e..1022aa2b 100644 --- a/test/cuchaz/enigma/inputs/loneClass/LoneClass.java +++ b/test/cuchaz/enigma/inputs/loneClass/LoneClass.java | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | /******************************************************************************* | ||
| 2 | * Copyright (c) 2014 Jeff Martin. | ||
| 3 | * All rights reserved. This program and the accompanying materials | ||
| 4 | * are made available under the terms of the GNU Lesser General Public | ||
| 5 | * License v3.0 which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/lgpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.inputs.loneClass; | 11 | package cuchaz.enigma.inputs.loneClass; |
| 2 | 12 | ||
| 3 | public class LoneClass | 13 | public class LoneClass |