You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/05/04 21:07:56 UTC

incubator-quarks git commit: Add license header

Repository: incubator-quarks
Updated Branches:
  refs/heads/master 55a4924aa -> 4c2e6d96c


Add license header


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

Branch: refs/heads/master
Commit: 4c2e6d96c455d91ee714b05401fc4c0e0c7841b2
Parents: 55a4924
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Wed May 4 17:07:40 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Wed May 4 17:07:40 2016 -0400

----------------------------------------------------------------------
 .../main/java/quarks/topology/plumbing/Valve.java | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/4c2e6d96/api/topology/src/main/java/quarks/topology/plumbing/Valve.java
----------------------------------------------------------------------
diff --git a/api/topology/src/main/java/quarks/topology/plumbing/Valve.java b/api/topology/src/main/java/quarks/topology/plumbing/Valve.java
index a72e313..1200858 100644
--- a/api/topology/src/main/java/quarks/topology/plumbing/Valve.java
+++ b/api/topology/src/main/java/quarks/topology/plumbing/Valve.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.topology.plumbing;
 
 import quarks.function.Predicate;