Skip to content

Commit

Permalink
to comply with apache license change the name
Browse files Browse the repository at this point in the history
  • Loading branch information
b3no committed Apr 1, 2011
1 parent 96cb49f commit ae5a425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/couch_api_wrap.hrl
Expand Up @@ -17,7 +17,7 @@
oauth = nil,
headers = [
{"Accept", "application/json"},
{"User-Agent", "CouchDB/" ++ couch:version()}
{"User-Agent", "RefugeCouchDB/" ++ couch:version()}
],
timeout, % milliseconds
ibrowse_options = [],
Expand Down
2 changes: 1 addition & 1 deletion src/couch.app.src
@@ -1,5 +1,5 @@
{application, couch, [
{description, "Apache CouchDB core"},
{description, "Refuge CouchDB core"},
{vsn, "1.2p0"},
{registered, [
couch_config,
Expand Down

0 comments on commit ae5a425

Please sign in to comment.