lxc: add spdx license info
[feed/packages.git] / CONTRIBUTING.md
index b4a36f97ad6e6cd07e993044d7c83f094589ec42..f28aea38f3021a70043954c59f00b9eb24125656 100644 (file)
@@ -1,5 +1,5 @@
 # Contributing Guidelines  
-(See <http://wiki.openwrt.org/doc/devel/packages> for overall format and contstruction)
+(See <http://wiki.openwrt.org/doc/devel/packages> for overall format and construction)
 
 All packages you commit or submit by pull-request should follow these simple guidelines:
 
@@ -17,6 +17,7 @@ Makefile contents should contain:
 * A PKG_LICENSE tag declaring the main license of the package.
     (E.g.: PKG_LICENSE:=GPL-2.0+) Please use SPDX identifiers if possible (see list at the bottom).
 * An optional PKG_LICENSE_FILE including the filename of the license-file in the source-package.
+    (E.g.: PKG_LICENSE_FILE:=COPYING)
 
 Commits and pull-requests:
 
@@ -35,7 +36,8 @@ Gaining commit access:
 
 * We will gladly grant commit access to responsible contributors who have made
   useful pull requests and / or feedback or patches to this repository or
-  OpenWrt in general. Please contact @sbyx if you would like write access.
+  OpenWrt in general. Please include your request for commit access in your
+  next pull request or ticket.
 
 Release Branches: