Skip to content

Commit

Permalink
Add copyright notice to remaining source files (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcs committed Jun 30, 2024
1 parent 65cff7f commit 022ab8b
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 17 deletions.
4 changes: 3 additions & 1 deletion core/src/analysis/SplitFrequencyComputer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/src/analysis/SplitFrequencyComputer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/src/commons/Data.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/src/prediction/collector/SampleWeightComputer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/src/prediction/collector/SampleWeightComputer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/src/prediction/collector/TreeTraverser.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/src/prediction/collector/TreeTraverser.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/src/splitting/CausalSurvivalSplittingRule.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/src/splitting/InstrumentalSplittingRule.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/test/analysis/SplitFrequencyUnitTest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/test/forest/ForestSmokeTest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/test/splitting/MultiCausalSplittingRuleTest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/test/splitting/MultiRegressionSplittingRuleTest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/test/splitting/SplittingRuleInvarianceTest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/test/splitting/SurvivalSplittingRuleTest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion core/test/tree/TreePruningUnitTest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 3 additions & 1 deletion r-package/grf/bindings/AnalysisToolsBindings.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*-------------------------------------------------------------------------------
This file is part of generalized-random-forest.
Copyright (c) 2024 GRF Contributors.
This file is part of generalized random forest (grf).
grf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 022ab8b

Please sign in to comment.