Repository: incubator-distributedlog
Updated Branches:
  refs/heads/release-0.4.0-incubating 264bd5ee2 -> 94e16762a


DL-191: Fix license header issues

the copyright year is wrong.

Author: Sijie Guo <si...@apache.org>

Reviewers: Leigh Stewart <lstew...@apache.org>, Flavio Junqueira 
<f...@apache.org>

Closes #121 from sijie/sijie/fix_license_header

(cherry picked from commit 27b4cddcc955af51d7728a92f0da429d0868ca8e)
Signed-off-by: Sijie Guo <si...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/94e16762
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/94e16762
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/94e16762

Branch: refs/heads/release-0.4.0-incubating
Commit: 94e16762a69b166a049fb0ea38378f236058f7a6
Parents: 264bd5e
Author: Sijie Guo <si...@apache.org>
Authored: Wed Mar 22 23:27:19 2017 -0400
Committer: Sijie Guo <si...@apache.org>
Committed: Wed Mar 22 23:27:29 2017 -0400

----------------------------------------------------------------------
 distributedlog-benchmark/bin/common.sh                             | 2 +-
 distributedlog-benchmark/conf/dlogenv.sh                           | 2 +-
 distributedlog-client/src/test/resources/log4j.properties          | 2 +-
 distributedlog-core/bin/common.sh                                  | 2 +-
 distributedlog-core/conf/bookie.conf.template                      | 2 +-
 distributedlog-core/conf/distributedlog.conf                       | 2 +-
 distributedlog-core/conf/dlogenv.sh                                | 2 +-
 distributedlog-core/conf/log4j.properties                          | 2 +-
 distributedlog-core/conf/write_proxy.conf                          | 2 +-
 distributedlog-core/conf/zookeeper.conf.dynamic.template           | 2 +-
 .../java/com/twitter/distributedlog/subscription/package-info.java | 2 +-
 distributedlog-core/src/main/resources/config/decider.conf         | 2 +-
 distributedlog-core/src/main/resources/config/decider.yml          | 2 +-
 distributedlog-core/src/test/resources/bk_server.conf              | 2 +-
 distributedlog-core/src/test/resources/log4j.properties            | 2 +-
 distributedlog-service/bin/common.sh                               | 2 +-
 distributedlog-service/bin/dlog-env.sh                             | 2 +-
 distributedlog-service/bin/dlog-start.sh                           | 2 +-
 distributedlog-service/conf/bookie.conf.template                   | 2 +-
 distributedlog-service/conf/distributedlog.conf                    | 2 +-
 distributedlog-service/conf/dlogenv.sh                             | 2 +-
 distributedlog-service/conf/log4j.properties                       | 2 +-
 distributedlog-service/conf/write_proxy.conf                       | 2 +-
 distributedlog-service/conf/zookeeper.conf.dynamic.template        | 1 -
 .../src/main/resources/config/server_decider.conf                  | 2 +-
 .../src/main/resources/config/server_decider.yml                   | 2 +-
 distributedlog-service/src/test/resources/log4j.properties         | 2 +-
 distributedlog-tutorials/distributedlog-basic/bin/common.sh        | 2 +-
 distributedlog-tutorials/distributedlog-basic/bin/runner           | 2 +-
 .../distributedlog-basic/conf/distributedlog.conf                  | 2 +-
 distributedlog-tutorials/distributedlog-basic/conf/dlogenv.sh      | 2 +-
 .../distributedlog-basic/conf/log4j.properties                     | 2 +-
 .../distributedlog-kafka/conf/distributedlog.conf                  | 2 +-
 distributedlog-tutorials/distributedlog-kafka/conf/dlogenv.sh      | 2 +-
 .../distributedlog-kafka/conf/log4j.properties                     | 2 +-
 distributedlog-tutorials/distributedlog-messaging/bin/common.sh    | 2 +-
 distributedlog-tutorials/distributedlog-messaging/bin/runner       | 2 +-
 .../distributedlog-messaging/conf/distributedlog.conf              | 2 +-
 distributedlog-tutorials/distributedlog-messaging/conf/dlogenv.sh  | 2 +-
 .../distributedlog-messaging/conf/log4j.properties                 | 2 +-
 .../distributedlog-messaging/src/main/thrift/messaging.thrift      | 2 +-
 scripts/dev/build-website.sh                                       | 2 +-
 scripts/integration/smoketest.sh                                   | 2 +-
 scripts/snapshot                                                   | 2 +-
 44 files changed, 43 insertions(+), 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-benchmark/bin/common.sh
