NOISSUE - Update Copyright Notice (#39)

* chore(license): update copyright notices

Add CI check for non go files to check that the files contain a license

Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>

* fix(ci): log failed files

When the CI fails during check for license header, log the failed file to console so that someone can check on the actual file. Also simplify the grep check to make it more human readable and understandable

Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>

---------

Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
This commit is contained in:
b1ackd0t
2023-11-17 14:37:30 +03:00
committed by GitHub
parent 48dddc4bba
commit a0c40ba462
701 changed files with 841 additions and 646 deletions
+4
View File
@@ -1,3 +1,7 @@
#!/bin/bash
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0
# This script contains commands to be executed by the CI tool.
NPROC=$(nproc)
GO_VERSION=1.21.3