comparison Scan/DPH/scan_loop.c @ 421:ad693d70c292

As per request of original author, updating license to MIT
author Jacob Alexander <jacob@datrium.com>
date Tue, 23 Feb 2016 14:35:08 -0800
parents ab4515606277
children
comparison
equal deleted inserted replaced
420:23a1868b4ac2 421:ad693d70c292
1 /* Copyright (C) 2011-2013 by Joseph Makuch 1 /* Copyright (C) 2011-2013 by Joseph Makuch (jmakuch+f@gmail.com)
2 * Additions by Jacob Alexander (2013-2014) 2 * Additions by Jacob Alexander (2013-2014) (haata@kiibohd.com)
3 * 3 *
4 * This library is free software; you can redistribute it and/or 4 * Permission is hereby granted, free of charge, to any person obtaining a copy
5 * modify it under the terms of the GNU Lesser General Public 5 * of this software and associated documentation files (the "Software"), to deal
6 * License as published by the Free Software Foundation; either 6 * in the Software without restriction, including without limitation the rights
7 * version 3.0 of the License, or (at your option) any later version. 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8 * copies of the Software, and to permit persons to whom the Software is
9 * furnished to do so, subject to the following conditions:
8 * 10 *
9 * This library is distributed in the hope that it will be useful, 11 * The above copyright notice and this permission notice shall be included in
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * all copies or substantial portions of the Software.
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU Lesser General Public 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * License along with this library. If not, see <http://www.gnu.org/licenses/>. 15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20 * THE SOFTWARE.
16 */ 21 */
17 22
18 // ----- Includes ----- 23 // ----- Includes -----
19 24
20 // Compiler Includes 25 // Compiler Includes