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 --- src/main/java/it/alessandroiezzi/csv/CSVBuilder.java | 19 ++++++++++++++++++- src/main/java/it/alessandroiezzi/csv/CSVParser.java | 19 ++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/java/it/alessandroiezzi/csv/CSVBuilder.java b/src/main/java/it/alessandroiezzi/csv/CSVBuilder.java index c81fcb8..5111363 100644 --- a/src/main/java/it/alessandroiezzi/csv/CSVBuilder.java +++ b/src/main/java/it/alessandroiezzi/csv/CSVBuilder.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; diff --git a/src/main/java/it/alessandroiezzi/csv/CSVParser.java b/src/main/java/it/alessandroiezzi/csv/CSVParser.java index eeb0ad9..f89b38b 100644 --- a/src/main/java/it/alessandroiezzi/csv/CSVParser.java +++ b/src/main/java/it/alessandroiezzi/csv/CSVParser.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