Build, minor, add missing license headers
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/e44fb652 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/e44fb652 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/e44fb652 Branch: refs/heads/develop Commit: e44fb652d9f141db759c070319528b6d805f1f5a Parents: beac592 Author: Paul Merlin <[email protected]> Authored: Sun Jun 14 23:23:03 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Sun Jun 14 23:23:03 2015 +0200 ---------------------------------------------------------------------- build.gradle | 23 +++++++++++++++++++++-- etc/qi4j-api-checkstyle.xml | 21 +++++++++++++++++++++ etc/qi4j-runtime-checkstyle.xml | 21 +++++++++++++++++++++ etc/qi4j-tests-checkstyle.xml | 21 +++++++++++++++++++++ libraries.gradle | 19 +++++++++++++++++++ settings.gradle | 19 +++++++++++++++++++ 6 files changed, 122 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/e44fb652/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 26947ca..bb61078 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,25 @@ +/* + * 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. + */ + project.ext { - title = "Qi4j SDK" - description = "Qi4j⢠is a framework for domain centric application development, including evolved concepts from AOP, DI and DDD." + title = "Apache Zest Qi4j SDK" + description = "Apache Zest Qi4j⢠is a framework for domain centric application development, including evolved concepts from AOP, DI and DDD." testFailures = [ ] mainClassName = 'org.qi4j.container.Main' groovycMain_mx = "700m" http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/e44fb652/etc/qi4j-api-checkstyle.xml ---------------------------------------------------------------------- diff --git a/etc/qi4j-api-checkstyle.xml b/etc/qi4j-api-checkstyle.xml index 4a2122a..d9c55c2 100644 --- a/etc/qi4j-api-checkstyle.xml +++ b/etc/qi4j-api-checkstyle.xml @@ -2,6 +2,27 @@ <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> +<!--*********************************************************** + * + * 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. + * + ***********************************************************--> + <!-- Documentation is availableService at http://checkstyle.sourceforge.net/availablechecks.html --> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/e44fb652/etc/qi4j-runtime-checkstyle.xml ---------------------------------------------------------------------- diff --git a/etc/qi4j-runtime-checkstyle.xml b/etc/qi4j-runtime-checkstyle.xml index 3e0329c..a50e0db 100644 --- a/etc/qi4j-runtime-checkstyle.xml +++ b/etc/qi4j-runtime-checkstyle.xml @@ -2,6 +2,27 @@ <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> +<!--*********************************************************** + * + * 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. + * + ***********************************************************--> + <!-- Documentation is availableService at http://checkstyle.sourceforge.net/availablechecks.html --> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/e44fb652/etc/qi4j-tests-checkstyle.xml ---------------------------------------------------------------------- diff --git a/etc/qi4j-tests-checkstyle.xml b/etc/qi4j-tests-checkstyle.xml index ea6c570..be1fca6 100644 --- a/etc/qi4j-tests-checkstyle.xml +++ b/etc/qi4j-tests-checkstyle.xml @@ -2,6 +2,27 @@ <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> +<!--*********************************************************** + * + * 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. + * + ***********************************************************--> + <!-- Documentation is availableService at http://checkstyle.sourceforge.net/availablechecks.html --> http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/e44fb652/libraries.gradle ---------------------------------------------------------------------- diff --git a/libraries.gradle b/libraries.gradle index 7903c59..59a0047 100644 --- a/libraries.gradle +++ b/libraries.gradle @@ -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. + */ + // Versions of Dependencies; def asmVersion = '5.0.3' def beanshellVersion = '2.0b4' http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/e44fb652/settings.gradle ---------------------------------------------------------------------- diff --git a/settings.gradle b/settings.gradle index f7a72ac..a04e6a0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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. + */ + include "core:functional", "core:io", "core:api",