----------------------------------------------------------------------
diff --git a/distributedlog-benchmark/bin/common.sh 
b/distributedlog-benchmark/bin/common.sh
index 566563e..e54550f 100755
--- a/distributedlog-benchmark/bin/common.sh
+++ b/distributedlog-benchmark/bin/common.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-benchmark/conf/dlogenv.sh
----------------------------------------------------------------------
diff --git a/distributedlog-benchmark/conf/dlogenv.sh 
b/distributedlog-benchmark/conf/dlogenv.sh
index 11abe9f..1bd9218 100644
--- a/distributedlog-benchmark/conf/dlogenv.sh
+++ b/distributedlog-benchmark/conf/dlogenv.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-client/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/distributedlog-client/src/test/resources/log4j.properties 
b/distributedlog-client/src/test/resources/log4j.properties
index 2073b17..8a9331a 100644
--- a/distributedlog-client/src/test/resources/log4j.properties
+++ b/distributedlog-client/src/test/resources/log4j.properties
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/bin/common.sh
----------------------------------------------------------------------
diff --git a/distributedlog-core/bin/common.sh 
b/distributedlog-core/bin/common.sh
index 566563e..e54550f 100755
--- a/distributedlog-core/bin/common.sh
+++ b/distributedlog-core/bin/common.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/conf/bookie.conf.template
----------------------------------------------------------------------
diff --git a/distributedlog-core/conf/bookie.conf.template 
b/distributedlog-core/conf/bookie.conf.template
index 3dacb94..9cfb887 100644
--- a/distributedlog-core/conf/bookie.conf.template
+++ b/distributedlog-core/conf/bookie.conf.template
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/conf/distributedlog.conf
----------------------------------------------------------------------
diff --git a/distributedlog-core/conf/distributedlog.conf 
b/distributedlog-core/conf/distributedlog.conf
index f2854c8..6c0a742 100644
--- a/distributedlog-core/conf/distributedlog.conf
+++ b/distributedlog-core/conf/distributedlog.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/conf/dlogenv.sh
----------------------------------------------------------------------
diff --git a/distributedlog-core/conf/dlogenv.sh 
b/distributedlog-core/conf/dlogenv.sh
index ae6c459..d87fc4c 100644
--- a/distributedlog-core/conf/dlogenv.sh
+++ b/distributedlog-core/conf/dlogenv.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/distributedlog-core/conf/log4j.properties 
b/distributedlog-core/conf/log4j.properties
index 38ab34d..d7dd31c 100644
--- a/distributedlog-core/conf/log4j.properties
+++ b/distributedlog-core/conf/log4j.properties
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/conf/write_proxy.conf
----------------------------------------------------------------------
diff --git a/distributedlog-core/conf/write_proxy.conf 
b/distributedlog-core/conf/write_proxy.conf
index 271f177..ce4d7de 100644
--- a/distributedlog-core/conf/write_proxy.conf
+++ b/distributedlog-core/conf/write_proxy.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/conf/zookeeper.conf.dynamic.template
----------------------------------------------------------------------
diff --git a/distributedlog-core/conf/zookeeper.conf.dynamic.template 
b/distributedlog-core/conf/zookeeper.conf.dynamic.template
index f4e35f5..b397c50 100644
--- a/distributedlog-core/conf/zookeeper.conf.dynamic.template
+++ b/distributedlog-core/conf/zookeeper.conf.dynamic.template
@@ -1 +1 @@
-#/**# * Copyright 2007 The Apache Software Foundation# *# * 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.# */server.1=127.0.0.1:2710:3710:participant;0.0.0.0:2181
+#/**# * Copyright 2017 The Apache Software Foundation# *# * 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.# */server.1=127.0.0.1:2710:3710:participant;0.0.0.0:2181

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/src/main/java/com/twitter/distributedlog/subscription/package-info.java
----------------------------------------------------------------------
diff --git 
a/distributedlog-core/src/main/java/com/twitter/distributedlog/subscription/package-info.java
 
b/distributedlog-core/src/main/java/com/twitter/distributedlog/subscription/package-info.java
index 7135755..89021f8 100644
--- 
a/distributedlog-core/src/main/java/com/twitter/distributedlog/subscription/package-info.java
+++ 
b/distributedlog-core/src/main/java/com/twitter/distributedlog/subscription/package-info.java
@@ -18,4 +18,4 @@
 /**
  * Subscription utils for tracking offsets.
  */
