Skip to content

Commit

Permalink
1st tested and working version
Browse files Browse the repository at this point in the history
  • Loading branch information
VAle512 committed Sep 15, 2017
1 parent cec1d1f commit b0a3133
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/io/github/vale512/warcExtractor/WarcExtractor.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Copyright 2017 Valerio Cetorelli ([email protected])
*
* 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 <http://www.gnu.org/licenses/>
*
* @author Valerio Cetorelli ([email protected])
*/
package io.github.vale512.warcExtractor.exceptions;

import java.nio.file.FileAlreadyExistsException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/**
* Copyright 2017 Valerio Cetorelli ([email protected])
*
* 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 <http://www.gnu.org/licenses/>
*
* @author Valerio Cetorelli ([email protected])
*/
package io.github.vale512.warcExtractor.exceptions;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b0a3133

Please sign in to comment.