summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-06-13 18:10:52 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-06-13 18:10:52 +0200
commitfa2fe5014611e3c8fdea8b1f012a4e41a12c2ca4 (patch)
tree2cbb7d60889ab196ae0b4d042e7019417ac97da1
parentd3242f32e10fc911eec6abd3105aebde9ac62efa (diff)
downloadcsv-utils-fa2fe5014611e3c8fdea8b1f012a4e41a12c2ca4.tar.gz
csv-utils-fa2fe5014611e3c8fdea8b1f012a4e41a12c2ca4.zip
Update copyright
-rw-r--r--LICENSE2
-rw-r--r--src/main/java/it/alessandroiezzi/csv/CSVUtils.java18
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 <aiezzi AT alessandroiezzi DOT it>
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 <aiezzi AT alessandroiezzi DOT it>
- *
- * 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 <https://www.gnu.org/licenses/>.
- */
+/* See LICENSE file for copyright and license details. */
package it.alessandroiezzi.csv;