summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-01-22 21:14:19 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-01-22 21:14:19 -0500
commita424f5fb4a0c27ff5200a66862ffb3ad2fefd86b (patch)
tree20c48787006928f32b21ebfa156655866d902692
parent9d9a8fedf69cacf22c4c25bb90b13f882a904299 (diff)
downloaddeheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.gz
deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.bz2
deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.tar.xz
deheader-a424f5fb4a0c27ff5200a66862ffb3ad2fefd86b.zip
Create a public repository and connect it to the Ohloh page.
-rw-r--r--README2
-rw-r--r--control4
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index df4662a..42e6220 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
deheader analyzes C and C++ files to determine which header enclusions can be
removed while still allowing them to compile. This may result in substantial
improvements in compilation time, especially on large C++ projects; it also
-sometime exposes dependencies and cohesions of which developers were unaware.
+sometimes exposes dependencies and cohesions of which developers were unaware.
Eric S. Raymond
December 2010
diff --git a/control b/control
index 036b704..9ab5825 100644
--- a/control
+++ b/control
@@ -13,6 +13,10 @@ XBS-Destinations: freecode
Homepage: http://www.catb.org/~esr/deheader
+Gitorious-URL: https://gitorious.org/deheader
+
+Ohloh-URL: https://www.ohloh.net/p/deheader/
+
XBS-Logo: deheader-logo.png
XBS-Project-Tag-List: development tools, optimization, C, C++