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:19:19 UTC

[incubator-flagon-useralejs] branch v1.0.0ReRelease 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 v1.0.0ReRelease
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/v1.0.0ReRelease by this push:
     new 175354c  [FLAGON-396] Added License Header to testUtils.js
175354c is described below

commit 175354cef3484bfc1b1165a977b0fe59fc4f3638
Author: poorejc <po...@apache.org>
AuthorDate: Wed Jun 12 21:18:35 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';