Skip to content

Commit

Permalink
Add SPDX-License-Identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Jul 26, 2020
1 parent e1e870a commit b6fcd06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# world

(C) Martin Väth <martin@mvath.de>
This project is under the BSD license.
(C) Martin Väth (martin at mvath.de).
This project is under the BSD license 2.0 (“3-clause BSD license”).
SPDX-License-Identifier: BSD-3-Clause

__world__ is for the Gentoo __portage__ system to organize your `world` file
and to find installed packages or differences to `@world` (`--depclean`)
Expand Down
2 changes: 2 additions & 0 deletions bin/world
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
# (C) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: BSD-3-Clause
set -u
LC_COLLATE=C
export LC_COLLATE
Expand Down
2 changes: 2 additions & 0 deletions zsh/_world
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#compdef world
# (C) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: BSD-3-Clause
local context state state_descr line
typeset -A opt_args
_arguments -s -S -A '-*' : \
Expand Down

0 comments on commit b6fcd06

Please sign in to comment.