aboutsummaryrefslogtreecommitdiff
path: root/internal/prompt
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
parentfa24620c50a56ae6c3c31575e861098d0f0ed177 (diff)
downloadgofu-0bb27576a37de4bf76dab35c73fa8790fcfa706a.tar.gz
convert license headers to SPDX format
Diffstat (limited to 'internal/prompt')
-rw-r--r--internal/prompt/cloud.go19
-rw-r--r--internal/prompt/git.go19
-rw-r--r--internal/prompt/login.go19
-rw-r--r--internal/prompt/main.go19
-rw-r--r--internal/prompt/misc.go19
-rw-r--r--internal/prompt/pwd.go19
-rw-r--r--internal/prompt/term.go19
7 files changed, 14 insertions, 119 deletions
diff --git a/internal/prompt/cloud.go b/internal/prompt/cloud.go
index 14cd18a..6eaaa62 100644
--- a/internal/prompt/cloud.go
+++ b/internal/prompt/cloud.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
diff --git a/internal/prompt/git.go b/internal/prompt/git.go
index 26291c4..b77404b 100644
--- a/internal/prompt/git.go
+++ b/internal/prompt/git.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
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
diff --git a/internal/prompt/main.go b/internal/prompt/main.go
index 84d258c..5257290 100644
--- a/internal/prompt/main.go
+++ b/internal/prompt/main.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
diff --git a/internal/prompt/misc.go b/internal/prompt/misc.go
index 124015a..382c6cd 100644
--- a/internal/prompt/misc.go
+++ b/internal/prompt/misc.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
diff --git a/internal/prompt/pwd.go b/internal/prompt/pwd.go
index 27fe84b..b549a39 100644
--- a/internal/prompt/pwd.go
+++ b/internal/prompt/pwd.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
diff --git a/internal/prompt/term.go b/internal/prompt/term.go
index dcf614e..70a3b27 100644
--- a/internal/prompt/term.go
+++ b/internal/prompt/term.go
@@ -1,20 +1,5 @@
-/*******************************************************************************
-*
-* Copyright 2021 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: 2021 Stefan Majewsky <majewsky@gmx.net>
+// SPDX-License-Identifier: GPL-3.0-only
package prompt