From 8f9bd4a252cb3c8b28378879ed1da0dc7c0ad349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= Date: Fri, 4 Sep 2026 17:18:38 +0200 Subject: [PATCH] update copyright --- ChangeLog | 20 +++++++++++++++++++ inst/include/Rcpp/Module.h | 2 +- inst/include/Rcpp/StretchyList.h | 3 ++- inst/include/Rcpp/algo.h | 3 ++- inst/include/Rcpp/config.h | 2 +- .../Rcpp/date_datetime/newDateVector.h | 1 + .../Rcpp/date_datetime/newDatetimeVector.h | 3 ++- inst/include/Rcpp/internal/wrap.h | 3 ++- inst/include/Rcpp/macros/unroll.h | 3 ++- inst/include/Rcpp/module/Module_Field.h | 3 ++- inst/include/Rcpp/sugar/functions/cbind.h | 3 ++- inst/include/Rcpp/sugar/functions/is_na.h | 3 ++- inst/include/Rcpp/sugar/matrix/col.h | 3 ++- inst/include/Rcpp/sugar/matrix/row.h | 3 ++- inst/include/Rcpp/vector/RangeIndexer.h | 3 ++- inst/include/Rcpp/vector/Subsetter.h | 3 ++- inst/include/Rcpp/vector/Vector.h | 2 +- inst/tinytest/cpp/InternalFunction.cpp | 3 ++- 18 files changed, 50 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 34ea27685..38ef6734b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2026-09-04 Iñaki Ucar + + * inst/include/Rcpp/Module.h: Update copyright + * inst/include/Rcpp/StretchyList.h: Idem + * inst/include/Rcpp/algo.h: Idem + * inst/include/Rcpp/config.h: Idem + * inst/include/Rcpp/date_datetime/newDateVector.h: Idem + * inst/include/Rcpp/date_datetime/newDatetimeVector.h: Idem + * inst/include/Rcpp/internal/wrap.h: Idem + * inst/include/Rcpp/macros/unroll.h: Idem + * inst/include/Rcpp/module/Module_Field.h: Idem + * inst/include/Rcpp/sugar/functions/cbind.h: Idem + * inst/include/Rcpp/sugar/functions/is_na.h: Idem + * inst/include/Rcpp/sugar/matrix/col.h: Idem + * inst/include/Rcpp/sugar/matrix/row.h: Idem + * inst/include/Rcpp/vector/RangeIndexer.h: Idem + * inst/include/Rcpp/vector/Subsetter.h: Idem + * inst/include/Rcpp/vector/Vector.h: Idem + * inst/tinytest/cpp/InternalFunction.cpp: Idem + 2026-09-03 Iñaki Ucar * .github/workflows/werror.yaml: Add -Wcast-function-type diff --git a/inst/include/Rcpp/Module.h b/inst/include/Rcpp/Module.h index ad9810d1e..90c68f8b9 100644 --- a/inst/include/Rcpp/Module.h +++ b/inst/include/Rcpp/Module.h @@ -1,7 +1,7 @@ // Module.h: Rcpp R/C++ interface class library -- Rcpp modules // -// Copyright (C) 2010 - 2026 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/StretchyList.h b/inst/include/Rcpp/StretchyList.h index 877bb8853..ad72fc60e 100644 --- a/inst/include/Rcpp/StretchyList.h +++ b/inst/include/Rcpp/StretchyList.h @@ -1,6 +1,7 @@ // StretchyList.h: Rcpp R/C++ interface class library -- stretchy lists // -// Copyright (C) 2013 Romain Francois +// Copyright (C) 2013 - 2025 Romain Francois +// Copyright (C) 2026 Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/algo.h b/inst/include/Rcpp/algo.h index 603aa0d00..5a1ed1e02 100644 --- a/inst/include/Rcpp/algo.h +++ b/inst/include/Rcpp/algo.h @@ -2,7 +2,8 @@ // // algo.h: Rcpp R/C++ interface class library -- STL-style algorithms // -// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/config.h b/inst/include/Rcpp/config.h index 8a859d909..0cd07d649 100644 --- a/inst/include/Rcpp/config.h +++ b/inst/include/Rcpp/config.h @@ -1,7 +1,7 @@ // config.h: Rcpp R/C++ interface class library -- Rcpp configuration // -// Copyright (C) 2010-2026 Dirk Eddelbuettel and Romain François +// Copyright (C) 2010-2026 Dirk Eddelbuettel, Romain François and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/date_datetime/newDateVector.h b/inst/include/Rcpp/date_datetime/newDateVector.h index 34544c19e..730fedfea 100644 --- a/inst/include/Rcpp/date_datetime/newDateVector.h +++ b/inst/include/Rcpp/date_datetime/newDateVector.h @@ -3,6 +3,7 @@ // newDateVector.h: Rcpp R/C++ interface class library -- Date vector support // // Copyright (C) 2016 - 2025 Dirk Eddelbuettel +// Copyright (C) 2026 Dirk Eddelbuettel and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/date_datetime/newDatetimeVector.h b/inst/include/Rcpp/date_datetime/newDatetimeVector.h index 74ca3ff91..59f28067b 100644 --- a/inst/include/Rcpp/date_datetime/newDatetimeVector.h +++ b/inst/include/Rcpp/date_datetime/newDatetimeVector.h @@ -2,7 +2,8 @@ // // newDatetimeVector.h: Rcpp R/C++ interface class library -- Datetime vector support // -// Copyright (C) 2016 Dirk Eddelbuettel +// Copyright (C) 2016 - 2025 Dirk Eddelbuettel +// Copyright (C) 2026 Dirk Eddelbuettel and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/internal/wrap.h b/inst/include/Rcpp/internal/wrap.h index 136eb4e5f..f9c646da4 100644 --- a/inst/include/Rcpp/internal/wrap.h +++ b/inst/include/Rcpp/internal/wrap.h @@ -3,7 +3,8 @@ // // wrap.h: Rcpp R/C++ interface class library -- wrap implementations // -// Copyright (C) 2010 - 2017 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/macros/unroll.h b/inst/include/Rcpp/macros/unroll.h index 7e659af9a..76e2dab85 100644 --- a/inst/include/Rcpp/macros/unroll.h +++ b/inst/include/Rcpp/macros/unroll.h @@ -2,7 +2,8 @@ // // unroll.h: Rcpp R/C++ interface class library -- loop unrolling macro // -// Copyright (C) 2010 - 2017 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/module/Module_Field.h b/inst/include/Rcpp/module/Module_Field.h index 5813c849f..054629876 100644 --- a/inst/include/Rcpp/module/Module_Field.h +++ b/inst/include/Rcpp/module/Module_Field.h @@ -2,7 +2,8 @@ // // Module_Add_Property.h: Rcpp R/C++ interface class library -- Rcpp modules // -// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/sugar/functions/cbind.h b/inst/include/Rcpp/sugar/functions/cbind.h index c5a356b99..f7e2fdfdf 100644 --- a/inst/include/Rcpp/sugar/functions/cbind.h +++ b/inst/include/Rcpp/sugar/functions/cbind.h @@ -2,7 +2,8 @@ // // cbind.h: Rcpp R/C++ interface class library -- cbind // -// Copyright (C) 2016 Nathan Russell +// Copyright (C) 2016 - 2025 Nathan Russell +// Copyright (C) 2026 Nathan Russell and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/sugar/functions/is_na.h b/inst/include/Rcpp/sugar/functions/is_na.h index 7018205ff..01570e9bc 100644 --- a/inst/include/Rcpp/sugar/functions/is_na.h +++ b/inst/include/Rcpp/sugar/functions/is_na.h @@ -2,7 +2,8 @@ // // is_na.h: Rcpp R/C++ interface class library -- is_na // -// Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/sugar/matrix/col.h b/inst/include/Rcpp/sugar/matrix/col.h index 451fd5068..dea30b622 100644 --- a/inst/include/Rcpp/sugar/matrix/col.h +++ b/inst/include/Rcpp/sugar/matrix/col.h @@ -2,7 +2,8 @@ // // col.h: Rcpp R/C++ interface class library -- col // -// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/sugar/matrix/row.h b/inst/include/Rcpp/sugar/matrix/row.h index 1337b20bf..30b644236 100644 --- a/inst/include/Rcpp/sugar/matrix/row.h +++ b/inst/include/Rcpp/sugar/matrix/row.h @@ -2,7 +2,8 @@ // // row.h: Rcpp R/C++ interface class library -- row // -// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/vector/RangeIndexer.h b/inst/include/Rcpp/vector/RangeIndexer.h index 7e43e79fb..dafac7d28 100644 --- a/inst/include/Rcpp/vector/RangeIndexer.h +++ b/inst/include/Rcpp/vector/RangeIndexer.h @@ -2,7 +2,8 @@ // // RangeIndexer.h: Rcpp R/C++ interface class library -- // -// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/vector/Subsetter.h b/inst/include/Rcpp/vector/Subsetter.h index f42fbc68e..4069eebb0 100644 --- a/inst/include/Rcpp/vector/Subsetter.h +++ b/inst/include/Rcpp/vector/Subsetter.h @@ -2,7 +2,8 @@ // // Subsetter.h: Rcpp R/C++ interface class library -- vector subsetting // -// Copyright (C) 2014 Dirk Eddelbuettel, Romain Francois and Kevin Ushey +// Copyright (C) 2014 - 2025 Dirk Eddelbuettel, Romain Francois and Kevin Ushey +// Copyright (C) 2026 Dirk Eddelbuettel, Romain Francois, Kevin Ushey and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/include/Rcpp/vector/Vector.h b/inst/include/Rcpp/vector/Vector.h index 3312d3969..f9efcd554 100644 --- a/inst/include/Rcpp/vector/Vector.h +++ b/inst/include/Rcpp/vector/Vector.h @@ -1,6 +1,6 @@ // Vector.h: Rcpp R/C++ interface class library -- vectors // -// Copyright (C) 2010 - 2026 Dirk Eddelbuettel and Romain Francois +// Copyright (C) 2010 - 2026 Dirk Eddelbuettel, Romain Francois and Iñaki Ucar // // This file is part of Rcpp. // diff --git a/inst/tinytest/cpp/InternalFunction.cpp b/inst/tinytest/cpp/InternalFunction.cpp index 049a12c03..940e5f3a4 100644 --- a/inst/tinytest/cpp/InternalFunction.cpp +++ b/inst/tinytest/cpp/InternalFunction.cpp @@ -2,7 +2,8 @@ // // InternalFunction.cpp: Rcpp R/C++ interface class library -- InternalFunction unit tests // -// Copyright (C) 2014 Christian Authmann +// Copyright (C) 2014 - 2025 Christian Authmann +// Copyright (C) 2026 Christian Authmann and Iñaki Ucar // // This file is part of Rcpp. //