From 8304ef6494c4bb6a14a33a2faab0ad851eb31853 Mon Sep 17 00:00:00 2001 From: popcnt1 <142196625+popcnt1@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:57:08 +0800 Subject: [PATCH] chore(minter_manager): add license header to deploy script Add SPDX license identifier and copyright notice to the deploy.sh script. Ensures proper attribution and compliance with licensing standards. --- apps/minter_manager/test/deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/minter_manager/test/deploy.sh b/apps/minter_manager/test/deploy.sh index 8ac27e9680..6793f3e86d 100644 --- a/apps/minter_manager/test/deploy.sh +++ b/apps/minter_manager/test/deploy.sh @@ -1,3 +1,7 @@ +#!/bin/bash +# Copyright (c) RoochNetwork +# SPDX-License-Identifier: Apache-2.0 + # Export your address here export MINTER_MANAGER="0x0af854fcad035f4134636ff2d7fa22591f8ff2f264f354ac04e53da06e318529" # address #1