You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by vd...@apache.org on 2016/03/23 21:50:28 UTC

[3/3] incubator-quarks git commit: Add missing license header: JobRegistryTest

Add missing license header: JobRegistryTest


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/fff04b1d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/fff04b1d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/fff04b1d

Branch: refs/heads/master
Commit: fff04b1d85185cfbf7c066ffe691f464136c970c
Parents: 5a2bfd6
Author: Victor Dogaru <vd...@apache.org>
Authored: Wed Mar 23 13:04:27 2016 -0700
Committer: Victor Dogaru <vd...@apache.org>
Committed: Wed Mar 23 13:04:27 2016 -0700

----------------------------------------------------------------------
 .../test/runtime/jobregistry/JobRegistryTest.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/fff04b1d/runtime/jobregistry/src/test/java/quarks/test/runtime/jobregistry/JobRegistryTest.java
----------------------------------------------------------------------
diff --git a/runtime/jobregistry/src/test/java/quarks/test/runtime/jobregistry/JobRegistryTest.java b/runtime/jobregistry/src/test/java/quarks/test/runtime/jobregistry/JobRegistryTest.java
index 31c74af..7f00039 100644
--- a/runtime/jobregistry/src/test/java/quarks/test/runtime/jobregistry/JobRegistryTest.java
+++ b/runtime/jobregistry/src/test/java/quarks/test/runtime/jobregistry/JobRegistryTest.java
@@ -1,3 +1,21 @@
+/*
+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.
+*/
 package quarks.test.runtime.jobregistry;
 
 import static org.junit.Assert.assertEquals;