Skip to content

Commit

Permalink
Fixed missing headers causing CI to fail!
Browse files Browse the repository at this point in the history
  • Loading branch information
aldearle committed Jun 29, 2023
1 parent 3aef9d2 commit 01e5f43
Show file tree
Hide file tree
Showing 9 changed files with 145 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
*
* This file is part of the module population-linkage.
*
* population-linkage 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.
*
* population-linkage 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 population-linkage. If not, see
* <http://www.gnu.org/licenses/>.
*/
package uk.ac.standrews.cs.population_linkage.FelligiSunter.BirthDeathIdentity;

import org.neo4j.driver.Result;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
*
* This file is part of the module population-linkage.
*
* population-linkage 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.
*
* population-linkage 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 population-linkage. If not, see
* <http://www.gnu.org/licenses/>.
*/
package uk.ac.standrews.cs.population_linkage.resolver.msed;

import java.math.BigInteger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
*
* This file is part of the module population-linkage.
*
* population-linkage 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.
*
* population-linkage 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 population-linkage. If not, see
* <http://www.gnu.org/licenses/>.
*/
package uk.ac.standrews.cs.population_linkage.resolver.msed;

import org.neo4j.driver.Result;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
*
* This file is part of the module population-linkage.
*
* population-linkage 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.
*
* population-linkage 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 population-linkage. If not, see
* <http://www.gnu.org/licenses/>.
*/
package uk.ac.standrews.cs.population_linkage.resolver.msed;/*
* Copyright 2021 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
*
* This file is part of the module population-linkage.
*
* population-linkage 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.
*
* population-linkage 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 population-linkage. If not, see
* <http://www.gnu.org/licenses/>.
*/
package uk.ac.standrews.cs.population_linkage.resolver.msed;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
*
* This file is part of the module population-linkage.
*
* population-linkage 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.
*
* population-linkage 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 population-linkage. If not, see
* <http://www.gnu.org/licenses/>.
*/
package uk.ac.standrews.cs.population_linkage.resolver.msed;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
*
* This file is part of the module population-linkage.
*
* population-linkage 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.
*
* population-linkage 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 population-linkage. If not, see
* <http://www.gnu.org/licenses/>.
*/
package uk.ac.standrews.cs.population_linkage.resolver.msed;/*
* Copyright 2021 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022 Systems Research Group, University of St Andrews:
* <https://github.com/stacs-srg>
*
* This file is part of the module population-linkage.
*
* population-linkage 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.
*
* population-linkage 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 population-linkage. If not, see
* <http://www.gnu.org/licenses/>.
*/
package uk.ac.standrews.cs.population_linkage.resolver.msed;

import java.util.List;
Expand Down
17 changes: 17 additions & 0 deletions src/main/scripts/R/Histogram.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
#
# Copyright 2022 Systems Research Group, University of St Andrews:
# <https://github.com/stacs-srg>
#
# This file is part of the module population-linkage.
#
# population-linkage 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.
#
# population-linkage 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 population-linkage. If not, see
# <http://www.gnu.org/licenses/>.
#




Expand Down

0 comments on commit 01e5f43

Please sign in to comment.