From 8563c80ffe2ac81d2bfe8303dda2a6a75cf5129c Mon Sep 17 00:00:00 2001 From: Florian Beisel Date: Sun, 21 Jan 2024 16:13:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Add=20license?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/db.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/db/db.go b/db/db.go index ec47bc9..3431259 100644 --- a/db/db.go +++ b/db/db.go @@ -1,3 +1,17 @@ +// Copyright 2024 Florian Beisel +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package db import (