Add Apache License to several files.
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/247fabd6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/247fabd6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/247fabd6 Branch: refs/heads/master Commit: 247fabd642bdc279166431bbb396708282a9d927 Parents: 96202a8 Author: xiezl <[email protected]> Authored: Thu Dec 31 14:20:36 2015 +0800 Committer: Wei Wang <[email protected]> Committed: Wed Jan 6 02:18:29 2016 +0800 ---------------------------------------------------------------------- tool/docker/mesos/.bashrc | 20 ++++++++++++++++++++ tool/docker/mesos/Dockerfile | 20 ++++++++++++++++++++ tool/docker/mesos/install.sh | 21 +++++++++++++++++++++ tool/docker/singa/.bashrc | 20 ++++++++++++++++++++ tool/docker/singa/.vimrc | 20 ++++++++++++++++++++ tool/docker/singa/Dockerfile | 20 ++++++++++++++++++++ 6 files changed, 121 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/247fabd6/tool/docker/mesos/.bashrc ---------------------------------------------------------------------- diff --git a/tool/docker/mesos/.bashrc b/tool/docker/mesos/.bashrc index 7f354eb..96dbc19 100644 --- a/tool/docker/mesos/.bashrc +++ b/tool/docker/mesos/.bashrc @@ -1,3 +1,23 @@ +#/** +# * Copyright 2015 The Apache Software Foundation +# * +# * 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. +# */ + export LIBRARY_PATH=/opt/OpenBLAS/lib:$LIBRARY_PATH export LD_LIBRARY_PATH=/opt/OpenBLAS/lib:/usr/local/lib:$LD_LIBRARY_PATH export CPLUS_INCLUDE_PATH=/opt/OpenBLAS/include:$CPLUS_INCLUDE_PATH http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/247fabd6/tool/docker/mesos/Dockerfile ---------------------------------------------------------------------- diff --git a/tool/docker/mesos/Dockerfile b/tool/docker/mesos/Dockerfile index 224b0be..fc5cca0 100644 --- a/tool/docker/mesos/Dockerfile +++ b/tool/docker/mesos/Dockerfile @@ -1,3 +1,23 @@ +#/** +# * Copyright 2015 The Apache Software Foundation +# * +# * 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. +# */ + #build Mesos+Hadoop on top of SINGA FROM singa/base MAINTAINER Anh Dinh<[email protected]> http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/247fabd6/tool/docker/mesos/install.sh ---------------------------------------------------------------------- diff --git a/tool/docker/mesos/install.sh b/tool/docker/mesos/install.sh index 87233c1..ac7106c 100644 --- a/tool/docker/mesos/install.sh +++ b/tool/docker/mesos/install.sh @@ -1,4 +1,25 @@ #!/bin/bash + +#/** +# * Copyright 2015 The Apache Software Foundation +# * +# * 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. +# */ + source /root/.bashrc #download cd /opt http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/247fabd6/tool/docker/singa/.bashrc ---------------------------------------------------------------------- diff --git a/tool/docker/singa/.bashrc b/tool/docker/singa/.bashrc index 3d5ad6c..818592b 100644 --- a/tool/docker/singa/.bashrc +++ b/tool/docker/singa/.bashrc @@ -1,3 +1,23 @@ +#/** +# * Copyright 2015 The Apache Software Foundation +# * +# * 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. +# */ + export LIBRARY_PATH=/opt/OpenBLAS/lib:$LIBRARY_PATH export LD_LIBRARY_PATH=/opt/OpenBLAS/lib:/usr/local/lib:$LD_LIBRARY_PATH export CPLUS_INCLUDE_PATH=/opt/OpenBLAS/include:$CPLUS_INCLUDE_PATH http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/247fabd6/tool/docker/singa/.vimrc ---------------------------------------------------------------------- diff --git a/tool/docker/singa/.vimrc b/tool/docker/singa/.vimrc index 2269792..a537894 100644 --- a/tool/docker/singa/.vimrc +++ b/tool/docker/singa/.vimrc @@ -1,3 +1,23 @@ +"/** +" * Copyright 2015 The Apache Software Foundation +" * +" * 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. +" */ + set autoindent " always set autoindenting on set smartindent " use smart indent if there is no indent file set tabstop=2 " <tab> inserts 4 spaces http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/247fabd6/tool/docker/singa/Dockerfile ---------------------------------------------------------------------- diff --git a/tool/docker/singa/Dockerfile b/tool/docker/singa/Dockerfile index b62162f..9f542dc 100644 --- a/tool/docker/singa/Dockerfile +++ b/tool/docker/singa/Dockerfile @@ -1,3 +1,23 @@ +#/** +# * Copyright 2015 The Apache Software Foundation +# * +# * 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. +# */ + #build singa from scratch FROM ubuntu:14.04 MAINTAINER Anh Dinh<[email protected]>
