From 246da8fc5ed18785bb8caab213c81d9a4e40f626 Mon Sep 17 00:00:00 2001 From: Candy Date: Fri, 23 Sep 2016 10:32:22 -0400 Subject: [PATCH] Add license text --- lib/globalize.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/globalize.js b/lib/globalize.js index 9cd0a940..d7d87dd6 100644 --- a/lib/globalize.js +++ b/lib/globalize.js @@ -1,3 +1,8 @@ +// Copyright IBM Corp. 2016. All Rights Reserved. +// Node module: loopback +// This file is licensed under the MIT License. +// License text available at https://opensource.org/licenses/MIT + var path = require('path'); var SG = require('strong-globalize');