lxc: add spdx license info
[feed/packages.git] / CONTRIBUTING.md
index deca30c4da9e6f4b638390f214c4604b462b10e2..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:
 
@@ -14,8 +14,10 @@ Makefile contents should contain:
 * An up-to-date copyright notice. Use OpenWrt if no other present or supply your own.
 * A (PKG_)MAINTAINER definition listing either yourself or another person in the field.  
     (E.g.: PKG_MAINTAINER:= Joe D. Hacker `<jdh@jdhs-email-provider.org`>)
-* A PKG_LICENSE and optional PKG_LICENSE_FILE definition showing the license type and what file(s) in the package, if present, contain it respectively. The license type tag should be in the form suggested by the Software Package Data Exchange (SPDX) license list. Using these normalized tags will aide us in filtering packages based on license type. See below for a abbreviated list of some common license tags.
-    (E.g.: PKG_LICENSE:=GPL-2.0+; PKG_LICENSE_FILE:=COPYING)
+* 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:
 
@@ -34,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: