[Blotter-commits] r517 - pkg/FinancialInstrument/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 2 12:11:58 CET 2011
Author: braverock
Date: 2011-01-02 12:11:58 +0100 (Sun, 02 Jan 2011)
New Revision: 517
Modified:
pkg/FinancialInstrument/R/buildHierarchy.R
pkg/FinancialInstrument/R/buildSpread.R
pkg/FinancialInstrument/R/instrument.R
pkg/FinancialInstrument/R/load.instruments.R
pkg/FinancialInstrument/R/synthetic.R
pkg/FinancialInstrument/R/volep.R
Log:
- update copyright to 2011
Modified: pkg/FinancialInstrument/R/buildHierarchy.R
===================================================================
--- pkg/FinancialInstrument/R/buildHierarchy.R 2011-01-02 11:08:43 UTC (rev 516)
+++ pkg/FinancialInstrument/R/buildHierarchy.R 2011-01-02 11:11:58 UTC (rev 517)
@@ -1,3 +1,17 @@
+###############################################################################
+# R (http://r-project.org/) Instrument Class Model
+#
+# Copyright (c) 2009-2011
+# Peter Carl, Dirk Eddelbuettel, Jeffrey Ryan, Joshua Ulrich and Brian G. Peterson
+#
+# This library is distributed under the terms of the GNU Public License (GPL)
+# for full details see the file COPYING
+#
+# $Id$
+#
+###############################################################################
+
+
#' Construct a hierarchy of instruments useful for aggregation
#'
#' All 'currency' instruments must be defined before instruments of other types may be defined.
Modified: pkg/FinancialInstrument/R/buildSpread.R
===================================================================
--- pkg/FinancialInstrument/R/buildSpread.R 2011-01-02 11:08:43 UTC (rev 516)
+++ pkg/FinancialInstrument/R/buildSpread.R 2011-01-02 11:11:58 UTC (rev 517)
@@ -68,7 +68,7 @@
###############################################################################
# R (http://r-project.org/) Instrument Class Model
#
-# Copyright (c) 2009-2010
+# Copyright (c) 2009-2011
# Peter Carl, Dirk Eddelbuettel, Jeffrey Ryan, Joshua Ulrich and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
Modified: pkg/FinancialInstrument/R/instrument.R
===================================================================
--- pkg/FinancialInstrument/R/instrument.R 2011-01-02 11:08:43 UTC (rev 516)
+++ pkg/FinancialInstrument/R/instrument.R 2011-01-02 11:11:58 UTC (rev 517)
@@ -1,7 +1,7 @@
###############################################################################
# R (http://r-project.org/) Instrument Class Model
#
-# Copyright (c) 2009-2010
+# Copyright (c) 2009-2011
# Peter Carl, Dirk Eddelbuettel, Jeffrey Ryan, Joshua Ulrich and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
Modified: pkg/FinancialInstrument/R/load.instruments.R
===================================================================
--- pkg/FinancialInstrument/R/load.instruments.R 2011-01-02 11:08:43 UTC (rev 516)
+++ pkg/FinancialInstrument/R/load.instruments.R 2011-01-02 11:11:58 UTC (rev 517)
@@ -1,7 +1,7 @@
###############################################################################
# R (http://r-project.org/) Instrument Class Model
#
-# Copyright (c) 2009-2010
+# Copyright (c) 2009-2011
# Peter Carl, Dirk Eddelbuettel, Jeffrey Ryan, Joshua Ulrich and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
Modified: pkg/FinancialInstrument/R/synthetic.R
===================================================================
--- pkg/FinancialInstrument/R/synthetic.R 2011-01-02 11:08:43 UTC (rev 516)
+++ pkg/FinancialInstrument/R/synthetic.R 2011-01-02 11:11:58 UTC (rev 517)
@@ -1,7 +1,7 @@
###############################################################################
# R (http://r-project.org/) Instrument Class Model
#
-# Copyright (c) 2009-2010
+# Copyright (c) 2009-2011
# Peter Carl, Dirk Eddelbuettel, Jeffrey Ryan, Joshua Ulrich and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
Modified: pkg/FinancialInstrument/R/volep.R
===================================================================
--- pkg/FinancialInstrument/R/volep.R 2011-01-02 11:08:43 UTC (rev 516)
+++ pkg/FinancialInstrument/R/volep.R 2011-01-02 11:11:58 UTC (rev 517)
@@ -16,7 +16,7 @@
###############################################################################
# R (http://r-project.org/) Instrument Class Model
#
-# Copyright (c) 2009-2010
+# Copyright (c) 2009-2011
# Peter Carl, Dirk Eddelbuettel, Jeffrey Ryan, Joshua Ulrich and Brian G. Peterson
#
# This library is distributed under the terms of the GNU Public License (GPL)
More information about the Blotter-commits
mailing list