Skip to content

Commit 022ab8b

Browse files
authored
Add copyright notice to remaining source files (#1426)
1 parent 65cff7f commit 022ab8b

17 files changed

+51
-17
lines changed

core/src/analysis/SplitFrequencyComputer.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/src/analysis/SplitFrequencyComputer.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/src/commons/Data.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/src/prediction/collector/SampleWeightComputer.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/src/prediction/collector/SampleWeightComputer.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/src/prediction/collector/TreeTraverser.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/src/prediction/collector/TreeTraverser.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/src/splitting/CausalSurvivalSplittingRule.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/src/splitting/InstrumentalSplittingRule.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/test/analysis/SplitFrequencyUnitTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/test/forest/ForestSmokeTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/test/splitting/MultiCausalSplittingRuleTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/test/splitting/MultiRegressionSplittingRuleTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/test/splitting/SplittingRuleInvarianceTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/test/splitting/SurvivalSplittingRuleTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

core/test/tree/TreePruningUnitTest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

r-package/grf/bindings/AnalysisToolsBindings.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*-------------------------------------------------------------------------------
2-
This file is part of generalized-random-forest.
2+
Copyright (c) 2024 GRF Contributors.
3+
4+
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
57
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)