[Rinside-commits] r122 - pkg/inst/examples/standard
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 17 14:36:57 CET 2010
Author: edd
Date: 2010-03-17 14:36:56 +0100 (Wed, 17 Mar 2010)
New Revision: 122
Modified:
pkg/inst/examples/standard/rinside_sample2.cpp
pkg/inst/examples/standard/rinside_sample3.cpp
pkg/inst/examples/standard/rinside_sample4.cpp
pkg/inst/examples/standard/rinside_sample5.cpp
pkg/inst/examples/standard/rinside_sample6.cpp
pkg/inst/examples/standard/rinside_sample7.cpp
Log:
aligned copyright in header
Modified: pkg/inst/examples/standard/rinside_sample2.cpp
===================================================================
--- pkg/inst/examples/standard/rinside_sample2.cpp 2010-03-17 13:36:35 UTC (rev 121)
+++ pkg/inst/examples/standard/rinside_sample2.cpp 2010-03-17 13:36:56 UTC (rev 122)
@@ -2,7 +2,8 @@
//
// Simple example for the repeated r-devel mails by Abhijit Bera
//
-// Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed
+// Copyright (C) 2009 Dirk Eddelbuettel
+// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
#include "RInside.h" // for the embedded R via RInside
Modified: pkg/inst/examples/standard/rinside_sample3.cpp
===================================================================
--- pkg/inst/examples/standard/rinside_sample3.cpp 2010-03-17 13:36:35 UTC (rev 121)
+++ pkg/inst/examples/standard/rinside_sample3.cpp 2010-03-17 13:36:56 UTC (rev 122)
@@ -2,7 +2,8 @@
//
// Simple example for using lm() using the example from help(swiss)
//
-// Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed
+// Copyright (C) 2009 Dirk Eddelbuettel
+// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
#include "RInside.h" // for the embedded R via RInside
#include <iomanip>
Modified: pkg/inst/examples/standard/rinside_sample4.cpp
===================================================================
--- pkg/inst/examples/standard/rinside_sample4.cpp 2010-03-17 13:36:35 UTC (rev 121)
+++ pkg/inst/examples/standard/rinside_sample4.cpp 2010-03-17 13:36:56 UTC (rev 122)
@@ -2,7 +2,8 @@
//
// Another simple example inspired by an r-devel mail by Abhijit Bera
//
-// Copyright (C) 2009 Dirk Eddelbuettel and GPL'ed
+// Copyright (C) 2009 Dirk Eddelbuettel
+// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
#include "RInside.h" // for the embedded R via RInside
#include <iomanip>
Modified: pkg/inst/examples/standard/rinside_sample5.cpp
===================================================================
--- pkg/inst/examples/standard/rinside_sample5.cpp 2010-03-17 13:36:35 UTC (rev 121)
+++ pkg/inst/examples/standard/rinside_sample5.cpp 2010-03-17 13:36:56 UTC (rev 122)
@@ -2,7 +2,8 @@
//
// Another simple example inspired by an r-devel mail by Martin Becker
//
-// Copyright (C) 2009 - 2010 Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2009 Dirk Eddelbuettel
+// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
#include "RInside.h" // for the embedded R via RInside
Modified: pkg/inst/examples/standard/rinside_sample6.cpp
===================================================================
--- pkg/inst/examples/standard/rinside_sample6.cpp 2010-03-17 13:36:35 UTC (rev 121)
+++ pkg/inst/examples/standard/rinside_sample6.cpp 2010-03-17 13:36:56 UTC (rev 122)
@@ -1,9 +1,9 @@
-
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8; -*-
//
// Showing off some of the templated conversion due to Rcpp
//
-// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois and GPL'ed
+// Copyright (C) 2009 Dirk Eddelbuettel
+// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
#include "RInside.h" // for the embedded R via RInside
Modified: pkg/inst/examples/standard/rinside_sample7.cpp
===================================================================
--- pkg/inst/examples/standard/rinside_sample7.cpp 2010-03-17 13:36:35 UTC (rev 121)
+++ pkg/inst/examples/standard/rinside_sample7.cpp 2010-03-17 13:36:56 UTC (rev 122)
@@ -1,9 +1,8 @@
-
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8; -*-
//
// Showing off some of the templated as<>() conversion from Rcpp
//
-// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois and GPL'ed
+// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
#include "RInside.h" // for the embedded R via RInside
More information about the Rinside-commits
mailing list