RENCI / xDCIShare

xDCIShare is a collaborative website being developed for better access to data and models of scientific domains. xDCIShare is derived directly from the NSF-funded HydroShare codebase.
https://www.xdcishare.org
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Replace Hydroshare strings #39

Closed cbcunc closed 7 years ago

cbcunc commented 7 years ago

Replace all code instances of the strings Hydroshare and HydroShare with xDCIShare (retain hydroshare lower case, however).

cbcunc commented 7 years ago

Required from fancy dancing with LANG:

LC_CTYPE=C && LANG=C && find . -type f | grep -v "\./\..*" | xargs grep -l "HydroShare" | xargs sed -e "s/HydroShare/xDCIShare/g" -i ".sedbak"

cbcunc commented 7 years ago

Checked out non-text file and submodule changes made by the command above before committing. Also did the same for some LICENSE files.

cbcunc commented 7 years ago

Merged in #40.