Audacium / audacium

Free and open-source audio editor
https://audacium.github.io/audacium/
Other
703 stars 34 forks source link

Updated 'Audacity' to 'Audacium' in Comments #41

Closed web3Gurung closed 3 years ago

web3Gurung commented 3 years ago

Resolves: https://github.com/SartoxOnlyGNU/audacium/issues/9


The commands used to change the contents in /src directory are

  1. sed -i 's/Audacity: A Digital Audio Editor/Audacium: A Digital Audio Editor/g' *.h
  2. sed -i 's/Audacity: A Digital Audio Editor/Audacium: A Digital Audio Editor/g' *.cpp.

Credits to the Open source contributor who contributed in this commit. Since, I'm not well versed with the sed command.

Also, Check out src/Dependencies.h and src/Dependencies.cpp, for some liscencing as well. Maybe it has to be modified?

Hope you have a great day/night ahead!