[Rcpp-commits] r3550 - pkg/Rcpp/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Mar 24 17:26:36 CET 2012


Author: romain
Date: 2012-03-24 17:26:35 +0100 (Sat, 24 Mar 2012)
New Revision: 3550

Modified:
   pkg/Rcpp/R/loadRcppModules.R
Log:
missing copyright

Modified: pkg/Rcpp/R/loadRcppModules.R
===================================================================
--- pkg/Rcpp/R/loadRcppModules.R	2012-03-24 16:19:53 UTC (rev 3549)
+++ pkg/Rcpp/R/loadRcppModules.R	2012-03-24 16:26:35 UTC (rev 3550)
@@ -1,3 +1,19 @@
+# Copyright (C) 2010 - 2012 John Chambers, Dirk Eddelbuettel and Romain Francois
+#
+# This file is part of Rcpp.
+#
+# Rcpp is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# Rcpp is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Rcpp.  If not, see <http://www.gnu.org/licenses/>.
 
 loadRcppModules <- function(direct=TRUE){
    # hunt for the namespace of the package that calls this



More information about the Rcpp-commits mailing list