tree: add copyright and file headers
This commit is contained in:
parent
cf8959b1d7
commit
873ed7bc6d
6 changed files with 17 additions and 4 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright (c) 2026 Jeremy Baxter.
|
||||
// Music library indexing code
|
||||
|
||||
package musicindex
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
// musicindex.go
|
||||
// Copyright (c) 2025 Jeremy Baxter.
|
||||
|
||||
// Ephemeral music (artist, album, cover & track) index
|
||||
// Copyright (c) 2026 Jeremy Baxter.
|
||||
// In-memory album and song database
|
||||
|
||||
package musicindex
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue