Update siplib source files

This commit is contained in:
Robin Dunn
2017-01-21 13:21:59 -08:00
parent 4a008f8f45
commit afdab43152
11 changed files with 1425 additions and 321 deletions

View File

@@ -3,7 +3,7 @@
* C++ classes that provide a thread interface to interact properly with the
* Python threading infrastructure.
*
* Copyright (c) 2015 Riverbank Computing Limited <info@riverbankcomputing.com>
* Copyright (c) 2016 Riverbank Computing Limited <info@riverbankcomputing.com>
*
* This file is part of SIP.
*
@@ -19,7 +19,6 @@
*/
#include "sip.h"
#include "sipint.h"