1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Update copyright dates

This commit is contained in:
Karol Stasiak
2019-05-11 01:15:51 +02:00
parent 62984fce9b
commit 3d6e226f55
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2018 Karol Stasiak
Copyright (c) 2018-2019 Karol Stasiak
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
+2 -2
View File
@@ -1,6 +1,6 @@
/**
* Millfork
* Copyright (C) 2018
* Copyright (C) 2018-2019
* @author Karol Stasiak
*
* This program is free software: you can redistribute it and/or modify
@@ -17,5 +17,5 @@
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
package object millfork {
val copyrightYears = "2018"
val copyrightYears = "2018-2019"
}