summaryrefslogtreecommitdiff
path: root/test/cuchaz/enigma/inputs/inheritanceTree
diff options
context:
space:
mode:
authorGravatar jeff2014-10-09 19:37:19 -0400
committerGravatar jeff2014-10-09 19:37:19 -0400
commit812e2a4630ef01463ff153ba5ffae675e8ac24ac (patch)
tree397f5f4bbfb81262faa818a50ed4e45b7cc0e249 /test/cuchaz/enigma/inputs/inheritanceTree
parentrelicense as LGPL (diff)
downloadenigma-fork-812e2a4630ef01463ff153ba5ffae675e8ac24ac.tar.gz
enigma-fork-812e2a4630ef01463ff153ba5ffae675e8ac24ac.tar.xz
enigma-fork-812e2a4630ef01463ff153ba5ffae675e8ac24ac.zip
reverting to GPL license
Diffstat (limited to 'test/cuchaz/enigma/inputs/inheritanceTree')
-rw-r--r--test/cuchaz/enigma/inputs/inheritanceTree/BaseClass.java10
-rw-r--r--test/cuchaz/enigma/inputs/inheritanceTree/SubclassA.java10
-rw-r--r--test/cuchaz/enigma/inputs/inheritanceTree/SubclassB.java10
-rw-r--r--test/cuchaz/enigma/inputs/inheritanceTree/SubsubclassAA.java10
4 files changed, 0 insertions, 40 deletions
diff --git a/test/cuchaz/enigma/inputs/inheritanceTree/BaseClass.java b/test/cuchaz/enigma/inputs/inheritanceTree/BaseClass.java
index 9d3807b..8402dde 100644
--- a/test/cuchaz/enigma/inputs/inheritanceTree/BaseClass.java
+++ b/test/cuchaz/enigma/inputs/inheritanceTree/BaseClass.java
@@ -1,13 +1,3 @@
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 ******************************************************************************/
11package cuchaz.enigma.inputs.inheritanceTree; 1package cuchaz.enigma.inputs.inheritanceTree;
12 2
13// none/a 3// none/a
diff --git a/test/cuchaz/enigma/inputs/inheritanceTree/SubclassA.java b/test/cuchaz/enigma/inputs/inheritanceTree/SubclassA.java
index 98a9570..ed50709 100644
--- a/test/cuchaz/enigma/inputs/inheritanceTree/SubclassA.java
+++ b/test/cuchaz/enigma/inputs/inheritanceTree/SubclassA.java
@@ -1,13 +1,3 @@
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 ******************************************************************************/
11package cuchaz.enigma.inputs.inheritanceTree; 1package cuchaz.enigma.inputs.inheritanceTree;
12 2
13// none/b extends none/a 3// none/b extends none/a
diff --git a/test/cuchaz/enigma/inputs/inheritanceTree/SubclassB.java b/test/cuchaz/enigma/inputs/inheritanceTree/SubclassB.java
index 29a29b8..fc4c8ee 100644
--- a/test/cuchaz/enigma/inputs/inheritanceTree/SubclassB.java
+++ b/test/cuchaz/enigma/inputs/inheritanceTree/SubclassB.java
@@ -1,13 +1,3 @@
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 ******************************************************************************/
11package cuchaz.enigma.inputs.inheritanceTree; 1package cuchaz.enigma.inputs.inheritanceTree;
12 2
13// none/c extends none/a 3// none/c extends none/a
diff --git a/test/cuchaz/enigma/inputs/inheritanceTree/SubsubclassAA.java b/test/cuchaz/enigma/inputs/inheritanceTree/SubsubclassAA.java
index 4aa0af0..b3b8342 100644
--- a/test/cuchaz/enigma/inputs/inheritanceTree/SubsubclassAA.java
+++ b/test/cuchaz/enigma/inputs/inheritanceTree/SubsubclassAA.java
@@ -1,13 +1,3 @@
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 ******************************************************************************/
11package cuchaz.enigma.inputs.inheritanceTree; 1package cuchaz.enigma.inputs.inheritanceTree;
12 2
13// none/d extends none/b 3// none/d extends none/b