libreoffice-online/README.FILENOTICES.md
Jan Holesovsky 1f0135121c File Notices recommendation
Change-Id: I98d5bf92cd1c354b9f448272f397681101b81715
Signed-off-by: Jan Holesovsky <kendy@collabora.com>
2023-02-23 18:45:16 +00:00

24 lines
414 B
Markdown

# File Notices
For new files created in this repository, please use the following File
Notices (ie. header in the file describing the Copyright and License):
## C++, JavaScript, TypeScript
```
/*
* Copyright the Collabora Online contributors.
*
* SPDX-License-Identifier: MPL-2.0
*/
```
## Makefiles, scripts
```
#
# Copyright the Collabora Online contributors.
#
# SPDX-License-Identifier: MPL-2.0
#
```