diff --git a/config/config.go b/config/config.go index 6a07aff..1dce2cb 100644 --- a/config/config.go +++ b/config/config.go @@ -1,3 +1,6 @@ +// Copyright (C) 2024, Nuklai. All rights reserved. +// See the file LICENSE for licensing terms. + package config import ( diff --git a/database/database.go b/database/database.go index da99d67..026bcd4 100644 --- a/database/database.go +++ b/database/database.go @@ -1,3 +1,6 @@ +// Copyright (C) 2024, Nuklai. All rights reserved. +// See the file LICENSE for licensing terms. + package database import ( diff --git a/docker-entrypoint-initdb.d/init-db.sh b/docker-entrypoint-initdb.d/init-db.sh index 2b98171..edbc70a 100755 --- a/docker-entrypoint-initdb.d/init-db.sh +++ b/docker-entrypoint-initdb.d/init-db.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (C) 2024, AllianceBlock. All rights reserved. +# Copyright (C) 2024, Nuklai. All rights reserved. # See the file LICENSE for licensing terms. set -e diff --git a/main.go b/main.go index 288c1af..4d33876 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,6 @@ +// Copyright (C) 2024, Nuklai. All rights reserved. +// See the file LICENSE for licensing terms. + package main import ( diff --git a/manager/manager.go b/manager/manager.go index 926ece0..c4dcb3f 100644 --- a/manager/manager.go +++ b/manager/manager.go @@ -1,3 +1,6 @@ +// Copyright (C) 2024, Nuklai. All rights reserved. +// See the file LICENSE for licensing terms. + package manager import ( diff --git a/rpc/dependencies.go b/rpc/dependencies.go index b43745b..69f00c1 100644 --- a/rpc/dependencies.go +++ b/rpc/dependencies.go @@ -1,4 +1,4 @@ -// Copyright (C) 2024, AllianceBlock. All rights reserved. +// Copyright (C) 2024, Nuklai. All rights reserved. // See the file LICENSE for licensing terms. package rpc diff --git a/rpc/jsonrpc_client.go b/rpc/jsonrpc_client.go index 16acac1..1fd9cb0 100644 --- a/rpc/jsonrpc_client.go +++ b/rpc/jsonrpc_client.go @@ -1,3 +1,6 @@ +// Copyright (C) 2024, Nuklai. All rights reserved. +// See the file LICENSE for licensing terms. + package rpc import ( diff --git a/rpc/jsonrpc_server.go b/rpc/jsonrpc_server.go index c710c66..ffba859 100644 --- a/rpc/jsonrpc_server.go +++ b/rpc/jsonrpc_server.go @@ -1,3 +1,6 @@ +// Copyright (C) 2024, Nuklai. All rights reserved. +// See the file LICENSE for licensing terms. + package rpc import ( diff --git a/scripts/build.sh b/scripts/build.sh index 10f0534..fd2d175 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (C) 2024, AllianceBlock. All rights reserved. +# Copyright (C) 2024, Nuklai. All rights reserved. # See the file LICENSE for licensing terms. set -o errexit diff --git a/scripts/db.sh b/scripts/db.sh index 64eece3..c82d6b5 100755 --- a/scripts/db.sh +++ b/scripts/db.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# Copyright (C) 2024, Nuklai. All rights reserved. +# See the file LICENSE for licensing terms. # Check if .env file exists if [ ! -f .env ]; then diff --git a/scripts/run_docker.sh b/scripts/run_docker.sh index 0334db0..6f41800 100755 --- a/scripts/run_docker.sh +++ b/scripts/run_docker.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (C) 2024, AllianceBlock. All rights reserved. +# Copyright (C) 2024, Nuklai. All rights reserved. # See the file LICENSE for licensing terms. # Check if .env file exists