~kota/lists

e85c7fd99185f05ffc74e9dd7c1a06a2d743339a — Dakota Walsh 3 months ago 21b25a2
reference license correctly
6 files changed, 11 insertions(+), 1 deletions(-)

M README.md
M main.go
M middleaware.go
M models/lists.go
M routes.go
M ui/ui.go
M README.md => README.md +1 -1
@@ 8,4 8,4 @@ Written and maintained by Dakota Walsh.
Up-to-date sources can be found at https://git.sr.ht/~kota/lists/

# license
GNU GPL version 3 or later, see LICENSE.
GNU AGPL version 3 or later, see LICENSE.

M main.go => main.go +2 -0
@@ 1,3 1,5 @@
// License: AGPL-3.0-only
// (c) 2024 Dakota Walsh <kota@nilsu.org>
package main

import (

M middleaware.go => middleaware.go +2 -0
@@ 1,3 1,5 @@
// License: AGPL-3.0-only
// (c) 2024 Dakota Walsh <kota@nilsu.org>
package main

import (

M models/lists.go => models/lists.go +2 -0
@@ 1,3 1,5 @@
// License: AGPL-3.0-only
// (c) 2024 Dakota Walsh <kota@nilsu.org>
package models

import (

M routes.go => routes.go +2 -0
@@ 1,3 1,5 @@
// License: AGPL-3.0-only
// (c) 2024 Dakota Walsh <kota@nilsu.org>
package main

import (

M ui/ui.go => ui/ui.go +2 -0
@@ 1,3 1,5 @@
// License: AGPL-3.0-only
// (c) 2024 Dakota Walsh <kota@nilsu.org>
package ui

import (