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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 12 21:17:56 CEST 2010


Author: edd
Date: 2010-05-12 21:17:56 +0200 (Wed, 12 May 2010)
New Revision: 1213

Modified:
   pkg/RcppGSL/src/RcppGSL.cpp
Log:
added standard file header


Modified: pkg/RcppGSL/src/RcppGSL.cpp
===================================================================
--- pkg/RcppGSL/src/RcppGSL.cpp	2010-05-12 19:14:45 UTC (rev 1212)
+++ pkg/RcppGSL/src/RcppGSL.cpp	2010-05-12 19:17:56 UTC (rev 1213)
@@ -1,3 +1,25 @@
+// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 4 -*-
+//
+// RcppGSL.cpp: Rcpp/Armadillo glue
+//
+// Copyright (C)  2010 Dirk Eddelbuettel, Romain Francois and Douglas Bates
+//
+// 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>
 
 using namespace Rcpp ;



More information about the Rcpp-commits mailing list