Set copyright to BVLC and contributors.
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 22 Mar 2014 08:27:42 +0000 (01:27 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 22 Mar 2014 19:09:39 +0000 (12:09 -0700)
The exact details of the contributions are recorded by versioning.

include/caffe/common.hpp
include/caffe/util/rng.hpp
src/caffe/common.cpp
src/caffe/test/test_random_number_generator.cpp
src/caffe/util/math_functions.cpp

index ca5a348..5344139 100644 (file)
@@ -1,5 +1,4 @@
-// Copyright 2013 Yangqing Jia
-// Copyright 2014 Evan Shelhamer
+// Copyright 2014 BVLC and contributors.
 
 #ifndef CAFFE_COMMON_HPP_
 #define CAFFE_COMMON_HPP_
index c7530c7..8151a9a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2014 Evan Shelhamer
+// Copyright 2014 BVLC and contributors.
 
 #ifndef CAFFE_RNG_CPP_HPP_
 #define CAFFE_RNG_CPP_HPP_
index a25dfda..59cbc56 100644 (file)
@@ -1,5 +1,4 @@
-// Copyright 2013 Yangqing Jia
-// Copyright 2014 Evan Shelhamer
+// Copyright 2014 BVLC and contributors.
 
 #include <cstdio>
 #include <ctime>
index 6722f41..267e773 100644 (file)
@@ -1,7 +1,4 @@
-// Copyright 2014 kloudkl@github
-// Copyright 2014 Jeff Donahue
-// Copyright 2014 Alejandro Dubrovsky
-// Copyright 2014 Evan Shelhamer
+// Copyright 2014 BVLC and contributors.
 
 #include <cuda_runtime.h>
 #include <cmath>
index 3d02c5f..29bdaf6 100644 (file)
@@ -1,6 +1,4 @@
-// Copyright 2013 Yangqing Jia
-// Copyright 2014 kloudkl@github
-// Copyright 2014 Evan Shelhamer
+// Copyright 2014 BVLC and contributors.
 
 #include <boost/math/special_functions/next.hpp>
 #include <boost/random.hpp>