Skip to content

Commit

Permalink
Set copyright to BVLC and contributors.
Browse files Browse the repository at this point in the history
The exact details of the contributions are recorded by versioning.
  • Loading branch information
shelhamer committed Mar 22, 2014
1 parent 19bcf2b commit bece205
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
3 changes: 1 addition & 2 deletions include/caffe/common.hpp
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion include/caffe/util/rng.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2014 Evan Shelhamer
// Copyright 2014 BVLC and contributors.

#ifndef CAFFE_RNG_CPP_HPP_
#define CAFFE_RNG_CPP_HPP_
Expand Down
3 changes: 1 addition & 2 deletions src/caffe/common.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright 2013 Yangqing Jia
// Copyright 2014 Evan Shelhamer
// Copyright 2014 BVLC and contributors.

#include <cstdio>
#include <ctime>
Expand Down
5 changes: 1 addition & 4 deletions src/caffe/test/test_random_number_generator.cpp
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
4 changes: 1 addition & 3 deletions src/caffe/util/math_functions.cpp
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit bece205

Please sign in to comment.