You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2019/05/22 19:52:48 UTC

[incubator-annotator] branch master updated: Add license header to .mocharc.js

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new f4aa5cd  Add license header to .mocharc.js
f4aa5cd is described below

commit f4aa5cdadaea0b340561a822b9df653acc46a3e6
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Wed May 22 15:31:54 2019 -0400

    Add license header to .mocharc.js
---
 .mocharc.js | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.mocharc.js b/.mocharc.js
index 0cf905b..484562f 100644
--- a/.mocharc.js
+++ b/.mocharc.js
@@ -1,3 +1,18 @@
+/**
+ * @license
+ * Licensed 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 CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
+
 module.exports = {
   require: [
     'chai/register-assert',