[Rcpp-commits] r3526 - in pkg/RcppSMC: inst/include src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Mar 18 21:43:27 CET 2012
Author: adamj
Date: 2012-03-18 21:43:27 +0100 (Sun, 18 Mar 2012)
New Revision: 3526
Modified:
pkg/RcppSMC/inst/include/history.h
pkg/RcppSMC/inst/include/moveset.h
pkg/RcppSMC/inst/include/particle.h
pkg/RcppSMC/inst/include/pflineart.h
pkg/RcppSMC/inst/include/rng.h
pkg/RcppSMC/inst/include/rngR.h
pkg/RcppSMC/inst/include/sampler.h
pkg/RcppSMC/inst/include/smc-exception.h
pkg/RcppSMC/inst/include/smctc.h
pkg/RcppSMC/src/blockpfgaussianopt.cpp
pkg/RcppSMC/src/history.cpp
pkg/RcppSMC/src/pflineart.cpp
pkg/RcppSMC/src/pfnonlinbs.cpp
pkg/RcppSMC/src/smc-exception.cpp
Log:
Standardising SMCTC copyright message.
Modified: pkg/RcppSMC/inst/include/history.h
===================================================================
--- pkg/RcppSMC/inst/include/history.h 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/inst/include/history.h 2012-03-18 20:43:27 UTC (rev 3526)
@@ -1,6 +1,6 @@
// SMCTC: history.hh
//
-// Copyright Adam Johansen, 2008.
+// Copyright Adam Johansen, 2008-2009.
//
// This file is part of SMCTC.
//
Modified: pkg/RcppSMC/inst/include/moveset.h
===================================================================
--- pkg/RcppSMC/inst/include/moveset.h 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/inst/include/moveset.h 2012-03-18 20:43:27 UTC (rev 3526)
@@ -1,6 +1,6 @@
// SMCTC: moveset.hh
//
-// Copyright Adam Johansen, 2008.
+// Copyright Adam Johansen, 2008-2009.
//
// This file is part of SMCTC.
//
Modified: pkg/RcppSMC/inst/include/particle.h
===================================================================
--- pkg/RcppSMC/inst/include/particle.h 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/inst/include/particle.h 2012-03-18 20:43:27 UTC (rev 3526)
@@ -1,6 +1,6 @@
// SMCTC: particle.hh
//
-// Copyright Adam Johansen, 2008.
+// Copyright Adam Johansen, 2008-2009.
//
// This file is part of SMCTC.
//
Modified: pkg/RcppSMC/inst/include/pflineart.h
===================================================================
--- pkg/RcppSMC/inst/include/pflineart.h 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/inst/include/pflineart.h 2012-03-18 20:43:27 UTC (rev 3526)
@@ -1,8 +1,8 @@
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
//
-// pffuncs.h: Rcpp wrapper for SMC library -- first example of Johansen (2009)
+// pflineart.h: Rcpp wrapper for SMC library -- first example of Johansen (2009)
//
-// Copyright (C) 2008 Adam Johansen
+// Copyright (C) 2008-2009 Adam Johansen
// Copyright (C) 2012 Dirk Eddelbuettel and Adam Johansen
//
// This file is part of RcppSMC.
Modified: pkg/RcppSMC/inst/include/rng.h
===================================================================
--- pkg/RcppSMC/inst/include/rng.h 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/inst/include/rng.h 2012-03-18 20:43:27 UTC (rev 3526)
@@ -1,7 +1,7 @@
#if 0
// SMCTC: rng.hh
//
-// Copyright Adam Johansen, 2008.
+// Copyright Adam Johansen, 2008-2009.
//
// This file is part of SMCTC.
//
Modified: pkg/RcppSMC/inst/include/rngR.h
===================================================================
--- pkg/RcppSMC/inst/include/rngR.h 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/inst/include/rngR.h 2012-03-18 20:43:27 UTC (rev 3526)
@@ -21,7 +21,7 @@
// RcppSMC builds on top of, and wraps, SMCTC which is
//
-// Copyright Adam Johansen, 2008.
+// Copyright Adam Johansen, 2008-2009.
//
// and released under GPL-3, see the copyright headers in inst/include/
//
Modified: pkg/RcppSMC/inst/include/sampler.h
===================================================================
--- pkg/RcppSMC/inst/include/sampler.h 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/inst/include/sampler.h 2012-03-18 20:43:27 UTC (rev 3526)
@@ -1,6 +1,6 @@
// SMCTC: sampler.hh
//
-// Copyright Adam Johansen, 2008.
+// Copyright Adam Johansen, 2008-2009.
//
// This file is part of SMCTC.
//
Modified: pkg/RcppSMC/inst/include/smc-exception.h
===================================================================
--- pkg/RcppSMC/inst/include/smc-exception.h 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/inst/include/smc-exception.h 2012-03-18 20:43:27 UTC (rev 3526)
@@ -1,6 +1,6 @@
// SMCTC: smc-exception.hh
//
-// Copyright Adam Johansen, 2008.
+// Copyright Adam Johansen, 2008-2009.
//
// This file is part of SMCTC.
//
Modified: pkg/RcppSMC/inst/include/smctc.h
===================================================================
--- pkg/RcppSMC/inst/include/smctc.h 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/inst/include/smctc.h 2012-03-18 20:43:27 UTC (rev 3526)
@@ -3,7 +3,7 @@
//
// The principle header file for the SMC template class.
//
-// Copyright Adam Johansen, 2008
+// Copyright Adam Johansen, 2008-2009
//
//
// This file is part of SMCTC.
Modified: pkg/RcppSMC/src/blockpfgaussianopt.cpp
===================================================================
--- pkg/RcppSMC/src/blockpfgaussianopt.cpp 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/src/blockpfgaussianopt.cpp 2012-03-18 20:43:27 UTC (rev 3526)
@@ -2,7 +2,7 @@
//
// blockpfgaussianopt.cpp: Rcpp integration of SMC library -- Block PF Gaussian
//
-// Copyright (C) 2008 Adam Johansen
+// Copyright (C) 2008 - 2009 Adam Johansen
// Copyright (C) 2012 Dirk Eddelbuettel and Adam Johansen
//
// This file is part of RcppSMC.
Modified: pkg/RcppSMC/src/history.cpp
===================================================================
--- pkg/RcppSMC/src/history.cpp 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/src/history.cpp 2012-03-18 20:43:27 UTC (rev 3526)
@@ -2,7 +2,7 @@
//
// history.cpp: Rcpp integration of SMC library -- sampler history
//
-// Copyright (C) 2008 Adam Johansen
+// Copyright (C) 2008-2009 Adam Johansen
// Copyright (C) 2012 Dirk Eddelbuettel and Adam Johansen
//
// This file is part of RcppSMC.
Modified: pkg/RcppSMC/src/pflineart.cpp
===================================================================
--- pkg/RcppSMC/src/pflineart.cpp 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/src/pflineart.cpp 2012-03-18 20:43:27 UTC (rev 3526)
@@ -2,7 +2,7 @@
//
// pflineart.cpp: Rcpp wrapper for SMC library -- first example of Johansen (2009)
//
-// Copyright (C) 2008 Adam Johansen
+// Copyright (C) 2008-2009 Adam Johansen
// Copyright (C) 2012 Dirk Eddelbuettel and Adam Johansen
//
// This file is part of RcppSMC.
Modified: pkg/RcppSMC/src/pfnonlinbs.cpp
===================================================================
--- pkg/RcppSMC/src/pfnonlinbs.cpp 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/src/pfnonlinbs.cpp 2012-03-18 20:43:27 UTC (rev 3526)
@@ -7,7 +7,7 @@
// Bayesian state estimation", Gordon Salmond and Smith,
// IEE PROCEEDINGS-F 140(2):107-113, 1993
//
-// Copyright (C) 2008 Adam Johansen
+// Copyright (C) 2008-2009 Adam Johansen
// Copyright (C) 2012 Dirk Eddelbuettel and Adam Johansen
//
// This file is part of RcppSMC.
Modified: pkg/RcppSMC/src/smc-exception.cpp
===================================================================
--- pkg/RcppSMC/src/smc-exception.cpp 2012-03-18 20:37:55 UTC (rev 3525)
+++ pkg/RcppSMC/src/smc-exception.cpp 2012-03-18 20:43:27 UTC (rev 3526)
@@ -2,7 +2,7 @@
//
// smc-exceptions.cpp: Rcpp integration of SMC library -- exception handling
//
-// Copyright (C) 2008 Adam Johansen
+// Copyright (C) 2008-2009 Adam Johansen
// Copyright (C) 2012 Dirk Eddelbuettel and Adam Johansen
//
// This file is part of RcppSMC.
More information about the Rcpp-commits
mailing list