diff options
| author | Ulf Lilleengen <[email protected]> | 2022-06-02 13:09:37 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-02 13:09:37 +0200 |
| commit | 9d5af531e35ce0e88afd0100a5b48b5de28a4f90 (patch) | |
| tree | 22a5e72e022ae6050ae10a02d78dbbdc20080db3 /NOTICE.md | |
| parent | dbff4779eb4c8950cd1dd1689f95646762c6dc55 (diff) | |
Update copyright holder names and add notice file (#790)
* Update copyright holder names
Fixes #472
* Add notice file to clarify copyright ownership
The NOTICE file declares that copyright is owned by the individuals
contributing to Embassy, and that all contributed work is licensed under
Apache-2.0 or MIT.
Diffstat (limited to 'NOTICE.md')
| -rw-r--r-- | NOTICE.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 000000000..868bec08f --- /dev/null +++ b/NOTICE.md | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Notices for Embassy | ||
| 2 | |||
| 3 | This content is produced and maintained by the Embassy project contributors. | ||
| 4 | |||
| 5 | ## Copyright | ||
| 6 | |||
| 7 | All content is the property of the respective authors or their employers. | ||
| 8 | For more information regarding authorship of content, please consult the | ||
| 9 | listed source code repository logs. | ||
| 10 | |||
| 11 | ## Declared Project Licenses | ||
| 12 | |||
| 13 | This program and the accompanying materials are made available under the terms | ||
| 14 | of the Apache Software License 2.0 which is available at | ||
| 15 | https://www.apache.org/licenses/LICENSE-2.0, or the MIT license which is | ||
| 16 | available at https://opensource.org/licenses/MIT | ||
