Uses dos2unix to convert file endings to hopefully make them consistent across all files (I'd recommend looking at the two commits individually to see other changes more clearly)
Replaces CC_HDNNP and cc_hdnnp in all files (grep -rni . -e 'cc_hdnnp' now only returns .git logs etc.)
Moves src/cc_hdnnp to src/janus (we may consider whether we want to keep src at all as a separate question)
Resolves #70
CC_HDNNP
andcc_hdnnp
in all files (grep -rni . -e 'cc_hdnnp'
now only returns.git
logs etc.)