Repository: chukwa Updated Branches: refs/heads/master 337a0a974 -> e90967f94
add Apache license header Project: http://git-wip-us.apache.org/repos/asf/chukwa/repo Commit: http://git-wip-us.apache.org/repos/asf/chukwa/commit/e90967f9 Tree: http://git-wip-us.apache.org/repos/asf/chukwa/tree/e90967f9 Diff: http://git-wip-us.apache.org/repos/asf/chukwa/diff/e90967f9 Branch: refs/heads/master Commit: e90967f94cb2b5251761f45a9a61518db48677c9 Parents: 337a0a9 Author: fangyiwang <[email protected]> Authored: Fri May 26 12:29:47 2017 -0700 Committer: fangyiwang <[email protected]> Committed: Fri May 26 12:29:47 2017 -0700 ---------------------------------------------------------------------- contrib/docker/Makefile.config | 18 ++++++++++++++++-- contrib/docker/test_solver.prototxt | 17 ++++++++++++++++- 2 files changed, 32 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/chukwa/blob/e90967f9/contrib/docker/Makefile.config ---------------------------------------------------------------------- diff --git a/contrib/docker/Makefile.config b/contrib/docker/Makefile.config index 9a1fd19..3cf512f 100644 --- a/contrib/docker/Makefile.config +++ b/contrib/docker/Makefile.config @@ -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. + ## Refer to http://caffe.berkeleyvision.org/installation.html # Contributions simplifying and improving our build system are welcome! @@ -114,5 +130,3 @@ Q ?= @ #INCLUDE_DIRS += /usr/jdk64/java-1.8.0-openjdk-1.8.0.77-0.b03.el7_2.x86_64/include INCLUDE_DIRS += /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.131-2.6.9.0.el7_3.x86_64/include - - http://git-wip-us.apache.org/repos/asf/chukwa/blob/e90967f9/contrib/docker/test_solver.prototxt ---------------------------------------------------------------------- diff --git a/contrib/docker/test_solver.prototxt b/contrib/docker/test_solver.prototxt index dd75ae8..36b2389 100644 --- a/contrib/docker/test_solver.prototxt +++ b/contrib/docker/test_solver.prototxt @@ -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. + # The train/test net protocol buffer definition net: "/caffe-test/train/train_test.prototxt" # test_iter specifies how many forward passes the test should carry out. @@ -21,4 +37,3 @@ snapshot: 5000 snapshot_prefix: "mnist_lenet" # solver mode: CPU or GPU solver_mode: CPU -
