From cc3846dbbb37da09288be271a51603f018fe7f7d Mon Sep 17 00:00:00 2001 From: Zachary Carter Date: Mon, 2 Jul 2012 14:11:28 -0700 Subject: [PATCH] Add license --- jsxgettext.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jsxgettext.js b/jsxgettext.js index 0a364e3..54be5a9 100644 --- a/jsxgettext.js +++ b/jsxgettext.js @@ -1,4 +1,9 @@ #!/usr/bin/env node + +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + const fs = require('fs'); const path = require('path');