Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xflags
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Go
Application
xflags
Commits
642008d6
Verified
Commit
642008d6
authored
2 years ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore change license things
parent
877b4f89
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LICENSE
+1
-0
1 addition, 0 deletions
LICENSE
Makefile
+2
-2
2 additions, 2 deletions
Makefile
doc.go
+15
-2
15 additions, 2 deletions
doc.go
with
18 additions
and
4 deletions
LICENSE
+
1
−
0
View file @
642008d6
GNU AFFERO GENERAL PUBLIC LICENSE
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Version 3, 19 November 2007
AGPL-3.0-or-later
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
Everyone is permitted to copy and distribute verbatim copies
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
642008d6
...
@@ -139,7 +139,7 @@ endif
...
@@ -139,7 +139,7 @@ endif
.PHONY
:
fetch-licenses
.PHONY
:
fetch-licenses
## Fetch licenses for all modules
## Fetch licenses for all modules
fetch-licenses
:
fetch-licenses
:
go-licenses save
$(
GO_CURRENT_MODULE
)
--ignore
gitlab.schukai.com
--force
--save_path
$(
PROJECT_ROOT
)
licenses/
;
cd
-
go-licenses save
$(
GO_CURRENT_MODULE
)
--ignore
gitlab.schukai.com
--force
--save_path
$(
PROJECT_ROOT
)
licenses/
# https://spdx.github.io/spdx-spec/v2.3/SPDX-license-list/
# https://spdx.github.io/spdx-spec/v2.3/SPDX-license-list/
ADDLICENSE_BIN
?=
addlicense
ADDLICENSE_BIN
?=
addlicense
...
@@ -151,7 +151,7 @@ endif
...
@@ -151,7 +151,7 @@ endif
.PHONY
:
add-licenses
.PHONY
:
add-licenses
## Add license headers to all go files
## Add license headers to all go files
add-licenses
:
add-licenses
:
addlicense
-c
"schukai GmbH"
-s
-l
"AGPL-3.0
-or-later
"
./
*
.go
addlicense
-c
"schukai GmbH"
-s
-l
"AGPL-3.0"
./
*
.go
This diff is collapsed.
Click to expand it.
doc.go
+
15
−
2
View file @
642008d6
// This package provides a simple way to create a CLI application
// with subcommands. It is based on the flags package from
// Copyright 2022 schukai GmbH
// Copyright 2022 schukai GmbH
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: AGPL-3.0-or-later
// This package provides a simple way to create a CLI application
// This program is free software: you can redistribute it and/or modify
// with subcommands. It is based on the flags package from
// it under the terms of the GNU Affero 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 Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
package
xflags
package
xflags
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment