mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-22 16:31:02 +00:00
Update copyright dates
This commit is contained in:
parent
62984fce9b
commit
3d6e226f55
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user