diff --git a/src/io/github/vale512/warcExtractor/WarcExtractor.java b/src/io/github/vale512/warcExtractor/WarcExtractor.java
index def9e62..4fe1e8b 100644
--- a/src/io/github/vale512/warcExtractor/WarcExtractor.java
+++ b/src/io/github/vale512/warcExtractor/WarcExtractor.java
@@ -3,7 +3,7 @@
*
* This file is part of WarcExtractor.
*
- * WarcExtractor is free software: you can redistribute it and/or modify
+ * WarcExtractor 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.
diff --git a/src/io/github/vale512/warcExtractor/exceptions/DirectoryAlreadyExistsException.java b/src/io/github/vale512/warcExtractor/exceptions/DirectoryAlreadyExistsException.java
index 0c4e041..66b90bd 100644
--- a/src/io/github/vale512/warcExtractor/exceptions/DirectoryAlreadyExistsException.java
+++ b/src/io/github/vale512/warcExtractor/exceptions/DirectoryAlreadyExistsException.java
@@ -1,3 +1,23 @@
+/**
+ * Copyright 2017 Valerio Cetorelli (valerio_cetorelli@yahoo.it)
+ *
+ * This file is part of WarcExtractor.
+ *
+ * WarcExtractor 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.
+ *
+ * WarcExtractor 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 WarcExtractor. If not, see
+ *
+ * @author Valerio Cetorelli (valerio_cetorelli@yahoo.it)
+ */
package io.github.vale512.warcExtractor.exceptions;
import java.nio.file.FileAlreadyExistsException;
diff --git a/src/io/github/vale512/warcExtractor/exceptions/FileFormatException.java b/src/io/github/vale512/warcExtractor/exceptions/FileFormatException.java
index acab726..832bfad 100644
--- a/src/io/github/vale512/warcExtractor/exceptions/FileFormatException.java
+++ b/src/io/github/vale512/warcExtractor/exceptions/FileFormatException.java
@@ -1,3 +1,23 @@
+/**
+ * Copyright 2017 Valerio Cetorelli (valerio_cetorelli@yahoo.it)
+ *
+ * This file is part of WarcExtractor.
+ *
+ * WarcExtractor 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.
+ *
+ * WarcExtractor 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 WarcExtractor. If not, see
+ *
+ * @author Valerio Cetorelli (valerio_cetorelli@yahoo.it)
+ */
package io.github.vale512.warcExtractor.exceptions;
import java.io.IOException;
diff --git a/src/io/github/vale512/warcExtractor/util/CommandLineParser.java b/src/io/github/vale512/warcExtractor/util/CommandLineParser.java
index ce31118..0965ffc 100644
--- a/src/io/github/vale512/warcExtractor/util/CommandLineParser.java
+++ b/src/io/github/vale512/warcExtractor/util/CommandLineParser.java
@@ -3,7 +3,7 @@
*
* This file is part of WarcExtractor.
*
- * WarcExtractor is free software: you can redistribute it and/or modify
+ * WarcExtractor 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.