ASF headers in Markdown
Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/df6c1a25 Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/df6c1a25 Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/df6c1a25 Branch: refs/heads/COMMONSRDF-47 Commit: df6c1a254f9b76789313148396c4e0eacafdcdcc Parents: 42a32b4 Author: Stian Soiland-Reyes <[email protected]> Authored: Thu Feb 9 00:20:54 2017 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Thu Feb 9 00:20:54 2017 +0000 ---------------------------------------------------------------------- MATURITY.md | 20 ++++++++++++++++++++ src/site/markdown/introduction.md | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/df6c1a25/MATURITY.md ---------------------------------------------------------------------- diff --git a/MATURITY.md b/MATURITY.md index 9b07ddb..8df30c7 100644 --- a/MATURITY.md +++ b/MATURITY.md @@ -1,3 +1,23 @@ +<!-- + + 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. + +--> + # Commons RDF Project Maturity Report This is a report of Commons RDF following the http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/df6c1a25/src/site/markdown/introduction.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/introduction.md b/src/site/markdown/introduction.md index 073fe2b..f0250b0 100644 --- a/src/site/markdown/introduction.md +++ b/src/site/markdown/introduction.md @@ -1,3 +1,23 @@ +<!-- + + 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. + +--> + # Introduction to RDF using Commons RDF This page is a tutorial to introduce programming with the
