Repository: incubator-edgent Updated Branches: refs/heads/develop dcd5da753 -> 6050ec42a
Added missing ASF Header Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/6050ec42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/6050ec42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/6050ec42 Branch: refs/heads/develop Commit: 6050ec42ac3bac28a73294aedcfca94d9b987b02 Parents: dcd5da7 Author: Christofer Dutz <christofer.d...@c-ware.de> Authored: Sun Mar 4 13:37:04 2018 +0100 Committer: Christofer Dutz <christofer.d...@c-ware.de> Committed: Sun Mar 4 13:37:04 2018 +0100 ---------------------------------------------------------------------- .../deploymentfilter/model/FilterRule.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/6050ec42/utils/edgent-deployment-filter-maven-plugin/src/main/java/org/apache/edgent/plugins/deploymentfilter/model/FilterRule.java ---------------------------------------------------------------------- diff --git a/utils/edgent-deployment-filter-maven-plugin/src/main/java/org/apache/edgent/plugins/deploymentfilter/model/FilterRule.java b/utils/edgent-deployment-filter-maven-plugin/src/main/java/org/apache/edgent/plugins/deploymentfilter/model/FilterRule.java index e5c72ad..9f12813 100644 --- a/utils/edgent-deployment-filter-maven-plugin/src/main/java/org/apache/edgent/plugins/deploymentfilter/model/FilterRule.java +++ b/utils/edgent-deployment-filter-maven-plugin/src/main/java/org/apache/edgent/plugins/deploymentfilter/model/FilterRule.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 org.apache.edgent.plugins.deploymentfilter.model; public class FilterRule {