From f0d120ab7fd3b2d2f725ff82b81e08c1a8498ff3 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Fri, 21 Nov 2014 11:53:00 +0000 Subject: [PATCH] more cooopyrighting --- GPy/inference/mcmc/hmc.py | 2 +- GPy/inference/mcmc/samplers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GPy/inference/mcmc/hmc.py b/GPy/inference/mcmc/hmc.py index 54893769..21bc13cc 100644 --- a/GPy/inference/mcmc/hmc.py +++ b/GPy/inference/mcmc/hmc.py @@ -1,4 +1,4 @@ -# ## Copyright (c) 2012, GPy authors (see AUTHORS.txt). +# ## Copyright (c) 2014, Zhenwen Dai # Licensed under the BSD 3-clause license (see LICENSE.txt) import numpy as np diff --git a/GPy/inference/mcmc/samplers.py b/GPy/inference/mcmc/samplers.py index fdb3df76..444d99d7 100644 --- a/GPy/inference/mcmc/samplers.py +++ b/GPy/inference/mcmc/samplers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012, GPy authors (see AUTHORS.txt). +# ## Copyright (c) 2014, Zhenwen Dai # Licensed under the BSD 3-clause license (see LICENSE.txt)