You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by yo...@apache.org on 2016/09/07 17:42:39 UTC

[43/52] [abbrv] incubator-eagle git commit: [Fix] New add file miss apache license header which brake apache:rat build

[Fix] New add file miss apache license header which brake apache:rat build

Author: ralphsu


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

Branch: refs/heads/master
Commit: 0a2ce9ed33e0291ad5e187df72756d8c57e2c754
Parents: f81ae06
Author: Ralph, Su <su...@gmail.com>
Authored: Wed Sep 7 15:56:19 2016 +0800
Committer: Ralph, Su <su...@gmail.com>
Committed: Wed Sep 7 15:56:19 2016 +0800

----------------------------------------------------------------------
 .../alert/engine/evaluator/PoilcyExtendedTest.java  | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/0a2ce9ed/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/evaluator/PoilcyExtendedTest.java
----------------------------------------------------------------------
diff --git a/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/evaluator/PoilcyExtendedTest.java b/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/evaluator/PoilcyExtendedTest.java
index dd75efb..3f653d4 100644
--- a/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/evaluator/PoilcyExtendedTest.java
+++ b/eagle-core/eagle-alert-parent/eagle-alert/alert-engine/src/test/java/org/apache/eagle/alert/engine/evaluator/PoilcyExtendedTest.java
@@ -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
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * 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 org.apache.eagle.alert.engine.evaluator;
 
 import org.apache.eagle.alert.engine.coordinator.PolicyDefinition;