Skip to content

Align file headers on other Hibernate projects #2855

@yrodiere

Description

@yrodiere

Other Hibernate projects (ORM, Search, Validator) use this header:

/*
* SPDX-License-Identifier: Apache-2.0
* Copyright Red Hat Inc. and Hibernate Authors
*/

Hibernate Reactive uses that:

/* Hibernate, Relational Persistence for Idiomatic Java
 *
 * SPDX-License-Identifier: Apache-2.0
 * Copyright: Red Hat Inc. and Hibernate Authors
 */

Let's align Hibernate Reactive on other projects, and maybe add some check to be sure it's applied everywhere? It seems missing from this file, for example:

https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/main/java/org/hibernate/reactive/adaptor/package-info.java

See also hibernate/hibernate.org#312 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions