summaryrefslogtreecommitdiffstats
path: root/siplib/sipint.h
diff options
context:
space:
mode:
Diffstat (limited to 'siplib/sipint.h')
-rw-r--r--siplib/sipint.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/siplib/sipint.h b/siplib/sipint.h
index 3758b36..f229fbe 100644
--- a/siplib/sipint.h
+++ b/siplib/sipint.h
@@ -1,18 +1,18 @@
/*
- * This file defines the SIP library internal interfaces.
+ * This file defines the SIP-TQt library internal interfaces.
*
* Copyright (c) 2010 Riverbank Computing Limited <info@riverbankcomputing.com>
*
- * This file is part of SIP.
+ * This file is part of SIP-TQt.
*
- * This copy of SIP is licensed for use under the terms of the SIP License
+ * This copy of SIP-TQt is licensed for use under the terms of the SIP License
* Agreement. See the file LICENSE for more details.
*
- * This copy of SIP may also used under the terms of the GNU General Public
+ * This copy of SIP-TQt may also used under the terms of the GNU General Public
* License v2 or v3 as published by the Free Software Foundation which can be
* found in the files LICENSE-GPL2 and LICENSE-GPL3 included in this package.
*
- * SIP is supplied WITHOUT ANY WARRANTY; without even the implied warranty of
+ * SIP-TQt is supplied WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
@@ -102,7 +102,7 @@ PyObject *sip_api_disconnect_rx(PyObject *txObj, const char *sig,
/*
- * These are part of the SIP API but are also used within the SIP module.
+ * These are part of the SIP-TQt API but are also used within the SIP-TQt module.
*/
void *sip_api_malloc(size_t nbytes);
void sip_api_free(void *mem);
@@ -121,7 +121,7 @@ int sip_api_save_slot(sipSlot *sp, PyObject *rxObj, const char *slot);
/*
- * These are not part of the SIP API but are used within the SIP module.
+ * These are not part of the SIP-TQt API but are used within the SIP-TQt module.
*/
void sipSaveMethod(sipPyMethod *pm,PyObject *meth);
void *sipGetPending(sipWrapper **op, int *fp);