summaryrefslogtreecommitdiff
path: root/matlab
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-08-06 00:43:17 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-08-06 18:35:29 -0700
commitb97b88f0c2b7e32ab9e17d4325ef6bc4251c0cc8 (patch)
tree4578bb1f73f116b563b0accb3734de9fdabd7512 /matlab
parent9410e93480f232e9bcce052414b268d8b8b6af3a (diff)
downloadcaffeonacl-b97b88f0c2b7e32ab9e17d4325ef6bc4251c0cc8.tar.gz
caffeonacl-b97b88f0c2b7e32ab9e17d4325ef6bc4251c0cc8.tar.bz2
caffeonacl-b97b88f0c2b7e32ab9e17d4325ef6bc4251c0cc8.zip
LICENSE governs the whole project so strip file headers
Diffstat (limited to 'matlab')
-rw-r--r--matlab/caffe/matcaffe.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/matlab/caffe/matcaffe.cpp b/matlab/caffe/matcaffe.cpp
index d0e98f83..70652e26 100644
--- a/matlab/caffe/matcaffe.cpp
+++ b/matlab/caffe/matcaffe.cpp
@@ -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.