File tree Expand file tree Collapse file tree 6 files changed +27
-0
lines changed
Expand file tree Collapse file tree 6 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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//
Original file line number Diff line number Diff line change 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//
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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//
Original file line number Diff line number Diff line change 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//
Original file line number Diff line number Diff line change 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//
You can’t perform that action at this time.
0 commit comments