From fa2fe5014611e3c8fdea8b1f012a4e41a12c2ca4 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 13 Jun 2023 18:10:52 +0200 Subject: Update copyright --- LICENSE | 2 +- src/main/java/it/alessandroiezzi/csv/CSVUtils.java | 18 +----------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/LICENSE b/LICENSE index 5cb3c50..b7877c0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 2-Clause License -Copyright (c) 2023, Alessandro Iezzi +Copyright (c) 2022,2023 Alessandro Iezzi Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/main/java/it/alessandroiezzi/csv/CSVUtils.java b/src/main/java/it/alessandroiezzi/csv/CSVUtils.java index a3a469a..cf0d585 100644 --- a/src/main/java/it/alessandroiezzi/csv/CSVUtils.java +++ b/src/main/java/it/alessandroiezzi/csv/CSVUtils.java @@ -1,20 +1,4 @@ -/* - * A simple CSV utility - * Copyright (C) 2022 Alessandro Iezzi - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU 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 Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ +/* See LICENSE file for copyright and license details. */ package it.alessandroiezzi.csv; -- cgit v1.2.3