You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/10/17 17:37:05 UTC

[1/2] beam git commit: Add missing license header in ProducerSpEL.java.

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 <ra...@google.com>
Authored: Tue Oct 17 10:30:48 2017 -0700
Committer: Raghu Angadi <ra...@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;


[2/2] beam git commit: This closes #4005: Add missing license header in ProducerSpEL.java.

Posted by ke...@apache.org.
This closes #4005: 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/020ef14a
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/020ef14a
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/020ef14a

Branch: refs/heads/master
Commit: 020ef14aff896e8e618573885432d5c23ff62344
Parents: 0f9f47d 249da9b
Author: Kenneth Knowles <kl...@google.com>
Authored: Tue Oct 17 10:36:49 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue Oct 17 10:36:49 2017 -0700

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