Closed cbcunc closed 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"
Checked out non-text file and submodule changes made by the command above before committing. Also did the same for some LICENSE files.
Merged in #40.
Replace all code instances of the strings Hydroshare and HydroShare with xDCIShare (retain hydroshare lower case, however).