From 7f6fd47bd678d61794f670618cd20edd812a5e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zcan=20O=C4=9Fuz?= Date: Tue, 20 Jun 2023 21:00:57 +0300 Subject: [PATCH] Add license headers --- config/config.go | 15 +++++++++++++++ handler/VerimorAPI.go | 15 +++++++++++++++ main.go | 15 +++++++++++++++ models/listmonk.go | 15 +++++++++++++++ models/verimor.go | 15 +++++++++++++++ 5 files changed, 75 insertions(+) diff --git a/config/config.go b/config/config.go index 0131215..deaa42b 100644 --- a/config/config.go +++ b/config/config.go @@ -1,3 +1,18 @@ +// Copyright (C) 2023 Antandros Teknoloji A.Ş. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package config import ( diff --git a/handler/VerimorAPI.go b/handler/VerimorAPI.go index 42805e6..114acf9 100644 --- a/handler/VerimorAPI.go +++ b/handler/VerimorAPI.go @@ -1,3 +1,18 @@ +// Copyright (C) 2023 Antandros Teknoloji A.Ş. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package handler import ( diff --git a/main.go b/main.go index cee8b6a..1ceb5f7 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,18 @@ +// Copyright (C) 2023 Antandros Teknoloji A.Ş. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package main import ( diff --git a/models/listmonk.go b/models/listmonk.go index d93d76c..3f628be 100644 --- a/models/listmonk.go +++ b/models/listmonk.go @@ -1,3 +1,18 @@ +// Copyright (C) 2023 Antandros Teknoloji A.Ş. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package models type Listmonk struct { diff --git a/models/verimor.go b/models/verimor.go index a59fd4c..11cc732 100644 --- a/models/verimor.go +++ b/models/verimor.go @@ -1,3 +1,18 @@ +// Copyright (C) 2023 Antandros Teknoloji A.Ş. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package models type Verimor struct {