Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.07 KB

File metadata and controls

27 lines (23 loc) · 1.07 KB

Copyright (c) 2015-2016 Bartosz Zator

This program is free software. Unless otherwise stated below, the files in this project may be distributed under the terms of the GNU General Public License version 2.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Red-black tree and interval tree implementation was taken from the Linux kernel source tree and therefore might be distributed under GNU General Public License v.2 or any later version. Red Black Trees: (C) 1999 Andrea Arcangeli andrea@suse.de (C) 2002 David Woodhouse dwmw2@infradead.org (C) 2012 Michel Lespinasse walken@google.com Interval Trees: (C) 2012 Michel Lespinasse walken@google.com

gettimeofday implementation for Windows was taken from the PostgreSQL implementation: Copyright (c) 2003 SRA, Inc. Copyright (c) 2003 SKC, Inc. and might be distributed under the license stated thereof. Please see wintime.h file for details.