Skip to content

Commit 8dc7102

Browse files
committed
HV-2051 Add missing xml license headers
1 parent ad925a4 commit 8dc7102

File tree

50 files changed

+270
-6
lines changed

Some content is hidden

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

50 files changed

+270
-6
lines changed

cdi/src/test/resources/org/hibernate/validator/test/cdi/internal/injection/validation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
version="3.0">
1212
<default-provider>org.hibernate.validator.test.cdi.internal.injection.MyValidationProvider</default-provider>
13-
</validation-config>
13+
</validation-config>

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/validation-DisableTraversableResolverResultCache.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Hibernate Validator, declare and validate application constraints
4+
~
5+
~ License: Apache License, Version 2.0
6+
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7+
-->
28
<validation-config xmlns="https://jakarta.ee/xml/ns/validation/configuration"
39
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
410
xsi:schemaLocation="https://jakarta.ee/xml/ns/validation/configuration https://jakarta.ee/xml/ns/validation/validation-configuration-3.0.xsd"

documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/validation-ShowValidatedValueInLogs.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Hibernate Validator, declare and validate application constraints
4+
~
5+
~ License: Apache License, Version 2.0
6+
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7+
-->
28
<validation-config xmlns="https://jakarta.ee/xml/ns/validation/configuration"
39
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
410
xsi:schemaLocation="https://jakarta.ee/xml/ns/validation/configuration https://jakarta.ee/xml/ns/validation/validation-configuration-3.0.xsd"

documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter08/rental-car-mapping.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
~ Hibernate Validator, declare and validate application constraints
4+
~
5+
~ License: Apache License, Version 2.0
6+
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7+
-->
28
<constraint-mappings
39
xmlns="https://jakarta.ee/xml/ns/validation/mapping"
410
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter08/rental-station-mapping.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
~ Hibernate Validator, declare and validate application constraints
4+
~
5+
~ License: Apache License, Version 2.0
6+
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7+
-->
28
<constraint-mappings
39
xmlns="https://jakarta.ee/xml/ns/validation/mapping"
410
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter08/validation.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
~ Hibernate Validator, declare and validate application constraints
4+
~
5+
~ License: Apache License, Version 2.0
6+
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7+
-->
28
<validation-config
39
xmlns="https://jakarta.ee/xml/ns/validation/configuration"
410
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter09/script-evaluator-factory-validation.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
~ Hibernate Validator, declare and validate application constraints
4+
~
5+
~ License: Apache License, Version 2.0
6+
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7+
-->
28
<validation-config
39
xmlns="https://jakarta.ee/xml/ns/validation/configuration"
410
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter12/fail-fast-on-property-violation-validation.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
~ Hibernate Validator, declare and validate application constraints
4+
~
5+
~ License: Apache License, Version 2.0
6+
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7+
-->
28
<validation-config
39
xmlns="http://xmlns.jcp.org/xml/ns/validation/configuration"
410
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter12/getter-property-selection-strategy-validation.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
~ Hibernate Validator, declare and validate application constraints
4+
~
5+
~ License: Apache License, Version 2.0
6+
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7+
-->
28
<validation-config
39
xmlns="https://jakarta.ee/xml/ns/validation/configuration"
410
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/field-canDeclareContainerElementTypeConstraintsForArrayType-mapping.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2+
<!--
3+
~ Hibernate Validator, declare and validate application constraints
4+
~
5+
~ License: Apache License, Version 2.0
6+
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
7+
-->
28
<constraint-mappings
39
xmlns="https://jakarta.ee/xml/ns/validation/mapping"
410
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)