summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-22 06:44:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-22 06:44:53 +0200
commit5ff07837303b8aa513f536ca8221e8463973c014 (patch)
treea9415bfaee44a92a4979f01c8e292bfe042092ba
parentd808a0d7c49e5fbb47a9577b7eae791f7414ee3f (diff)
Rename COPYING to LICENSE, update copyright
-rw-r--r--COPYING22
-rw-r--r--LICENSE22
-rw-r--r--char-props.c4
-rw-r--r--genx.c4
-rw-r--r--genx.h4
5 files changed, 28 insertions, 28 deletions
diff --git a/COPYING b/COPYING
deleted file mode 100644
index 6fc3fa7..0000000
--- a/COPYING
+++ /dev/null
@@ -1,22 +0,0 @@
-Copyright (c) 2007-2017 Code Synthesis Tools CC.
-Copyright (c) Tim Bray and Sun Microsystems, 2004.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..6906d62
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2007-2020 Code Synthesis Tools CC.
+Copyright (c) Tim Bray and Sun Microsystems, 2004.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/char-props.c b/char-props.c
index f41e465..334ffc2 100644
--- a/char-props.c
+++ b/char-props.c
@@ -1,8 +1,8 @@
/*
- * Copyright (c) 2007-2017 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC (see the LICENSE file).
*
- * For copying permission, see the accompanying COPYING file.
+ * For copying permission, see the accompanying LICENSE file.
*/
/*
diff --git a/genx.c b/genx.c
index ddfc5cb..685c54a 100644
--- a/genx.c
+++ b/genx.c
@@ -1,8 +1,8 @@
/*
- * Copyright (c) 2007-2017 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC (see the LICENSE file).
*
- * For copying permission, see the accompanying COPYING file.
+ * For copying permission, see the accompanying LICENSE file.
*/
#define GENX_VERSION "cs-1"
diff --git a/genx.h b/genx.h
index 166ee89..041815f 100644
--- a/genx.h
+++ b/genx.h
@@ -3,10 +3,10 @@
*/
/*
- * Copyright (c) 2007-2017 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC (see the LICENSE file).
*
- * For copying permission, see the accompanying COPYING file.
+ * For copying permission, see the accompanying LICENSE file.
*/
#ifndef GENX_H