From ea052d995dbc68cb2fefc037b82307833ac67f0c Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 15 Jun 2023 18:37:27 +0200 Subject: Come back to the LGPLv3 license --- .../java/it/alessandroiezzi/csv/CSVParserTest.java | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/java/it/alessandroiezzi/csv/CSVParserTest.java b/src/test/java/it/alessandroiezzi/csv/CSVParserTest.java index 241a8bd..c952ff2 100644 --- a/src/test/java/it/alessandroiezzi/csv/CSVParserTest.java +++ b/src/test/java/it/alessandroiezzi/csv/CSVParserTest.java @@ -1,4 +1,21 @@ -/* See LICENSE file for copyright and license details. */ +/* + * 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; -- cgit v1.2.3