From f2302d2f245d67c39859778b00cc7afe6229bab0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 8 Mar 2026 17:13:39 -0600 Subject: [PATCH] chore(monorel): add MPL-2.0 license header --- tools/monorel/main.go | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tools/monorel/main.go b/tools/monorel/main.go index 0942d39..12ab8b0 100644 --- a/tools/monorel/main.go +++ b/tools/monorel/main.go @@ -1,4 +1,15 @@ -// monorel: Monorepo Release Tool +// monorel - Monorepo Release Tool +// +// Copyright 2026 AJ ONeal +// +// 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 https://mozilla.org/MPL/2.0/. +// +// This Source Code Form is "Incompatible With Secondary Licenses", as +// defined by the Mozilla Public License, v. 2.0. +// +// SPDX-License-Identifier: MPL-2.0 // // Pass any number of paths to Go main packages. monorel walks up from each // path to find its go.mod (stopping at .git so it never crosses the repo