[Rinside-commits] r136 - in pkg/inst/examples: mpi standard

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 22 23:07:38 CET 2010


Author: edd
Date: 2010-03-22 23:07:38 +0100 (Mon, 22 Mar 2010)
New Revision: 136

Modified:
   pkg/inst/examples/mpi/rinside_mpi_sample0.cpp
   pkg/inst/examples/mpi/rinside_mpi_sample1.cpp
   pkg/inst/examples/mpi/rinside_mpi_sample2.cpp
   pkg/inst/examples/mpi/rinside_mpi_sample3.cpp
   pkg/inst/examples/standard/rinside_sample8.cpp
Log:
copyright header cleanup


Modified: pkg/inst/examples/mpi/rinside_mpi_sample0.cpp
===================================================================
--- pkg/inst/examples/mpi/rinside_mpi_sample0.cpp	2010-03-22 15:10:57 UTC (rev 135)
+++ pkg/inst/examples/mpi/rinside_mpi_sample0.cpp	2010-03-22 22:07:38 UTC (rev 136)
@@ -3,6 +3,10 @@
 // Simple example showing in R console information about current node
 //
 // This file was contributed by Jianping Hua 
+//
+// Copyright (C) 2010 Jianping Hua, Dirk Eddelbuettel and Romain Francois
+//
+// GPL'ed 
 
 #include <mpi.h>     // mpi header
 #include <RInside.h> // for the embedded R via RInside

Modified: pkg/inst/examples/mpi/rinside_mpi_sample1.cpp
===================================================================
--- pkg/inst/examples/mpi/rinside_mpi_sample1.cpp	2010-03-22 15:10:57 UTC (rev 135)
+++ pkg/inst/examples/mpi/rinside_mpi_sample1.cpp	2010-03-22 22:07:38 UTC (rev 136)
@@ -3,6 +3,10 @@
 // Simple mpi example: simulate sampling/averaging on multiple nodes and gathering the results.
 //
 // This file was contributed by Jianping Hua 
+//
+// Copyright (C) 2010 Jianping Hua, Dirk Eddelbuettel and Romain Francois
+//
+// GPL'ed 
 
 #include <mpi.h>     // mpi header file
 #include <RInside.h> // for the embedded R via RInside

Modified: pkg/inst/examples/mpi/rinside_mpi_sample2.cpp
===================================================================
--- pkg/inst/examples/mpi/rinside_mpi_sample2.cpp	2010-03-22 15:10:57 UTC (rev 135)
+++ pkg/inst/examples/mpi/rinside_mpi_sample2.cpp	2010-03-22 22:07:38 UTC (rev 136)
@@ -3,6 +3,10 @@
 // Simple example showing in R console information about current node
 //
 // MPI C++ API version of file contributed by Jianping Hua 
+//
+// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
+//
+// GPL'ed 
 
 #include <mpi.h>     // mpi header
 #include <RInside.h> // for the embedded R via RInside

Modified: pkg/inst/examples/mpi/rinside_mpi_sample3.cpp
===================================================================
--- pkg/inst/examples/mpi/rinside_mpi_sample3.cpp	2010-03-22 15:10:57 UTC (rev 135)
+++ pkg/inst/examples/mpi/rinside_mpi_sample3.cpp	2010-03-22 22:07:38 UTC (rev 136)
@@ -3,6 +3,10 @@
 // Simple mpi example: simulate sampling/averaging on multiple nodes and gathering the results.
 //
 // MPI C++ API version of file contributed by Jianping Hua 
+//
+// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
+//
+// GPL'ed 
 
 #include <mpi.h>     // mpi header file
 #include <RInside.h> // for the embedded R via RInside

Modified: pkg/inst/examples/standard/rinside_sample8.cpp
===================================================================
--- pkg/inst/examples/standard/rinside_sample8.cpp	2010-03-22 15:10:57 UTC (rev 135)
+++ pkg/inst/examples/standard/rinside_sample8.cpp	2010-03-22 22:07:38 UTC (rev 136)
@@ -2,7 +2,7 @@
 //
 // Simple example showing how to use R[] = ; 
 //
-// 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