Skip to content

Commit

Permalink
Add SPDX license reference
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Sep 19, 2024
1 parent ea33a18 commit fd26915
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ Otherwise, just use `unsigned`, `long`, etc.
- Make sure you have the right to submit your contribution under the BSD license,
especially if it is based upon previous work.
See [CONTRIBUTING.md](https://github.com/pmem/pmdk/blob/master/CONTRIBUTING.md) for details.
- A copy of the [BSD-style License](https://github.com/pmem/pmdk/blob/master/LICENSE.txt)
must be placed at the beginning of each source file, script or man page
(Obviously, it does not apply to README's, Visual Studio projects and \*.match files.)
- A copy of the SPDX BSD-3-Clause license reference must be placed at the beginning of each
source file, script or man page. (Obviously, it does not apply to README's, Visual Studio projects
and \*.match files.)
```
/* SPDX-License-Identifier: BSD-3-Clause */
/* Copyright <year>, <Name/Company name> */
```
- When adding a new file to the repo, or when making a contribution to an existing
file, feel free to put your copyright string on top of it.

Expand Down

0 comments on commit fd26915

Please sign in to comment.