diff options
-rw-r--r-- | LEGAL | 6 | ||||
-rw-r--r-- | LICENSE | 7 | ||||
-rw-r--r-- | buildfile | 4 |
3 files changed, 9 insertions, 8 deletions
@@ -0,0 +1,6 @@ +This file contains additional (to the LICENSE file) notes and details on the +copyright and/or license for the code. + +ODB is licensed under the MIT-compatible terms with a license exception: + +https://git.codesynthesis.com/cgit/odb/odb-etc/tree/license-exceptions/build2-odb-license-exception.txt @@ -1,11 +1,6 @@ -ODB is licensed under the MIT-compatible terms with a license -exception: - -https://git.codesynthesis.com/cgit/odb/odb-etc/tree/license-exceptions/build2-odb-license-exception.txt - 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 @@ -1,8 +1,8 @@ # file : buildfile # license : MIT; see accompanying LICENSE file -./: {*/ -build/} \ - doc{INSTALL LICENSE AUTHORS NEWS README CONTRIBUTING.md} \ +./: {*/ -build/} \ + doc{INSTALL LICENSE AUTHORS LEGAL NEWS README CONTRIBUTING.md} \ manifest # Don't install tests or the INSTALL file. |