From 6e399293883392540a516b5c52f1b7dde5b81b58 Mon Sep 17 00:00:00 2001 From: CXN <3203238028@qq.com> Date: Wed, 11 Jan 2023 01:29:27 +0800 Subject: [PATCH] table.go add License --- table.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/table.go b/table.go index f70441e..b21689f 100644 --- a/table.go +++ b/table.go @@ -1,3 +1,17 @@ +// Copyright 2021 gotomicro +// +// 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 eorm import "github.com/gotomicro/eorm/internal/model"