1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 23:30:17 +01:00

move author credits and license information into comments, not the plug-in UIs. Matches built-in effects in Audacity.

This commit is contained in:
RichardAsh1981@gmail.com
2013-06-26 18:35:33 +00:00
parent 62de33efe1
commit 325888d34d
19 changed files with 31 additions and 29 deletions

View File

@@ -3,10 +3,11 @@
;type analyze
;name "Regular Interval Labels..."
;action "Adding equally-spaced labels to the label track..."
;info "By David R. Sky (http://www.garyallendj.com/davidsky/), after Alex S.Brown.\nModified by Steve Daulton (http://easyspacepro.com).\nReleased under GPL v2."
;; Regular interval labels by David R. Sky, June-October 2007.
;; by David R. Sky (http://www.garyallendj.com/davidsky/), June-October 2007.
;; Code for label placement based on silencemarker.ny by Alex S.Brown.
;; Updated by Steve Daulton (http://easyspacepro.com)
;; Released under terms of the GNU General Public License version 2
;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html .
;; Thanks Sami Jumppanen for plug-in suggestion.