summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/java/it/alessandroiezzi/csv/AppTest.java19
1 files changed, 19 insertions, 0 deletions
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 <aiezzi AT alessandroiezzi PERIOD it>
+ *
+ * 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 <https://www.gnu.org/licenses/>.
+ */
+
package it.alessandroiezzi.csv;
import static org.junit.Assert.assertTrue;