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