-package com.twitter.distributedlog.subscription;
\ No newline at end of file
+package com.twitter.distributedlog.subscription;

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/src/main/resources/config/decider.conf
----------------------------------------------------------------------
diff --git a/distributedlog-core/src/main/resources/config/decider.conf 
b/distributedlog-core/src/main/resources/config/decider.conf
index 1655826..fba99f5 100644
--- a/distributedlog-core/src/main/resources/config/decider.conf
+++ b/distributedlog-core/src/main/resources/config/decider.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/src/main/resources/config/decider.yml
----------------------------------------------------------------------
diff --git a/distributedlog-core/src/main/resources/config/decider.yml 
b/distributedlog-core/src/main/resources/config/decider.yml
index b73eaf6..1a738e7 100644
--- a/distributedlog-core/src/main/resources/config/decider.yml
+++ b/distributedlog-core/src/main/resources/config/decider.yml
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/src/test/resources/bk_server.conf
----------------------------------------------------------------------
diff --git a/distributedlog-core/src/test/resources/bk_server.conf 
b/distributedlog-core/src/test/resources/bk_server.conf
index c11f048..6c8ab9a 100644
--- a/distributedlog-core/src/test/resources/bk_server.conf
+++ b/distributedlog-core/src/test/resources/bk_server.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-core/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/distributedlog-core/src/test/resources/log4j.properties 
b/distributedlog-core/src/test/resources/log4j.properties
index 2073b17..8a9331a 100644
--- a/distributedlog-core/src/test/resources/log4j.properties
+++ b/distributedlog-core/src/test/resources/log4j.properties
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/bin/common.sh
----------------------------------------------------------------------
diff --git a/distributedlog-service/bin/common.sh 
b/distributedlog-service/bin/common.sh
index 566563e..e54550f 100755
--- a/distributedlog-service/bin/common.sh
+++ b/distributedlog-service/bin/common.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/bin/dlog-env.sh
----------------------------------------------------------------------
diff --git a/distributedlog-service/bin/dlog-env.sh 
b/distributedlog-service/bin/dlog-env.sh
index 5fd8475..6110f01 100644
--- a/distributedlog-service/bin/dlog-env.sh
+++ b/distributedlog-service/bin/dlog-env.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/bin/dlog-start.sh
----------------------------------------------------------------------
diff --git a/distributedlog-service/bin/dlog-start.sh 
b/distributedlog-service/bin/dlog-start.sh
index a4a539b..bbdebca 100755
--- a/distributedlog-service/bin/dlog-start.sh
+++ b/distributedlog-service/bin/dlog-start.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/conf/bookie.conf.template
----------------------------------------------------------------------
diff --git a/distributedlog-service/conf/bookie.conf.template 
b/distributedlog-service/conf/bookie.conf.template
index 3dacb94..9cfb887 100644
--- a/distributedlog-service/conf/bookie.conf.template
+++ b/distributedlog-service/conf/bookie.conf.template
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/conf/distributedlog.conf
----------------------------------------------------------------------
diff --git a/distributedlog-service/conf/distributedlog.conf 
b/distributedlog-service/conf/distributedlog.conf
index f2854c8..6c0a742 100644
--- a/distributedlog-service/conf/distributedlog.conf
+++ b/distributedlog-service/conf/distributedlog.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/conf/dlogenv.sh
----------------------------------------------------------------------
diff --git a/distributedlog-service/conf/dlogenv.sh 
b/distributedlog-service/conf/dlogenv.sh
index ae6c459..d87fc4c 100644
--- a/distributedlog-service/conf/dlogenv.sh
+++ b/distributedlog-service/conf/dlogenv.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/distributedlog-service/conf/log4j.properties 
b/distributedlog-service/conf/log4j.properties
index cafc888..a2ecf29 100644
--- a/distributedlog-service/conf/log4j.properties
+++ b/distributedlog-service/conf/log4j.properties
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/conf/write_proxy.conf
----------------------------------------------------------------------
diff --git a/distributedlog-service/conf/write_proxy.conf 
b/distributedlog-service/conf/write_proxy.conf
index 271f177..ce4d7de 100644
--- a/distributedlog-service/conf/write_proxy.conf
+++ b/distributedlog-service/conf/write_proxy.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/conf/zookeeper.conf.dynamic.template
----------------------------------------------------------------------
diff --git a/distributedlog-service/conf/zookeeper.conf.dynamic.template 
b/distributedlog-service/conf/zookeeper.conf.dynamic.template
deleted file mode 100644
index 4bda9f1..0000000
--- a/distributedlog-service/conf/zookeeper.conf.dynamic.template
+++ /dev/null
@@ -1 +0,0 @@
-#/**# * Copyright 2007 The Apache Software Foundation# *# * 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.# */server.1=127.0.0.1:2710:3710:participant;0.0.0.0:2181
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/src/main/resources/config/server_decider.conf
----------------------------------------------------------------------
diff --git 
a/distributedlog-service/src/main/resources/config/server_decider.conf 
b/distributedlog-service/src/main/resources/config/server_decider.conf
index e37fea5..4d416c9 100644
--- a/distributedlog-service/src/main/resources/config/server_decider.conf
+++ b/distributedlog-service/src/main/resources/config/server_decider.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/src/main/resources/config/server_decider.yml
----------------------------------------------------------------------
diff --git 
a/distributedlog-service/src/main/resources/config/server_decider.yml 
b/distributedlog-service/src/main/resources/config/server_decider.yml
index 75638ea..8019aa6 100644
--- a/distributedlog-service/src/main/resources/config/server_decider.yml
+++ b/distributedlog-service/src/main/resources/config/server_decider.yml
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-service/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/distributedlog-service/src/test/resources/log4j.properties 
b/distributedlog-service/src/test/resources/log4j.properties
index 2073b17..8a9331a 100644
--- a/distributedlog-service/src/test/resources/log4j.properties
+++ b/distributedlog-service/src/test/resources/log4j.properties
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-basic/bin/common.sh
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-basic/bin/common.sh 
b/distributedlog-tutorials/distributedlog-basic/bin/common.sh
index 566563e..e54550f 100755
--- a/distributedlog-tutorials/distributedlog-basic/bin/common.sh
+++ b/distributedlog-tutorials/distributedlog-basic/bin/common.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-basic/bin/runner
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-basic/bin/runner 
b/distributedlog-tutorials/distributedlog-basic/bin/runner
index be23e00..ce50e5e 100755
--- a/distributedlog-tutorials/distributedlog-basic/bin/runner
+++ b/distributedlog-tutorials/distributedlog-basic/bin/runner
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-basic/conf/distributedlog.conf
----------------------------------------------------------------------
diff --git 
a/distributedlog-tutorials/distributedlog-basic/conf/distributedlog.conf 
b/distributedlog-tutorials/distributedlog-basic/conf/distributedlog.conf
index f2854c8..6c0a742 100644
--- a/distributedlog-tutorials/distributedlog-basic/conf/distributedlog.conf
+++ b/distributedlog-tutorials/distributedlog-basic/conf/distributedlog.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-basic/conf/dlogenv.sh
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-basic/conf/dlogenv.sh 
b/distributedlog-tutorials/distributedlog-basic/conf/dlogenv.sh
index 4f92d5d..1c1bcd0 100644
--- a/distributedlog-tutorials/distributedlog-basic/conf/dlogenv.sh
+++ b/distributedlog-tutorials/distributedlog-basic/conf/dlogenv.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-basic/conf/log4j.properties
----------------------------------------------------------------------
diff --git 
a/distributedlog-tutorials/distributedlog-basic/conf/log4j.properties 
b/distributedlog-tutorials/distributedlog-basic/conf/log4j.properties
index f3d3ad1..1aa276b 100644
--- a/distributedlog-tutorials/distributedlog-basic/conf/log4j.properties
+++ b/distributedlog-tutorials/distributedlog-basic/conf/log4j.properties
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-kafka/conf/distributedlog.conf
----------------------------------------------------------------------
diff --git 
a/distributedlog-tutorials/distributedlog-kafka/conf/distributedlog.conf 
b/distributedlog-tutorials/distributedlog-kafka/conf/distributedlog.conf
index f2854c8..6c0a742 100644
--- a/distributedlog-tutorials/distributedlog-kafka/conf/distributedlog.conf
+++ b/distributedlog-tutorials/distributedlog-kafka/conf/distributedlog.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-kafka/conf/dlogenv.sh
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-kafka/conf/dlogenv.sh 
b/distributedlog-tutorials/distributedlog-kafka/conf/dlogenv.sh
index 4f92d5d..1c1bcd0 100644
--- a/distributedlog-tutorials/distributedlog-kafka/conf/dlogenv.sh
+++ b/distributedlog-tutorials/distributedlog-kafka/conf/dlogenv.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-kafka/conf/log4j.properties
----------------------------------------------------------------------
diff --git 
a/distributedlog-tutorials/distributedlog-kafka/conf/log4j.properties 
b/distributedlog-tutorials/distributedlog-kafka/conf/log4j.properties
index f3d3ad1..1aa276b 100644
--- a/distributedlog-tutorials/distributedlog-kafka/conf/log4j.properties
+++ b/distributedlog-tutorials/distributedlog-kafka/conf/log4j.properties
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-messaging/bin/common.sh
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-messaging/bin/common.sh 
b/distributedlog-tutorials/distributedlog-messaging/bin/common.sh
index 566563e..e54550f 100755
--- a/distributedlog-tutorials/distributedlog-messaging/bin/common.sh
+++ b/distributedlog-tutorials/distributedlog-messaging/bin/common.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-messaging/bin/runner
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-messaging/bin/runner 
b/distributedlog-tutorials/distributedlog-messaging/bin/runner
index be23e00..ce50e5e 100755
--- a/distributedlog-tutorials/distributedlog-messaging/bin/runner
+++ b/distributedlog-tutorials/distributedlog-messaging/bin/runner
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-messaging/conf/distributedlog.conf
----------------------------------------------------------------------
diff --git 
a/distributedlog-tutorials/distributedlog-messaging/conf/distributedlog.conf 
b/distributedlog-tutorials/distributedlog-messaging/conf/distributedlog.conf
index f2854c8..6c0a742 100644
--- a/distributedlog-tutorials/distributedlog-messaging/conf/distributedlog.conf
+++ b/distributedlog-tutorials/distributedlog-messaging/conf/distributedlog.conf
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-messaging/conf/dlogenv.sh
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-messaging/conf/dlogenv.sh 
b/distributedlog-tutorials/distributedlog-messaging/conf/dlogenv.sh
index 4f92d5d..1c1bcd0 100644
--- a/distributedlog-tutorials/distributedlog-messaging/conf/dlogenv.sh
+++ b/distributedlog-tutorials/distributedlog-messaging/conf/dlogenv.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-messaging/conf/log4j.properties
----------------------------------------------------------------------
diff --git 
a/distributedlog-tutorials/distributedlog-messaging/conf/log4j.properties 
b/distributedlog-tutorials/distributedlog-messaging/conf/log4j.properties
index f3d3ad1..1aa276b 100644
--- a/distributedlog-tutorials/distributedlog-messaging/conf/log4j.properties
+++ b/distributedlog-tutorials/distributedlog-messaging/conf/log4j.properties
@@ -1,5 +1,5 @@
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/distributedlog-tutorials/distributedlog-messaging/src/main/thrift/messaging.thrift
----------------------------------------------------------------------
diff --git 
a/distributedlog-tutorials/distributedlog-messaging/src/main/thrift/messaging.thrift
 
