From 0e7b3a547cf139817ba15258587b9a5f91ba0312 Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Fri, 30 Aug 2024 16:24:49 +0200 Subject: [PATCH] Re-added the Makefile, which will be moved/updated in dedicated PR by @ricardozanini Signed-off-by: Charles d'Avernas --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..0bdfc734 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +# will add the license headers to all of our files +# requires go installed in your system: https://golang.org/doc/install +addheaders: + @which addlicense > /dev/null || go get -u github.com/google/addlicense + @addlicense -c "The Serverless Workflow Specification Authors" -l apache . \ No newline at end of file