Skip to content

Commit abbc9ff

Browse files
authored
Add copyright notice to source files (#1424)
1 parent 5cb7b78 commit abbc9ff

File tree

132 files changed

+269
-5
lines changed

Some content is hidden

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

132 files changed

+269
-5
lines changed

core/src/commons/Data.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify

core/src/commons/utility.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify

core/src/commons/utility.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify

core/src/forest/Forest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify

core/src/forest/Forest.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify

core/src/forest/ForestOptions.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify
@@ -14,7 +16,7 @@
1416
You should have received a copy of the GNU General Public License
1517
along with grf. If not, see <http://www.gnu.org/licenses/>.
1618
#-------------------------------------------------------------------------------*/
17-
19+
1820
#include <thread>
1921
#include <stdexcept>
2022

core/src/forest/ForestOptions.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify

core/src/forest/ForestPredictor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify

core/src/forest/ForestPredictor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify

core/src/forest/ForestPredictors.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-------------------------------------------------------------------------------
2+
Copyright (c) 2024 GRF Contributors.
3+
24
This file is part of generalized random forest (grf).
35
46
grf is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)