Skip to content

Commit a57881b

Browse files
committed
Include 2023/24 in copyright notices
1 parent 9b5fe6d commit a57881b

38 files changed

+38
-38
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors
1+
Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@ please visit our [HALL_OF_FAME.md](HALL_OF_FAME.md).
174174
This program is free software: you can redistribute it and/or modify it
175175
under the terms of the [MIT license](LICENSE). OWASP Juice Shop CTF
176176
Extension and any contributions are Copyright © by Bjoern Kimminich &
177-
the OWASP Juice Shop contributors 2016-2022.
177+
the OWASP Juice Shop contributors 2016-2024.
178178

179179
![Juice Shop CTF Logo](https://raw.githubusercontent.com/juice-shop/juice-shop-ctf/develop/images/JuiceShopCTF_Logo_400px.png)

bin/juice-shop-ctf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
/*
4-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
4+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
55
* SPDX-License-Identifier: MIT
66
*/
77

hooks/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
4+
# Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
55
# SPDX-License-Identifier: MIT
66
#
77

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/calculateHintCost.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/calculateScore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/fetchChallenges.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/fetchCodeSnippets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/fetchCountryMapping.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/fetchSecretKey.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/generators/ctfd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/generators/fbctf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/generators/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/generators/rtb.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/hmac.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/readConfigStream.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/writeToCtfdCsv.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/writeToFbctfJson.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

lib/writeToRtbXml.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/e2e/juiceShopCtfCli-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/calculateHintCost-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/calculateScore-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/fetchChallenges-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/fetchCodeSnippets-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/fetchCountryMapping-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/fetchSecretKey-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/generateCtfdData-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/generateFbctfData-spec..js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/generateRtbData-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/hmac-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/readConfigStream-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/url-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/writeToCtfdCsv-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/writeToFbctfJson-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

test/unit/writeToRtbXml-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2022 Bjoern Kimminich & the OWASP Juice Shop contributors.
2+
* Copyright (c) 2016-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
33
* SPDX-License-Identifier: MIT
44
*/
55

0 commit comments

Comments
 (0)