From 52107c13b4c2c4efa9269b187916f3195be5a10d Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Sun, 27 Aug 2023 18:53:27 +0200 Subject: add Mozilla Public License 2.0 --- cmd/flyscrape/main.go | 4 ++++ cmd/flyscrape/new.go | 4 ++++ cmd/flyscrape/run.go | 4 ++++ cmd/flyscrape/watch.go | 4 ++++ 4 files changed, 16 insertions(+) (limited to 'cmd') diff --git a/cmd/flyscrape/main.go b/cmd/flyscrape/main.go index 299e7e5..4470717 100644 --- a/cmd/flyscrape/main.go +++ b/cmd/flyscrape/main.go @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + package main import ( diff --git a/cmd/flyscrape/new.go b/cmd/flyscrape/new.go index 7a4c662..c6b2d34 100644 --- a/cmd/flyscrape/new.go +++ b/cmd/flyscrape/new.go @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + package main import ( diff --git a/cmd/flyscrape/run.go b/cmd/flyscrape/run.go index bd8541b..cf8f8cf 100644 --- a/cmd/flyscrape/run.go +++ b/cmd/flyscrape/run.go @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + package main import ( diff --git a/cmd/flyscrape/watch.go b/cmd/flyscrape/watch.go index 3d2cf0d..02a3b45 100644 --- a/cmd/flyscrape/watch.go +++ b/cmd/flyscrape/watch.go @@ -1,3 +1,7 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + package main import ( -- cgit v1.2.3