diff options
| author | Stefano Marchetti <[email protected]> | 2025-08-17 15:21:33 +0200 | 
|---|---|---|
| committer | Stefano Marchetti <[email protected]> | 2025-08-17 15:21:33 +0200 | 
| commit | b35dd9fd117afe540e630c033c46f65d396410fc (patch) | |
| tree | a2ee0df89c417ac20dc56ce53550eaaf61f84ac6 /ActivationKey.java | |
| parent | b4bc311cf8da836e46141b877173bd7dc12653ef (diff) | |
| download | jedecma-master.tar.gz | |
Diffstat (limited to 'ActivationKey.java')
| -rw-r--r-- | ActivationKey.java | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/ActivationKey.java b/ActivationKey.java index 2d44587..ddf2030 100644 --- a/ActivationKey.java +++ b/ActivationKey.java @@ -1,23 +1,23 @@ -/*   +/*  * * ActivationKey.java - activation key management - *  + *   * Copyright (c) 2025 Stefano Marchetti - *  + *   * This file is part of Jedecma - breast ultrasound examinations archiving software - *  + *   * Jedecma is free software: you can redistribute it and/or modify   * it under the terms of the GNU General Public License as published by   * the Free Software Foundation, either version 3 of the License, or   * (at your option) any later version. - *  + *   * Jedecma is distributed in the hope that it will be useful,   * but WITHOUT ANY WARRANTY; without even the implied warranty of   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   * GNU General Public License for more details. - *  + *   * You should have received a copy of the GNU General Public License   * along with Jedecma.  If not, see <http://www.gnu.org/licenses/>. - *   + *  */  package jedecma; @@ -152,7 +152,7 @@ public class ActivationKey {  	public boolean isEnableTools() {  		return enableTools;  	} -	 +  	public boolean isEnableDataManagement() {  		return enableDataManagement;  	} | 
