From 8665986d4e7bb02d5f142199c1c5a711fca875b3 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 12 Feb 2024 15:50:35 -0600 Subject: [PATCH] Copyright date --- src/dashboard.rs | 2 +- src/main.rs | 2 +- src/query.rs | 2 +- src/routes.rs | 2 +- static/lib.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/dashboard.rs b/src/dashboard.rs index d7d727b..71ad3e2 100644 --- a/src/dashboard.rs +++ b/src/dashboard.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Jeremy Wall +// Copyright 2023 Jeremy Wall // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/main.rs b/src/main.rs index 35efdb6..eab586b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Jeremy Wall +// Copyright 2023 Jeremy Wall // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/query.rs b/src/query.rs index 564de97..abc5479 100644 --- a/src/query.rs +++ b/src/query.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Jeremy Wall +// Copyright 2023 Jeremy Wall // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/routes.rs b/src/routes.rs index 10e0928..ea73342 100644 --- a/src/routes.rs +++ b/src/routes.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Jeremy Wall +// Copyright 2023 Jeremy Wall // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/static/lib.js b/static/lib.js index 1cc6ba1..00d90de 100644 --- a/static/lib.js +++ b/static/lib.js @@ -1,4 +1,4 @@ -// Copyright 2021 Jeremy Wall +// Copyright 2023 Jeremy Wall // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.