Skip to content

Commit 7f2c4c6

Browse files
Merge pull request #23 from arcalex/issue9_copyright
Fix #9
2 parents 7123cf0 + 02714f4 commit 7f2c4c6

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
lines changed

src/main/java/org/bibalex/warcrefs/Deduplicator.java

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
/**
2-
* @author Mohamed Elsayed
3-
*/
1+
/*
2+
* Copyright (C) 2015 Bibliotheca Alexandrina
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or (at
7+
* your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful, but
10+
* WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
* General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
*/
417

518
package org.bibalex.warcrefs;
619

@@ -23,6 +36,11 @@
2336
import org.jwat.warc.WarcWriterUncompressed;
2437
import org.jwat.warc.WarcWriterFactory;
2538

39+
40+
/**
41+
* @author Mohamed Elsayed
42+
*/
43+
2644
public class Deduplicator
2745
{
2846
private List<String> warcFiles = new ArrayList();

src/main/java/org/bibalex/warcrefs/Warcrefs.java

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,29 @@
1-
/**
2-
*
3-
* @author Mohamed Elsayed
4-
*/
1+
/*
2+
* Copyright (C) 2015 Bibliotheca Alexandrina
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or (at
7+
* your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful, but
10+
* WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
* General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
*/
517

618
package org.bibalex.warcrefs;
719

820
import java.io.IOException;
921

22+
/**
23+
*
24+
* @author Mohamed Elsayed
25+
*/
26+
1027
public class Warcrefs
1128
{
1229
public static void main( String[] args ) throws IOException

0 commit comments

Comments
 (0)