summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-01-20 18:24:41 -0800
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-01-20 18:24:41 -0800
commit76c73d5549c54620e1a9a8654c5dc31d090ac28e (patch)
tree33818c9baa23cad47b9eeaf3688398bbbebc0f32
parentf8039bc22b33d37af9578b6c57f5ef7737f67215 (diff)
downloadcaffe-76c73d5549c54620e1a9a8654c5dc31d090ac28e.tar.gz
caffe-76c73d5549c54620e1a9a8654c5dc31d090ac28e.tar.bz2
caffe-76c73d5549c54620e1a9a8654c5dc31d090ac28e.zip
License under BSD
Caffe is henceforth BSD licensed and welcomes community contributions!
-rw-r--r--LICENSE27
-rw-r--r--README.md3
2 files changed, 26 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 85311d6b..e601ed37 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,26 @@
-Copyright ©2013. The Regents of the University of California (Regents). All Rights Reserved. Permission to use, copy, modify, and distribute this software and its documentation for educational, research, and not-for-profit purposes, without fee and without a signed licensing agreement, is hereby granted, provided that the above copyright notice, this paragraph and the following two paragraphs appear in all copies, modifications, and distributions. Contact The Office of Technology Licensing, UC Berkeley, 2150 Shattuck Avenue, Suite 510, Berkeley, CA 94720-1620, (510) 643-7201, for commercial licensing opportunities.
+Copyright (c) 2014, The Regents of the University of California (Regents)
+All rights reserved.
-Created by Yangqing Jia, Department of EECS, University of California, Berkeley.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
-IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
-REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS PROVIDED “AS IS”. REGENTS HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The views and conclusions contained in the software and documentation are those
+of the authors and should not be interpreted as representing official policies,
+either expressed or implied, of the FreeBSD Project.
diff --git a/README.md b/README.md
index 84bedae6..b07c50ae 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,4 @@
[Caffe: Convolutional Architecture for Fast Feature Extraction](http://caffe.berkeleyvision.org)
+
+Created by Yangqing Jia, Department of EECS, University of California, Berkeley.
+Maintained by the Berkeley Vision and Learning Center (BVLC).