summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-08-22 17:48:34 +0100
committerSimon McVittie <smcv@collabora.com>2018-12-04 11:13:05 +0000
commit64d7fa27139dfb07ed34bccd86231fc4312e4272 (patch)
treeaae5dec8f75d314d3e19fb515ee3c883596fa1ee
parentdc85541a9bbaf0c084b85c5d5806b601a2c768f0 (diff)
downloaddbus-64d7fa27139dfb07ed34bccd86231fc4312e4272.tar.gz
Rename HACKING to CONTRIBUTING
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--CONTRIBUTING (renamed from HACKING)0
-rw-r--r--Makefile.am2
-rw-r--r--README3
-rw-r--r--dbus/dbus.h4
-rw-r--r--doc/Makefile.am2
5 files changed, 6 insertions, 5 deletions
diff --git a/HACKING b/CONTRIBUTING
index a0d1db98..a0d1db98 100644
--- a/HACKING
+++ b/CONTRIBUTING
diff --git a/Makefile.am b/Makefile.am
index 8ffa97bf..5bb5fb60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ cmakeconfig_DATA = cmake/DBus1Config.cmake \
EXTRA_DIST = \
autogen.sh \
- HACKING \
+ CONTRIBUTING \
dbus-1.pc.in \
cleanup-man-pages.sh \
ChangeLog.pre-1-0 \
diff --git a/README b/README
index 0257e69d..72e28cb9 100644
--- a/README
+++ b/README
@@ -18,7 +18,8 @@ The "and coordination" part is important; D-Bus provides a bus daemon that does
See http://www.freedesktop.org/software/dbus/ for lots of documentation,
mailing lists, etc.
-See also the file HACKING for notes of interest to developers working on D-Bus.
+See also the file CONTRIBUTING for notes of interest to developers
+working on D-Bus.
If you're considering D-Bus for use in a project, you should be aware
that D-Bus was designed for a couple of specific use cases, a "system
diff --git a/dbus/dbus.h b/dbus/dbus.h
index 932ceab3..ef3aea89 100644
--- a/dbus/dbus.h
+++ b/dbus/dbus.h
@@ -91,8 +91,8 @@
* This manual also contains docs for @ref DBusInternals "D-Bus internals",
* so you can use it to get oriented to the D-Bus source code if you're
* interested in patching the code. You should also read the
- * file HACKING which comes with the source code if you plan to contribute to
- * D-Bus.
+ * file CONTRIBUTING which comes with the source code if you plan to
+ * contribute to D-Bus.
*
* As you read the code, you can identify internal D-Bus functions
* because they start with an underscore ('_') character. Also, any
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ca147790..f509f6fd 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -145,7 +145,7 @@ endif
if DBUS_CAN_UPLOAD_DOCS
BONUS_FILES = \
$(top_srcdir)/README \
- $(top_srcdir)/HACKING \
+ $(top_srcdir)/CONTRIBUTING \
$(top_srcdir)/AUTHORS \
$(top_srcdir)/NEWS \
$(top_srcdir)/COPYING \