Skip to content

Commit

Permalink
Add license header. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed May 14, 2019
1 parent c550f87 commit 4c4c2d7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
#!/usr/bin/env node

/***************************************************************************************
* (c) 2019 Adobe. All rights reserved.
* This file is licensed to you 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 at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
****************************************************************************************/

const path = require('path');
const validate = require('../lib/index');
const extensionDescriptor = require(path.resolve('extension.json'));
Expand All @@ -11,4 +23,3 @@ if (result) {
} else {
console.log('The extension appears to be well-formed.');
}

0 comments on commit 4c4c2d7

Please sign in to comment.