aboutsummaryrefslogtreecommitdiff
path: root/internal/prompt/login.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2025-09-29 21:53:16 +0200
committerStefan Majewsky <majewsky@gmx.net>2025-09-29 21:53:16 +0200
commit0bb27576a37de4bf76dab35c73fa8790fcfa706a (patch)
treef5ad8df7bcaaca8c1ec4b8cdeb2d7624f1b49fb6 /internal/prompt/login.go
parentfa24620c50a56ae6c3c31575e861098d0f0ed177 (diff)
downloadgofu-0bb27576a37de4bf76dab35c73fa8790fcfa706a.tar.gz
convert license headers to SPDX format
Diffstat (limited to 'internal/prompt/login.go')
-rw-r--r--internal/prompt/login.go19
1 files changed, 2 insertions, 17 deletions
diff --git a/internal/prompt/login.go b/internal/prompt/login.go
index 187ae79..bdcbd8a 100644
--- a/internal/prompt/login.go
+++ b/internal/prompt/login.go
@@ -1,20 +1,5 @@
-/*******************************************************************************
-*
-* Copyright 2017 Stefan Majewsky <majewsky@gmx.net>
-*
-* This program 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.
-*
-* This program 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
-* this program. If not, see <http://www.gnu.org/licenses/>.
-*
-*******************************************************************************/
+// SPDX-FileCopyrightText: 2017 Stefan Majewsky <majewsky@gmx.net>
+// SPDX-License-Identifier: GPL-3.0-only
package prompt