diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-05 13:53:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-05 13:53:58 +0200 |
commit | e01c7e1331ed086ef5b3922357fad3bb279be947 (patch) | |
tree | 47ee758c5aff0397a02e6093aa3c50d4973fb626 | |
parent | 4bbc0b8d81ddb028967b579732d6cc58903a0886 (diff) |
Add COPYRIGHT file
-rw-r--r-- | COPYRIGHT | 11 | ||||
-rw-r--r-- | LICENSE | 8 |
2 files changed, 16 insertions, 3 deletions
diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..b91ae40 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,11 @@ +Copyright (c) 2014-2019 Code Synthesis Ltd and the build2 contributors. + +For the full list of contributors, see the revision history in version control +system. + +The copyright for the code is held by the contributors of the code. The code +is licensed under permissive open source licensing terms (see the accompanying +LICENSE file). When you contribute code to this project, you license it under +these terms. Before contributing please make sure these terms are acceptable +to you (or the organization that employs you) and that you are the author of +the code being contributed. @@ -1,12 +1,14 @@ libbuild2/cc/msvc-setup.h: -MIT, see the file header for details. Comes from the +MIT License, see the file header for details. This file comes from the Microsoft.VisualStudio.Setup.Configuration.Native NuGet package and is -originally named as Setup.Configuration.h. +originally named Setup.Configuration.h. The rest: -Copyright (c) 2014-2019 Code Synthesis Ltd +MIT License + +See the accompanying COPYRIGHT file for the copyright information. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the |