LICENSE governs the whole project so strip file headers
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 6 Aug 2014 07:43:17 +0000 (00:43 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 7 Aug 2014 01:35:29 +0000 (18:35 -0700)
165 files changed:
examples/cifar10/convert_cifar_data.cpp
examples/mnist/convert_mnist_data.cpp
include/caffe/blob.hpp
include/caffe/caffe.hpp
include/caffe/common.hpp
include/caffe/common_layers.hpp
include/caffe/data_layers.hpp
include/caffe/filler.hpp
include/caffe/internal_thread.hpp
include/caffe/layer.hpp
include/caffe/loss_layers.hpp
include/caffe/net.hpp
include/caffe/neuron_layers.hpp
include/caffe/solver.hpp
include/caffe/syncedmem.hpp
include/caffe/test/test_caffe_main.hpp
include/caffe/test/test_gradient_check_util.hpp
include/caffe/util/benchmark.hpp
include/caffe/util/device_alternate.hpp
include/caffe/util/im2col.hpp
include/caffe/util/insert_splits.hpp
include/caffe/util/io.hpp
include/caffe/util/math_functions.hpp
include/caffe/util/mkl_alternate.hpp
include/caffe/util/rng.hpp
include/caffe/util/upgrade_proto.hpp
include/caffe/vision_layers.hpp
matlab/caffe/matcaffe.cpp
python/caffe/_caffe.cpp
src/caffe/blob.cpp
src/caffe/common.cpp
src/caffe/layer_factory.cpp
src/caffe/layers/accuracy_layer.cpp
src/caffe/layers/argmax_layer.cpp
src/caffe/layers/bnll_layer.cpp
src/caffe/layers/bnll_layer.cu
src/caffe/layers/concat_layer.cpp
src/caffe/layers/concat_layer.cu
src/caffe/layers/conv_layer.cpp
src/caffe/layers/conv_layer.cu
src/caffe/layers/data_layer.cpp
src/caffe/layers/data_layer.cu
src/caffe/layers/dropout_layer.cpp
src/caffe/layers/dropout_layer.cu
src/caffe/layers/dummy_data_layer.cpp
src/caffe/layers/eltwise_layer.cpp
src/caffe/layers/eltwise_layer.cu
src/caffe/layers/euclidean_loss_layer.cpp
src/caffe/layers/euclidean_loss_layer.cu
src/caffe/layers/flatten_layer.cpp
src/caffe/layers/flatten_layer.cu
src/caffe/layers/hdf5_data_layer.cpp
src/caffe/layers/hdf5_data_layer.cu
src/caffe/layers/hdf5_output_layer.cpp
src/caffe/layers/hdf5_output_layer.cu
src/caffe/layers/hinge_loss_layer.cpp
src/caffe/layers/im2col_layer.cpp
src/caffe/layers/im2col_layer.cu
src/caffe/layers/image_data_layer.cpp
src/caffe/layers/image_data_layer.cu
src/caffe/layers/infogain_loss_layer.cpp
src/caffe/layers/inner_product_layer.cpp
src/caffe/layers/inner_product_layer.cu
src/caffe/layers/loss_layer.cpp
src/caffe/layers/lrn_layer.cpp
src/caffe/layers/lrn_layer.cu
src/caffe/layers/memory_data_layer.cpp
src/caffe/layers/multinomial_logistic_loss_layer.cpp
src/caffe/layers/neuron_layer.cpp
src/caffe/layers/pooling_layer.cpp
src/caffe/layers/pooling_layer.cu
src/caffe/layers/power_layer.cpp
src/caffe/layers/power_layer.cu
src/caffe/layers/relu_layer.cpp
src/caffe/layers/relu_layer.cu
src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp
src/caffe/layers/sigmoid_cross_entropy_loss_layer.cu
src/caffe/layers/sigmoid_layer.cpp
src/caffe/layers/sigmoid_layer.cu
src/caffe/layers/slice_layer.cpp
src/caffe/layers/slice_layer.cu
src/caffe/layers/softmax_layer.cpp
src/caffe/layers/softmax_layer.cu
src/caffe/layers/softmax_loss_layer.cpp
src/caffe/layers/softmax_loss_layer.cu
src/caffe/layers/split_layer.cpp
src/caffe/layers/split_layer.cu
src/caffe/layers/tanh_layer.cpp
src/caffe/layers/tanh_layer.cu
src/caffe/layers/threshold_layer.cpp
src/caffe/layers/threshold_layer.cu
src/caffe/layers/window_data_layer.cpp
src/caffe/layers/window_data_layer.cu
src/caffe/net.cpp
src/caffe/proto/caffe.proto
src/caffe/proto/caffe_pretty_print.proto
src/caffe/solver.cpp
src/caffe/syncedmem.cpp
src/caffe/test/test_accuracy_layer.cpp
src/caffe/test/test_argmax_layer.cpp
src/caffe/test/test_benchmark.cpp
src/caffe/test/test_blob.cpp
src/caffe/test/test_caffe_main.cpp
src/caffe/test/test_common.cpp
src/caffe/test/test_concat_layer.cpp
src/caffe/test/test_convolution_layer.cpp
src/caffe/test/test_data_layer.cpp
src/caffe/test/test_dummy_data_layer.cpp
src/caffe/test/test_eltwise_layer.cpp
src/caffe/test/test_euclidean_loss_layer.cpp
src/caffe/test/test_filler.cpp
src/caffe/test/test_flatten_layer.cpp
src/caffe/test/test_hdf5_output_layer.cpp
src/caffe/test/test_hdf5data_layer.cpp
src/caffe/test/test_hinge_loss_layer.cpp
src/caffe/test/test_im2col_kernel.cu
src/caffe/test/test_im2col_layer.cpp
src/caffe/test/test_image_data_layer.cpp
src/caffe/test/test_infogain_loss_layer.cpp
src/caffe/test/test_inner_product_layer.cpp
src/caffe/test/test_lrn_layer.cpp
src/caffe/test/test_math_functions.cpp
src/caffe/test/test_maxpool_dropout_layers.cpp
src/caffe/test/test_memory_data_layer.cpp
src/caffe/test/test_multinomial_logistic_loss_layer.cpp
src/caffe/test/test_net.cpp
src/caffe/test/test_neuron_layer.cpp
src/caffe/test/test_platform.cpp
src/caffe/test/test_pooling_layer.cpp
src/caffe/test/test_power_layer.cpp
src/caffe/test/test_protobuf.cpp
src/caffe/test/test_random_number_generator.cpp
src/caffe/test/test_sgd_solver.cpp
src/caffe/test/test_sigmoid_cross_entropy_loss_layer.cpp
src/caffe/test/test_slice_layer.cpp
src/caffe/test/test_softmax_layer.cpp
src/caffe/test/test_softmax_with_loss_layer.cpp
src/caffe/test/test_solver.cpp
src/caffe/test/test_split_layer.cpp
src/caffe/test/test_stochastic_pooling.cpp
src/caffe/test/test_syncedmem.cpp
src/caffe/test/test_tanh_layer.cpp
src/caffe/test/test_threshold_layer.cpp
src/caffe/test/test_upgrade_proto.cpp
src/caffe/test/test_util_blas.cpp
src/caffe/util/benchmark.cpp
src/caffe/util/im2col.cpp
src/caffe/util/im2col.cu
src/caffe/util/insert_splits.cpp
src/caffe/util/io.cpp
src/caffe/util/math_functions.cpp
src/caffe/util/math_functions.cu
src/caffe/util/upgrade_proto.cpp
tools/caffe.cpp
tools/compute_image_mean.cpp
tools/convert_imageset.cpp
tools/device_query.cpp
tools/dump_network.cpp
tools/extract_features.cpp
tools/finetune_net.cpp
tools/net_speed_benchmark.cpp
tools/test_net.cpp
tools/train_net.cpp
tools/upgrade_net_proto_binary.cpp
tools/upgrade_net_proto_text.cpp

index d1f3f3e..2d5589b 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 //
 // This script converts the CIFAR dataset to the leveldb format used
 // by caffe to perform classification.
index c2cf4b3..a97a928 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 //
 // This script converts the MNIST dataset to the leveldb format used
 // by caffe to perform classification.
index 2086c51..eb0c25b 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_BLOB_HPP_
 #define CAFFE_BLOB_HPP_
 
index 172fc5f..0af9ef0 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 // caffe.hpp is the header file that you need to include in your code. It wraps
 // all the internal caffe header files into one for simpler inclusion.
 
index d3dbd47..97a3496 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_COMMON_HPP_
 #define CAFFE_COMMON_HPP_
 
index ed11487..1e282d3 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_COMMON_LAYERS_HPP_
 #define CAFFE_COMMON_LAYERS_HPP_
 
index f868b28..3177482 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_DATA_LAYERS_HPP_
 #define CAFFE_DATA_LAYERS_HPP_
 
index beeee01..a836680 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 // Fillers are random number generators that fills a blob using the specified
 // algorithm. The expectation is that they are only going to be used during
 // initialization time and will not involve any GPUs.
index 46f6736..8520899 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_INTERNAL_THREAD_HPP_
 #define CAFFE_INTERNAL_THREAD_HPP_
 
@@ -28,7 +26,7 @@ class InternalThread {
   }
 
  protected:
-  /* Implement this method in your subclass 
+  /* Implement this method in your subclass
       with the code you want your thread to run. */
   virtual void InternalThreadEntry() = 0;
 
index aac8244..dca5f87 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_LAYER_H_
 #define CAFFE_LAYER_H_
 
index 73a677b..bd2618d 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_LOSS_LAYERS_HPP_
 #define CAFFE_LOSS_LAYERS_HPP_
 
index 808b244..8c22137 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_NET_HPP_
 #define CAFFE_NET_HPP_
 
index 4b3f6f4..6fe4252 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_NEURON_LAYERS_HPP_
 #define CAFFE_NEURON_LAYERS_HPP_
 
@@ -233,12 +231,12 @@ class TanHLayer : public NeuronLayer<Dtype> {
 
 /* ThresholdLayer
   Outputs 1 if value in input is above threshold, 0 otherwise.
-  The defult threshold = 0, which means positive values would become 1 and 
+  The defult threshold = 0, which means positive values would become 1 and
   negative or 0, would become 0
 
   y = 1 if x > threshold
   y = 0 if x <= threshold
-  
+
   y' = don't differenciable
 */
 template <typename Dtype>
index 811d703..cdf583a 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_OPTIMIZATION_SOLVER_HPP_
 #define CAFFE_OPTIMIZATION_SOLVER_HPP_
 
index 2b7f349..b2fc287 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_SYNCEDMEM_HPP_
 #define CAFFE_SYNCEDMEM_HPP_
 
index 759e01a..40b9eff 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 // The main caffe test code. Your test cpp code should include this hpp
 // to allow a main function to be compiled into the binary.
 #ifndef CAFFE_TEST_TEST_CAFFE_MAIN_HPP_
index 034aecc..4cf2cbc 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_TEST_GRADIENT_CHECK_UTIL_H_
 #define CAFFE_TEST_GRADIENT_CHECK_UTIL_H_
 
index 8ee7614..f7ef8ea 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_UTIL_BENCHMARK_H_
 #define CAFFE_UTIL_BENCHMARK_H_
 
index abee4f5..cf1aef7 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_UTIL_DEVICE_ALTERNATE_H_
 #define CAFFE_UTIL_DEVICE_ALTERNATE_H_
 
index c263997..0051e2f 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef _CAFFE_UTIL_IM2COL_HPP_
 #define _CAFFE_UTIL_IM2COL_HPP_
 
index 4da1ea8..4ca933b 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef _CAFFE_UTIL_INSERT_SPLITS_HPP_
 #define _CAFFE_UTIL_INSERT_SPLITS_HPP_
 
index 4f517ff..cdf4d9e 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_UTIL_IO_H_
 #define CAFFE_UTIL_IO_H_
 
index 0019501..744dc84 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_UTIL_MATH_FUNCTIONS_H_
 #define CAFFE_UTIL_MATH_FUNCTIONS_H_
 
index c30eab8..d72bcd2 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_UTIL_MKL_ALTERNATE_H_
 #define CAFFE_UTIL_MKL_ALTERNATE_H_
 
index f774d70..8f1cf0d 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_RNG_CPP_HPP_
 #define CAFFE_RNG_CPP_HPP_
 
index 39e4f4c..1ee184a 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_UTIL_UPGRADE_PROTO_H_
 #define CAFFE_UTIL_UPGRADE_PROTO_H_
 
index 80dc375..0797065 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_VISION_LAYERS_HPP_
 #define CAFFE_VISION_LAYERS_HPP_
 
index d0e98f8..70652e2 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 //
 // matcaffe.cpp provides a wrapper of the caffe::Net class as well as some
 // caffe::Caffe functions so that one could easily call it from matlab.
index 5931772..3103d02 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 // pycaffe provides a wrapper of the caffe::Net class as well as some
 // caffe::Caffe functions so that one could easily call it from Python.
 // Note that for Python, we will simply use float as the data type.
index 738b549..9fd1232 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include "caffe/blob.hpp"
 #include "caffe/common.hpp"
 #include "caffe/syncedmem.hpp"
index 019370b..99b2292 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <gflags/gflags.h>
 #include <glog/logging.h>
 #include <cstdio>
index 1165abc..118929f 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CAFFE_LAYER_FACTORY_HPP_
 #define CAFFE_LAYER_FACTORY_HPP_
 
index f99b01d..76889d8 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <functional>
 #include <utility>
index 732f7bf..b2ef91e 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <functional>
 #include <utility>
index 9b7a064..4cb8520 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <vector>
 
index bc6a201..9895a06 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <vector>
 
index 32203a8..b76d4b2 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index 1a97f02..aea8b77 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index ca63e97..df3e31b 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/filler.hpp"
index 616a81a..04ae139 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/filler.hpp"
index ddc7f77..c089c9b 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <leveldb/db.h>
 #include <stdint.h>
 
index fcbf234..2ae1a64 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <string>
 #include <vector>
 
index 605aa15..0621b56 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 // TODO (sergeyk): effect should not be dependent on phase. wasted memcpy.
 
 #include <vector>
index 8befa4d..9bcd687 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <limits>
 #include <vector>
index 58044f4..98b437e 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/filler.hpp"
index 09ca66f..8085b46 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index d47d24a..eec8857 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index 2a814f0..17180d4 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index e1358f0..dd14f19 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index f1fdd32..81a506a 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index 60b67f0..7233afb 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index 38b2b8d..5bad5f6 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 /*
 TODO:
 - load file in a separate thread ("prefetch")
index d50d961..1f682d5 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 /*
 TODO:
 - only load parts of the file, in accordance with a prototxt param "max_mem"
index 30e4997..0d7590b 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "hdf5.h"
index 9b3dd13..d2f20b3 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "hdf5.h"
index a7ec061..bc3a593 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <cmath>
index fb3dad4..2dd7476 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/common.hpp"
index c980254..6b4c701 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/common.hpp"
index a10f02c..a0f03a8 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <fstream>  // NOLINT(readability/streams)
 #include <iostream>  // NOLINT(readability/streams)
 #include <string>
index 8a449d0..f61409c 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/blob.hpp"
index c972c03..fa01116 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <cmath>
index 6493d0b..a9e0f35 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/blob.hpp"
index 4b670d6..e021072 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/blob.hpp"
index 656e85a..4866522 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <cmath>
index 50ad646..e77f685 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index 7a19350..eee12e6 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index 15eedb3..d1717fd 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index e5eafd6..a9c7de6 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <cmath>
index 1b8fcec..3343b26 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index 75a74da..30657b6 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <vector>
index 6f3a720..58f1997 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <vector>
index 86cb3d7..8b5d8d1 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <vector>
 
index db88fee..0950b78 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <vector>
 
index b94086d..fca10a5 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <vector>
 
index e0d6aa1..a74428b 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <vector>
 
index 2bf931d..24ab6a8 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <vector>
index 698ec1d..0e4dab7 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <vector>
index e25db04..0f8b582 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cmath>
 #include <vector>
index 28cc7f1..039796e 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cmath>
 #include <vector>
index fc86a2d..e182837 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <vector>
 
index 7070214..8e01131 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index 6a98b32..61990ed 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 //
 #include <algorithm>
 #include <vector>
index 6d65fbc..65b0e22 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <vector>
index 43e8fca..98cf14c 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <vector>
index f55b8c7..32f3e67 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cfloat>
 #include <vector>
index d13b8d1..2786d3f 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index a89c5d6..1cf15a7 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index 0a6ec68..0c8be3f 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 // TanH neuron activation function layer.
 // Adapted from ReLU layer code written by Yangqing Jia
 
index 9307cab..b3daad1 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 // TanH neuron activation function layer.
 // Adapted from ReLU layer code written by Yangqing Jia
 
index 2c8546c..c932356 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/layer.hpp"
index fb973b2..398d56e 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <vector>
 
index cbd2696..ddff555 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 //
 // Based on data_layer.cpp by Yangqing Jia.
 
index 5efcc3f..6e8fa8b 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 //
 // Based on data_layer.cpp by Yangqing Jia.
 
index 6fab0e3..db6b4ff 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <map>
 #include <set>
 #include <string>
index 4e77863..44bfb63 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 syntax = "proto2";
 
 package caffe;
index f34988c..225138a 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 syntax = "proto2";
 
 package caffe;
index 6049ddf..d96d039 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstdio>
 
 #include <algorithm>
index 844f639..7d25183 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 
 #include "caffe/common.hpp"
index 95217df..e11e3f2 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cfloat>
 #include <cmath>
 #include <cstring>
index 3f55eda..fb3951c 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <utility>
 #include <vector>
 
index e6d9ebf..dbbee08 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <unistd.h>  // for usleep
 
 #include "gtest/gtest.h"
index 89f4a16..adf7a4d 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 
 #include "gtest/gtest.h"
index bb5e6b4..df188fd 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 // The main caffe test code. Your test cpp code should include this hpp
 // to allow a main function to be compiled into the binary.
 
index 455f5d8..0b3639c 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 
 #include "gtest/gtest.h"
index b07c572..c60b7f7 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index 41951cf..5a7ea80 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index be478b2..208beed 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <string>
 #include <vector>
 
index aa6cc55..4188bb6 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <string>
 #include <vector>
 
index fe3269b..4c17dfd 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "gtest/gtest.h"
index 6dd631e..511d38c 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cmath>
 #include <cstdlib>
 #include <cstring>
index d0d750f..e04b0fd 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 
 #include "gtest/gtest.h"
index 928db84..cbd01f2 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index a36a8cb..696165c 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <string>
 #include <vector>
 
index 1f3bf9f..f903afb 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <string>
 #include <vector>
 
index c6be1d7..8f6f6f7 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cmath>
 #include <cstdlib>
 #include <cstring>
index 89008ac..ee684c0 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index 6884b05..32cf636 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index bbeedb8..5232c11 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <fstream>  // NOLINT(readability/streams)
 #include <iostream>  // NOLINT(readability/streams)
 #include <map>
index 7b37050..162d0e6 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cmath>
 #include <cstdlib>
 #include <cstring>
index 31d87af..5f9729c 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index fbb03df..3bd62fd 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cstring>
 #include <vector>
index c89ca02..d10e702 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <stdint.h>  // for uint32_t & uint64_t
 #include <time.h>
 #include <climits>
index e939d0c..311c778 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index 60e75eb..f401bb0 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "caffe/filler.hpp"
index 9b6bb06..3d1037b 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cmath>
 #include <cstdlib>
 #include <cstring>
index 6787ba9..18bc9ad 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <string>
 #include <utility>
 #include <vector>
index 59c9b3d..649f8f6 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index a4f4b42..f3513e0 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CPU_ONLY
 
 #include <cstdio>
index 4636dd7..5be01f7 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index e35d539..0c104c2 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <vector>
 
index da1a0d3..0c502d6 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 // This is simply a script that tries serializing protocol buffer in text
 // format. Nothing special here and no actual code is being tested.
 #include <string>
index 8e39191..98424c0 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cmath>
 #include <cstring>
 
index 14dcac2..1ec24b1 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <string>
 #include <utility>
index 7205ce9..f5716c9 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cmath>
 #include <cstdlib>
 #include <cstring>
index e61f3e4..ee88187 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index a305c64..37685af 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cmath>
 #include <cstring>
 #include <vector>
index 2994a91..bd39bd4 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cmath>
 #include <cstdlib>
 #include <cstring>
index 133d01c..a7dbf77 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <string>
 #include <utility>
 #include <vector>
index a4e5857..711669b 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <string>
 #include <vector>
index 600b909..4f13981 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cstring>
 #include <vector>
index 5ccc480..b658871 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <vector>
 
index 1dac5a5..9b8e745 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 // Adapted from other test files
 
 #include <cmath>
index b06d697..32dfbee 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <vector>
 
 #include "gtest/gtest.h"
index a16b835..2abcadc 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cstring>
 #include <string>
 #include <vector>
index 841edef..8770f30 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #ifndef CPU_ONLY  // CPU-GPU test
 
 #include <cstring>
index 009b118..566d06a 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <boost/date_time/posix_time/posix_time.hpp>
 
 #include "caffe/common.hpp"
index 01df8c8..c48f31f 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <cmath>
 #include <cstdlib>
 #include <cstring>
index 653ce49..c90f93e 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <algorithm>
 #include <cmath>
 #include <cstdlib>
index b88b320..270568c 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <map>
 #include <sstream>
 #include <string>
index 575ea3d..fd7454d 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <fcntl.h>
 #include <google/protobuf/io/coded_stream.h>
 #include <google/protobuf/io/zero_copy_stream_impl.h>
index 2fdcf91..974adf5 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <boost/math/special_functions/next.hpp>
 #include <boost/random.hpp>
 
index 1e93493..cec051e 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <math_functions.h>  // CUDA's, not caffe's, for fabs, signbit
 #include <thrust/device_vector.h>
 #include <thrust/functional.h>  // thrust::plus
index a6e9c40..5415ca8 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <google/protobuf/io/coded_stream.h>
 #include <google/protobuf/io/zero_copy_stream_impl.h>
 #include <google/protobuf/text_format.h>
index ec41429..ee12bca 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 #include <gflags/gflags.h>
 #include <glog/logging.h>
 
index 79bfdc7..fe3497f 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <glog/logging.h>
 #include <leveldb/db.h>
 #include <lmdb.h>
index 21ff0d3..0ddafa0 100644 (file)
@@ -1,4 +1,3 @@
-// Copyright 2014 BVLC and contributors.
 // This program converts a set of images to a leveldb by storing them as Datum
 // proto buffers.
 // Usage:
index efdbbbb..2678154 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include "caffe/common.hpp"
 
 int main(int argc, char** argv) {
index 8984016..90895fd 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-//
 // This program takes in a trained network and an input blob, and then dumps
 // all the intermediate blobs produced by the net to individual binary
 // files stored in protobuffer binary formats.
index 06e07fe..49e8f98 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include <stdio.h>  // for snprintf
 #include <string>
 #include <vector>
index 213ff01..2966de4 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include "caffe/caffe.hpp"
 
 int main(int argc, char** argv) {
index f520e1d..ff112bd 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include "caffe/caffe.hpp"
 
 int main(int argc, char** argv) {
index b6f827e..de97ab8 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-//
 // This is a simple script that allows one to quickly test a network whose
 // structure is specified by text format protocol buffers, and whose parameter
 // are loaded from a pre-trained network.
index 08602d4..26aeb40 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-
 #include "caffe/caffe.hpp"
 
 int main(int argc, char** argv) {
index ed703f0..d7a62e3 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-//
 // This is a script to upgrade "V0" network prototxts to the new format.
 // Usage:
 //    upgrade_net_proto_binary v0_net_proto_file_in net_proto_file_out
index d05d1ac..1176585 100644 (file)
@@ -1,5 +1,3 @@
-// Copyright 2014 BVLC and contributors.
-//
 // This is a script to upgrade "V0" network prototxts to the new format.
 // Usage:
 //    upgrade_net_proto_text v0_net_proto_file_in net_proto_file_out