From 9f24ee4cadaa50b968cc93d6f4b2421d27029c36 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Tue, 12 Mar 2024 22:13:53 +0900 Subject: [PATCH] Add license header --- main.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/main.go b/main.go index 46dd993..4cb8dc8 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,20 @@ +/** + * Copyright 2024 Automattic, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; If not, see . + */ + package main import (