This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git
commit 154ef56a79530625503a4e495c1029e30d1e3ee2 Author: asifdxtreme <[email protected]> AuthorDate: Fri Feb 23 16:17:03 2018 +0530 Add license header to script files and missing go file --- frontend/app/robots.txt | 4 ---- scripts/release/make_frontend_release.sh | 14 ++++++++++++++ scripts/release/make_release.sh | 14 ++++++++++++++ 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/frontend/app/robots.txt b/frontend/app/robots.txt deleted file mode 100644 index 4d521f9..0000000 --- a/frontend/app/robots.txt +++ /dev/null @@ -1,4 +0,0 @@ -# robotstxt.org - -User-agent: * -Disallow: diff --git a/scripts/release/make_frontend_release.sh b/scripts/release/make_frontend_release.sh index c16f927..8ffd3d0 100644 --- a/scripts/release/make_frontend_release.sh +++ b/scripts/release/make_frontend_release.sh @@ -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. #!/usr/bin/env bash ## Get the Release Number if [ $2 == "" ]; then diff --git a/scripts/release/make_release.sh b/scripts/release/make_release.sh index fafa485..0764eff 100644 --- a/scripts/release/make_release.sh +++ b/scripts/release/make_release.sh @@ -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. #!/usr/bin/env bash ## Get the Release Number if [ $2 == "" ]; then -- To stop receiving notification emails like this one, please contact [email protected].
