Skip to content

Commit a96de99

Browse files
committed
HV-2051 Add missing license headers
1 parent 26e305f commit a96de99

File tree

241 files changed

+1440
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+1440
-1
lines changed

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter01/Car.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
package org.hibernate.validator.referenceguide.chapter01;
28

39
import jakarta.validation.constraints.Min;

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter01/CarTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
package org.hibernate.validator.referenceguide.chapter01;
28

39
import static org.junit.Assert.assertEquals;

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/Car.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
//tag::include[]
28
package org.hibernate.validator.referenceguide.chapter02.classlevel;
39

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/Person.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
package org.hibernate.validator.referenceguide.chapter02.classlevel;
28

39
public class Person {

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/classlevel/ValidPassengerCount.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
package org.hibernate.validator.referenceguide.chapter02.classlevel;
28

39
import static java.lang.annotation.ElementType.ANNOTATION_TYPE;

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/containerelement/custom/Car.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
//tag::include[]
28
package org.hibernate.validator.referenceguide.chapter02.containerelement.custom;
39

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/containerelement/custom/CarTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
package org.hibernate.validator.referenceguide.chapter02.containerelement.custom;
28

39
import static org.junit.Assert.assertEquals;

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/containerelement/custom/Gear.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
//tag::include[]
28
package org.hibernate.validator.referenceguide.chapter02.containerelement.custom;
39

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/containerelement/custom/GearBox.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
//tag::include[]
28
package org.hibernate.validator.referenceguide.chapter02.containerelement.custom;
39

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter02/containerelement/custom/GearBoxValueExtractor.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Hibernate Validator, declare and validate application constraints
3+
*
4+
* License: Apache License, Version 2.0
5+
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
6+
*/
17
//tag::include[]
28
package org.hibernate.validator.referenceguide.chapter02.containerelement.custom;
39

0 commit comments

Comments
 (0)