68 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
===============================================================================
 | 
						|
Copyright
 | 
						|
===============================================================================
 | 
						|
 | 
						|
Copyright (c) 2015, Thorsten Sommer, http://www.sommer-engineering.com
 | 
						|
All rights reserved.
 | 
						|
 | 
						|
 | 
						|
===============================================================================
 | 
						|
Licenses for third-party components
 | 
						|
===============================================================================
 | 
						|
 | 
						|
Ocean's source code is available under a BSD 2-clause license (see below). The
 | 
						|
used third-party components have different licenses:
 | 
						|
 | 
						|
Component: UUID
 | 
						|
Link: https://github.com/twinj/uuid
 | 
						|
License: https://github.com/twinj/uuid/blob/master/LICENSE
 | 
						|
 | 
						|
Component: Source Code Pro
 | 
						|
Link: https://github.com/adobe-fonts/source-code-pro
 | 
						|
License: https://github.com/adobe-fonts/source-code-pro/blob/master/LICENSE.txt
 | 
						|
 | 
						|
Component: jQuery
 | 
						|
Link: https://github.com/jquery/jquery
 | 
						|
License: https://github.com/jquery/jquery/blob/master/LICENSE.txt
 | 
						|
 | 
						|
Component: Modernizr
 | 
						|
Link: https://github.com/Modernizr/Modernizr
 | 
						|
License: https://github.com/Modernizr/Modernizr/blob/master/LICENSE
 | 
						|
 | 
						|
Component: Webflow's front-end library
 | 
						|
Link: https://webflow.com/
 | 
						|
License: https://github.com/SommerEngineering/Ocean/blob/master/Admin/Assets/JSWebflow.go
 | 
						|
 | 
						|
Component: mgo
 | 
						|
Link: https://github.com/go-mgo/mgo/
 | 
						|
License: https://github.com/go-mgo/mgo/blob/v2-unstable/LICENSE
 | 
						|
 | 
						|
 | 
						|
===============================================================================
 | 
						|
Ocean's BSD 2-clause license
 | 
						|
===============================================================================
 | 
						|
 | 
						|
Redistribution and use in source and binary forms, with or without
 | 
						|
modification, are permitted provided that the following conditions are met: 
 | 
						|
 | 
						|
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. 
 | 
						|
 | 
						|
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.
 |