mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-31 22:36:31 -04:00
Update license to GPL-3.0-only
Former-commit-id: 89163bb523391768dcfdee8c9873ab5443cd66d0 [formerly 1436cdfb90]
Former-commit-id: 3a8ce9b0569a32839344a9fdfd664af28ce1fe07
This commit is contained in:
+5
-6
@@ -355,12 +355,11 @@ def print_info(): # prints help text based on argument
|
|||||||
print('\u001b[38;5;7;48;5;8m<><><><><><><><><><><><><><><><><><><><><><><><><><><><>\u001b[0m\n')
|
print('\u001b[38;5;7;48;5;8m<><><><><><><><><><><><><><><><><><><><><><><><><><><><>\u001b[0m\n')
|
||||||
print('see https://github.com/rwinkhart/sshyp for more information\n')
|
print('see https://github.com/rwinkhart/sshyp for more information\n')
|
||||||
elif argument_list[1] == 'license':
|
elif argument_list[1] == 'license':
|
||||||
print('\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU '
|
print('\nThis program is free software: you can redistribute it and/or modify it under the terms\nof version 3 '
|
||||||
'General\nPublic License as published by the Free Software Foundation, either version 3 of the License,'
|
'(only) of the GNU General Public License as published by the Free Software Foundation.\n\nThis program '
|
||||||
'\nor (at your option) any later version.\n\nThis program is distributed in the hope that it will be '
|
'is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;\nwithout even the implied '
|
||||||
'useful, but WITHOUT ANY WARRANTY;\nwithout even the implied warranty of MERCHANTABILITY or FITNESS FOR A'
|
'warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nSee the GNU General Public License for'
|
||||||
' PARTICULAR PURPOSE.\nSee the GNU General Public License for more details.'
|
' more details.\n\nhttps://opensource.org/licenses/GPL-3.0\n')
|
||||||
'\n\nhttps://opensource.org/licenses/GPL-3.0\n')
|
|
||||||
elif argument_list[1] == 'add':
|
elif argument_list[1] == 'add':
|
||||||
print('\n\u001b[1musage:\u001b[0m sshyp add [flag [<entry name>]]\u001b[0m\n')
|
print('\n\u001b[1musage:\u001b[0m sshyp add [flag [<entry name>]]\u001b[0m\n')
|
||||||
print('\u001b[1mflags:\u001b[0m')
|
print('\u001b[1mflags:\u001b[0m')
|
||||||
|
|||||||
+4
-4
@@ -33,7 +33,7 @@ pkgrel="$revision"
|
|||||||
pkgdesc='A light-weight, self-hosted, synchronized password manager'
|
pkgdesc='A light-weight, self-hosted, synchronized password manager'
|
||||||
url='https://github.com/rwinkhart/sshyp'
|
url='https://github.com/rwinkhart/sshyp'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL3')
|
license=('GPL-3.0-only')
|
||||||
depends=(python gnupg openssh xclip wl-clipboard)
|
depends=(python gnupg openssh xclip wl-clipboard)
|
||||||
source=(\""$source"\")
|
source=(\""$source"\")
|
||||||
sha512sums=('"$sha512"')
|
sha512sums=('"$sha512"')
|
||||||
@@ -55,7 +55,7 @@ pkgdesc='A light-weight, self-hosted, synchronized password manager'
|
|||||||
options=!check
|
options=!check
|
||||||
url='https://github.com/rwinkhart/sshyp'
|
url='https://github.com/rwinkhart/sshyp'
|
||||||
arch='noarch'
|
arch='noarch'
|
||||||
license='GPL-3.0-or-later'
|
license='GPL-3.0-only'
|
||||||
depends='python3 gnupg openssh xclip wl-clipboard'
|
depends='python3 gnupg openssh xclip wl-clipboard'
|
||||||
source=\""$source"\"
|
source=\""$source"\"
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ description \"sshyp is the only password-store compatible CLI password manager
|
|||||||
packager \"Randall Winkhart <idgr at tutanota dot com>\"
|
packager \"Randall Winkhart <idgr at tutanota dot com>\"
|
||||||
vendor \"Randall Winkhart\"
|
vendor \"Randall Winkhart\"
|
||||||
licenses {
|
licenses {
|
||||||
\"GNU GPL v3\"
|
\"GPL-3.0-only\"
|
||||||
}
|
}
|
||||||
copyrights {
|
copyrights {
|
||||||
\"2021-2022 Randall Winkhart\"
|
\"2021-2022 Randall Winkhart\"
|
||||||
@@ -179,7 +179,7 @@ Version: "$version"
|
|||||||
Release: "$revision"
|
Release: "$revision"
|
||||||
Summary: A light-weight, self-hosted, synchronized password manager
|
Summary: A light-weight, self-hosted, synchronized password manager
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: GPLv3
|
License: GPL-3.0-only
|
||||||
URL: https://github.com/rwinkhart/sshyp
|
URL: https://github.com/rwinkhart/sshyp
|
||||||
Source0: sshyp-"$version".tar.xz
|
Source0: sshyp-"$version".tar.xz
|
||||||
Requires: python gnupg openssh wl-clipboard
|
Requires: python gnupg openssh wl-clipboard
|
||||||
|
|||||||
@@ -2,9 +2,8 @@
|
|||||||
Copyright (C) 2022 Randall Winkhart idgr@tutanota.com
|
Copyright (C) 2022 Randall Winkhart idgr@tutanota.com
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
it under the terms of version 3 (only) of the GNU General Public License
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
as published by the Free Software Foundation.
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
@@ -12,4 +11,4 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|||||||
Reference in New Issue
Block a user