From 07d88233f893b229f107c761ca5599a6c775dd68 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Fri, 12 Jan 2024 21:29:28 +0100 Subject: [PATCH] It's 2024 Closes #2114. --- COPYRIGHT | 2 +- README.md | 2 +- assets/javascripts/lib/license.js | 2 +- assets/javascripts/templates/pages/about_tmpl.js | 2 +- assets/stylesheets/application.css.scss.erb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 9a294f24..9c520b87 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright 2013-2023 Thibaut Courouble and other contributors +Copyright 2013-2024 Thibaut Courouble and other contributors This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/README.md b/README.md index 61998a65..8dec3856 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Made something cool? Feel free to open a PR to add a new row to this table! You ## Copyright / License -Copyright 2013–2023 Thibaut Courouble and [other contributors](https://github.com/freeCodeCamp/devdocs/graphs/contributors) +Copyright 2013–2024 Thibaut Courouble and [other contributors](https://github.com/freeCodeCamp/devdocs/graphs/contributors) This software is licensed under the terms of the Mozilla Public License v2.0. See the [COPYRIGHT](./COPYRIGHT) and [LICENSE](./LICENSE) files. diff --git a/assets/javascripts/lib/license.js b/assets/javascripts/lib/license.js index 883885a3..5c0d5fa4 100644 --- a/assets/javascripts/lib/license.js +++ b/assets/javascripts/lib/license.js @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 Thibaut Courouble and other contributors + * Copyright 2013-2024 Thibaut Courouble and other contributors * * This source code is licensed under the terms of the Mozilla * Public License, v. 2.0, a copy of which may be obtained at: diff --git a/assets/javascripts/templates/pages/about_tmpl.js b/assets/javascripts/templates/pages/about_tmpl.js index 3d97d8f0..683bb546 100644 --- a/assets/javascripts/templates/pages/about_tmpl.js +++ b/assets/javascripts/templates/pages/about_tmpl.js @@ -32,7 +32,7 @@ app.templates.aboutPage = function () {

- Copyright 2013–2023 Thibaut Courouble and other contributors
+ Copyright 2013–2024 Thibaut Courouble and other contributors
This software is licensed under the terms of the Mozilla Public License v2.0.
You may obtain a copy of the source code at github.com/freeCodeCamp/devdocs.
For more information, see the COPYRIGHT diff --git a/assets/stylesheets/application.css.scss.erb b/assets/stylesheets/application.css.scss.erb index 987e8366..11adbdaa 100644 --- a/assets/stylesheets/application.css.scss.erb +++ b/assets/stylesheets/application.css.scss.erb @@ -3,7 +3,7 @@ //= depend_on sprites/docs.json /*! - * Copyright 2013-2023 Thibaut Courouble and other contributors + * Copyright 2013-2024 Thibaut Courouble and other contributors * * This source code is licensed under the terms of the Mozilla * Public License, v. 2.0, a copy of which may be obtained at: