Repository: beam
Updated Branches:
  refs/heads/master 0f9f47de0 -> 020ef14af


Add missing license header in ProducerSpEL.java.


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/249da9b8
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/249da9b8
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/249da9b8

Branch: refs/heads/master
Commit: 249da9b8a1e86d0fe4c3dc7b83032ad38c3dcac0
Parents: 0f9f47d
Author: Raghu Angadi <rang...@google.com>
Authored: Tue Oct 17 10:30:48 2017 -0700
Committer: Raghu Angadi <rang...@google.com>
Committed: Tue Oct 17 10:30:48 2017 -0700

----------------------------------------------------------------------
 .../org/apache/beam/sdk/io/kafka/ProducerSpEL.java | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/249da9b8/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/ProducerSpEL.java
----------------------------------------------------------------------
diff --git 
a/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/ProducerSpEL.java
 
b/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/ProducerSpEL.java
index ec9bb64..08674e0 100644
--- 
a/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/ProducerSpEL.java
+++ 
b/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/ProducerSpEL.java
@@ -1,3 +1,20 @@
+/*
+ * 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.beam.sdk.io.kafka;
 
 import static com.google.common.base.Preconditions.checkArgument;

Reply via email to