From 0c836a74972173d4ab991f0d6d79195b4377fe4c Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 6 Aug 2014 00:22:51 -0400 Subject: added copyright --- src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java b/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java index 921a1e98..91000ed3 100644 --- a/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java +++ b/src/cuchaz/enigma/gui/ClassInheritanceTreeNode.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2014 Jeff Martin. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the GNU Public License v3.0 + * which accompanies this distribution, and is available at + * http://www.gnu.org/licenses/gpl.html + * + * Contributors: + * Jeff Martin - initial API and implementation + ******************************************************************************/ package cuchaz.enigma.gui; import java.util.List; -- cgit v1.2.3