diff --git a/ant/docs/examples/5-minute-tutorial/.gitignore b/ant/docs/examples/5-minute-tutorial/.gitignore index 7dee095418..616fc09000 100644 --- a/ant/docs/examples/5-minute-tutorial/.gitignore +++ b/ant/docs/examples/5-minute-tutorial/.gitignore @@ -1 +1,18 @@ +############################################################################ +# Hibernate Tools, Tooling for your Hibernate Projects # +# # +# Copyright 2004-2025 Red Hat, Inc. # +# # +# Licensed 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. # +############################################################################ generated-sources \ No newline at end of file diff --git a/ant/docs/examples/5-minute-tutorial/README.md b/ant/docs/examples/5-minute-tutorial/README.md index 75c9259295..7a7f6d1003 100644 --- a/ant/docs/examples/5-minute-tutorial/README.md +++ b/ant/docs/examples/5-minute-tutorial/README.md @@ -1,3 +1,18 @@ + To run this example: - Have [Apache Ant](https://ant.apache.org) installed - Have [H2 Sakila database](https://github.com/koentsje/sakila-h2) running diff --git a/ant/docs/examples/5-minute-tutorial/build.xml b/ant/docs/examples/5-minute-tutorial/build.xml index 273e565fe6..831e5e1f38 100644 --- a/ant/docs/examples/5-minute-tutorial/build.xml +++ b/ant/docs/examples/5-minute-tutorial/build.xml @@ -1,3 +1,18 @@ + diff --git a/ant/docs/examples/5-minute-tutorial/hibernate.properties b/ant/docs/examples/5-minute-tutorial/hibernate.properties index e51f13fc1c..60b2483a2f 100644 --- a/ant/docs/examples/5-minute-tutorial/hibernate.properties +++ b/ant/docs/examples/5-minute-tutorial/hibernate.properties @@ -1,3 +1,20 @@ +############################################################################ +# Hibernate Tools, Tooling for your Hibernate Projects # +# # +# Copyright 2004-2025 Red Hat, Inc. # +# # +# Licensed 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. # +############################################################################ hibernate.connection.driver_class=org.h2.Driver hibernate.connection.url=jdbc:h2:tcp://localhost/./sakila hibernate.connection.username=sa diff --git a/ant/docs/examples/classpath/.gitignore b/ant/docs/examples/classpath/.gitignore index 8265f4e18a..afbb24cc42 100644 --- a/ant/docs/examples/classpath/.gitignore +++ b/ant/docs/examples/classpath/.gitignore @@ -1 +1,18 @@ +############################################################################ +# Hibernate Tools, Tooling for your Hibernate Projects # +# # +# Copyright 2004-2025 Red Hat, Inc. # +# # +# Licensed 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. # +############################################################################ additional/classes \ No newline at end of file diff --git a/ant/docs/examples/classpath/README.md b/ant/docs/examples/classpath/README.md new file mode 100644 index 0000000000..be511bb699 --- /dev/null +++ b/ant/docs/examples/classpath/README.md @@ -0,0 +1,18 @@ + +To run this example: + - Have [Apache Ant](https://ant.apache.org) installed + - Issue `ant reveng` from a command-line window \ No newline at end of file diff --git a/ant/docs/examples/classpath/build.xml b/ant/docs/examples/classpath/build.xml index 648c4eca2b..ef11e79b88 100644 --- a/ant/docs/examples/classpath/build.xml +++ b/ant/docs/examples/classpath/build.xml @@ -1,3 +1,18 @@ +