Skip to content

Commit 00cb2f6

Browse files
committed
OSS: Update acknowledgements
1 parent 25240c9 commit 00cb2f6

File tree

2 files changed

+30
-42
lines changed

2 files changed

+30
-42
lines changed

oss-acknowledgement.md

Lines changed: 29 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
11
# 3rd-Party Software for nginx-hugo-theme
22

3-
The following 3rd-party software packages may be used by or distributed with **NGINX Hugo Theme**.
3+
The following 3rd-party software packages may be used by or distributed with **NGINX Hugo Theme**.
44
Any information relevant to third-party vendors listed below are collected using common, reasonable means.
55

66
## Dependencies
77

8-
### jeblister/kube
9-
10-
The MIT License (MIT)
11-
12-
Copyright (c) 2017 mohamed jebli
13-
14-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
15-
16-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
17-
18-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19-
208
### rebilly/redoc
219

2210
The MIT License (MIT)
2311

24-
Copyright (c) 2015-present, Rebilly, Inc.
12+
Copyright (c) 2015-present, Rebilly, Inc.
2513

2614
Permission is hereby granted, free of charge, to any person obtaining a copy
2715
of this software and associated documentation files (the "Software"), to deal
@@ -41,11 +29,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4129
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4230
SOFTWARE.
4331

44-
### twbs/bootstrap
32+
33+
### Lucide
34+
35+
ISC License
36+
37+
Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
38+
39+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
40+
41+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
42+
43+
The MIT License (MIT) (for portions derived from Feather)
44+
45+
Copyright (c) 2013-2023 Cole Bemis
46+
47+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
48+
49+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
50+
51+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52+
53+
### Mermaid
4554

4655
The MIT License (MIT)
4756

48-
Copyright (c) 2011-2023 The Bootstrap Authors
57+
Copyright (c) 2014 - 2022 Knut Sveidqvist
4958

5059
Permission is hereby granted, free of charge, to any person obtaining a copy
5160
of this software and associated documentation files (the "Software"), to deal
@@ -54,26 +63,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5463
copies of the Software, and to permit persons to whom the Software is
5564
furnished to do so, subject to the following conditions:
5665

57-
The above copyright notice and this permission notice shall be included in
58-
all copies or substantial portions of the Software.
66+
The above copyright notice and this permission notice shall be included in all
67+
copies or substantial portions of the Software.
5968

6069
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6170
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6271
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6372
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6473
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
65-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
66-
THE SOFTWARE.
67-
68-
### FontAwesome Free
69-
70-
https://fontawesome.com/license/free
71-
72-
Icons - CC BY 4.0 License
73-
In the Font Awesome Free download, the [CC BY 4.0 license](https://creativecommons.org/licenses/by/4.0/) applies to all icons packaged as .svg and .js files types.
74-
75-
Fonts - SIL OFL 1.1 License
76-
In the Font Awesome Free download, the [SIL OFL license](https://scripts.sil.org/OFL) applies to all icons packaged as web and desktop font files.
77-
78-
Code - MIT License
79-
In the Font Awesome Free download, the [MIT license](https://opensource.org/licenses/MIT) applies to all non-font and non-icon files.
74+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75+
SOFTWARE.

theme.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@ licenselink = "https://github.com/nginxinc/nginx-hugo-theme/blob/main/LICENSE"
77
description = "Hugo theme for F5 NGINX documentation"
88
homepage = "https://docs.nginx.com/"
99

10-
min_version = "0.134.0"
10+
min_version = "0.147.8"
1111

1212
[author]
1313
name = "F5, Inc."
1414
homepage = "https://www.f5.com"
15-
16-
# This theme was originally based on the Kube theme
17-
# Copyright (c) 2017 mohamed jebli
18-
[original]
19-
name = "kube"
20-
homepage = "https://kube.elemnts.net/"
21-
repo = "https://github.com/jeblister/kube"
22-

0 commit comments

Comments
 (0)