Skip to content

Commit

Permalink
It's 2022 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwalls authored Feb 14, 2022
1 parent 475a1b6 commit 6f39b37
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
================================================================================

exampleLang
Copyright © 2020-2021 Foreseeti AB <https://foreseeti.com>
Copyright © 2020-2022 Foreseeti AB <https://foreseeti.com>

Licensed under the Apache License, Version 2.0
<https://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -74,7 +74,7 @@ limitations under the License.
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<malcompiler.version>0.1.0-SNAPSHOT</malcompiler.version>
<kernelcad.version>1.6.2</kernelcad.version>
<kernelcad.version>1.6.4</kernelcad.version>
<corelib.version>${kernelcad.version}</corelib.version>
<simulator.version>${kernelcad.version}</simulator.version>
<mal.file>exampleLang.mal</mal.file>
Expand All @@ -86,7 +86,7 @@ limitations under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.2</version>
<version>5.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -170,7 +170,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<configuration>
<compilerArgs>
<arg>-Xlint:all,-cast,-path,-processing</arg>
Expand All @@ -188,7 +188,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<configuration>
<skipIfEmpty>true</skipIfEmpty>
<archive>
Expand All @@ -212,7 +212,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M2</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/main/mal/exampleLang.mal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020-2021 Foreseeti AB <https://foreseeti.com>
* Copyright 2020-2022 Foreseeti AB <https://foreseeti.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 6f39b37

Please sign in to comment.