diff options
| author | 2014-08-06 00:22:51 -0400 | |
|---|---|---|
| committer | 2014-08-06 00:22:51 -0400 | |
| commit | 0c836a74972173d4ab991f0d6d79195b4377fe4c (patch) | |
| tree | 30b9a2de35a4285bf80c7c03254aa747df6290bc /src | |
| parent | added simple class inheritance browsing (diff) | |
| download | enigma-fork-0c836a74972173d4ab991f0d6d79195b4377fe4c.tar.gz enigma-fork-0c836a74972173d4ab991f0d6d79195b4377fe4c.tar.xz enigma-fork-0c836a74972173d4ab991f0d6d79195b4377fe4c.zip | |
added copyright
Diffstat (limited to 'src')
| -rw-r--r-- | src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java b/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java index 921a1e9..91000ed 100644 --- a/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java +++ b/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.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 Public License v3.0 | ||
| 5 | * which accompanies this distribution, and is available at | ||
| 6 | * http://www.gnu.org/licenses/gpl.html | ||
| 7 | * | ||
| 8 | * Contributors: | ||
| 9 | * Jeff Martin - initial API and implementation | ||
| 10 | ******************************************************************************/ | ||
| 1 | package cuchaz.enigma.gui; | 11 | package cuchaz.enigma.gui; |
| 2 | 12 | ||
| 3 | import java.util.List; | 13 | import java.util.List; |