more coooooopyrighting

This commit is contained in:
James Hensman 2014-11-21 12:15:05 +00:00
parent 132a668073
commit 5927872ec6
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np import numpy as np
from latent_space_visualizations.controllers.imshow_controller import ImshowController,ImAnnotateController from latent_space_visualizations.controllers.imshow_controller import ImshowController,ImAnnotateController

View file

@ -1,3 +1,5 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
""" """
The module contains the tools for ploting 2D image visualizations The module contains the tools for ploting 2D image visualizations
""" """

View file

@ -1,3 +1,5 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np import numpy as np
try: try:
import pylab as pb import pylab as pb