From a2b7f3e0a29bd276bff0629cce0b0ae4fb896c19 Mon Sep 17 00:00:00 2001 From: Grant Murphy Date: Sun, 28 Aug 2016 11:09:52 -0700 Subject: [PATCH] Add LICENSE information to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3638a90..be095ec 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Inspects source code for security problems by scanning the Go AST. +### License + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License [here](http://www.apache.org/licenses/LICENSE-2.0). + ### Project status [![Build Status](https://travis-ci.org/HewlettPackard/gas.svg?branch=master)](https://travis-ci.org/HewlettPackard/gas)