Author: olamy
Date: Sat Jun 23 07:12:17 2012
New Revision: 1353085
URL: http://svn.apache.org/viewvc?rev=1353085&view=rev
Log:
add missing license headers
Modified:
incubator/directmemory/trunk/directmemory-cache/bench.bat
incubator/directmemory/trunk/directmemory-cache/bench.sh
incubator/directmemory/trunk/init-git-svn.sh
Modified: incubator/directmemory/trunk/directmemory-cache/bench.bat
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/bench.bat?rev=1353085&r1=1353084&r2=1353085&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/bench.bat (original)
+++ incubator/directmemory/trunk/directmemory-cache/bench.bat Sat Jun 23
07:12:17 2012
@@ -1 +1,15 @@
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements. See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License. You may obtain a copy of the License at
+rem
+rem http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
mvn test -Dtest=SerializerTest -Djub.customkey=%1
-Djub.consumers=CONSOLE,XML,H2 -Djub.db.file=data/benchmarks/database
-Djub.xml.file=data/benchmarks/benchmarks.xml
-Djub.charts.dir=data/benchmarks/graphs
Modified: incubator/directmemory/trunk/directmemory-cache/bench.sh
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/bench.sh?rev=1353085&r1=1353084&r2=1353085&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/bench.sh (original)
+++ incubator/directmemory/trunk/directmemory-cache/bench.sh Sat Jun 23
07:12:17 2012
@@ -1,2 +1,16 @@
#!/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.
mvn test -Djub.customkey=$1 -Dtest=MicroBenchmarks
-Djub.consumers=CONSOLE,XML,H2 -Djub.db.file=target/benchmarks/database
-Djub.xml.file=target/logs/benchmarks.xml
-Djub.charts.dir=target/data/benchmarks/graphs
Modified: incubator/directmemory/trunk/init-git-svn.sh
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/init-git-svn.sh?rev=1353085&r1=1353084&r2=1353085&view=diff
==============================================================================
--- incubator/directmemory/trunk/init-git-svn.sh (original)
+++ incubator/directmemory/trunk/init-git-svn.sh Sat Jun 23 07:12:17 2012
@@ -1,3 +1,17 @@
+# 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.
cd .git;wget http://git.apache.org/authors.txt; cd ..
git config svn.authorsfile ".git/authors.txt"
git svn init --prefix=origin/ --tags=tags --trunk=trunk --branches=branches
https://svn.apache.org/repos/asf/incubator/directmemory/