From: early Date: Tue, 3 Sep 2024 05:29:44 +0000 (-0600) Subject: update license headers X-Git-Url: https://git.earlybird.gay/?a=commitdiff_plain;h=1aea6a3af6064534c47a94517391f57ad0ae3d32;p=today update license headers --- diff --git a/README b/README index 4cd0794..419f9f8 100644 --- 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. diff --git a/app/app.go b/app/app.go index 2f10dd0..07a640b 100644 --- a/app/app.go +++ b/app/app.go @@ -1,4 +1,4 @@ -// Copyright (C) 2024 early (LGPL) +// Copyright (C) 2024 early (MIT) package app import ( diff --git a/app/env.go b/app/env.go index 7524b5d..c593f4d 100644 --- a/app/env.go +++ b/app/env.go @@ -1,3 +1,4 @@ +// Copyright (C) 2024 early (MIT) package app import ( diff --git a/app/process.go b/app/process.go index d6ed116..6bc5bd9 100644 --- a/app/process.go +++ b/app/process.go @@ -1,3 +1,4 @@ +// Copyright (C) 2024 early (MIT) package app import (