[Rcpp-commits] r1219 - pkg/RcppGSL/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 13 09:53:37 CEST 2010


Author: romain
Date: 2010-05-13 09:53:36 +0200 (Thu, 13 May 2010)
New Revision: 1219

Modified:
   pkg/RcppGSL/src/RcppGSL.cpp
   pkg/RcppGSL/src/fastLm.cpp
Log:
headers cleanup

Modified: pkg/RcppGSL/src/RcppGSL.cpp
===================================================================
--- pkg/RcppGSL/src/RcppGSL.cpp	2010-05-13 07:51:50 UTC (rev 1218)
+++ pkg/RcppGSL/src/RcppGSL.cpp	2010-05-13 07:53:36 UTC (rev 1219)
@@ -1,8 +1,8 @@
 // -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 4 -*-
 //
-// RcppGSL.cpp: Rcpp/Armadillo glue
+// RcppGSL.cpp: Rcpp/GSL glue
 //
-// Copyright (C)  2010 Dirk Eddelbuettel, Romain Francois and Douglas Bates
+// Copyright (C)  2010 Dirk Eddelbuettel, Romain Francois
 //
 // This file is part of RcppGSL.
 //
@@ -19,7 +19,6 @@
 // You should have received a copy of the GNU General Public License
 // along with RcppGSL.  If not, see <http://www.gnu.org/licenses/>.
 
-
 #include <RcppGSL.h>
 
 using namespace Rcpp ;

Modified: pkg/RcppGSL/src/fastLm.cpp
===================================================================
--- pkg/RcppGSL/src/fastLm.cpp	2010-05-13 07:51:50 UTC (rev 1218)
+++ pkg/RcppGSL/src/fastLm.cpp	2010-05-13 07:53:36 UTC (rev 1219)
@@ -1,3 +1,24 @@
+// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 4 -*-
+//
+// fastLm.cpp: Rcpp and GSL based implementation of lm
+//
+// Copyright (C)  2010 Dirk Eddelbuettel, Romain Francois
+//
+// This file is part of RcppGSL.
+//
+// RcppGSL 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.
+//
+// RcppGSL 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 RcppGSL.  If not, see <http://www.gnu.org/licenses/>.
+
 #include <RcppGSL.h>
 
 #include <gsl/gsl_multifit.h>



More information about the Rcpp-commits mailing list