]> git.earlybird.gay Git - today/commitdiff
update license headers
authorearly <me@earlybird.gay>
Tue, 3 Sep 2024 05:29:44 +0000 (23:29 -0600)
committerearly <me@earlybird.gay>
Tue, 3 Sep 2024 05:29:44 +0000 (23:29 -0600)
README
app/app.go
app/env.go
app/process.go

diff --git a/README b/README
index 4cd07949d05bd38f0980263e2953aeb5fdf1e0c7..419f9f89080502acd5446ee790bac8a166add215 100644 (file)
--- a/README
+++ b/README
@@ -21,3 +21,4 @@ Build a framework around HTTP handlers that makes hard problems a bit easier.
 3. (Done!) Subprocess management. It should be pretty easy to implement a
    reponsible subprocess that knows when it should stop and clean up after
    itself.
+4. (Done!) Static support.
index 2f10dd095613f9234b6df05c32df1c5b6d394130..07a640b1fabdf9e3728a04169a21605237480d4c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2024 early (LGPL)
+// Copyright (C) 2024 early (MIT)
 package app
 
 import (
index 7524b5dd2a11fee068023ab7398c67bec7ce93d1..c593f4d34e8b1acf118e49c375500bad1823cdcc 100644 (file)
@@ -1,3 +1,4 @@
+// Copyright (C) 2024 early (MIT)
 package app
 
 import (
index d6ed116b8749318ddbf40c17c005e1064976e37e..6bc5bd997da72fd38364d48aa81e3a2ba829b761 100644 (file)
@@ -1,3 +1,4 @@
+// Copyright (C) 2024 early (MIT)
 package app
 
 import (