You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by mh...@apache.org on 2015/05/27 22:18:56 UTC

[2/2] incubator-datafu git commit: Add missing license to find_dupes.rb

Add missing license to find_dupes.rb


Project: http://git-wip-us.apache.org/repos/asf/incubator-datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-datafu/commit/1f658687
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/1f658687
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/1f658687

Branch: refs/heads/master
Commit: 1f658687711ebc753ec66caff946cd978cf93d02
Parents: cd12eb4
Author: Matthew Hayes <ma...@gmail.com>
Authored: Wed May 27 13:17:16 2015 -0700
Committer: Matthew Hayes <ma...@gmail.com>
Committed: Wed May 27 13:18:13 2015 -0700

----------------------------------------------------------------------
 datafu-hourglass/find_dupes.rb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/1f658687/datafu-hourglass/find_dupes.rb
----------------------------------------------------------------------
diff --git a/datafu-hourglass/find_dupes.rb b/datafu-hourglass/find_dupes.rb
index dc57f1b..727de2d 100644
--- a/datafu-hourglass/find_dupes.rb
+++ b/datafu-hourglass/find_dupes.rb
@@ -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.
+
 # Uses jarfish to find all duplicate classes from jars listed in the .classpath
 
 require 'nokogiri'