1 | pnm2png / png2pnm --- conversion from PBM/PGM/PPM-file to PNG-file
|
---|
2 |
|
---|
3 | copyright (C) 1999-2019 by Willem van Schaik <willem at schaik dot com>
|
---|
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.
|
---|