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