You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ca...@apache.org on 2020/03/18 16:59:16 UTC

[samza-hello-samza] branch latest updated: add license for PageViewAvroRecord (#75)

This is an automated email from the ASF dual-hosted git repository.

cameronlee pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/samza-hello-samza.git


The following commit(s) were added to refs/heads/latest by this push:
     new 1baa029  add license for PageViewAvroRecord (#75)
1baa029 is described below

commit 1baa029775db478bc24473e6e97d9ecdffc6339d
Author: lakshmi-manasa-g <mg...@linkedin.com>
AuthorDate: Wed Mar 18 09:59:05 2020 -0700

    add license for PageViewAvroRecord (#75)
---
 .../samza/examples/azure/data/PageViewAvroRecord.java | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/src/main/java/samza/examples/azure/data/PageViewAvroRecord.java b/src/main/java/samza/examples/azure/data/PageViewAvroRecord.java
index 21624f1..73f16b2 100644
--- a/src/main/java/samza/examples/azure/data/PageViewAvroRecord.java
+++ b/src/main/java/samza/examples/azure/data/PageViewAvroRecord.java
@@ -1,3 +1,22 @@
+/*
+ * 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 samza.examples.azure.data;
 
 import java.io.Serializable;