[Rcpp-commits] r4403 - in pkg/Rcpp: inst/unitTests/cpp src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 24 10:23:05 CEST 2013
Author: romain
Date: 2013-07-24 10:23:04 +0200 (Wed, 24 Jul 2013)
New Revision: 4403
Modified:
pkg/Rcpp/inst/unitTests/cpp/Module.cpp
pkg/Rcpp/src/attributes.cpp
Log:
adding copyrights
Modified: pkg/Rcpp/inst/unitTests/cpp/Module.cpp
===================================================================
--- pkg/Rcpp/inst/unitTests/cpp/Module.cpp 2013-07-24 08:08:38 UTC (rev 4402)
+++ pkg/Rcpp/inst/unitTests/cpp/Module.cpp 2013-07-24 08:23:04 UTC (rev 4403)
@@ -3,6 +3,7 @@
// Module.cpp: Rcpp R/C++ interface class library -- module unit tests
//
// Copyright (C) 2013 Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2013 Rice University
//
// This file is part of Rcpp.
//
Modified: pkg/Rcpp/src/attributes.cpp
===================================================================
--- pkg/Rcpp/src/attributes.cpp 2013-07-24 08:08:38 UTC (rev 4402)
+++ pkg/Rcpp/src/attributes.cpp 2013-07-24 08:23:04 UTC (rev 4403)
@@ -3,6 +3,7 @@
// attributes.cpp: Rcpp R/C++ interface class library -- Rcpp attributes
//
// Copyright (C) 2012 - 2013 JJ Allaire, Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2013 Rice University
//
// This file is part of Rcpp.
//
More information about the Rcpp-commits
mailing list