Skip to content

Commit

Permalink
Fix: minor editorial corrections
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 23, 2024
1 parent e2ba420 commit dcdc776
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
10 changes: 3 additions & 7 deletions CODING_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,9 @@ 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 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> */
```
- Place a [SPDX short-form identifier](https://spdx.dev/learn/handling-license-info/) for
the BSD-3-Clause license at the beginning of each new source file, script or man page.
(Obviously, it does not apply to README's, Visual Studio projects and \*.match files.)
- 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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ or just begin a dialog about the Persistent Memory Development Kit:

**NOTE: If you do decide to implement code changes and contribute them,
please make sure you agree your contribution can be made available
under the [BSD-style License used for the Persistent Memory Development Kit](https://github.com/pmem/pmdk/blob/master/LICENSE.txt).**
under the [BSD-style License used for the Persistent Memory Development Kit](LICENSE.txt).**

**NOTE: Submitting your changes also means that you certify the following:**

Expand Down
5 changes: 2 additions & 3 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ with the following exceptions:

* src/core/valgrind/valgrind.h, src/core/valgrind/memcheck.h,
src/core/valgrind/helgrind.h, src/core/valgrind/drd.h are covered by
BSD-style license variants, contained in those files.
BSD-style licenses, contained in these files.

* utils/cstyle (used only during development) are covered by the
Common Development and Distribution License, described in the CDDL HEADER
contained in this file.

contained in that file.
7 changes: 0 additions & 7 deletions LICENSE/OPENSOLARIS.LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
Unless otherwise noted, all files in this distribution are released
under the Common Development and Distribution License (CDDL).
Exceptions are noted within the associated source files.

--------------------------------------------------------------------


COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0

1. Definitions.
Expand Down

0 comments on commit dcdc776

Please sign in to comment.