aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..928f8fa
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# R7RS-PNM
+
+R7RS-PNM is a R7RS library for handling PNM (Portable Any Map) files,
+providing functionality for reading and writing PNM files,as well as
+accessing and modifying pixel data.
+
+## license
+
+This library is released under the LGPLv3+ License.
+See the COPYING and COPYING.LESSER files for more details.
+
+## Copyright
+
+Copyright (c) 2024 Masaya Tojo <masaya@tojo.tokyo>