b/distributedlog-tutorials/distributedlog-messaging/src/main/thrift/messaging.thrift
index a3634fe..36fb4f9 100644
--- 
a/distributedlog-tutorials/distributedlog-messaging/src/main/thrift/messaging.thrift
+++ 
b/distributedlog-tutorials/distributedlog-messaging/src/main/thrift/messaging.thrift
@@ -1,5 +1,5 @@
 /**
- * Copyright 2007 The Apache Software Foundation
+ * Copyright 2017 The Apache Software Foundation
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/scripts/dev/build-website.sh
----------------------------------------------------------------------
diff --git a/scripts/dev/build-website.sh b/scripts/dev/build-website.sh
index 4fef9a6..f5530b3 100755
--- a/scripts/dev/build-website.sh
+++ b/scripts/dev/build-website.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/scripts/integration/smoketest.sh
----------------------------------------------------------------------
diff --git a/scripts/integration/smoketest.sh b/scripts/integration/smoketest.sh
index fdb10c6..f88baf7 100755
--- a/scripts/integration/smoketest.sh
+++ b/scripts/integration/smoketest.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/94e16762/scripts/snapshot
----------------------------------------------------------------------
diff --git a/scripts/snapshot b/scripts/snapshot
index 2f2f732..3513625 100755
--- a/scripts/snapshot
+++ b/scripts/snapshot
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 #
 #/**
-# * Copyright 2007 The Apache Software Foundation
+# * Copyright 2017 The Apache Software Foundation
 # *
 # * Licensed to the Apache Software Foundation (ASF) under one
 # * or more contributor license agreements.  See the NOTICE file


Reply via email to