Skip to content

Commit bca35f6

Browse files
committed
use "SPDX-License-Identifier: Apache-2.0" as shorter license header
1 parent 6ff4689 commit bca35f6

40 files changed

+62
-240
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/.project
2+
/.settings
3+
/.svn
4+
**/.*.md.html

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# bash-funk - Spice up your Bash!
22

3+
[![License](https://img.shields.io/github/license/vegardit/bash-funk.svg?label=license)](#license)
4+
35
1. [What is it?](#what-is-it)
46
1. [Installation](#install)
57
1. [Using git](#install-with-git)

bash-funk.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Patrick Spielmann, Vegard IT GmbH
187
# @author Sebastian Thomschke, Vegard IT GmbH

docs/ansi.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The following commands are available when this module is loaded:
1919

2020
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
2121

22+
SPDX-License-Identifier: Apache-2.0
23+
2224
Licensed under the Apache License, Version 2.0 (the "License");
2325
you may not use this file except in compliance with the License.
2426
You may obtain a copy of the License at

docs/aws.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The following commands are available when this module is loaded:
2323

2424
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
2525

26+
SPDX-License-Identifier: Apache-2.0
27+
2628
Licensed under the Apache License, Version 2.0 (the "License");
2729
you may not use this file except in compliance with the License.
2830
You may obtain a copy of the License at

docs/crypto.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The following commands are available when this module is loaded:
1313

1414
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1515

16+
SPDX-License-Identifier: Apache-2.0
17+
1618
Licensed under the Apache License, Version 2.0 (the "License");
1719
you may not use this file except in compliance with the License.
1820
You may obtain a copy of the License at

docs/filesystem.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The following commands are available when this module is loaded:
2828

2929
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
3030

31+
SPDX-License-Identifier: Apache-2.0
32+
3133
Licensed under the Apache License, Version 2.0 (the "License");
3234
you may not use this file except in compliance with the License.
3335
You may obtain a copy of the License at

docs/functions.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The following commands are available when this module is loaded:
1515

1616
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1717

18+
SPDX-License-Identifier: Apache-2.0
19+
1820
Licensed under the Apache License, Version 2.0 (the "License");
1921
you may not use this file except in compliance with the License.
2022
You may obtain a copy of the License at

docs/git.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The following commands are available when this module is loaded:
2121

2222
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
2323

24+
SPDX-License-Identifier: Apache-2.0
25+
2426
Licensed under the Apache License, Version 2.0 (the "License");
2527
you may not use this file except in compliance with the License.
2628
You may obtain a copy of the License at

docs/math.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The following commands are available when this module is loaded:
1414

1515
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1616

17+
SPDX-License-Identifier: Apache-2.0
18+
1719
Licensed under the Apache License, Version 2.0 (the "License");
1820
you may not use this file except in compliance with the License.
1921
You may obtain a copy of the License at

docs/memory.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The following commands are available when this module is loaded:
1515

1616
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1717

18+
SPDX-License-Identifier: Apache-2.0
19+
1820
Licensed under the Apache License, Version 2.0 (the "License");
1921
you may not use this file except in compliance with the License.
2022
You may obtain a copy of the License at

docs/misc.md

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The following commands are available when this module is loaded:
3434

3535
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
3636

37+
SPDX-License-Identifier: Apache-2.0
38+
3739
Licensed under the Apache License, Version 2.0 (the "License");
3840
you may not use this file except in compliance with the License.
3941
You may obtain a copy of the License at

docs/network.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The following commands are available when this module is loaded:
1818

1919
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
2020

21+
SPDX-License-Identifier: Apache-2.0
22+
2123
Licensed under the Apache License, Version 2.0 (the "License");
2224
you may not use this file except in compliance with the License.
2325
You may obtain a copy of the License at

docs/openssl.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The following commands are available when this module is loaded:
1313

1414
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1515

16+
SPDX-License-Identifier: Apache-2.0
17+
1618
Licensed under the Apache License, Version 2.0 (the "License");
1719
you may not use this file except in compliance with the License.
1820
You may obtain a copy of the License at

docs/os.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The following commands are available when this module is loaded:
1313

1414
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1515

16+
SPDX-License-Identifier: Apache-2.0
17+
1618
Licensed under the Apache License, Version 2.0 (the "License");
1719
you may not use this file except in compliance with the License.
1820
You may obtain a copy of the License at

docs/performance.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The following commands are available when this module is loaded:
1616

1717
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1818

19+
SPDX-License-Identifier: Apache-2.0
20+
1921
Licensed under the Apache License, Version 2.0 (the "License");
2022
you may not use this file except in compliance with the License.
2123
You may obtain a copy of the License at

docs/processes.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The following commands are available when this module is loaded:
1616

1717
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1818

19+
SPDX-License-Identifier: Apache-2.0
20+
1921
Licensed under the Apache License, Version 2.0 (the "License");
2022
you may not use this file except in compliance with the License.
2123
You may obtain a copy of the License at

docs/random.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The following commands are available when this module is loaded:
1515

1616
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1717

18+
SPDX-License-Identifier: Apache-2.0
19+
1820
Licensed under the Apache License, Version 2.0 (the "License");
1921
you may not use this file except in compliance with the License.
2022
You may obtain a copy of the License at

docs/ssh.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The following commands are available when this module is loaded:
1616

1717
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
1818

19+
SPDX-License-Identifier: Apache-2.0
20+
1921
Licensed under the Apache License, Version 2.0 (the "License");
2022
you may not use this file except in compliance with the License.
2123
You may obtain a copy of the License at

docs/strings.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The following commands are available when this module is loaded:
2727

2828
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
2929

30+
SPDX-License-Identifier: Apache-2.0
31+
3032
Licensed under the Apache License, Version 2.0 (the "License");
3133
you may not use this file except in compliance with the License.
3234
You may obtain a copy of the License at

docs/test.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The following commands are available when this module is loaded:
2424

2525
Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
2626

27+
SPDX-License-Identifier: Apache-2.0
28+
2729
Licensed under the Apache License, Version 2.0 (the "License");
2830
you may not use this file except in compliance with the License.
2931
You may obtain a copy of the License at

modules/ansi.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

modules/aws.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

modules/bash-prompt.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

modules/crypto.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

modules/filesystem.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

modules/functions.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

modules/git.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

modules/math.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

modules/memory.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

modules/misc.sh

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# Copyright (c) 2015-2017 Vegard IT GmbH, http://vegardit.com
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
4+
# SPDX-License-Identifier: Apache-2.0
165
#
176
# @author Sebastian Thomschke, Vegard IT GmbH
187
# @author Patrick Spielmann, Vegard IT GmbH

0 commit comments

Comments
 (0)