summaryrefslogtreecommitdiff
path: root/ActivationKey.java
diff options
Diffstat (limited to 'ActivationKey.java')
-rw-r--r--ActivationKey.java16
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;
}