aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-02-19 12:28:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-02-19 12:28:14 +0200
commita1c711df79a8c608e29894d40c20fdad8ca74158 (patch)
treefbb8f6915270147d08f6b068da1cd23300dbbe03
parent02c94fbd481cfd237c5cfdd7a55d6bba9922984d (diff)
Add LEGAL file, move relevant legal details there
-rw-r--r--AUTHORS4
-rw-r--r--LEGAL9
-rw-r--r--LICENSE2
-rw-r--r--buildfile2
4 files changed, 11 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index 91e3340..9780708 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,10 +1,6 @@
This file contains information about the build2 authors for copyright
purposes.
-Note that the openssl/agent/pkcs11/pkcs11.h file is from OpenSC/libp11 with
-"unlimited permission to copy and/or distribute"; see the file header for
-details on its copyright and licensing terms.
-
The copyright for the code is held by the contributors of the code. The
revision history in the version control system is the primary source of
authorship information for copyright purposes. Contributors that have
diff --git a/LEGAL b/LEGAL
new file mode 100644
index 0000000..07dbef1
--- /dev/null
+++ b/LEGAL
@@ -0,0 +1,9 @@
+This file contains additional (to the LICENSE file) notes and details on the
+copyright and/or license for the code.
+
+Note that this project is not affiliated with OpenSSL. OpenSSL is a registered
+trademark owned by the OpenSSL Software Foundation used with permission.
+
+The openssl/agent/pkcs11/pkcs11.h file is from OpenSC/libp11 with "unlimited
+permission to copy and/or distribute"; see the file header for details on its
+copyright and licensing terms.
diff --git a/LICENSE b/LICENSE
index 2cf3738..3be7e89 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2014-2020 the build2 authors (see the AUTHORS file).
+Copyright (c) 2014-2020 the build2 authors (see the AUTHORS and LEGAL files).
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/buildfile b/buildfile
index d4dc7af..9b2d938 100644
--- a/buildfile
+++ b/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} doc{INSTALL LICENSE AUTHORS NEWS README} manifest
+./: {*/ -build/} doc{INSTALL LICENSE AUTHORS LEGAL NEWS README} manifest
# Don't install tests or the INSTALL file.
#