This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 784aa526b1 documentation/contributing: remove copyright notice in file
header
784aa526b1 is described below
commit 784aa526b1f51084c9346054b9d06b4b882af6b6
Author: Michal Lenc <[email protected]>
AuthorDate: Mon Nov 6 15:49:51 2023 +0100
documentation/contributing: remove copyright notice in file header
Copyright notice and author contact/information should not be included
in file header anymore. Only standard Apache 2.0 licensing information
should be used.
Signed-off-by: Michal Lenc <[email protected]>
---
Documentation/contributing/coding_style.rst | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Documentation/contributing/coding_style.rst
b/Documentation/contributing/coding_style.rst
index 0f4744248c..3b28272140 100644
--- a/Documentation/contributing/coding_style.rst
+++ b/Documentation/contributing/coding_style.rst
@@ -28,10 +28,6 @@ block comment, the following must appear:
- The relative path to the file from the top-level directory.
- An optional, one-line description of the file contents.
- A blank line
- - A copyright notice indented two additional spaces
- - A line identifying the author and contact information with the
- same indentation as the copyright notice.
- - A blank line
- NuttX standard Apache 2.0 licensing information as provided in
the `appendix <#appndxa>`__.