Skip to content

Commit bc48e46

Browse files
committed
update headers' copyright notice
1 parent 9cc9239 commit bc48e46

File tree

6 files changed

+27
-0
lines changed

6 files changed

+27
-0
lines changed

inst/include/Rcpp/String.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// String.h: Rcpp R/C++ interface class library -- single string
44
//
55
// Copyright (C) 2012 - 2018 Dirk Eddelbuettel and Romain Francois
6+
// Copyright (C) 2021 Iñaki Ucar
67
//
78
// This file is part of Rcpp.
89
//

inst/include/Rcpp/routines.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// Copyright (C) 2013 Romain Francois
44
// Copyright (C) 2015 Dirk Eddelbuettel
5+
// Copyright (C) 2021 Iñaki Ucar
56
//
67
// This file is part of Rcpp.
78
//

inst/include/Rcpp/storage/PreserveStorage.h

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
2+
//
3+
// String.h: Rcpp R/C++ interface class library -- single string
4+
//
5+
// Copyright (C) 2013 Romain Francois
6+
// Copyright (C) 2021 Iñaki Ucar
7+
//
8+
// This file is part of Rcpp.
9+
//
10+
// Rcpp 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+
// Rcpp 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 Rcpp. If not, see <http://www.gnu.org/licenses/>.
22+
123
#ifndef Rcpp_PreserveStorage_h
224
#define Rcpp_PreserveStorage_h
325

inst/include/Rcpp/traits/named_object.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// named_object.h: Rcpp R/C++ interface class library -- named SEXP
55
//
66
// Copyright (C) 2010 - 2017 Dirk Eddelbuettel and Romain Francois
7+
// Copyright (C) 2021 Iñaki Ucar
78
//
89
// This file is part of Rcpp.
910
//

inst/include/RcppCommon.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//
55
// Copyright (C) 2008 - 2009 Dirk Eddelbuettel
66
// Copyright (C) 2009 - 2017 Dirk Eddelbuettel and Romain Francois
7+
// Copyright (C) 2021 Iñaki Ucar
78
//
89
// This file is part of Rcpp.
910
//

src/barrier.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// barrier.cpp: Rcpp R/C++ interface class library -- write barrier
22
//
33
// Copyright (C) 2010 - 2020 Dirk Eddelbuettel and Romain Francois
4+
// Copyright (C) 2021 Iñaki Ucar
45
//
56
// This file is part of Rcpp.
67
//

0 commit comments

Comments
 (0)