Skip to content

Commit ec24f3d

Browse files
committed
docs: rust: add SPDX license identifiers
Documentation should have `SPDX-License-Identifier`s too. I was not sure if that was the case, since many files do not have it yet and others use a different (but deprecated) license meant for documentation -- Jonathan Corbet confirmed privately they should. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 6326508 commit ec24f3d

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

Documentation/rust/arch-support.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
13
Arch Support
24
============
35

Documentation/rust/coding-guidelines.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
13
Coding Guidelines
24
=================
35

Documentation/rust/general-information.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
13
General Information
24
===================
35

Documentation/rust/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
13
Rust
24
====
35

Documentation/rust/quick-start.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. SPDX-License-Identifier: GPL-2.0
2+
13
Quick Start
24
===========
35

0 commit comments

Comments
 (0)