Updated license headers of src/site/markdown/*.md Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/63aa3b91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/63aa3b91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/63aa3b91
Branch: refs/heads/master Commit: 63aa3b91f0aa5d55fe7346ea5d9f7e080d845f34 Parents: 67bdcb8 Author: myui <[email protected]> Authored: Mon Nov 7 15:54:12 2016 +0900 Committer: myui <[email protected]> Committed: Mon Nov 7 15:54:12 2016 +0900 ---------------------------------------------------------------------- pom.xml | 3 ++- src/site/markdown/404.md | 19 +++++++++++++++++++ src/site/markdown/contributing.md | 19 +++++++++++++++++++ src/site/markdown/download.md | 19 +++++++++++++++++++ src/site/markdown/faq.md | 19 +++++++++++++++++++ src/site/markdown/overview.md | 33 ++++++++++++++++----------------- src/site/markdown/poweredby.md | 19 +++++++++++++++++++ src/site/markdown/repository.md | 33 ++++++++++++++++----------------- src/site/markdown/userguide.md | 19 +++++++++++++++++++ 9 files changed, 148 insertions(+), 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/63aa3b91/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 21a9a57..2653cb7 100644 --- a/pom.xml +++ b/pom.xml @@ -415,8 +415,9 @@ <include>src/main/**/*.scala</include> <include>src/test/**/*.scala</include> <include>bin/*.sh</include> - <include>docs/gitbook/**/*.md</include> <include>**/pom.xml</include> + <include>docs/gitbook/**/*.md</include> + <include>src/site/markdown/**/*.md</include> </includes> <useDefaultExcludes>false</useDefaultExcludes> <excludes> http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/63aa3b91/src/site/markdown/404.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/404.md b/src/site/markdown/404.md index 45ec269..68d09f4 100644 --- a/src/site/markdown/404.md +++ b/src/site/markdown/404.md @@ -1 +1,20 @@ +<!-- + 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. +--> + Currently under construction. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/63aa3b91/src/site/markdown/contributing.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/contributing.md b/src/site/markdown/contributing.md index 5668971..999380a 100644 --- a/src/site/markdown/contributing.md +++ b/src/site/markdown/contributing.md @@ -1,3 +1,22 @@ +<!-- + 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. +--> + to appear ... [Here](http://www.apache.org/foundation/getinvolved.html) is a general guide for contributing to Apache Project. http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/63aa3b91/src/site/markdown/download.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md index 9cbe300..115cd60 100644 --- a/src/site/markdown/download.md +++ b/src/site/markdown/download.md @@ -1,3 +1,22 @@ +<!-- + 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. +--> + No release in Apache Incubator yet. Past releases of Hivemall can be found in [this page](https://github.com/myui/hivemall/releases). http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/63aa3b91/src/site/markdown/faq.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/faq.md b/src/site/markdown/faq.md index f04a65b..5a8b1fb 100644 --- a/src/site/markdown/faq.md +++ b/src/site/markdown/faq.md @@ -1 +1,20 @@ +<!-- + 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. +--> + to appear ... \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/63aa3b91/src/site/markdown/overview.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/overview.md b/src/site/markdown/overview.md index 5e26e60..57c8d73 100644 --- a/src/site/markdown/overview.md +++ b/src/site/markdown/overview.md @@ -1,21 +1,20 @@ <!-- - - 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. - + 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. --> # Apache Hivemall Overview http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/63aa3b91/src/site/markdown/poweredby.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/poweredby.md b/src/site/markdown/poweredby.md index f04a65b..5a8b1fb 100644 --- a/src/site/markdown/poweredby.md +++ b/src/site/markdown/poweredby.md @@ -1 +1,20 @@ +<!-- + 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. +--> + to appear ... \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/63aa3b91/src/site/markdown/repository.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/repository.md b/src/site/markdown/repository.md index 0f2d716..2beecd9 100644 --- a/src/site/markdown/repository.md +++ b/src/site/markdown/repository.md @@ -1,21 +1,20 @@ <!-- - - 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. - + 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 http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/63aa3b91/src/site/markdown/userguide.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/userguide.md b/src/site/markdown/userguide.md index cd1a4dc..3cff047 100644 --- a/src/site/markdown/userguide.md +++ b/src/site/markdown/userguide.md @@ -1,3 +1,22 @@ +<!-- + 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. +--> + Yet under construction. Please refer [this wiki page](https://github.com/myui/hivemall/wiki) for the time being.
