You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/06/13 01:22:51 UTC

[incubator-flagon-useralejs] branch FLAGON-192 updated: [FLAGON-396] Added License Header to testUtils.js

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

poorejc pushed a commit to branch FLAGON-192
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/FLAGON-192 by this push:
     new 741c8ea  [FLAGON-396] Added License Header to testUtils.js
741c8ea is described below

commit 741c8ea91cc2b5d77fc36a2f3110c1e21e72da22
Author: poorejc <po...@apache.org>
AuthorDate: Wed Jun 12 21:22:08 2019 -0400

    [FLAGON-396] Added License Header to testUtils.js
---
 test/testUtils.js | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/test/testUtils.js b/test/testUtils.js
index e26933b..3581f92 100644
--- a/test/testUtils.js
+++ b/test/testUtils.js
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file 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 CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 import jsdom from 'jsdom';
 import fs from 'fs';