Skip to content

Commit

Permalink
Update license headers (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
navdeep-G authored May 23, 2018
1 parent 6418696 commit 2f849e2
Show file tree
Hide file tree
Showing 67 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion examples/py/demos/H2O4GPU_Daal_LinearRegression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"print(__doc__)\n",
"%matplotlib inline\n",
"\"\"\"\n",
":copyright: 2017 H2O.ai, Inc.\n",
":copyright: 2017-2018 H2O.ai, Inc.\n",
":license: Apache License Version 2.0 (see LICENSE for details)\n",
"\"\"\"\n",
"import matplotlib\n",
Expand Down
2 changes: 1 addition & 1 deletion src/common/elastic_net_ptr.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2017 H2O.ai, Inc.
* Copyright 2017-2018 H2O.ai, Inc.
* License Apache License Version 2.0 (see LICENSE for details)
*/
#include "elastic_net_ptr.h"
Expand Down
2 changes: 1 addition & 1 deletion src/common/elastic_net_ptr.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2017 H2O.ai, Inc.
* Copyright 2017-2018 H2O.ai, Inc.
* License Apache License Version 2.0 (see LICENSE for details)
*/
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/common/logger.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2017 H2O.ai, Inc.
* Copyright 2017-2018 H2O.ai, Inc.
* License Apache License Version 2.0 (see LICENSE for details)
*/
#include "logger.h"
Expand Down
2 changes: 1 addition & 1 deletion src/common/logger.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2017 H2O.ai, Inc.
* Copyright 2017-2018 H2O.ai, Inc.
* License Apache License Version 2.0 (see LICENSE for details)
*/
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/common/utils.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017 H2O.ai, Inc.
* Copyright 2017-2018 H2O.ai, Inc.
* License Apache License Version 2.0 (see LICENSE for details)
*/
#include "utils.h"
Expand Down
2 changes: 1 addition & 1 deletion src/common/utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2017 H2O.ai, Inc.
* Copyright 2017-2018 H2O.ai, Inc.
* License Apache License Version 2.0 (see LICENSE for details)
*/
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/h2o4gpuglm.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include "solver/glm.h"

Expand Down
2 changes: 1 addition & 1 deletion src/cpu/h2o4gpukmeans.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include "matrix/matrix.h"
#include "matrix/matrix_dense.h"
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/h2o4gpukmeans_kmeanscpu.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#define MAX_NCPUS 1

Expand Down
2 changes: 1 addition & 1 deletion src/cpu/include/cgls.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2015, Christopher Fougner //
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/include/equil_helper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#ifndef EQUIL_HELPER_H_
#define EQUIL_HELPER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/include/projector_helper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#ifndef PROJECTOR_HELPER_H_
#define PROJECTOR_HELPER_H_
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/matrix/matrix_dense.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include <iostream>
#include <chrono>
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/matrix/matrix_sparse.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include "gsl/gsl_spblas.h"
#include "gsl/gsl_spmat.h"
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/projector/projector_cgls.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include <algorithm>
#include <limits>
Expand Down
2 changes: 1 addition & 1 deletion src/cpu/projector/projector_direct_dense.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include <algorithm>
#include <cstring>
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/bwcheck.cu
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
/*
* This is a simple test program to measure the memcopy bandwidth of the GPU.
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/h2o4gpuglm.cu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include "solver/glm.h"
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/include/cgls.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2015, Christopher Fougner //
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/include/cuda_utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#ifndef _CUDA_UTILS_H
#define _CUDA_UTILS_H
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/include/cuda_utils2.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#ifndef _CUDA_UTILS2_H
#define _CUDA_UTILS2_H
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/include/equil_helper.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#ifndef EQUIL_HELPER_CUH_
#define EQUIL_HELPER_CUH_
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/include/projector_helper.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#ifndef PROJECTOR_HELPER_CUH_
#define PROJECTOR_HELPER_CUH_
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/include/test_utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* See LICENCE.txt for license information
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
************************************************************************/
#ifndef SRC_TEST_UTILITIES_H_
#define SRC_TEST_UTILITIES_H_
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/kmeans/kmeans_centroids.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
// original code from https://github.com/NVIDIA/kmeans (Apache V2.0 License)
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/kmeans/kmeans_general.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2017 H2O.ai, Inc.
* Copyright 2017-2018 H2O.ai, Inc.
* License Apache License Version 2.0 (see LICENSE for details)
*/
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/kmeans/kmeans_h2o4gpu.cu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2017 H2O.ai, Inc.
* Copyright 2017-2018 H2O.ai, Inc.
* License Apache License Version 2.0 (see LICENSE for details)
*/
#include <thrust/copy.h>
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/kmeans/kmeans_h2o4gpu.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2017 H2O.ai, Inc.
* Copyright 2017-2018 H2O.ai, Inc.
* License Apache License Version 2.0 (see LICENSE for details)
*/
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/kmeans/kmeans_impl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
// original code from https://github.com/NVIDIA/kmeans (Apache V2.0 License)
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/kmeans/kmeans_labels.cu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
// original code from https://github.com/NVIDIA/kmeans (Apache V2.0 License)
#include "kmeans_labels.h"
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/kmeans/kmeans_labels.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
// original code from https://github.com/NVIDIA/kmeans (Apache V2.0 License)
#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/matrix/matrix_dense.cu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include <stdio.h>
#include <stdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/matrix/matrix_sparse.cu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include <cublas_v2.h>
#include <cusparse.h>
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/matrix/utilities.cu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include <stdio.h>
#include <assert.h>
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/matrix/utlities.cuh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#ifndef UTILITIES_CUH
#define UTILITIES_CUH
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/p2pbwcheck.cu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 1993-2015 NVIDIA Corporation. All rights reserved.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#if 1

Expand Down
2 changes: 1 addition & 1 deletion src/gpu/projector/projector_cgls.cu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include <cublas_v2.h>

Expand Down
2 changes: 1 addition & 1 deletion src/gpu/projector/projector_direct_dense.cu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/
#include <cublas_v2.h>

Expand Down
2 changes: 1 addition & 1 deletion src/gpu/utils.cu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
************************************************************************/
#include <chrono>
#include <cstdio>
Expand Down
2 changes: 1 addition & 1 deletion src/gpu/warmstart.cu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*************************************************************************
* Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
************************************************************************/
#ifdef USE_NCCL

Expand Down
2 changes: 1 addition & 1 deletion src/include/exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_cuda.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_cuda_drvapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_cuda_gl.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_cusolver.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_gl.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_image.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/include/helper_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* this software and related documentation outside the terms of the EULA
* is strictly prohibited.
*
* Modifications Copyright 2017 H2O.ai, Inc.
* Modifications Copyright 2017-2018 H2O.ai, Inc.
*/

// Helper Timing Functions
Expand Down
Loading

0 comments on commit 2f849e2

Please sign in to comment.