From 3386f65a9d943d564462beb38a5eee2dd6b2cbe9 Mon Sep 17 00:00:00 2001 From: Flavio Heleno Date: Tue, 19 Sep 2023 00:21:58 -0300 Subject: [PATCH] Add custom banner to box.json --- box.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/box.json b/box.json index bf365ad..64643a1 100644 --- a/box.json +++ b/box.json @@ -1,5 +1,13 @@ { "algorithm": "SHA256", + "banner": [ + "This file is part of the watchr project.", + "", + "(c) Flavio Heleno ", + "", + "This source file is subject to the MIT License that is bundled", + "with this source code in the file LICENSE." + ], "compactors": [ "KevinGH\\Box\\Compactor\\Json", "KevinGH\\Box\\Compactor\\Php",