diff options
Diffstat (limited to 'Base64.java')
| -rw-r--r-- | Base64.java | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/Base64.java b/Base64.java index ca3182f..4a11d44 100644 --- a/Base64.java +++ b/Base64.java @@ -1,23 +1,23 @@ -/*   +/*   * Base64.java - base64 encoding/decoding - *  + *   * 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; | 
