summaryrefslogtreecommitdiff
path: root/python
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 /python
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 'python')
-rw-r--r--python/caffe/_caffe.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/caffe/_caffe.cpp b/python/caffe/_caffe.cpp
index 59317727..3103d026 100644
--- a/python/caffe/_caffe.cpp
+++ b/python/caffe/_caffe.cpp
@@ -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.