From c46bb3042f57b015b40e8f8ae50772c1631ec154 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Mon, 13 Jan 2025 16:23:27 -0300 Subject: [PATCH] chore(blogo,license): missing apache header --- blogo/plugin_multirenderer.go | 15 +++++++++++++++ blogo/plugin_multisourcer.go | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/blogo/plugin_multirenderer.go b/blogo/plugin_multirenderer.go index 47c7ff5..30a169b 100644 --- a/blogo/plugin_multirenderer.go +++ b/blogo/plugin_multirenderer.go @@ -1,3 +1,18 @@ +// Copyright 2025-present Gustavo "Guz" L. de Mello +// Copyright 2025-present The Lored.dev Contributors +// +// 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 blogo import ( diff --git a/blogo/plugin_multisourcer.go b/blogo/plugin_multisourcer.go index edf1f53..97ee458 100644 --- a/blogo/plugin_multisourcer.go +++ b/blogo/plugin_multisourcer.go @@ -1,3 +1,18 @@ +// Copyright 2025-present Gustavo "Guz" L. de Mello +// Copyright 2025-present The Lored.dev Contributors +// +// 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 blogo import (