From fac844c255cd3fcbd2bb587ef5281c00dfeb64a4 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 17 Feb 2014 15:32:02 -0700 Subject: [PATCH] Add license override for buffers@0.1.1 --- build/tasks/license-overrides.coffee | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build/tasks/license-overrides.coffee b/build/tasks/license-overrides.coffee index 81c70418f..eb6a29785 100644 --- a/build/tasks/license-overrides.coffee +++ b/build/tasks/license-overrides.coffee @@ -24,3 +24,14 @@ module.exports = THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ + 'buffers@0.1.1': + repository: "http://github.com/substack/node-buffers" + license: 'MIT' + source: 'README.markdown' + sourceText: """ + + license + ======= + + MIT/X11 + """