1 /* 2 *-------------------------------------------------------------------- 3 * This software is Copyright (c) 2012-2015 The Regents of the 4 * University of California. All Rights Reserved. 5 * 6 * Permission to copy and modify this software and its documentation 7 * for educational, research and non-profit purposes, without fee, 8 * and without a written agreement is hereby granted, provided that 9 * the above copyright notice, this paragraph and the following three 10 * paragraphs appear in all copies. 11 * 12 * Permission to make commercial use of this software may be obtained 13 * by contacting: 14 * 15 * Technology Transfer Office 16 * 9500 Gilman Drive, Mail Code 0910 17 * University of California 18 * La Jolla, CA 92093-0910 19 * (858) 534-5815 20 * invent@ucsd.edu 21 * 22 * This software program and documentation are copyrighted by The 23 * Regents of the University of California. The software program and 24 * documentation are supplied "as is", without any accompanying 25 * services from The Regents. The Regents does not warrant that the 26 * operation of the program will be uninterrupted or error-free. The 27 * end-user understands that the program was developed for research 28 * purposes and is advised not to rely exclusively on the program for 29 * any reason. 30 * 31 * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY 32 * PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL 33 * DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS 34 * SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF 35 * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY 37 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 38 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE 39 * SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE 40 * UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE 41 * MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 42 *-------------------------------------------------------------------- 43 */ 44 45 #if defined(__cplusplus) 46 extern "C" { 47 #endif 48 49 #include "svLS_STRUCT_c.h" 50 #include "svLS_API_c.h" 51 52 #if defined(__cplusplus) 53 } 54 #endif 55