Skip to content

Commit ac60b64

Browse files
committed
HHH-19191 - Apply actual ASL changes
https://hibernate.atlassian.net/browse/HHH-19191
1 parent f5c4342 commit ac60b64

File tree

7 files changed

+12
-145
lines changed

7 files changed

+12
-145
lines changed

documentation/src/main/asciidoc/quickstart/tutorials/annotations/src/test/java/org/hibernate/tutorial/annotations/Event.java

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* Copyright (c) 2010, Red Hat Inc. or third-party contributors as
5-
* indicated by the @author tags or express copyright attribution
6-
* statements applied by the authors. All third-party contributions are
7-
* distributed under license by Red Hat Inc.
8-
*
9-
* This copyrighted material is made available to anyone wishing to use, modify,
10-
* copy, or redistribute it subject to the terms and conditions of the GNU
11-
* Lesser General Public License, as published by the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
16-
* for more details.
17-
*
18-
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this distribution; if not, write to:
20-
* Free Software Foundation, Inc.
21-
* 51 Franklin Street, Fifth Floor
22-
* Boston, MA 02110-1301 USA
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
234
*/
245
package org.hibernate.tutorial.annotations;
256

documentation/src/main/asciidoc/quickstart/tutorials/annotations/src/test/java/org/hibernate/tutorial/annotations/HibernateIllustrationTest.java

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* Copyright (c) 2010, Red Hat Inc. or third-party contributors as
5-
* indicated by the @author tags or express copyright attribution
6-
* statements applied by the authors. All third-party contributions are
7-
* distributed under license by Red Hat Inc.
8-
*
9-
* This copyrighted material is made available to anyone wishing to use, modify,
10-
* copy, or redistribute it subject to the terms and conditions of the GNU
11-
* Lesser General Public License, as published by the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
16-
* for more details.
17-
*
18-
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this distribution; if not, write to:
20-
* Free Software Foundation, Inc.
21-
* 51 Franklin Street, Fifth Floor
22-
* Boston, MA 02110-1301 USA
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
234
*/
245
package org.hibernate.tutorial.annotations;
256

documentation/src/main/asciidoc/quickstart/tutorials/entitymanager/src/test/java/org/hibernate/tutorial/em/Event.java

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* Copyright (c) 2010, Red Hat Inc. or third-party contributors as
5-
* indicated by the @author tags or express copyright attribution
6-
* statements applied by the authors. All third-party contributions are
7-
* distributed under license by Red Hat Inc.
8-
*
9-
* This copyrighted material is made available to anyone wishing to use, modify,
10-
* copy, or redistribute it subject to the terms and conditions of the GNU
11-
* Lesser General Public License, as published by the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
16-
* for more details.
17-
*
18-
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this distribution; if not, write to:
20-
* Free Software Foundation, Inc.
21-
* 51 Franklin Street, Fifth Floor
22-
* Boston, MA 02110-1301 USA
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
234
*/
245
package org.hibernate.tutorial.em;
256

documentation/src/main/asciidoc/quickstart/tutorials/entitymanager/src/test/java/org/hibernate/tutorial/em/JPAIllustrationTest.java

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* Copyright (c) 2010, Red Hat Inc. or third-party contributors as
5-
* indicated by the @author tags or express copyright attribution
6-
* statements applied by the authors. All third-party contributions are
7-
* distributed under license by Red Hat Inc.
8-
*
9-
* This copyrighted material is made available to anyone wishing to use, modify,
10-
* copy, or redistribute it subject to the terms and conditions of the GNU
11-
* Lesser General Public License, as published by the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
16-
* for more details.
17-
*
18-
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this distribution; if not, write to:
20-
* Free Software Foundation, Inc.
21-
* 51 Franklin Street, Fifth Floor
22-
* Boston, MA 02110-1301 USA
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
234
*/
245
package org.hibernate.tutorial.em;
256

documentation/src/main/asciidoc/quickstart/tutorials/envers/src/test/java/org/hibernate/tutorial/envers/EnversIllustrationTest.java

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* Copyright (c) 2010, Red Hat Inc. or third-party contributors as
5-
* indicated by the @author tags or express copyright attribution
6-
* statements applied by the authors. All third-party contributions are
7-
* distributed under license by Red Hat Inc.
8-
*
9-
* This copyrighted material is made available to anyone wishing to use, modify,
10-
* copy, or redistribute it subject to the terms and conditions of the GNU
11-
* Lesser General Public License, as published by the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
16-
* for more details.
17-
*
18-
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this distribution; if not, write to:
20-
* Free Software Foundation, Inc.
21-
* 51 Franklin Street, Fifth Floor
22-
* Boston, MA 02110-1301 USA
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
234
*/
245
package org.hibernate.tutorial.envers;
256

documentation/src/main/asciidoc/quickstart/tutorials/envers/src/test/java/org/hibernate/tutorial/envers/Event.java

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,6 @@
11
/*
2-
* Hibernate, Relational Persistence for Idiomatic Java
3-
*
4-
* Copyright (c) 2010, Red Hat Inc. or third-party contributors as
5-
* indicated by the @author tags or express copyright attribution
6-
* statements applied by the authors. All third-party contributions are
7-
* distributed under license by Red Hat Inc.
8-
*
9-
* This copyrighted material is made available to anyone wishing to use, modify,
10-
* copy, or redistribute it subject to the terms and conditions of the GNU
11-
* Lesser General Public License, as published by the Free Software Foundation.
12-
*
13-
* This program is distributed in the hope that it will be useful,
14-
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15-
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
16-
* for more details.
17-
*
18-
* You should have received a copy of the GNU Lesser General Public License
19-
* along with this distribution; if not, write to:
20-
* Free Software Foundation, Inc.
21-
* 51 Franklin Street, Fifth Floor
22-
* Boston, MA 02110-1301 USA
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright Red Hat Inc. and Hibernate Authors
234
*/
245
package org.hibernate.tutorial.envers;
256

hibernate-spatial/COPYRIGHT

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)