You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2017/01/05 19:18:30 UTC

incubator-mnemonic git commit: MNEMONIC-176: Missing License info header in benchcommom.py

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/0.5.0-dev 6bc382bf8 -> 7f6f3c2d5


MNEMONIC-176: Missing License info header in benchcommom.py


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/7f6f3c2d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/7f6f3c2d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/7f6f3c2d

Branch: refs/heads/0.5.0-dev
Commit: 7f6f3c2d50e9149ef52569fb9edb33df275a4370
Parents: 6bc382b
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Thu Jan 5 11:18:00 2017 -0800
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Thu Jan 5 11:18:00 2017 -0800

----------------------------------------------------------------------
 .../mnemonic-sort-bench/bin/benchcommon.py         | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/7f6f3c2d/mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py
----------------------------------------------------------------------
diff --git a/mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py b/mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py
index 33a740c..d45a148 100755
--- a/mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py
+++ b/mnemonic-benches/mnemonic-sort-bench/bin/benchcommon.py
@@ -1,5 +1,22 @@
 #! /usr/bin/env python
 
+#
+# 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.
+#
+
 import os
 import inspect
 import sys