diff options
Diffstat (limited to 'src/cuchaz/enigma/analysis/Access.java')
| -rw-r--r-- | src/cuchaz/enigma/analysis/Access.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cuchaz/enigma/analysis/Access.java b/src/cuchaz/enigma/analysis/Access.java index 7ef4dcd..e35bb21 100644 --- a/src/cuchaz/enigma/analysis/Access.java +++ b/src/cuchaz/enigma/analysis/Access.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 Lesser General Public | 4 | * 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 | 5 | * which accompanies this distribution, and is available at |
| 6 | * http://www.gnu.org/licenses/lgpl.html | 6 | * http://www.gnu.org/licenses/gpl.html |
| 7 | * | 7 | * |
| 8 | * Contributors: | 8 | * Contributors: |
| 9 | * Jeff Martin - initial API and implementation | 9 | * Jeff Martin - initial API and implementation |
| @@ -48,4 +48,4 @@ public enum Access | |||
| 48 | // assume public by default | 48 | // assume public by default |
| 49 | return Public; | 49 | return Public; |
| 50 | } | 50 | } |
| 51 | } | 51 | } \ No newline at end of file |