File tree Expand file tree Collapse file tree 2 files changed +42
-7
lines changed
src/main/java/org/bibalex/warcrefs Expand file tree Collapse file tree 2 files changed +42
-7
lines changed Original file line number Diff line number Diff line change 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
+ */
4
17
5
18
package org .bibalex .warcrefs ;
6
19
23
36
import org .jwat .warc .WarcWriterUncompressed ;
24
37
import org .jwat .warc .WarcWriterFactory ;
25
38
39
+
40
+ /**
41
+ * @author Mohamed Elsayed
42
+ */
43
+
26
44
public class Deduplicator
27
45
{
28
46
private List <String > warcFiles = new ArrayList ();
Original file line number Diff line number Diff line change 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
+ */
5
17
6
18
package org .bibalex .warcrefs ;
7
19
8
20
import java .io .IOException ;
9
21
22
+ /**
23
+ *
24
+ * @author Mohamed Elsayed
25
+ */
26
+
10
27
public class Warcrefs
11
28
{
12
29
public static void main ( String [] args ) throws IOException
You can’t perform that action at this time.
0 commit comments