Skip to content

Commit e8e8ec7

Browse files
committed
Update dates for docs
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 8d232ac commit e8e8ec7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/languages/custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ You can find out more about [watchdog configuration options on GitHub](https://g
124124
The function's index.js code should be placed in the `./my-templates/template/bun-express/` folder.
125125

126126
```js
127-
// Copyright (c) Alex Ellis 2021. All rights reserved.
128-
// Copyright (c) OpenFaaS Author(s) 2021. All rights reserved.
127+
// Copyright (c) Alex Ellis 2024. All rights reserved.
128+
// Copyright (c) OpenFaaS Author(s) 2024. All rights reserved.
129129
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
130130
131131
"use strict"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ theme:
5858
logo: images/logo.svg
5959

6060
# Copyright
61-
copyright: "Copyright &copy; 2021 OpenFaaS Author(s)"
61+
copyright: "Copyright &copy; 2024 OpenFaaS Author(s)"
6262

6363
# Options
6464
extra:

0 commit comments

Comments
 (0)