You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2016/05/24 01:08:05 UTC

[2/3] incubator-geode git commit: Adding apache license headers to temporary scripts.

Adding apache license headers to temporary scripts.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3b842aad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3b842aad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/3b842aad

Branch: refs/heads/feature/GEODE-837
Commit: 3b842aad11dd8a644b09befc9042e44de4dffb13
Parents: 1065776
Author: Dan Smith <up...@apache.org>
Authored: Mon May 23 17:55:08 2016 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Mon May 23 17:55:08 2016 -0700

----------------------------------------------------------------------
 convert_one_dunit_to_junit4.pl  | 14 ++++++++++++++
 dunits_to_junit4.sh             | 16 ++++++++++++++++
 reset_existing_junit4_dunits.sh | 17 +++++++++++++++++
 3 files changed, 47 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3b842aad/convert_one_dunit_to_junit4.pl
----------------------------------------------------------------------
diff --git a/convert_one_dunit_to_junit4.pl b/convert_one_dunit_to_junit4.pl
index c251ecd..c6b6dd9 100755
--- a/convert_one_dunit_to_junit4.pl
+++ b/convert_one_dunit_to_junit4.pl
@@ -1,4 +1,18 @@
 #!/usr/bin/perl -w -i -p
+# 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.
 
 use strict;
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3b842aad/dunits_to_junit4.sh
----------------------------------------------------------------------
diff --git a/dunits_to_junit4.sh b/dunits_to_junit4.sh
index 27a4152..1deb61c 100755
--- a/dunits_to_junit4.sh
+++ b/dunits_to_junit4.sh
@@ -1,3 +1,19 @@
+#!/bin/bash
+
+# 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.
 find . -name *DUnitTest.java -exec ./convert_one_dunit_to_junit4.pl {} \;
 
 ./convert_one_dunit_to_junit4.pl ./geode-core/src/test/java/com/gemstone/gemfire/management/ManagementTestBase.java

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3b842aad/reset_existing_junit4_dunits.sh
----------------------------------------------------------------------
diff --git a/reset_existing_junit4_dunits.sh b/reset_existing_junit4_dunits.sh
index e89f91b..66a425a 100755
--- a/reset_existing_junit4_dunits.sh
+++ b/reset_existing_junit4_dunits.sh
@@ -1,3 +1,20 @@
+#!/bin/bash
+
+# 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.
+
 git checkout -- ./geode-core/src/test/java/com/gemstone/gemfire/cache30/CachedAllEventsDUnitTest.java
 git checkout -- ./geode-core/src/test/java/com/gemstone/gemfire/security/ClientAuthenticationDUnitTest.java
 git checkout -- ./geode-core/src/test/java/com/gemstone/gemfire/security/ClientAuthenticationPart2DUnitTest.java