Skip to content

Commit

Permalink
Merge pull request Baystation12#34676 from out-of-phaze/fix/sunbeamst…
Browse files Browse the repository at this point in the history
…ress-licensing

Fix incorrect licensing info for tracks by Sunbeamstress
  • Loading branch information
SierraKomodo authored Jun 24, 2024
2 parents 7c29293 + c80617a commit 291ca39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/datums/audio/_tracks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
/singleton/audio/track/elibao
source = 'sound/music/elibao.ogg'
title = "every light is blinking at once"
author = "Earthcrusher"
author = "Sunbeamstress"
license = /singleton/license/cc_by_nc_sa_3_0
url = "https://soundcloud.com/alexanderdivine/every-light-is-blinking-at-once"
url = "https://soundcloud.com/sunbeamstress/every-light-is-blinking-at-once"

/singleton/audio/track/endless_space
source = 'sound/music/space.ogg'
Expand Down Expand Up @@ -148,9 +148,9 @@
/singleton/audio/track/lasers
source = 'sound/music/lasers_rip_apart_the_bulkhead.ogg'
title = "lasers rip apart the bulkhead"
author = "Earthcrusher"
author = "Sunbeamstress"
license = /singleton/license/cc_by_nc_sa_3_0
url = "https://soundcloud.com/alexanderdivine/lasers-rip-apart-the-bulkhead"
url = "https://soundcloud.com/sunbeamstress/lasers-rip-apart-the-bulkhead"

/singleton/audio/track/level3_mod
display = "Scratch"
Expand Down Expand Up @@ -221,9 +221,9 @@
/singleton/audio/track/pwmur
source = 'sound/music/pwmur.ogg'
title = "phoron will make us rich"
author = "Earthcrusher"
author = "Sunbeamstress"
license = /singleton/license/cc_by_nc_sa_3_0
url = "https://soundcloud.com/alexanderdivine/phoron-will-make-us-rich"
url = "https://soundcloud.com/sunbeamstress/phoron-will-make-us-rich"

/singleton/audio/track/rimward_cruise
source = 'sound/music/rimward_cruise.ogg'
Expand Down

0 comments on commit 291ca39

Please sign in to comment.