Skip to content

Commit df0e3ff

Browse files
author
Piotr Wendykier
committed
Changed license to Affero GPL v3.
1 parent d0dea0b commit df0e3ff

File tree

307 files changed

+5618
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+5618
-246
lines changed

LICENSE

+661
Large diffs are not rendered by default.

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/AdvancedSimilarityMeasurer.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/CitationMatchingProtos.java

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

5-
// Generated by the protocol buffer compiler. DO NOT EDIT!
6-
// source: citation_matching.proto
7-
819
package pl.edu.icm.coansys.citations.data;
920

1021
public final class CitationMatchingProtos {

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/MatchableEntity.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/MatchingResult.java

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data;

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/SimilarityMeasurer.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/WireFormats.scala

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
17+
*/
18+
119
package pl.edu.icm.coansys.citations.data
220

321
import pl.edu.icm.coansys.citations.util.BytesConverter

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/AuthorMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/AuthorTokenMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/AuthorTrigramMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/PagesMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/PagesRawTextMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/SourceMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/SourceRawTextMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/TitleMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/TitleTokenMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/YearMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/data/feature_calculators/YearRawTextMatchFactor.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.data.feature_calculators

citations/core/src/main/scala/pl/edu/icm/coansys/citations/indices/ApproximateIndex.scala

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
/*
2-
* (C) 2010-2012 ICM UW. All rights reserved.
2+
* This file is part of CoAnSys project.
3+
* Copyright (c) 20012-2013 ICM-UW
4+
*
5+
* CoAnSys is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU Affero General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
10+
* CoAnSys is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU Affero General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Affero General Public License
16+
* along with CoAnSys. If not, see <http://www.gnu.org/licenses/>.
317
*/
418

519
package pl.edu.icm.coansys.citations.indices

0 commit comments

Comments
 (0)