From 73258dce478289c6518adeacc31b95b3036a4d4c Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Tue, 7 Jan 2025 18:42:41 -0300 Subject: [PATCH] chore(blogo): add license headers in files --- blogo/blogo.go | 15 +++++++++++++++ blogo/gitea/gitea.go | 15 +++++++++++++++ blogo/gitea/source.go | 15 +++++++++++++++ blogo/plugins.go | 15 +++++++++++++++ 4 files changed, 60 insertions(+) diff --git a/blogo/blogo.go b/blogo/blogo.go index 0d37dd7..2c57642 100644 --- a/blogo/blogo.go +++ b/blogo/blogo.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/gitea/gitea.go b/blogo/gitea/gitea.go index 01430f0..c5641d6 100644 --- a/blogo/gitea/gitea.go +++ b/blogo/gitea/gitea.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 gitea import ( diff --git a/blogo/gitea/source.go b/blogo/gitea/source.go index 7e64cb9..5e8eafe 100644 --- a/blogo/gitea/source.go +++ b/blogo/gitea/source.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 gitea import ( diff --git a/blogo/plugins.go b/blogo/plugins.go index fb7a08e..63eb24a 100644 --- a/blogo/plugins.go +++ b/blogo/plugins.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 "io/fs"