Repository: bahir-website Updated Branches: refs/heads/master 5cc586bab -> 2c8176fc7
[MINOR] Add missing Apache License header Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/2c8176fc Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/2c8176fc Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/2c8176fc Branch: refs/heads/master Commit: 2c8176fc730f627d403c628c4f3fd1121104ed88 Parents: 5cc586b Author: Luciano Resende <[email protected]> Authored: Sat Apr 15 00:03:41 2017 -0700 Committer: Luciano Resende <[email protected]> Committed: Sat Apr 15 00:03:41 2017 -0700 ---------------------------------------------------------------------- site/_data/navigation.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/2c8176fc/site/_data/navigation.yml ---------------------------------------------------------------------- diff --git a/site/_data/navigation.yml b/site/_data/navigation.yml index f90276b..cc184f5 100644 --- a/site/_data/navigation.yml +++ b/site/_data/navigation.yml @@ -1,3 +1,18 @@ +# 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. + ## Topnav single links ## if you want to list an external url, use external_url instead of url. the theme will apply a different link base. # - title: Sample
