Skip to content

Commit 6db92e8

Browse files
committed
Standardize copyright, add root-level CONTRIBUTORS credit
1 parent 923a847 commit 6db92e8

File tree

118 files changed

+133
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+133
-130
lines changed

CONTRIBUTORS.md

Lines changed: 17 additions & 0 deletions

examples/cifar10/convert_cifar_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Yangqing Jia 2013
1+
// Copyright 2014 BVLC and contributors.
22
//
33
// This script converts the CIFAR dataset to the leveldb format used
44
// by caffe to perform classification.

examples/lenet/convert_mnist_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Yangqing Jia 2013
1+
// Copyright 2014 BVLC and contributors.
22
//
33
// This script converts the MNIST dataset to the leveldb format used
44
// by caffe to perform classification.

include/caffe/blob.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 Yangqing Jia
1+
// Copyright 2014 BVLC and contributors.
22

33
#ifndef CAFFE_BLOB_HPP_
44
#define CAFFE_BLOB_HPP_

include/caffe/caffe.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Yangqing Jia 2013
1+
// Copyright 2014 BVLC and contributors.
22
// caffe.hpp is the header file that you need to include in your code. It wraps
33
// all the internal caffe header files into one for simpler inclusion.
44

include/caffe/filler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 Yangqing Jia
1+
// Copyright 2014 BVLC and contributors.
22

33
// Fillers are random number generators that fills a blob using the specified
44
// algorithm. The expectation is that they are only going to be used during

include/caffe/layer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 Yangqing Jia
1+
// Copyright 2014 BVLC and contributors.
22

33
#ifndef CAFFE_LAYER_H_
44
#define CAFFE_LAYER_H_

include/caffe/net.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 Yangqing Jia
1+
// Copyright 2014 BVLC and contributors.
22

33
#ifndef CAFFE_NET_HPP_
44
#define CAFFE_NET_HPP_

include/caffe/solver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Yangqing Jia 2013
1+
// Copyright 2014 BVLC and contributors.
22

33
#ifndef CAFFE_OPTIMIZATION_SOLVER_HPP_
44
#define CAFFE_OPTIMIZATION_SOLVER_HPP_

include/caffe/syncedmem.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013 Yangqing Jia
1+
// Copyright 2014 BVLC and contributors.
22

33
#ifndef CAFFE_SYNCEDMEM_HPP_
44
#define CAFFE_SYNCEDMEM_HPP_

0 commit comments

Comments
 (0)