From 6cef94d94376a8d8c03d57d09c3389b301471373 Mon Sep 17 00:00:00 2001 From: Steve Mattis Date: Wed, 25 May 2016 21:12:44 -0500 Subject: [PATCH] update copyrights --- bet/Comm.py | 2 +- bet/__init__.py | 2 +- bet/calculateP/calculateP.py | 2 +- bet/calculateP/simpleFunP.py | 2 +- bet/calculateP/voronoiHistogram.py | 2 +- bet/postProcess/plotDomains.py | 2 +- bet/postProcess/plotP.py | 2 +- bet/postProcess/postTools.py | 2 +- bet/sampling/__init__.py | 2 +- bet/sampling/adaptiveSampling.py | 2 +- bet/sampling/basicSampling.py | 2 +- bet/sensitivity/chooseQoIs.py | 2 +- bet/sensitivity/gradients.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bet/Comm.py b/bet/Comm.py index 4e3b773f..4e603bed 100644 --- a/bet/Comm.py +++ b/bet/Comm.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team """ This module provides a workaround for people without mpi4py installed diff --git a/bet/__init__.py b/bet/__init__.py index b54d287e..67ff894d 100644 --- a/bet/__init__.py +++ b/bet/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team """ Butler, Estep, Tavener Method diff --git a/bet/calculateP/calculateP.py b/bet/calculateP/calculateP.py index dd96a1ad..265f706b 100644 --- a/bet/calculateP/calculateP.py +++ b/bet/calculateP/calculateP.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team r""" This module provides methods for calulating the probability measure diff --git a/bet/calculateP/simpleFunP.py b/bet/calculateP/simpleFunP.py index 4ba7c2f6..c5eec536 100644 --- a/bet/calculateP/simpleFunP.py +++ b/bet/calculateP/simpleFunP.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team """ This module provides methods for creating simple function approximations to be diff --git a/bet/calculateP/voronoiHistogram.py b/bet/calculateP/voronoiHistogram.py index d6866c9f..864f8181 100644 --- a/bet/calculateP/voronoiHistogram.py +++ b/bet/calculateP/voronoiHistogram.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team # -*- coding: utf-8 -*- """ diff --git a/bet/postProcess/plotDomains.py b/bet/postProcess/plotDomains.py index b0d8e155..d8222021 100644 --- a/bet/postProcess/plotDomains.py +++ b/bet/postProcess/plotDomains.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team """ This module provides methods used to plot two-dimensional domains and/or diff --git a/bet/postProcess/plotP.py b/bet/postProcess/plotP.py index 3883e88f..9cb0be12 100644 --- a/bet/postProcess/plotP.py +++ b/bet/postProcess/plotP.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team """ This module provides methods for plotting probabilities. diff --git a/bet/postProcess/postTools.py b/bet/postProcess/postTools.py index 33be8d52..70aaa89b 100644 --- a/bet/postProcess/postTools.py +++ b/bet/postProcess/postTools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team """ This module provides methods for postprocessing probabilities and data. diff --git a/bet/sampling/__init__.py b/bet/sampling/__init__.py index ea3e85f5..4b0de127 100644 --- a/bet/sampling/__init__.py +++ b/bet/sampling/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team """ This subpackage contains diff --git a/bet/sampling/adaptiveSampling.py b/bet/sampling/adaptiveSampling.py index ad7004a5..787014d0 100644 --- a/bet/sampling/adaptiveSampling.py +++ b/bet/sampling/adaptiveSampling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team # -*- coding: utf-8 -*- # Lindley Graham 3/10/2014 diff --git a/bet/sampling/basicSampling.py b/bet/sampling/basicSampling.py index 74b7942c..9af6d322 100644 --- a/bet/sampling/basicSampling.py +++ b/bet/sampling/basicSampling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team # Lindley Graham 4/15/2014 """ diff --git a/bet/sensitivity/chooseQoIs.py b/bet/sensitivity/chooseQoIs.py index 0eb62a6e..db7e195d 100644 --- a/bet/sensitivity/chooseQoIs.py +++ b/bet/sensitivity/chooseQoIs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team """ This module contains functions choosing optimal QoIs to use in the stochastic diff --git a/bet/sensitivity/gradients.py b/bet/sensitivity/gradients.py index 8fa9fd30..b833bdb5 100644 --- a/bet/sensitivity/gradients.py +++ b/bet/sensitivity/gradients.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 The BET Development Team +# Copyright (C) 2014-2016 The BET Development Team """ This module contains functions for approximating jacobians of QoI maps.