File indexing completed on 2024-04-21 04:44:09

0001 # vim: set fileencoding=utf-8
0002 # kbinding generator: Generate sip based Python bindings for C++
0003 
0004 # This file is part of the kbindinggenerator project for generating Python
0005 # bindings for C++ programs, particularly KDE.
0006 
0007 # argvalidate.py: Copyright (C) 2009 Stephan Peijnik (stephan@peijnik.at)
0008 # https://bitbucket.org/sp/python-argvalidate
0009 # License: LGPL-3+, see COPYING.LESSER
0010 
0011 #Other files (except siplexer.py and __init__.py): 
0012 #Copyright 2007- 2014 Simon Edwards <simon@simonzone.com>
0013 #License: GPL-2+
0014 
0015 #cpplexer.py, cppparser.py, cppsymboldata.py, exprparser.py, pplexer.py,
0016 #reducetxt.py, siplexer.py, and sipparser.py:
0017 #Copyright 2007-8 Jim Bublitz <jbublitz@nwinternet.com>
0018 #License: GPL=2+
0019 
0020 # __init__.py, this file:
0021 # Copyright © 2015 Scott Kitterman <scott@kitterman.com>
0022 #
0023 # Permission is hereby granted, free of charge, to any person obtaining a copy
0024 # of this software and associated documentation files (the "Software"), to deal
0025 # in the Software without restriction, including without limitation the rights
0026 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
0027 # copies of the Software, and to permit persons to whom the Software is
0028 #furnished to do so, subject to the following conditions:
0029 
0030 # The above copyright notice and this permission notice shall be included in
0031 # all copies or substantial portions of the Software.
0032 
0033 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0034 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0035 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
0036 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0037 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
0038 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
0039 # THE SOFTWARE.
0040 
0041 # __init__.py for kbindinggenerator class.
0042 
0043 __version__ = '0.1'
0044 
0045