summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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++