summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-06-19 16:28:38 -0400
committerPaul Moore <paul@paul-moore.com>2017-06-19 16:28:38 -0400
commite60ae345507c5e8a41f1b7b4f5a488984567ab60 (patch)
tree7f1a25d0be788cf19485f91fc799ec8eeb559e59
parent7c728944a763adc4f0d216d067a40826c1734ee8 (diff)
downloadlibseccomp-e60ae345507c5e8a41f1b7b4f5a488984567ab60.tar.gz
doc: rename SUBMITTING_PATCHES to CONTRIBUTING
This is in better keeping with the convention of most Open Source projects. Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--CONTRIBUTING.md (renamed from SUBMITTING_PATCHES.md)0
-rw-r--r--Makefile.am2
-rw-r--r--README.md4
3 files changed, 3 insertions, 3 deletions
diff --git a/SUBMITTING_PATCHES.md b/CONTRIBUTING.md
index b3507fa..b3507fa 100644
--- a/SUBMITTING_PATCHES.md
+++ b/CONTRIBUTING.md
diff --git a/Makefile.am b/Makefile.am
index 48078e0..815446b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ SUBDIRS = include src tools tests doc
pkgconfdir = ${libdir}/pkgconfig
pkgconf_DATA = libseccomp.pc
-EXTRA_DIST = CHANGELOG CREDITS LICENSE README.md SUBMITTING_PATCHES.md
+EXTRA_DIST = CHANGELOG CREDITS LICENSE README.md CONTRIBUTING.md
# support silent builds
AM_MAKEFLAGS_0 = --quiet --no-print-directory
diff --git a/README.md b/README.md
index d43866b..0bd1895 100644
--- a/README.md
+++ b/README.md
@@ -29,11 +29,11 @@ list.
The "doc/" directory contains all of the currently available documentation,
mostly in the form of manpages. The top level directory also contains a README
-file (this file) as well as the LICENSE, CREDITS, SUBMITTING_PATCHES, and
+file (this file) as well as the LICENSE, CREDITS, CONTRIBUTING, and
CHANGELOG files.
Those who are interested in contributing to the the project are encouraged to
-read the SUBMITTING_PATCHES in the top level directory.
+read the CONTRIBUTING in the top level directory.
## Building and Installing the Library