From 6f39b37248bd6439fd1c9c7704e71f01bd359dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20W=C3=A4llstedt=20=28foreseeti=29?= <48990854+maxwalls@users.noreply.github.com> Date: Mon, 14 Feb 2022 08:55:01 +0100 Subject: [PATCH] It's 2022 (#14) --- NOTICE | 2 +- README.md | 2 +- pom.xml | 12 ++++++------ src/main/mal/exampleLang.mal | 2 +- .../mal_lang/examplelang/test/ExampleLangTest.java | 2 +- .../mal_lang/examplelang/test/TestExampleLang.java | 2 +- .../mal_lang/examplelang/test/TestGuessPassword.java | 2 +- .../org/mal_lang/examplelang/test/TestPhishing.java | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/NOTICE b/NOTICE index 6ca93fa..589c0f3 100644 --- a/NOTICE +++ b/NOTICE @@ -3,7 +3,7 @@ ================================================================================ exampleLang -Copyright © 2020-2021 Foreseeti AB +Copyright © 2020-2022 Foreseeti AB Licensed under the Apache License, Version 2.0 . diff --git a/README.md b/README.md index 29342c9..76cf2b9 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ do the following: ## License -Copyright © 2020-2021 [Foreseeti AB](https://foreseeti.com) +Copyright © 2020-2022 [Foreseeti AB](https://foreseeti.com) All files distributed in the exampleLang project are licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0), except for the following files: diff --git a/pom.xml b/pom.xml index bb5487f..3ce9407 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@