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