[licensing] replaced licensing with BSD, and erfcx

This commit is contained in:
Max Zwiessele 2015-09-07 17:26:27 +01:00
parent 1d5e46aa8e
commit c6d9ebf08d
8 changed files with 11 additions and 79 deletions

View file

@ -1,5 +1,5 @@
# Copyright (c) 2014, James Hensman, Alan Saul
# Distributed under the terms of the GNU General public License, see LICENSE.txt
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
from ..core.model import Model

View file

@ -1,5 +1,5 @@
# Copyright (c) 2014, James Hensman, Alan Saul
# Distributed under the terms of the GNU General public License, see LICENSE.txt
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
from ..core import GP