ci: add @license to tools/validate-commit-message

This commit is contained in:
Alex Rickabaugh 2017-01-23 13:03:40 -08:00
parent e21e9c5fb7
commit f20d1a8af5
2 changed files with 16 additions and 0 deletions

View File

@ -1 +1,9 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
module.exports = require('./validate-commit-message');

View File

@ -1,5 +1,13 @@
#!/usr/bin/env node
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* GIT commit message format enforcement
*