Skip to content

Commit eeb5697

Browse files
committed
Add full copyright header
1 parent 1ee8cd2 commit eeb5697

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-09-05 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/include/armadillo: Add full copyright header
4+
15
2025-09-02 Dirk Eddelbuettel <[email protected]>
26

37
* inst/include/armadillo: Moved back up from legacy/ to restore path

inst/include/armadillo

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11

2+
// Emacs, please make this -*- mode: C++; -*-
3+
4+
// RcppArmadillo: Rcpp/Armadillo glue
5+
//
6+
// Copyright (C) 2025-current Dirk Eddelbuettel
7+
//
8+
// This file is part of RcppArmadillo.
9+
//
10+
// RcppArmadillo is free software: you can redistribute it and/or modify it
11+
// under the terms of the GNU General Public License as published by
12+
// the Free Software Foundation, either version 2 of the License, or
13+
// (at your option) any later version.
14+
//
15+
// RcppArmadillo is distributed in the hope that it will be useful, but
16+
// WITHOUT ANY WARRANTY; without even the implied warranty of
17+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
// GNU General Public License for more details.
19+
//
20+
// You should have received a copy of the GNU General Public License
21+
// along with RcppArmadillo. If not, see <http://www.gnu.org/licenses/>.
22+
23+
224
// Replacement header providing the original path so that '#include <armadillo>' works
325
// with the R package -- but it is recommended to include only the RcppArmadillo header
26+
//
27+
// Once the Armadillo 15.0.* / 14.6.3 transition is done this file will fall back to
28+
// the default Armadillo header
429

530

631
#ifndef RcppArmadillo__armadillo__h

0 commit comments

Comments
 (0)