From 414257466ea360d504268fcaf3085fd64ef17a07 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Wed, 11 Dec 2013 16:14:51 -0800 Subject: [PATCH] adding a copright notice --- GPy/core/domains.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/GPy/core/domains.py b/GPy/core/domains.py index f4154c55..cf930ed8 100644 --- a/GPy/core/domains.py +++ b/GPy/core/domains.py @@ -1,8 +1,7 @@ +# Copyright (c) 2012, GPy authors (see AUTHORS.txt). +# Licensed under the BSD 3-clause license (see LICENSE.txt) + ''' -Created on 4 Jun 2013 - -@author: maxz - (Hyper-)Parameter domains defined for :py:mod:`~GPy.core.priors` and :py:mod:`~GPy.kern`. These domains specify the legitimate realm of the parameters to live in.