1 |
|
---|
2 | pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
|
---|
3 |
|
---|
4 | copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com>
|
---|
5 |
|
---|
6 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
---|
7 | of this software and associated documentation files (the "Software"), to deal
|
---|
8 | in the Software without restriction, including without limitation the rights
|
---|
9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
---|
10 | copies of the Software, and to permit persons to whom the Software is
|
---|
11 | furnished to do so, subject to the following conditions:
|
---|
12 |
|
---|
13 | The above copyright notice and this permission notice shall be included in all
|
---|
14 | copies or substantial portions of the Software.
|
---|
15 |
|
---|
16 | The software is provided "as is", without warranty of any kind, express or
|
---|
17 | implied, including but not limited to the warranties of merchantability,
|
---|
18 | fitness for a particular purpose and noninfringement. In no event shall the
|
---|
19 | authors or copyright holders be liable for any claim, damages or other
|
---|
20 | liability, whether in an action of contract, tort or otherwise, arising from,
|
---|
21 | out of or in connection with the software or the use or other dealings in the
|
---|
22 | software.
|
---|