diff --git a/include/LICENSE b/include/LICENSE index 00d58c34..58e96461 100644 --- a/include/LICENSE +++ b/include/LICENSE @@ -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. diff --git a/src/main/scala/millfork/package.scala b/src/main/scala/millfork/package.scala index 0166af75..a9a378ef 100644 --- a/src/main/scala/millfork/package.scala +++ b/src/main/scala/millfork/package.scala @@ -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" } \ No newline at end of file