This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit ad4a3c7929510c3fddd88476d17bcff7bc9b17c5 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 7 15:49:14 2020 +0100 Missing headers --- src/main/java/org/nuiton/util/WorkdayUtil.java | 22 ++++++++++++++++++++++ src/test/java/org/nuiton/util/WorkdayUtilTest.java | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/src/main/java/org/nuiton/util/WorkdayUtil.java b/src/main/java/org/nuiton/util/WorkdayUtil.java index 271590e..91bd02e 100644 --- a/src/main/java/org/nuiton/util/WorkdayUtil.java +++ b/src/main/java/org/nuiton/util/WorkdayUtil.java @@ -1,5 +1,27 @@ package org.nuiton.util; +/*- + * #%L + * Nuiton Utils + * %% + * Copyright (C) 2004 - 2020 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import java.time.DayOfWeek; import java.time.LocalDate; import java.time.Year; diff --git a/src/test/java/org/nuiton/util/WorkdayUtilTest.java b/src/test/java/org/nuiton/util/WorkdayUtilTest.java index 139cb61..59c1a13 100644 --- a/src/test/java/org/nuiton/util/WorkdayUtilTest.java +++ b/src/test/java/org/nuiton/util/WorkdayUtilTest.java @@ -1,5 +1,27 @@ package org.nuiton.util; +/*- + * #%L + * Nuiton Utils + * %% + * Copyright (C) 2004 - 2020 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.junit.Assert; import org.junit.Test; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.