Skip to content

Commit bb981d8

Browse files
committed
- initial public commit
1 parent a12e495 commit bb981d8

39 files changed

+8486
-1
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/build
2+
/packages
3+
/intermediate
4+
/.vs
5+
*.vcxproj.user
6+
*.opensdf
7+
*.sdf
8+
/*.opendb
9+
peparser.aps

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 SMART Technologies
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

NOTICE

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Portions of this software use structure definitions taken from
2+
Program Info Definitions V1.02, copyright (C) 1999 Sven B. Schreiber ([email protected])
3+
obtained from http://undocumented.rawol.com/win_pdbx.zip (last access 2016-04-04) used
4+
under the following license:
5+
6+
> This software is provided "as is" and any express or implied
7+
> warranties, including, but not limited to, the implied warranties of
8+
> merchantibility and fitness for a particular purpose are disclaimed.
9+
> In no event shall the author Sven B. Schreiber be liable for any
10+
> direct, indirect, incidental, special, exemplary, or consequential
11+
> damages (including, but not limited to, procurement of substitute
12+
> goods or services; loss of use, data, or profits; or business
13+
> interruption) however caused and on any theory of liability,
14+
> whether in contract, strict liability, or tort (including negligence
15+
> or otherwise) arising in any way out of the use of this software,
16+
> even if advised of the possibility of such damage.

0 commit comments

Comments
 (0)