From bb61c9827eee6f5556b972e2846d392de1adc439 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 19 Jun 2023 13:14:48 +0200 Subject: Update copyright --- src/main/java/it/alessandroiezzi/csv/CSVParser.java | 2 +- src/test/java/it/alessandroiezzi/csv/AppTest.java | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/main/java/it/alessandroiezzi/csv/CSVParser.java b/src/main/java/it/alessandroiezzi/csv/CSVParser.java index 45fd050..6ede144 100644 --- a/src/main/java/it/alessandroiezzi/csv/CSVParser.java +++ b/src/main/java/it/alessandroiezzi/csv/CSVParser.java @@ -14,7 +14,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with csv-utils. If not, see . + * along with csv-utils. If not, see . */ package it.alessandroiezzi.csv; diff --git a/src/test/java/it/alessandroiezzi/csv/AppTest.java b/src/test/java/it/alessandroiezzi/csv/AppTest.java index a18763e..337f5c8 100644 --- a/src/test/java/it/alessandroiezzi/csv/AppTest.java +++ b/src/test/java/it/alessandroiezzi/csv/AppTest.java @@ -1,3 +1,22 @@ +/* + * Simple and faster CSV parser/writer library. + * + * Copyright (C) 2022-2023 Alessandro Iezzi + * + * csv-utils 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. + * + * csv-utils 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with csv-utils. If not, see . + */ + package it.alessandroiezzi.csv; import static org.junit.Assert.assertTrue; -- cgit v1.2.3