diff --git a/annotation-processor/pom.xml b/annotation-processor/pom.xml index 52ef720561..5b1c04d810 100644 --- a/annotation-processor/pom.xml +++ b/annotation-processor/pom.xml @@ -1,19 +1,9 @@ 4.0.0 diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/ConstraintAnnotationVisitor.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/ConstraintAnnotationVisitor.java index afd17d1a0a..0289c882f3 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/ConstraintAnnotationVisitor.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/ConstraintAnnotationVisitor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap; import java.util.List; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/ConstraintValidationProcessor.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/ConstraintValidationProcessor.java index 0730d911f8..8cd028cd22 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/ConstraintValidationProcessor.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/ConstraintValidationProcessor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap; import java.util.List; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AbstractConstraintCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AbstractConstraintCheck.java index 1261b59899..3e104c5033 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AbstractConstraintCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AbstractConstraintCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AnnotationTypeCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AnnotationTypeCheck.java index 599ec88c1a..52f6c5d382 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AnnotationTypeCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AnnotationTypeCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AnnotationTypeMemberCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AnnotationTypeMemberCheck.java index 2f51087bd7..871d70fa41 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AnnotationTypeMemberCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/AnnotationTypeMemberCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheck.java index 64be949334..290172cec9 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheckError.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheckError.java index b2f4bd94f6..1a27331bfa 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheckError.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheckError.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheckFactory.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheckFactory.java index 4eba6beb6d..2df09780a8 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheckFactory.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintCheckFactory.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintChecks.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintChecks.java index 905f0c7c0f..e77236245f 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintChecks.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintChecks.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintValidatorCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintValidatorCheck.java index 9c43b1e6ef..401f436266 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintValidatorCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/ConstraintValidatorCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/GetterCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/GetterCheck.java index 3977cfd1a3..116d1987a8 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/GetterCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/GetterCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/GroupSequenceProviderCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/GroupSequenceProviderCheck.java index 1494016e4a..7f56779542 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/GroupSequenceProviderCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/GroupSequenceProviderCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/MultiValuedChecks.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/MultiValuedChecks.java index 1c8a083e00..1f0877734d 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/MultiValuedChecks.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/MultiValuedChecks.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.checks; import java.util.Set; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/PrimitiveCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/PrimitiveCheck.java index e84a96661a..c5ece2959e 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/PrimitiveCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/PrimitiveCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/RetentionPolicyCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/RetentionPolicyCheck.java index 69dd053a63..20faed2c03 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/RetentionPolicyCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/RetentionPolicyCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/SingleValuedChecks.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/SingleValuedChecks.java index 355ce691ba..1aaf9555b1 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/SingleValuedChecks.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/SingleValuedChecks.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/StaticCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/StaticCheck.java index 9691c8388a..fac7a1577c 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/StaticCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/StaticCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/TargetCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/TargetCheck.java index 0d8c8015a4..b00cc60680 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/TargetCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/TargetCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/TypeCheck.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/TypeCheck.java index 39ccba3ca6..de110e2c49 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/TypeCheck.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/TypeCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.checks; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/package.html b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/package.html index 913c71df93..f024dd10fe 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/package.html +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/checks/package.html @@ -1,18 +1,8 @@ @@ -20,10 +10,11 @@

This package contains check implementations used by the annotation processor to verify -constraint declarations.

+ constraint declarations.

+

These checks are registered in the ConstraintValidatorFactory responsible to return -the corresponding check in function of the processed element and annotation. This factory is -especially used by the annotation processor implementation to get the checks corresponding to -an annotated element.

+ the corresponding check in function of the processed element and annotation. This factory is + especially used by the annotation processor implementation to get the checks corresponding to + an annotated element.

diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/package.html b/annotation-processor/src/main/java/org/hibernate/validator/ap/package.html index 922ea66cda..e0701cda15 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/package.html +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/package.html @@ -1,18 +1,8 @@ @@ -20,7 +10,8 @@

This package contains the main class of Hibernate Validator annotation processor.

+

The annotation processor implementation named ConstraintValidationProcessor -delegates constraint verifications to the implemented checks.

+ delegates constraint verifications to the implemented checks.

diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/AnnotationApiHelper.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/AnnotationApiHelper.java index cad9ebb931..d829d2afb4 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/AnnotationApiHelper.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/AnnotationApiHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.util; import java.lang.annotation.Annotation; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/CollectionHelper.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/CollectionHelper.java index 4070680287..f5a2a299b4 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/CollectionHelper.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/CollectionHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.util; import java.util.ArrayList; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/Configuration.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/Configuration.java index 7e02826a5b..f8fedc5e0b 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/Configuration.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/Configuration.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.util; import java.text.MessageFormat; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/ConstraintHelper.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/ConstraintHelper.java index f7adc78220..e9217d5c4e 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/ConstraintHelper.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/ConstraintHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.util; import java.util.ArrayList; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/MessagerAdapter.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/MessagerAdapter.java index 7144e27d85..a02b83e446 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/MessagerAdapter.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/MessagerAdapter.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.util; import java.text.MessageFormat; diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/TypeNames.java b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/TypeNames.java index 19295b162e..e1a96725a1 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/TypeNames.java +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/TypeNames.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.util; /** diff --git a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/package.html b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/package.html index eb04eef264..5d2f1ed69d 100644 --- a/annotation-processor/src/main/java/org/hibernate/validator/ap/util/package.html +++ b/annotation-processor/src/main/java/org/hibernate/validator/ap/util/package.html @@ -1,18 +1,8 @@ diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/AnnotationTypeValidationTest.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/AnnotationTypeValidationTest.java index f0d601a10d..4ef1331030 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/AnnotationTypeValidationTest.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/AnnotationTypeValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap; import java.io.File; @@ -52,7 +42,7 @@ public void testThatSpecifyingConstraintAnnotationAtNonConstraintAnnotationTypeC assertFalse( compilationResult ); assertThatDiagnosticsMatch( - diagnostics, new DiagnosticExpectation( Kind.ERROR, 27 ), new DiagnosticExpectation( Kind.ERROR, 28 ) + diagnostics, new DiagnosticExpectation( Kind.ERROR, 17 ), new DiagnosticExpectation( Kind.ERROR, 18 ) ); } @@ -68,7 +58,7 @@ public void testThatConstraintAnnotationTypeWithWrongRetentionPolicyCausesCompil assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 33 ), new DiagnosticExpectation( Kind.ERROR, 48 ) + new DiagnosticExpectation( Kind.ERROR, 23 ), new DiagnosticExpectation( Kind.ERROR, 38 ) ); } @@ -84,7 +74,7 @@ public void testThatConstraintAnnotationTypeWithWrongTargetCausesCompilationErro assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 42 ), new DiagnosticExpectation( Kind.ERROR, 58 ) + new DiagnosticExpectation( Kind.ERROR, 32 ), new DiagnosticExpectation( Kind.ERROR, 48 ) ); } @@ -100,7 +90,7 @@ public void testThatConstraintAnnotationTypeWithoutValidatorCausesCompilationErr assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 34 ) + new DiagnosticExpectation( Kind.ERROR, 24 ) ); } @@ -116,7 +106,7 @@ public void testThatConstraintAnnotationTypeWithMissingOrWrongMessageAttributeCa assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 33 ), new DiagnosticExpectation( Kind.ERROR, 48 ) + new DiagnosticExpectation( Kind.ERROR, 23 ), new DiagnosticExpectation( Kind.ERROR, 38 ) ); } @@ -132,13 +122,13 @@ public void testThatConstraintAnnotationTypeWithMissingOrWrongGroupsAttributeCau assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 34 ), - new DiagnosticExpectation( Kind.ERROR, 51 ), - new DiagnosticExpectation( Kind.ERROR, 66 ), - new DiagnosticExpectation( Kind.ERROR, 81 ), - new DiagnosticExpectation( Kind.ERROR, 96 ), - new DiagnosticExpectation( Kind.ERROR, 111 ), - new DiagnosticExpectation( Kind.ERROR, 126 ) + new DiagnosticExpectation( Kind.ERROR, 24 ), + new DiagnosticExpectation( Kind.ERROR, 41 ), + new DiagnosticExpectation( Kind.ERROR, 56 ), + new DiagnosticExpectation( Kind.ERROR, 71 ), + new DiagnosticExpectation( Kind.ERROR, 86 ), + new DiagnosticExpectation( Kind.ERROR, 101 ), + new DiagnosticExpectation( Kind.ERROR, 116 ) ); } @@ -154,14 +144,14 @@ public void testThatConstraintAnnotationTypeWithMissingOrPayloadGroupsAttributeC assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 34 ), - new DiagnosticExpectation( Kind.ERROR, 52 ), - new DiagnosticExpectation( Kind.ERROR, 67 ), - new DiagnosticExpectation( Kind.ERROR, 82 ), - new DiagnosticExpectation( Kind.ERROR, 97 ), - new DiagnosticExpectation( Kind.ERROR, 112 ), - new DiagnosticExpectation( Kind.ERROR, 127 ), - new DiagnosticExpectation( Kind.ERROR, 142 ) + new DiagnosticExpectation( Kind.ERROR, 24 ), + new DiagnosticExpectation( Kind.ERROR, 42 ), + new DiagnosticExpectation( Kind.ERROR, 57 ), + new DiagnosticExpectation( Kind.ERROR, 72 ), + new DiagnosticExpectation( Kind.ERROR, 87 ), + new DiagnosticExpectation( Kind.ERROR, 102 ), + new DiagnosticExpectation( Kind.ERROR, 117 ), + new DiagnosticExpectation( Kind.ERROR, 132 ) ); } diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTest.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTest.java index aaf11cd2d6..53bcee1919 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTest.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap; import java.io.File; @@ -96,7 +86,7 @@ public void fieldLevelValidationUsingBuiltInConstraints() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( - diagnostics, new DiagnosticExpectation( Kind.ERROR, 53 ), new DiagnosticExpectation( Kind.ERROR, 59 ) + diagnostics, new DiagnosticExpectation( Kind.ERROR, 43 ), new DiagnosticExpectation( Kind.ERROR, 49 ) ); } @@ -114,21 +104,21 @@ public void hibernateValidatorProvidedCustomConstraints() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, + new DiagnosticExpectation( Kind.ERROR, 54 ), + new DiagnosticExpectation( Kind.ERROR, 55 ), + new DiagnosticExpectation( Kind.ERROR, 56 ), + new DiagnosticExpectation( Kind.ERROR, 57 ), + new DiagnosticExpectation( Kind.ERROR, 58 ), + new DiagnosticExpectation( Kind.ERROR, 59 ), + new DiagnosticExpectation( Kind.ERROR, 60 ), + new DiagnosticExpectation( Kind.ERROR, 61 ), + new DiagnosticExpectation( Kind.ERROR, 62 ), + new DiagnosticExpectation( Kind.ERROR, 63 ), new DiagnosticExpectation( Kind.ERROR, 64 ), new DiagnosticExpectation( Kind.ERROR, 65 ), new DiagnosticExpectation( Kind.ERROR, 66 ), new DiagnosticExpectation( Kind.ERROR, 67 ), - new DiagnosticExpectation( Kind.ERROR, 68 ), - new DiagnosticExpectation( Kind.ERROR, 69 ), - new DiagnosticExpectation( Kind.ERROR, 70 ), - new DiagnosticExpectation( Kind.ERROR, 71 ), - new DiagnosticExpectation( Kind.ERROR, 72 ), - new DiagnosticExpectation( Kind.ERROR, 73 ), - new DiagnosticExpectation( Kind.ERROR, 74 ), - new DiagnosticExpectation( Kind.ERROR, 75 ), - new DiagnosticExpectation( Kind.ERROR, 76 ), - new DiagnosticExpectation( Kind.ERROR, 77 ), - new DiagnosticExpectation( Kind.ERROR, 78 ) + new DiagnosticExpectation( Kind.ERROR, 68 ) ); } @@ -174,7 +164,7 @@ public void modelWithDateConstraintsCanBeProcessedWithoutJodaTimeOnClassPath() { assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 27 ) + new DiagnosticExpectation( Kind.ERROR, 17 ) ); } @@ -199,9 +189,9 @@ public void missingClassesHandledByCompiler() { assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 20 ), - new DiagnosticExpectation( Kind.ERROR, 27 ), - new DiagnosticExpectation( Kind.ERROR, 30 ) + new DiagnosticExpectation( Kind.ERROR, 10 ), + new DiagnosticExpectation( Kind.ERROR, 17 ), + new DiagnosticExpectation( Kind.ERROR, 20 ) ); } @@ -228,8 +218,8 @@ public void testThatProcessorOptionsAreEvaluated() { assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( Kind.NOTE, Diagnostic.NOPOS ), //says that verbose messaging is enabled - new DiagnosticExpectation( Kind.WARNING, 53 ), - new DiagnosticExpectation( Kind.WARNING, 59 ) + new DiagnosticExpectation( Kind.WARNING, 43 ), + new DiagnosticExpectation( Kind.WARNING, 49 ) ); } @@ -252,7 +242,7 @@ public void fieldLevelValidationUsingCustomConstraints() { ); assertFalse( compilationResult ); - assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( Kind.ERROR, 29 ) ); + assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( Kind.ERROR, 19 ) ); } @Test @@ -274,7 +264,7 @@ public void testThatInheritedValidatorClassesAreHandledCorrectly() { ); assertFalse( compilationResult ); - assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( Kind.ERROR, 29 ) ); + assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( Kind.ERROR, 19 ) ); } @Test @@ -288,14 +278,14 @@ public void methodLevelValidationUsingBuiltInConstraints() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 31 ), - new DiagnosticExpectation( Kind.ERROR, 38 ), - new DiagnosticExpectation( Kind.ERROR, 46 ), - new DiagnosticExpectation( Kind.ERROR, 53 ), - new DiagnosticExpectation( Kind.ERROR, 61 ), - new DiagnosticExpectation( Kind.ERROR, 69 ), - new DiagnosticExpectation( Kind.ERROR, 77 ), - new DiagnosticExpectation( Kind.ERROR, 84 ) + new DiagnosticExpectation( Kind.ERROR, 21 ), + new DiagnosticExpectation( Kind.ERROR, 28 ), + new DiagnosticExpectation( Kind.ERROR, 36 ), + new DiagnosticExpectation( Kind.ERROR, 43 ), + new DiagnosticExpectation( Kind.ERROR, 51 ), + new DiagnosticExpectation( Kind.ERROR, 59 ), + new DiagnosticExpectation( Kind.ERROR, 67 ), + new DiagnosticExpectation( Kind.ERROR, 74 ) ); } @@ -315,13 +305,13 @@ public void methodLevelConstraintsAllowedAtNonGetterMethods() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 31 ), - new DiagnosticExpectation( Kind.ERROR, 38 ), - new DiagnosticExpectation( Kind.ERROR, 46 ), - new DiagnosticExpectation( Kind.ERROR, 53 ), - new DiagnosticExpectation( Kind.ERROR, 69 ), - new DiagnosticExpectation( Kind.ERROR, 77 ), - new DiagnosticExpectation( Kind.ERROR, 84 ) + new DiagnosticExpectation( Kind.ERROR, 21 ), + new DiagnosticExpectation( Kind.ERROR, 28 ), + new DiagnosticExpectation( Kind.ERROR, 36 ), + new DiagnosticExpectation( Kind.ERROR, 43 ), + new DiagnosticExpectation( Kind.ERROR, 59 ), + new DiagnosticExpectation( Kind.ERROR, 67 ), + new DiagnosticExpectation( Kind.ERROR, 74 ) ); } @@ -338,7 +328,7 @@ public void classLevelValidation() { ); assertFalse( compilationResult ); - assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( Kind.ERROR, 27 ) ); + assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( Kind.ERROR, 17 ) ); } @Test @@ -351,7 +341,7 @@ public void validationUsingComposedConstraint() { compilerHelper.compile( new ConstraintValidationProcessor(), diagnostics, sourceFile1, sourceFile2 ); assertFalse( compilationResult ); - assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( Kind.ERROR, 28 ) ); + assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( Kind.ERROR, 18 ) ); } @Test @@ -387,10 +377,10 @@ public void validationUsingComplexComposedConstraint() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 28 ), - new DiagnosticExpectation( Kind.ERROR, 40 ), - new DiagnosticExpectation( Kind.ERROR, 49 ), - new DiagnosticExpectation( Kind.ERROR, 55 ) + new DiagnosticExpectation( Kind.ERROR, 18 ), + new DiagnosticExpectation( Kind.ERROR, 30 ), + new DiagnosticExpectation( Kind.ERROR, 39 ), + new DiagnosticExpectation( Kind.ERROR, 45 ) ); } @@ -409,11 +399,11 @@ public void validationUsingBoxing() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 30 ), - new DiagnosticExpectation( Kind.ERROR, 36 ), - new DiagnosticExpectation( Kind.ERROR, 42 ), - new DiagnosticExpectation( Kind.ERROR, 58 ), - new DiagnosticExpectation( Kind.ERROR, 66 ) + new DiagnosticExpectation( Kind.ERROR, 20 ), + new DiagnosticExpectation( Kind.ERROR, 26 ), + new DiagnosticExpectation( Kind.ERROR, 32 ), + new DiagnosticExpectation( Kind.ERROR, 48 ), + new DiagnosticExpectation( Kind.ERROR, 56 ) ); } @@ -442,7 +432,7 @@ public void testThatNonUniqueValidatorResolutionCausesCompilationError() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, new DiagnosticExpectation( - Kind.ERROR, 32 + Kind.ERROR, 22 ) ); } @@ -459,8 +449,8 @@ public void testThatMultiValuedConstrainedIsOnlyGivenAtSupportedType() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 32 ), - new DiagnosticExpectation( Kind.ERROR, 32 ) + new DiagnosticExpectation( Kind.ERROR, 22 ), + new DiagnosticExpectation( Kind.ERROR, 22 ) ); } @@ -476,13 +466,13 @@ public void testThatAtValidAnnotationGivenAtNotSupportedTypesCausesCompilationEr assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 33 ), - new DiagnosticExpectation( Kind.ERROR, 39 ), - new DiagnosticExpectation( Kind.ERROR, 55 ), - new DiagnosticExpectation( Kind.ERROR, 63 ), - new DiagnosticExpectation( Kind.ERROR, 71 ), - new DiagnosticExpectation( Kind.ERROR, 79 ), - new DiagnosticExpectation( Kind.ERROR, 87 ) + new DiagnosticExpectation( Kind.ERROR, 23 ), + new DiagnosticExpectation( Kind.ERROR, 29 ), + new DiagnosticExpectation( Kind.ERROR, 45 ), + new DiagnosticExpectation( Kind.ERROR, 53 ), + new DiagnosticExpectation( Kind.ERROR, 61 ), + new DiagnosticExpectation( Kind.ERROR, 69 ), + new DiagnosticExpectation( Kind.ERROR, 77 ) ); } @@ -511,12 +501,12 @@ public void groupSequenceProvider() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 35 ), - new DiagnosticExpectation( Kind.ERROR, 44 ), - new DiagnosticExpectation( Kind.ERROR, 52 ), - new DiagnosticExpectation( Kind.ERROR, 60 ), - new DiagnosticExpectation( Kind.ERROR, 68 ), - new DiagnosticExpectation( Kind.ERROR, 76 ) + new DiagnosticExpectation( Kind.ERROR, 25 ), + new DiagnosticExpectation( Kind.ERROR, 34 ), + new DiagnosticExpectation( Kind.ERROR, 42 ), + new DiagnosticExpectation( Kind.ERROR, 50 ), + new DiagnosticExpectation( Kind.ERROR, 58 ), + new DiagnosticExpectation( Kind.ERROR, 66 ) ); } @@ -536,8 +526,8 @@ public void timeConstraintsAllowedAtJodaTypes() { assertFalse( compilationResult ); assertThatDiagnosticsMatch( diagnostics, - new DiagnosticExpectation( Kind.ERROR, 59 ), - new DiagnosticExpectation( Kind.ERROR, 60 ) + new DiagnosticExpectation( Kind.ERROR, 49 ), + new DiagnosticExpectation( Kind.ERROR, 50 ) ); } diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTestBase.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTestBase.java index 65c74bf93f..4254ce7f98 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTestBase.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/ConstraintValidationProcessorTestBase.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/FieldLevelValidationUsingBuiltInConstraints.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/FieldLevelValidationUsingBuiltInConstraints.java index 521cbf3383..a374f7430b 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/FieldLevelValidationUsingBuiltInConstraints.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/FieldLevelValidationUsingBuiltInConstraints.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel; import java.util.Collection; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/MethodLevelValidationUsingBuiltInConstraints.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/MethodLevelValidationUsingBuiltInConstraints.java index 1d21b25e2b..4d4b64f4dd 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/MethodLevelValidationUsingBuiltInConstraints.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/MethodLevelValidationUsingBuiltInConstraints.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel; import java.util.Date; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithDateConstraints.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithDateConstraints.java index 9e97974515..704df8dccb 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithDateConstraints.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithDateConstraints.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel; import java.util.Date; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJava8DateTime.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJava8DateTime.java index 92135d5efc..24aae916d3 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJava8DateTime.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJava8DateTime.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel; import java.time.Instant; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJodaTypes.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJodaTypes.java index 64945de7ae..77d312ac96 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJodaTypes.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithJodaTypes.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel; import java.util.Date; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithoutConstraints.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithoutConstraints.java index 11490ee5ea..05e7d619f3 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithoutConstraints.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ModelWithoutConstraints.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel; public class ModelWithoutConstraints { diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/MultipleConstraintsOfSameType.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/MultipleConstraintsOfSameType.java index 616dc48620..71fa014742 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/MultipleConstraintsOfSameType.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/MultipleConstraintsOfSameType.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel; import java.util.Date; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ValidationUsingAtValidAnnotation.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ValidationUsingAtValidAnnotation.java index 67b54326bb..62382a2c77 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ValidationUsingAtValidAnnotation.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/ValidationUsingAtValidAnnotation.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel; import java.util.Collection; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidLong.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidLong.java index a9cdeb78ad..46610ce5fa 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidLong.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidLong.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.boxing; import java.lang.annotation.Documented; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidLongValidator.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidLongValidator.java index 0a12568226..1f5b3c8cdf 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidLongValidator.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidLongValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.boxing; import javax.validation.ConstraintValidator; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidationUsingBoxing.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidationUsingBoxing.java index 959d5223e2..3b5f68661c 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidationUsingBoxing.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/boxing/ValidationUsingBoxing.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.boxing; public class ValidationUsingBoxing { diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ClassLevelValidation.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ClassLevelValidation.java index 93d740e551..02352f1cfc 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ClassLevelValidation.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ClassLevelValidation.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.classlevelconstraints; public class ClassLevelValidation { diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ValidCustomer.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ValidCustomer.java index 358469f70f..559b654baa 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ValidCustomer.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ValidCustomer.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.classlevelconstraints; import java.lang.annotation.Documented; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ValidCustomerValidator.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ValidCustomerValidator.java index e9f15871b2..61683d0a82 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ValidCustomerValidator.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/classlevelconstraints/ValidCustomerValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.classlevelconstraints; import javax.validation.ConstraintValidator; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint/FieldLevelValidationUsingComposedConstraint.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint/FieldLevelValidationUsingComposedConstraint.java index 7ecd72dcdf..bdbca993d6 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint/FieldLevelValidationUsingComposedConstraint.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint/FieldLevelValidationUsingComposedConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint; import java.util.Date; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint/ValidOrderNumber.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint/ValidOrderNumber.java index c6fcf103cc..7669a91a21 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint/ValidOrderNumber.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint/ValidOrderNumber.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint; import java.lang.annotation.Documented; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposedConstraint.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposedConstraint.java index 46842828bd..a28b374aa6 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposedConstraint.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposedConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import java.lang.annotation.Documented; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1.java index a5f481d2bf..e89a45eb16 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import java.lang.annotation.Documented; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForGregorianCalendar.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForGregorianCalendar.java index 2a1c1e475d..264f0bf350 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForGregorianCalendar.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForGregorianCalendar.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import java.util.GregorianCalendar; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForList.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForList.java index d4caffecdf..da39a811c5 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForList.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForList.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import java.util.List; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForString.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForString.java index 1b8532b0a7..d0a23e7645 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForString.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint1ValidatorForString.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import javax.validation.ConstraintValidator; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2.java index b424667019..42a1f43711 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import java.lang.annotation.Documented; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForArrayList.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForArrayList.java index 47797029ad..07f32e89e4 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForArrayList.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForArrayList.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import java.util.ArrayList; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForCalendar.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForCalendar.java index 0c40118026..91eac31e2c 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForCalendar.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForCalendar.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import java.util.Calendar; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForCollection.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForCollection.java index b9ecfb0004..bc1525adaa 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForCollection.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/ComposingConstraint2ValidatorForCollection.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import java.util.Collection; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/FieldLevelValidationUsingComplexComposedConstraint.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/FieldLevelValidationUsingComplexComposedConstraint.java index e66df22035..380b35d4c1 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/FieldLevelValidationUsingComplexComposedConstraint.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/composedconstraint2/FieldLevelValidationUsingComplexComposedConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.composedconstraint2; import java.util.ArrayList; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithIllegalRetentionPolicies.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithIllegalRetentionPolicies.java index 378c1add2f..c5c43c82d6 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithIllegalRetentionPolicies.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithIllegalRetentionPolicies.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.constrainttypes; import java.lang.annotation.Retention; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithIllegalTargets.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithIllegalTargets.java index 9e2cddde0d..593896a90c 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithIllegalTargets.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithIllegalTargets.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.constrainttypes; import java.lang.annotation.Retention; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongGroupsAttribute.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongGroupsAttribute.java index b333922018..4a1a9df903 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongGroupsAttribute.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongGroupsAttribute.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.constrainttypes; import java.lang.annotation.Retention; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongMessageAttribute.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongMessageAttribute.java index d1a0bd8ac9..e25e85c87d 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongMessageAttribute.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongMessageAttribute.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.constrainttypes; import java.lang.annotation.Retention; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongPayloadAttribute.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongPayloadAttribute.java index 7e1601eb9d..f3035e1d62 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongPayloadAttribute.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithWrongPayloadAttribute.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.constrainttypes; import java.lang.annotation.Retention; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithoutValidator.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithoutValidator.java index 19a9fafed0..cd936db3bc 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithoutValidator.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ConstraintsWithoutValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.constrainttypes; import java.lang.annotation.Retention; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/DummyValidator.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/DummyValidator.java index 190dad4021..ffcf57ddad 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/DummyValidator.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/DummyValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.constrainttypes; import java.lang.annotation.Annotation; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ValidCustomerNumber.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ValidCustomerNumber.java index 0fc85262bc..983e1369e3 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ValidCustomerNumber.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/constrainttypes/ValidCustomerNumber.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.constrainttypes; import javax.validation.Payload; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CaseMode.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CaseMode.java index 7078f42c23..7eddc86ef6 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CaseMode.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CaseMode.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.customconstraints; public enum CaseMode { diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CheckCase.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CheckCase.java index 22abbfc4f0..8212755c6b 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CheckCase.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CheckCase.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.customconstraints; import java.lang.annotation.Documented; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CheckCaseValidator.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CheckCaseValidator.java index bb101c9ee4..a2be60d533 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CheckCaseValidator.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/CheckCaseValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.customconstraints; import javax.validation.ConstraintValidator; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/FieldLevelValidationUsingCustomConstraints.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/FieldLevelValidationUsingCustomConstraints.java index d0ee42af55..e6ea4c24a7 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/FieldLevelValidationUsingCustomConstraints.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/FieldLevelValidationUsingCustomConstraints.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.customconstraints; import java.util.Date; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/HibernateValidatorProvidedCustomConstraints.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/HibernateValidatorProvidedCustomConstraints.java index 119d7acc43..244cc53b42 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/HibernateValidatorProvidedCustomConstraints.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/customconstraints/HibernateValidatorProvidedCustomConstraints.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.customconstraints; import java.util.Date; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/BazDefaultGroupSequenceProvider.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/BazDefaultGroupSequenceProvider.java index 6ce428dfab..ea1bdb3a1d 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/BazDefaultGroupSequenceProvider.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/BazDefaultGroupSequenceProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.testmodel.groupsequenceprovider; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarBazDefaultGroupSequenceProvider.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarBazDefaultGroupSequenceProvider.java index 8642f6bbf3..3dccd3788f 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarBazDefaultGroupSequenceProvider.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarBazDefaultGroupSequenceProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.testmodel.groupsequenceprovider; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarDefaultGroupSequenceProvider.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarDefaultGroupSequenceProvider.java index bac14d8d2a..6eee5e1700 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarDefaultGroupSequenceProvider.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooBarDefaultGroupSequenceProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.testmodel.groupsequenceprovider; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooDefaultGroupSequenceProvider.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooDefaultGroupSequenceProvider.java index cab06be4d9..e2290f4112 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooDefaultGroupSequenceProvider.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/FooDefaultGroupSequenceProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.testmodel.groupsequenceprovider; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/GroupSequenceProviderDefinition.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/GroupSequenceProviderDefinition.java index 1434a0b5cc..569f7d1d54 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/GroupSequenceProviderDefinition.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/GroupSequenceProviderDefinition.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.testmodel.groupsequenceprovider; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/QuxDefaultGroupSequenceProvider.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/QuxDefaultGroupSequenceProvider.java index 6117d1a5e8..0bfbd220cd 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/QuxDefaultGroupSequenceProvider.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/QuxDefaultGroupSequenceProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.testmodel.groupsequenceprovider; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/SampleDefaultGroupSequenceProvider.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/SampleDefaultGroupSequenceProvider.java index 0d849b2f79..9908319992 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/SampleDefaultGroupSequenceProvider.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/groupsequenceprovider/SampleDefaultGroupSequenceProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.testmodel.groupsequenceprovider; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/AbstractCustomConstraintValidator.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/AbstractCustomConstraintValidator.java index baa4470ecc..9744af27bc 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/AbstractCustomConstraintValidator.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/AbstractCustomConstraintValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.inheritedvalidator; import javax.validation.ConstraintValidator; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/CustomConstraint.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/CustomConstraint.java index b3d91b64d9..79d3ef0c4f 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/CustomConstraint.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/CustomConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.inheritedvalidator; import java.lang.annotation.Documented; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/CustomConstraintValidator.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/CustomConstraintValidator.java index 75acb8116f..9f7449f226 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/CustomConstraintValidator.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/CustomConstraintValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.inheritedvalidator; import javax.validation.ConstraintValidatorContext; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/FieldLevelValidationUsingInheritedValidator.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/FieldLevelValidationUsingInheritedValidator.java index e0e6a4d3e3..8233e7e11c 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/FieldLevelValidationUsingInheritedValidator.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/inheritedvalidator/FieldLevelValidationUsingInheritedValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.inheritedvalidator; import java.util.Date; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/NoUniqueValidatorResolution.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/NoUniqueValidatorResolution.java index 979d231bcb..c33523a7f2 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/NoUniqueValidatorResolution.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/NoUniqueValidatorResolution.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.nouniquevalidatorresolution; import java.util.Set; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SerializableCollection.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SerializableCollection.java index b9d427894c..2369572bfa 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SerializableCollection.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SerializableCollection.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.ap.testmodel.nouniquevalidatorresolution; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/Size.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/Size.java index a49084d8c6..c13d9a3f08 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/Size.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/Size.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.nouniquevalidatorresolution; import java.lang.annotation.Documented; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForCollection.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForCollection.java index 0c7d3664a7..f5b570e2f4 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForCollection.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForCollection.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.nouniquevalidatorresolution; import java.util.Collection; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForSerializable.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForSerializable.java index 431dbc1941..6ae890ad48 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForSerializable.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForSerializable.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.nouniquevalidatorresolution; import java.io.Serializable; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForSet.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForSet.java index 39936c3b24..b2c5093ccc 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForSet.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testmodel/nouniquevalidatorresolution/SizeValidatorForSet.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testmodel.nouniquevalidatorresolution; import java.util.Set; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/testutil/CompilerTestHelper.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/testutil/CompilerTestHelper.java index 3b68c7cdf6..8dfbf2cb41 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/testutil/CompilerTestHelper.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/testutil/CompilerTestHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.testutil; import java.io.File; diff --git a/annotation-processor/src/test/java/org/hibernate/validator/ap/util/DiagnosticExpectation.java b/annotation-processor/src/test/java/org/hibernate/validator/ap/util/DiagnosticExpectation.java index be9dc22e22..75805366f9 100644 --- a/annotation-processor/src/test/java/org/hibernate/validator/ap/util/DiagnosticExpectation.java +++ b/annotation-processor/src/test/java/org/hibernate/validator/ap/util/DiagnosticExpectation.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.ap.util; import javax.tools.Diagnostic.Kind; diff --git a/cdi/pom.xml b/cdi/pom.xml index bff21195f3..429b9610c8 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -1,19 +1,9 @@ 4.0.0 diff --git a/cdi/src/main/java/org/hibernate/validator/cdi/HibernateValidator.java b/cdi/src/main/java/org/hibernate/validator/cdi/HibernateValidator.java index d697488965..7860f682bd 100644 --- a/cdi/src/main/java/org/hibernate/validator/cdi/HibernateValidator.java +++ b/cdi/src/main/java/org/hibernate/validator/cdi/HibernateValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.cdi; import java.lang.annotation.Retention; diff --git a/cdi/src/main/java/org/hibernate/validator/cdi/package.html b/cdi/src/main/java/org/hibernate/validator/cdi/package.html index 8ba82ab752..71320baab7 100644 --- a/cdi/src/main/java/org/hibernate/validator/cdi/package.html +++ b/cdi/src/main/java/org/hibernate/validator/cdi/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,6 @@

Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection -for JavaTM", JSR 346).

+ for JavaTM", JSR 346).

diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/DestructibleBeanInstance.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/DestructibleBeanInstance.java index 6fc66bd524..8aca035d73 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/DestructibleBeanInstance.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/DestructibleBeanInstance.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi; import javax.enterprise.context.spi.CreationalContext; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/InheritedMethodsHelper.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/InheritedMethodsHelper.java index 97e0e46197..08dc56fcd5 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/InheritedMethodsHelper.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/InheritedMethodsHelper.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.cdi; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/InjectingConstraintValidatorFactory.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/InjectingConstraintValidatorFactory.java index a173a6dc25..4884ec4435 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/InjectingConstraintValidatorFactory.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/InjectingConstraintValidatorFactory.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi; import java.util.Collections; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationExtension.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationExtension.java index 5d8c51ee96..ff8f17cd75 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationExtension.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationExtension.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012-2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi; import java.lang.annotation.Annotation; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationProviderHelper.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationProviderHelper.java index 028ec5f013..7359adced4 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationProviderHelper.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidationProviderHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi; import java.lang.annotation.Annotation; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidatorBean.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidatorBean.java index 6919d797fb..d5380d69bf 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidatorBean.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidatorBean.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012-2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi; import java.lang.annotation.Annotation; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidatorFactoryBean.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidatorFactoryBean.java index 655c636e21..629c2c07e3 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidatorFactoryBean.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/ValidatorFactoryBean.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012-2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi; import java.lang.annotation.Annotation; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/MethodValidated.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/MethodValidated.java index 96146fd5fe..c33d867a79 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/MethodValidated.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/MethodValidated.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi.interceptor; import java.lang.annotation.ElementType; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedCallable.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedCallable.java index 42e3c2ce4e..c415dede94 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedCallable.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedCallable.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi.interceptor; import java.lang.annotation.Annotation; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedConstructor.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedConstructor.java index c9f672d0de..08bc98f19d 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedConstructor.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedConstructor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi.interceptor; import java.lang.reflect.Constructor; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedMethod.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedMethod.java index 37cbd2fa0d..19401cd515 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedMethod.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedMethod.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi.interceptor; import java.lang.reflect.Method; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedType.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedType.java index 183d77aab5..c892219371 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedType.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationEnabledAnnotatedType.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi.interceptor; import java.lang.annotation.Annotation; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationInterceptor.java b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationInterceptor.java index 88992b32ea..9b07134484 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationInterceptor.java +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/ValidationInterceptor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cdi.interceptor; import java.io.Serializable; diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/package.html b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/package.html index c83668fbd0..3177ab3d8a 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/package.html +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/interceptor/package.html @@ -1,19 +1,8 @@ diff --git a/cdi/src/main/java/org/hibernate/validator/internal/cdi/package.html b/cdi/src/main/java/org/hibernate/validator/internal/cdi/package.html index 62849fbae3..f25d350802 100644 --- a/cdi/src/main/java/org/hibernate/validator/internal/cdi/package.html +++ b/cdi/src/main/java/org/hibernate/validator/internal/cdi/package.html @@ -1,19 +1,8 @@ diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/InjectingConstraintValidatorFactoryTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/InjectingConstraintValidatorFactoryTest.java index 1622a8c578..a0ca72622e 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/InjectingConstraintValidatorFactoryTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/InjectingConstraintValidatorFactoryTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.cdi; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/ValidationExtensionTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/ValidationExtensionTest.java index 70bd9e381d..eeefd44417 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/ValidationExtensionTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/ValidationExtensionTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012-2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.cdi; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionOfCustomProviderTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionOfCustomProviderTest.java index e3fe7a7163..25d93e6cfa 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionOfCustomProviderTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionOfCustomProviderTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.injection; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionTest.java index c31f0b293b..9e3e45e04a 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.injection; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionWithExternallyProvidedDefaultBeansTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionWithExternallyProvidedDefaultBeansTest.java index a137395e9a..2b65305ecc 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionWithExternallyProvidedDefaultBeansTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/InjectionWithExternallyProvidedDefaultBeansTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013-2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.injection; import javax.enterprise.context.ApplicationScoped; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/MyValidationProvider.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/MyValidationProvider.java index e2007abfab..160b972089 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/MyValidationProvider.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/injection/MyValidationProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.injection; import java.io.InputStream; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/BasicMethodValidationTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/BasicMethodValidationTest.java index 5e524f3951..762bff3578 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/BasicMethodValidationTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/BasicMethodValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation; import javax.enterprise.inject.Instance; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Broken.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Broken.java index 1e37b6ff67..6e33e67ca3 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Broken.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Broken.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation; import java.lang.annotation.ElementType; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/BrokenRepeaterImpl.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/BrokenRepeaterImpl.java index 01d1ec9176..55fba7fd51 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/BrokenRepeaterImpl.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/BrokenRepeaterImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation; import java.lang.annotation.Documented; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/DefaultRepeater.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/DefaultRepeater.java index 13ed896050..67b613f1ab 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/DefaultRepeater.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/DefaultRepeater.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation; import javax.validation.executable.ValidateOnExecution; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/DisableExecutableValidationInXmlTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/DisableExecutableValidationInXmlTest.java index d2cbef3ef2..087b5fbaf7 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/DisableExecutableValidationInXmlTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/DisableExecutableValidationInXmlTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/EmptyExecutableTypeTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/EmptyExecutableTypeTest.java index 69be619b0b..2e458bd254 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/EmptyExecutableTypeTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/EmptyExecutableTypeTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Repeater.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Repeater.java index 077a255670..196f4e61bb 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Repeater.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Repeater.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Snafu.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Snafu.java index 24520cdbe3..bc2ef38985 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Snafu.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/Snafu.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/Delivery.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/Delivery.java index f2c9b36dd5..6e3d7bf1af 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/Delivery.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/Delivery.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.getter; /** diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/DeliveryService.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/DeliveryService.java index f3704218d8..bf7246ad59 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/DeliveryService.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/DeliveryService.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.getter; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/EnableGetterValidationInXmlTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/EnableGetterValidationInXmlTest.java index 78e046ddf8..563096fc45 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/EnableGetterValidationInXmlTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/EnableGetterValidationInXmlTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.getter; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/Foo.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/Foo.java index 7127893101..2e600dc755 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/Foo.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/Foo.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.getter; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/FooImpl.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/FooImpl.java index 29e26245e2..47ceead6a5 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/FooImpl.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/FooImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.getter; import javax.validation.executable.ExecutableType; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/GetterValidationOnlyTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/GetterValidationOnlyTest.java index 7ab0bc10f8..d963bd2c90 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/GetterValidationOnlyTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/GetterValidationOnlyTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.getter; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/ImplicitValidateOnExecutionDoesNotTriggerGetterValidationTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/ImplicitValidateOnExecutionDoesNotTriggerGetterValidationTest.java index 378fd84fa7..d6be46f1f5 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/ImplicitValidateOnExecutionDoesNotTriggerGetterValidationTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/ImplicitValidateOnExecutionDoesNotTriggerGetterValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.getter; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/OnlyGetterValidated.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/OnlyGetterValidated.java index abe51bb2ea..d3aef9ad87 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/OnlyGetterValidated.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/getter/OnlyGetterValidated.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.getter; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/AbstractGreeter.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/AbstractGreeter.java index 92aea73674..b2e5e08cf3 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/AbstractGreeter.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/AbstractGreeter.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; /** diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/CIA.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/CIA.java index d487c75a77..81df89c2de 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/CIA.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/CIA.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Encryptor.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Encryptor.java index 1bc0385377..4c2bb8960b 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Encryptor.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Encryptor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Greeter.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Greeter.java index 88088871fd..e1717af416 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Greeter.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Greeter.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.constraints.Size; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/InvalidConfiguredClassInheritanceMethodValidationTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/InvalidConfiguredClassInheritanceMethodValidationTest.java index 94e25acdac..226a261ec0 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/InvalidConfiguredClassInheritanceMethodValidationTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/InvalidConfiguredClassInheritanceMethodValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.enterprise.inject.spi.AnnotatedType; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/MI6.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/MI6.java index 5352cbc93d..62cc115c13 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/MI6.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/MI6.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/MultipleInterfaceInheritanceMethodValidationTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/MultipleInterfaceInheritanceMethodValidationTest.java index cf9b494104..cbb5659f48 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/MultipleInterfaceInheritanceMethodValidationTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/MultipleInterfaceInheritanceMethodValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/RefusingEncryptor.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/RefusingEncryptor.java index 0288fb8f64..af02f69547 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/RefusingEncryptor.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/RefusingEncryptor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.executable.ValidateOnExecution; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SecretServiceBase.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SecretServiceBase.java index 7085ddf20c..63493a766e 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SecretServiceBase.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SecretServiceBase.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Shipment.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Shipment.java index a6cdad04dd..2defc332a3 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Shipment.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/Shipment.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceFirstInHierarchy.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceFirstInHierarchy.java index 5a4c3a3ef3..15e2fee975 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceFirstInHierarchy.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceFirstInHierarchy.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; /** diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceImpl.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceImpl.java index c172914b74..06666327cd 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceImpl.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.executable.ExecutableType; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceSecondInHierarchy.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceSecondInHierarchy.java index f30bef89d2..5fd674f6ac 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceSecondInHierarchy.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ShipmentServiceSecondInHierarchy.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.constraints.NotNull; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SimpleGreeter.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SimpleGreeter.java index 1607c2f201..1438cd4e42 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SimpleGreeter.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SimpleGreeter.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.validation.executable.ValidateOnExecution; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SuccessfulClassInheritanceMethodValidationTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SuccessfulClassInheritanceMethodValidationTest.java index 299949640d..fa013e2a87 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SuccessfulClassInheritanceMethodValidationTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/SuccessfulClassInheritanceMethodValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ValidationOfInheritedMethodTest.java b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ValidationOfInheritedMethodTest.java index cbdc428afd..960f5d716d 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ValidationOfInheritedMethodTest.java +++ b/cdi/src/test/java/org/hibernate/validator/test/internal/cdi/methodvalidation/inheritance/ValidationOfInheritedMethodTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.cdi.methodvalidation.inheritance; import javax.inject.Inject; diff --git a/cdi/src/test/java/org/hibernate/validator/test/util/TestHelper.java b/cdi/src/test/java/org/hibernate/validator/test/util/TestHelper.java index 348001f8b7..b3c6ed2ab7 100644 --- a/cdi/src/test/java/org/hibernate/validator/test/util/TestHelper.java +++ b/cdi/src/test/java/org/hibernate/validator/test/util/TestHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.util; /** diff --git a/cdi/src/test/resources/org/hibernate/validator/test/internal/cdi/injection/validation.xml b/cdi/src/test/resources/org/hibernate/validator/test/internal/cdi/injection/validation.xml index 3591b9d2be..dd69878148 100644 --- a/cdi/src/test/resources/org/hibernate/validator/test/internal/cdi/injection/validation.xml +++ b/cdi/src/test/resources/org/hibernate/validator/test/internal/cdi/injection/validation.xml @@ -1,19 +1,9 @@ . --> 4.0.0 diff --git a/distribution/src/main/assembly/dist.xml b/distribution/src/main/assembly/dist.xml index 0b767f7cca..1d9c072d24 100644 --- a/distribution/src/main/assembly/dist.xml +++ b/distribution/src/main/assembly/dist.xml @@ -1,19 +1,9 @@ diff --git a/documentation/pom.xml b/documentation/pom.xml index ec7868a01a..65793c5dca 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -1,19 +1,9 @@ 4.0.0 diff --git a/documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/Property.java b/documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/Property.java index 8c96b58fd6..f31db4b4d8 100644 --- a/documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/Property.java +++ b/documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/Property.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.referenceguide.chapter11.valuehandling; /** diff --git a/documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/PropertyValueUnwrapper.java b/documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/PropertyValueUnwrapper.java index e6e58f1309..4deb0a3972 100644 --- a/documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/PropertyValueUnwrapper.java +++ b/documentation/src/test/java/org/hibernate/validator/referenceguide/chapter11/valuehandling/PropertyValueUnwrapper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.referenceguide.chapter11.valuehandling; import java.lang.reflect.Type; diff --git a/engine/pom.xml b/engine/pom.xml index 65ecc517d1..15a45210a8 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -1,19 +1,9 @@ 4.0.0 diff --git a/engine/src/main/java/org/hibernate/validator/HibernateValidator.java b/engine/src/main/java/org/hibernate/validator/HibernateValidator.java index c136ca8b45..84a89a9536 100644 --- a/engine/src/main/java/org/hibernate/validator/HibernateValidator.java +++ b/engine/src/main/java/org/hibernate/validator/HibernateValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator; import javax.validation.Configuration; diff --git a/engine/src/main/java/org/hibernate/validator/HibernateValidatorConfiguration.java b/engine/src/main/java/org/hibernate/validator/HibernateValidatorConfiguration.java index 31963f27b9..cac867d4fb 100644 --- a/engine/src/main/java/org/hibernate/validator/HibernateValidatorConfiguration.java +++ b/engine/src/main/java/org/hibernate/validator/HibernateValidatorConfiguration.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator; import javax.validation.Configuration; diff --git a/engine/src/main/java/org/hibernate/validator/HibernateValidatorContext.java b/engine/src/main/java/org/hibernate/validator/HibernateValidatorContext.java index df84dcbc1a..3e4ea2a9fd 100644 --- a/engine/src/main/java/org/hibernate/validator/HibernateValidatorContext.java +++ b/engine/src/main/java/org/hibernate/validator/HibernateValidatorContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator; diff --git a/engine/src/main/java/org/hibernate/validator/HibernateValidatorFactory.java b/engine/src/main/java/org/hibernate/validator/HibernateValidatorFactory.java index 38ada1fe22..808f43521b 100644 --- a/engine/src/main/java/org/hibernate/validator/HibernateValidatorFactory.java +++ b/engine/src/main/java/org/hibernate/validator/HibernateValidatorFactory.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/ConstraintDef.java b/engine/src/main/java/org/hibernate/validator/cfg/ConstraintDef.java index c1e1053bcf..035250ce35 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/ConstraintDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/ConstraintDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/ConstraintMapping.java b/engine/src/main/java/org/hibernate/validator/cfg/ConstraintMapping.java index 36aaf8397b..93ed6dca92 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/ConstraintMapping.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/ConstraintMapping.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/GenericConstraintDef.java b/engine/src/main/java/org/hibernate/validator/cfg/GenericConstraintDef.java index 31df4967a7..d3ea8866aa 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/GenericConstraintDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/GenericConstraintDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/AnnotationProcessingOptions.java b/engine/src/main/java/org/hibernate/validator/cfg/context/AnnotationProcessingOptions.java index cedfee0480..68830d8e97 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/AnnotationProcessingOptions.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/AnnotationProcessingOptions.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/Cascadable.java b/engine/src/main/java/org/hibernate/validator/cfg/context/Cascadable.java index 52884b48c2..870663eaff 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/Cascadable.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/Cascadable.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/Constrainable.java b/engine/src/main/java/org/hibernate/validator/cfg/context/Constrainable.java index 2164e1a70f..111811d8fb 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/Constrainable.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/Constrainable.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/ConstructorConstraintMappingContext.java b/engine/src/main/java/org/hibernate/validator/cfg/context/ConstructorConstraintMappingContext.java index f47cf61684..6963e958a1 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/ConstructorConstraintMappingContext.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/ConstructorConstraintMappingContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/ConstructorTarget.java b/engine/src/main/java/org/hibernate/validator/cfg/context/ConstructorTarget.java index 6805810eca..e764b84f8b 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/ConstructorTarget.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/ConstructorTarget.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/CrossParameterConstraintMappingContext.java b/engine/src/main/java/org/hibernate/validator/cfg/context/CrossParameterConstraintMappingContext.java index 0cfa5dd78b..f97764a026 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/CrossParameterConstraintMappingContext.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/CrossParameterConstraintMappingContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/CrossParameterTarget.java b/engine/src/main/java/org/hibernate/validator/cfg/context/CrossParameterTarget.java index 55b58a92a8..8caa0449b3 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/CrossParameterTarget.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/CrossParameterTarget.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/GroupConversionTargetContext.java b/engine/src/main/java/org/hibernate/validator/cfg/context/GroupConversionTargetContext.java index 14287b11ed..f0343c82d3 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/GroupConversionTargetContext.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/GroupConversionTargetContext.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.cfg.context; /** diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/MethodConstraintMappingContext.java b/engine/src/main/java/org/hibernate/validator/cfg/context/MethodConstraintMappingContext.java index 3844725ad7..c4fe6cf32a 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/MethodConstraintMappingContext.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/MethodConstraintMappingContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/MethodTarget.java b/engine/src/main/java/org/hibernate/validator/cfg/context/MethodTarget.java index 535b7e65a2..bb46e208be 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/MethodTarget.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/MethodTarget.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/ParameterConstraintMappingContext.java b/engine/src/main/java/org/hibernate/validator/cfg/context/ParameterConstraintMappingContext.java index 9d2aba5f88..46d1bc3820 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/ParameterConstraintMappingContext.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/ParameterConstraintMappingContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/ParameterTarget.java b/engine/src/main/java/org/hibernate/validator/cfg/context/ParameterTarget.java index e6223cbb2e..7159075290 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/ParameterTarget.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/ParameterTarget.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/PropertyConstraintMappingContext.java b/engine/src/main/java/org/hibernate/validator/cfg/context/PropertyConstraintMappingContext.java index 4e8aa34216..3fae74e545 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/PropertyConstraintMappingContext.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/PropertyConstraintMappingContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/PropertyTarget.java b/engine/src/main/java/org/hibernate/validator/cfg/context/PropertyTarget.java index 54c000273b..bce7f0c448 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/PropertyTarget.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/PropertyTarget.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueConstraintMappingContext.java b/engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueConstraintMappingContext.java index 1a0ebaa0d7..ae72eadf47 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueConstraintMappingContext.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueConstraintMappingContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueTarget.java b/engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueTarget.java index 8aab13bca7..b632c6dc22 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueTarget.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/ReturnValueTarget.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/TypeConstraintMappingContext.java b/engine/src/main/java/org/hibernate/validator/cfg/context/TypeConstraintMappingContext.java index 94ece09d5a..3927b31aa5 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/TypeConstraintMappingContext.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/TypeConstraintMappingContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/TypeTarget.java b/engine/src/main/java/org/hibernate/validator/cfg/context/TypeTarget.java index d150bd613b..471511efb1 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/TypeTarget.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/TypeTarget.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/Unwrapable.java b/engine/src/main/java/org/hibernate/validator/cfg/context/Unwrapable.java index 287b74fd1d..5eb5afbb23 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/Unwrapable.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/Unwrapable.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/context/package.html b/engine/src/main/java/org/hibernate/validator/cfg/context/package.html index 25e9056c61..c49e70a1f7 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/context/package.html +++ b/engine/src/main/java/org/hibernate/validator/cfg/context/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/AssertFalseDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/AssertFalseDef.java index a2d5695837..8cdf8110f4 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/AssertFalseDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/AssertFalseDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/AssertTrueDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/AssertTrueDef.java index 089c44010b..c8e18c3fd4 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/AssertTrueDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/AssertTrueDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/CreditCardNumberDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/CreditCardNumberDef.java index c7dcf2df89..da015e8361 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/CreditCardNumberDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/CreditCardNumberDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/DecimalMaxDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/DecimalMaxDef.java index 039c335657..895d09e445 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/DecimalMaxDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/DecimalMaxDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/DecimalMinDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/DecimalMinDef.java index 836eda9054..768c3d4a60 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/DecimalMinDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/DecimalMinDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/DigitsDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/DigitsDef.java index 2b7345a972..40a92df0e2 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/DigitsDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/DigitsDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/EANDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/EANDef.java index f7f1c12c62..f1d9690917 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/EANDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/EANDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/EmailDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/EmailDef.java index 89c5a691b9..22df1dac25 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/EmailDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/EmailDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/FutureDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/FutureDef.java index 53df19e9f9..7a44d4a0e3 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/FutureDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/FutureDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/LengthDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/LengthDef.java index 707ad19dd1..dfed8eccd6 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/LengthDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/LengthDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/MaxDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/MaxDef.java index 1140a0b9ae..199c83344d 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/MaxDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/MaxDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/MinDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/MinDef.java index fbe643b2a8..5fa33ef243 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/MinDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/MinDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/Mod10CheckDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/Mod10CheckDef.java index 2c2e9c7515..bd6afa3662 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/Mod10CheckDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/Mod10CheckDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/Mod11CheckDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/Mod11CheckDef.java index 177d806b2b..280c41eb0f 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/Mod11CheckDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/Mod11CheckDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/NotBlankDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/NotBlankDef.java index 3c06f10e7f..b303ed46e7 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/NotBlankDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/NotBlankDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/NotEmptyDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/NotEmptyDef.java index 1f0fe92888..3c53253dc1 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/NotEmptyDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/NotEmptyDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/NotNullDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/NotNullDef.java index 5090dd4763..3208b7f5c3 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/NotNullDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/NotNullDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/NullDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/NullDef.java index 08e5289823..ffd3fa708d 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/NullDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/NullDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/PastDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/PastDef.java index 38490c3191..ba43301842 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/PastDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/PastDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/PatternDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/PatternDef.java index e02e7c7d4a..971482b19a 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/PatternDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/PatternDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/RangeDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/RangeDef.java index d7d6ee8228..6e529c105d 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/RangeDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/RangeDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/ScriptAssertDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/ScriptAssertDef.java index 4d6706bafd..3473ae4daf 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/ScriptAssertDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/ScriptAssertDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/SizeDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/SizeDef.java index 87d5d0018b..e74e30490f 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/SizeDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/SizeDef.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.cfg.defs; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/URLDef.java b/engine/src/main/java/org/hibernate/validator/cfg/defs/URLDef.java index 10d0e710a0..f47d118c5f 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/URLDef.java +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/URLDef.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.cfg.defs; import javax.validation.constraints.Pattern; diff --git a/engine/src/main/java/org/hibernate/validator/cfg/defs/package.html b/engine/src/main/java/org/hibernate/validator/cfg/defs/package.html index d4ddb0e65f..d4890630e1 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/defs/package.html +++ b/engine/src/main/java/org/hibernate/validator/cfg/defs/package.html @@ -1,18 +1,8 @@ @@ -20,7 +10,8 @@

Constraint definition classes for programmatic constraint -definition API.

+ definition API.

+

This package is part of the public Hibernate Validator API.

diff --git a/engine/src/main/java/org/hibernate/validator/cfg/package.html b/engine/src/main/java/org/hibernate/validator/cfg/package.html index 6f75e7694c..0b8ec3883f 100644 --- a/engine/src/main/java/org/hibernate/validator/cfg/package.html +++ b/engine/src/main/java/org/hibernate/validator/cfg/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,7 @@

Entry point for the programmatic constraint definition API.

+

This package is part of the public Hibernate Validator API.

diff --git a/engine/src/main/java/org/hibernate/validator/constraints/CompositionType.java b/engine/src/main/java/org/hibernate/validator/constraints/CompositionType.java index 72bed16321..daf1e3069c 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/CompositionType.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/CompositionType.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ // $Id:$ diff --git a/engine/src/main/java/org/hibernate/validator/constraints/ConstraintComposition.java b/engine/src/main/java/org/hibernate/validator/constraints/ConstraintComposition.java index 09e2d61903..8705dbce5b 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/ConstraintComposition.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/ConstraintComposition.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.constraints; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/CreditCardNumber.java b/engine/src/main/java/org/hibernate/validator/constraints/CreditCardNumber.java index 3f796fe0d5..086c2e642f 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/CreditCardNumber.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/CreditCardNumber.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/EAN.java b/engine/src/main/java/org/hibernate/validator/constraints/EAN.java index 8a08f4c204..b35b27d210 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/EAN.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/EAN.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/Email.java b/engine/src/main/java/org/hibernate/validator/constraints/Email.java index a6eb3d111e..cda9eedcbe 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/Email.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/Email.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/Length.java b/engine/src/main/java/org/hibernate/validator/constraints/Length.java index 7c6fb11f4a..3c6db68383 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/Length.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/Length.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/LuhnCheck.java b/engine/src/main/java/org/hibernate/validator/constraints/LuhnCheck.java index 64b2774a74..68fc28c858 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/LuhnCheck.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/LuhnCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.constraints; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/Mod10Check.java b/engine/src/main/java/org/hibernate/validator/constraints/Mod10Check.java index 040e3df839..334c57fc20 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/Mod10Check.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/Mod10Check.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.constraints; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/Mod11Check.java b/engine/src/main/java/org/hibernate/validator/constraints/Mod11Check.java index be82311ea1..65e3c51117 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/Mod11Check.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/Mod11Check.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.constraints; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/ModCheck.java b/engine/src/main/java/org/hibernate/validator/constraints/ModCheck.java index cdd73d66bc..81c0df65b7 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/ModCheck.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/ModCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.constraints; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/NotBlank.java b/engine/src/main/java/org/hibernate/validator/constraints/NotBlank.java index 9be9284ea1..0088739214 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/NotBlank.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/NotBlank.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/NotEmpty.java b/engine/src/main/java/org/hibernate/validator/constraints/NotEmpty.java index d70199c90d..a4112b38d6 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/NotEmpty.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/NotEmpty.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/ParameterScriptAssert.java b/engine/src/main/java/org/hibernate/validator/constraints/ParameterScriptAssert.java index 4691c3b6d1..9eff20eb7a 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/ParameterScriptAssert.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/ParameterScriptAssert.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/Range.java b/engine/src/main/java/org/hibernate/validator/constraints/Range.java index aa8b69f576..1ec6abab73 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/Range.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/Range.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/SafeHtml.java b/engine/src/main/java/org/hibernate/validator/constraints/SafeHtml.java index 78d93d7639..439c064c1c 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/SafeHtml.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/SafeHtml.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/ScriptAssert.java b/engine/src/main/java/org/hibernate/validator/constraints/ScriptAssert.java index 47f3a56c56..4d1948a260 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/ScriptAssert.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/ScriptAssert.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/URL.java b/engine/src/main/java/org/hibernate/validator/constraints/URL.java index 0c5f05d150..df640d1b2b 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/URL.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/URL.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2008, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/br/CNPJ.java b/engine/src/main/java/org/hibernate/validator/constraints/br/CNPJ.java index 209c4681ba..9cbd973aac 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/br/CNPJ.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/br/CNPJ.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.constraints.br; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/br/CPF.java b/engine/src/main/java/org/hibernate/validator/constraints/br/CPF.java index 11c9d2c701..a99644b343 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/br/CPF.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/br/CPF.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.constraints.br; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/br/TituloEleitoral.java b/engine/src/main/java/org/hibernate/validator/constraints/br/TituloEleitoral.java index b06f19caa5..435ca54372 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/br/TituloEleitoral.java +++ b/engine/src/main/java/org/hibernate/validator/constraints/br/TituloEleitoral.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.constraints.br; diff --git a/engine/src/main/java/org/hibernate/validator/constraints/br/package.html b/engine/src/main/java/org/hibernate/validator/constraints/br/package.html index ae214dab48..1c166e31e4 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/br/package.html +++ b/engine/src/main/java/org/hibernate/validator/constraints/br/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,7 @@

Hibernate Validator Brazilian constraints.

+

This package is part of the public Hibernate Validator API.

diff --git a/engine/src/main/java/org/hibernate/validator/constraints/package.html b/engine/src/main/java/org/hibernate/validator/constraints/package.html index 9af564089e..b2c727bb3b 100644 --- a/engine/src/main/java/org/hibernate/validator/constraints/package.html +++ b/engine/src/main/java/org/hibernate/validator/constraints/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,7 @@

Hibernate Validator specific constraints.

+

This package is part of the public Hibernate Validator API.

diff --git a/engine/src/main/java/org/hibernate/validator/constraintvalidation/HibernateConstraintValidatorContext.java b/engine/src/main/java/org/hibernate/validator/constraintvalidation/HibernateConstraintValidatorContext.java index b6b234675a..2afa0d90b9 100644 --- a/engine/src/main/java/org/hibernate/validator/constraintvalidation/HibernateConstraintValidatorContext.java +++ b/engine/src/main/java/org/hibernate/validator/constraintvalidation/HibernateConstraintValidatorContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.constraintvalidation; diff --git a/engine/src/main/java/org/hibernate/validator/constraintvalidation/package.html b/engine/src/main/java/org/hibernate/validator/constraintvalidation/package.html index f6af2c17b9..e22ffbcb7e 100644 --- a/engine/src/main/java/org/hibernate/validator/constraintvalidation/package.html +++ b/engine/src/main/java/org/hibernate/validator/constraintvalidation/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/group/GroupSequenceProvider.java b/engine/src/main/java/org/hibernate/validator/group/GroupSequenceProvider.java index 29fc25bc5a..890c470016 100644 --- a/engine/src/main/java/org/hibernate/validator/group/GroupSequenceProvider.java +++ b/engine/src/main/java/org/hibernate/validator/group/GroupSequenceProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.group; diff --git a/engine/src/main/java/org/hibernate/validator/group/package.html b/engine/src/main/java/org/hibernate/validator/group/package.html index bcd6639bd4..1d08a3bb1f 100644 --- a/engine/src/main/java/org/hibernate/validator/group/package.html +++ b/engine/src/main/java/org/hibernate/validator/group/package.html @@ -1,18 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/CascadableConstraintMappingContextImplBase.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/CascadableConstraintMappingContextImplBase.java index da147ba57e..55601f4053 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/CascadableConstraintMappingContextImplBase.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/CascadableConstraintMappingContextImplBase.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cfg.context; import java.util.Map; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ConfiguredConstraint.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ConfiguredConstraint.java index 993546f499..6de15cf46d 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ConfiguredConstraint.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ConfiguredConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cfg.context; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ConstraintMappingContextImplBase.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ConstraintMappingContextImplBase.java index a0988583a5..05776aed3b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ConstraintMappingContextImplBase.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ConstraintMappingContextImplBase.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/CrossParameterConstraintMappingContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/CrossParameterConstraintMappingContextImpl.java index 83718aacec..d8ddc2bf17 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/CrossParameterConstraintMappingContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/CrossParameterConstraintMappingContextImpl.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/DefaultConstraintMapping.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/DefaultConstraintMapping.java index ba741d9fb0..8ece7fabbd 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/DefaultConstraintMapping.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/DefaultConstraintMapping.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ExecutableConstraintMappingContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ExecutableConstraintMappingContextImpl.java index 754ebd80ec..9df99e1eff 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ExecutableConstraintMappingContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ExecutableConstraintMappingContextImpl.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/GroupConversionTargetContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/GroupConversionTargetContextImpl.java index fac6b93182..c926c9b816 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/GroupConversionTargetContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/GroupConversionTargetContextImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.cfg.context; import org.hibernate.validator.cfg.context.GroupConversionTargetContext; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ParameterConstraintMappingContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ParameterConstraintMappingContextImpl.java index 6b9b8c2828..09837e962c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ParameterConstraintMappingContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ParameterConstraintMappingContextImpl.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/PropertyConstraintMappingContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/PropertyConstraintMappingContextImpl.java index 9a6c4925b6..c9158431d4 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/PropertyConstraintMappingContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/PropertyConstraintMappingContextImpl.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ReturnValueConstraintMappingContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ReturnValueConstraintMappingContextImpl.java index 56a5d5f1f6..db00d713db 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ReturnValueConstraintMappingContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/ReturnValueConstraintMappingContextImpl.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/TypeConstraintMappingContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/TypeConstraintMappingContextImpl.java index e1dc2a025c..9a85720e92 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/TypeConstraintMappingContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/TypeConstraintMappingContextImpl.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.cfg.context; diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/package.html b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/package.html index 96de8abbc0..a62a05941f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/context/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/context/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,6 @@

Creational context implementations of the API for programmatic -constraint definition.

+ constraint definition.

diff --git a/engine/src/main/java/org/hibernate/validator/internal/cfg/package.html b/engine/src/main/java/org/hibernate/validator/internal/cfg/package.html index 591d30d925..8614df461a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/cfg/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/cfg/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/AssertFalseValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/AssertFalseValidator.java index d6a5eb0368..ecd83068d3 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/AssertFalseValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/AssertFalseValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/AssertTrueValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/AssertTrueValidator.java index d68f01211c..bbd9fa0b59 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/AssertTrueValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/AssertTrueValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMaxValidatorForCharSequence.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMaxValidatorForCharSequence.java index 761b5e9fdb..85e7694962 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMaxValidatorForCharSequence.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMaxValidatorForCharSequence.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMaxValidatorForNumber.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMaxValidatorForNumber.java index 67c95c7ffc..3e304c3825 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMaxValidatorForNumber.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMaxValidatorForNumber.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMinValidatorForCharSequence.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMinValidatorForCharSequence.java index 05dd2e6f17..dcf5ab821a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMinValidatorForCharSequence.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMinValidatorForCharSequence.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMinValidatorForNumber.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMinValidatorForNumber.java index 0821ad2a7c..19c165c61b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMinValidatorForNumber.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DecimalMinValidatorForNumber.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DigitsValidatorForCharSequence.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DigitsValidatorForCharSequence.java index da966b6757..f5c568be2b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DigitsValidatorForCharSequence.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DigitsValidatorForCharSequence.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DigitsValidatorForNumber.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DigitsValidatorForNumber.java index 7e95587224..529221c828 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DigitsValidatorForNumber.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/DigitsValidatorForNumber.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MaxValidatorForCharSequence.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MaxValidatorForCharSequence.java index 07010e46b5..8dea8c2373 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MaxValidatorForCharSequence.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MaxValidatorForCharSequence.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MaxValidatorForNumber.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MaxValidatorForNumber.java index d9da8ed224..a414e1db97 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MaxValidatorForNumber.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MaxValidatorForNumber.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MinValidatorForCharSequence.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MinValidatorForCharSequence.java index 5e970f11bd..236523f074 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MinValidatorForCharSequence.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MinValidatorForCharSequence.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MinValidatorForNumber.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MinValidatorForNumber.java index 1794b46f58..80664cbade 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MinValidatorForNumber.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/MinValidatorForNumber.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/NotNullValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/NotNullValidator.java index 9410243d8a..6b20f35d81 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/NotNullValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/NotNullValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.constraintvalidators.bv; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/NullValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/NullValidator.java index 4d175bf970..718e97609a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/NullValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/NullValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/PatternValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/PatternValidator.java index 477153fa65..994a2f9db5 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/PatternValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/PatternValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv; import java.util.regex.Matcher; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForCalendar.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForCalendar.java index 4a4c606297..5e0dbda960 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForCalendar.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForCalendar.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import java.util.Calendar; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDate.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDate.java index b48a363957..782055c1bb 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDate.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDate.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import java.time.LocalDate; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTime.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTime.java index 78d685fad6..a2df02d43e 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTime.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTime.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import java.time.LocalDateTime; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoZonedDateTime.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoZonedDateTime.java index d5cd2713fe..5f2f3cef3a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoZonedDateTime.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForChronoZonedDateTime.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import java.time.ZonedDateTime; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForDate.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForDate.java index 9d0c85d42c..e9e77e1df0 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForDate.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForDate.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import java.util.Date; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForInstant.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForInstant.java index eb589df786..8bd69c591a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForInstant.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForInstant.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import java.time.Instant; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForOffsetDateTime.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForOffsetDateTime.java index f7740c4017..f0b7d593f8 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForOffsetDateTime.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForOffsetDateTime.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import java.time.OffsetDateTime; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForReadableInstant.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForReadableInstant.java index 2a79efcd72..1171c4e03f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForReadableInstant.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForReadableInstant.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForReadablePartial.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForReadablePartial.java index cccc6d7543..dcf1a59022 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForReadablePartial.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForReadablePartial.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForYear.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForYear.java index bd88371fa1..73a742f3e9 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForYear.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForYear.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import java.time.Year; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForYearMonth.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForYearMonth.java index 30843154b4..50a7da9cd8 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForYearMonth.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/FutureValidatorForYearMonth.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.future; import java.time.YearMonth; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/package-info.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/package-info.java index 62af2fddf2..c1e962df9e 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/future/package-info.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ /** * Constraint validator implementations of the Bean Validation {@code Future} constraint. diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/package-info.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/package-info.java index cac125e24c..c7daebe037 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/package-info.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ /** * Implementations of the Bean Validation built-in constraints. diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForCalendar.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForCalendar.java index 71f1f5203a..62912cf71e 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForCalendar.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForCalendar.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import java.util.Calendar; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDate.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDate.java index 50b3485f63..c61481e022 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDate.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDate.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import java.time.LocalDate; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTime.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTime.java index 173af67514..17714a39ac 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTime.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTime.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import java.time.LocalDateTime; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoZonedDateTime.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoZonedDateTime.java index 19325f27e7..b5640a266a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoZonedDateTime.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForChronoZonedDateTime.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import java.time.ZonedDateTime; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForDate.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForDate.java index 6ecb7888a8..66159c89d1 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForDate.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForDate.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import java.util.Date; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForInstant.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForInstant.java index d7d9777eb6..fe9ee1a4e3 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForInstant.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForInstant.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import java.time.Instant; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForOffsetDateTime.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForOffsetDateTime.java index 7dfd94db7d..fffb7454cc 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForOffsetDateTime.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForOffsetDateTime.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import java.time.OffsetDateTime; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForReadableInstant.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForReadableInstant.java index ef1981d5b5..a89e6dff05 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForReadableInstant.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForReadableInstant.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForReadablePartial.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForReadablePartial.java index bdc9fadde5..8df6317439 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForReadablePartial.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForReadablePartial.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.constraintvalidators.bv.past; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForYear.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForYear.java index d9d4397fd0..044c3c2c2c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForYear.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForYear.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import java.time.Year; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForYearMonth.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForYearMonth.java index 9759d33886..9eaaf96dfb 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForYearMonth.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/PastValidatorForYearMonth.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.past; import java.time.YearMonth; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/package-info.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/package-info.java index 5b20d1f388..a43fc7245c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/past/package-info.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ /** * Constraint validator implementations of the Bean Validation {@code Past} constraint. diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArray.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArray.java index 0feb6838e4..ae659eab00 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArray.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArray.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfBoolean.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfBoolean.java index 3b62f818ef..3d34edefc8 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfBoolean.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfBoolean.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfByte.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfByte.java index 426689ea1e..4faab1f049 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfByte.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfByte.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfChar.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfChar.java index afa0a74581..af33d586ce 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfChar.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfChar.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfDouble.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfDouble.java index 2fc00bbdd5..d0b8c3ffff 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfDouble.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfDouble.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfFloat.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfFloat.java index 9baf4e5813..f09836a08f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfFloat.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfFloat.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfInt.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfInt.java index 9fc5dc18f5..ff2891e861 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfInt.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfInt.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfLong.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfLong.java index 910ce7c017..5bbfe85219 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfLong.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfLong.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfPrimitives.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfPrimitives.java index 8dcab155cf..07bf9aa211 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfPrimitives.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfPrimitives.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import javax.validation.constraints.Size; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfShort.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfShort.java index 175dfd6548..3b597c30b6 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfShort.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForArraysOfShort.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForCharSequence.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForCharSequence.java index ec49264613..910602da2d 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForCharSequence.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForCharSequence.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForCollection.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForCollection.java index 25bd86ca11..8c70e10081 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForCollection.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForCollection.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.util.Collection; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForMap.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForMap.java index ea020aaca6..7299a90580 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForMap.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/SizeValidatorForMap.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.bv.size; import java.util.Map; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/package-info.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/package-info.java index 84608583c6..f010bbd2d3 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/bv/size/package-info.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ /** * Implementations of the Bean Validation {@code Size} constraint. diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/EANValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/EANValidator.java index af26c41f13..c20ca8d449 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/EANValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/EANValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.hv; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/EmailValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/EmailValidator.java index ba31a70f66..0fe7dc7f60 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/EmailValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/EmailValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.hv; import java.net.IDN; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/LengthValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/LengthValidator.java index 73d2e501d7..407baf1f0f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/LengthValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/LengthValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.hv; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/LuhnCheckValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/LuhnCheckValidator.java index ede6c4e8b8..df6912acdb 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/LuhnCheckValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/LuhnCheckValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.constraintvalidators.hv; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/Mod10CheckValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/Mod10CheckValidator.java index f44490e7c7..b7dc178c8f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/Mod10CheckValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/Mod10CheckValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.constraintvalidators.hv; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/Mod11CheckValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/Mod11CheckValidator.java index 5137e484e7..ca8cd4c28d 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/Mod11CheckValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/Mod11CheckValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.constraintvalidators.hv; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ModCheckBase.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ModCheckBase.java index 5c567c7939..9ed3f798fc 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ModCheckBase.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ModCheckBase.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.constraintvalidators.hv; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ModCheckValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ModCheckValidator.java index bd82258e42..7c99d4bc47 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ModCheckValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ModCheckValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.constraintvalidators.hv; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/NotBlankValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/NotBlankValidator.java index 59360fc44e..17ab53fe7a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/NotBlankValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/NotBlankValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.constraintvalidators.hv; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ParameterScriptAssertValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ParameterScriptAssertValidator.java index c84bdaca35..02ca6ba333 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ParameterScriptAssertValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ParameterScriptAssertValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.hv; import java.util.List; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/SafeHtmlValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/SafeHtmlValidator.java index a7b1ab0e3a..7fba356e07 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/SafeHtmlValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/SafeHtmlValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011-2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.constraintvalidators.hv; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ScriptAssertContext.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ScriptAssertContext.java index c9e6c88896..9300476607 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ScriptAssertContext.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ScriptAssertContext.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.hv; import java.util.Map; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ScriptAssertValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ScriptAssertValidator.java index 5b0de01b93..2c037c97a8 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ScriptAssertValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/ScriptAssertValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.hv; import javax.validation.ConstraintValidator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/URLValidator.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/URLValidator.java index 056adddfcd..d77da34f87 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/URLValidator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/URLValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2008, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.constraintvalidators.hv; import java.net.MalformedURLException; diff --git a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/package-info.java b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/package-info.java index 9e1983267d..f40717aef1 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/internal/constraintvalidators/hv/package-info.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ /** * Implementations of Hibernate Validator specific constraints. diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java index c4ed198570..d97e67b4e4 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/ConfigurationImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.io.BufferedInputStream; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/ConstraintViolationImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/ConstraintViolationImpl.java index 9f1953f342..fc7b68aa7a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/ConstraintViolationImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/ConstraintViolationImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.io.Serializable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/DefaultParameterNameProvider.java b/engine/src/main/java/org/hibernate/validator/internal/engine/DefaultParameterNameProvider.java index 7470627f1e..b84be8c88a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/DefaultParameterNameProvider.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/DefaultParameterNameProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.lang.reflect.Constructor; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/MessageInterpolatorContext.java b/engine/src/main/java/org/hibernate/validator/internal/engine/MessageInterpolatorContext.java index ad553247c4..949d3d2133 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/MessageInterpolatorContext.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/MessageInterpolatorContext.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.util.Map; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/ServiceLoaderBasedConstraintDefinitionContributor.java b/engine/src/main/java/org/hibernate/validator/internal/engine/ServiceLoaderBasedConstraintDefinitionContributor.java index 07e4de41ad..d95501410a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/ServiceLoaderBasedConstraintDefinitionContributor.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/ServiceLoaderBasedConstraintDefinitionContributor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/ValidationContext.java b/engine/src/main/java/org/hibernate/validator/internal/engine/ValidationContext.java index b206de2453..0b0679016c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/ValidationContext.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/ValidationContext.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorContextImpl.java index 4d5046c1d2..d03b91fe3c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorContextImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.util.ArrayList; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryImpl.java index 7ec5cd2667..e4a2478d7f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorFactoryImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java index c9f087bbd1..6dc14d8a01 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/ValidatorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/ValueContext.java b/engine/src/main/java/org/hibernate/validator/internal/engine/ValueContext.java index 09f3f12a3c..ea3fa23f93 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/ValueContext.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/ValueContext.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionBuilderContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionBuilderContextImpl.java index b870c8b4ef..621023643a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionBuilderContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionBuilderContextImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.constraintdefinition; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionBuilderImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionBuilderImpl.java index fa230e1396..27523bb41d 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionBuilderImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionBuilderImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.constraintdefinition; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionContribution.java b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionContribution.java index cd45d32de0..7971e9d917 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionContribution.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintdefinition/ConstraintDefinitionContribution.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.constraintdefinition; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintTree.java b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintTree.java index 6d82b4319e..0d7217548b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintTree.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintTree.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.constraintvalidation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorContextImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorContextImpl.java index 1a4a6d064b..6e361051ed 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorContextImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorContextImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.constraintvalidation; import java.util.ArrayList; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorFactoryImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorFactoryImpl.java index 3252b4692c..1ecf01a879 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorFactoryImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorFactoryImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.constraintvalidation; import java.security.AccessController; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorManager.java b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorManager.java index c2c261ab23..c5a74369b9 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorManager.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintValidatorManager.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.constraintvalidation; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintViolationCreationContext.java b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintViolationCreationContext.java index 19934462e8..45cad51e63 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintViolationCreationContext.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/ConstraintViolationCreationContext.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.constraintvalidation; import java.util.Collections; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/package.html b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/package.html index 41df5463be..d618d0bedb 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/constraintvalidation/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,6 @@

Classes dealing with the representation of constraints and the management/instantitation of constraint -validators.

+ validators.

diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/DefaultValidationOrder.java b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/DefaultValidationOrder.java index 587bd6cd8d..9cb2683a67 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/DefaultValidationOrder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/DefaultValidationOrder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.groups; import java.util.ArrayList; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/Group.java b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/Group.java index e5498b1fc5..280b499634 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/Group.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/Group.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.groups; import javax.validation.groups.Default; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/Sequence.java b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/Sequence.java index 4a1323995d..65cb2dbd0b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/Sequence.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/Sequence.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.groups; import java.util.List; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrder.java b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrder.java index 974d52b640..36777e2e4e 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.groups; import java.util.Iterator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrderGenerator.java b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrderGenerator.java index a416f949be..d9055f4f49 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrderGenerator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrderGenerator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.groups; import java.util.ArrayList; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/package.html b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/package.html index 4956af34a4..91dd5d0510 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/groups/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/groups/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ElTermResolver.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ElTermResolver.java index 2b8a8ca1c5..6810425b79 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ElTermResolver.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ElTermResolver.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.messageinterpolation; import java.util.Locale; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/FormatterWrapper.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/FormatterWrapper.java index 832426d9ff..0b97c52660 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/FormatterWrapper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/FormatterWrapper.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/InterpolationTerm.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/InterpolationTerm.java index 5147c60d5c..7fa03aa5a0 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/InterpolationTerm.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/InterpolationTerm.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/InterpolationTermType.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/InterpolationTermType.java index 9aea74cd5e..0f57a3f9a3 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/InterpolationTermType.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/InterpolationTermType.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/LocalizedMessage.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/LocalizedMessage.java index 8599e80335..39396bcdfe 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/LocalizedMessage.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/LocalizedMessage.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ParameterTermResolver.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ParameterTermResolver.java index f8d269c34c..d0d1a3de40 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ParameterTermResolver.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/ParameterTermResolver.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.messageinterpolation; import java.util.Arrays; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/TermResolver.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/TermResolver.java index 9199bfbf76..c9fe6d61e3 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/TermResolver.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/TermResolver.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.messageinterpolation; import javax.validation.MessageInterpolator; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/MapBasedFunctionMapper.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/MapBasedFunctionMapper.java index 735045fd90..a34c27e443 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/MapBasedFunctionMapper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/MapBasedFunctionMapper.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.el; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/MapBasedVariableMapper.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/MapBasedVariableMapper.java index 77268f3290..cd1c09ae01 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/MapBasedVariableMapper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/MapBasedVariableMapper.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.el; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/RootResolver.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/RootResolver.java index 141e461085..7bfc563d54 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/RootResolver.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/RootResolver.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.el; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/SimpleELContext.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/SimpleELContext.java index 19672eb143..321729442b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/SimpleELContext.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/SimpleELContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.el; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/package.html b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/package.html index d6fe5556a1..f525e67267 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/el/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/package.html b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/package.html index 853b7c00b3..92616e23d7 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/BeginState.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/BeginState.java index a1a240a160..678f16e460 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/BeginState.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/BeginState.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/ELState.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/ELState.java index e7da0fa621..ce7df402f4 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/ELState.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/ELState.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/EscapedState.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/EscapedState.java index 60f4169ea8..901acff4fd 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/EscapedState.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/EscapedState.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/InterpolationTermState.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/InterpolationTermState.java index 56af6fb746..f921113f9f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/InterpolationTermState.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/InterpolationTermState.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/MessageDescriptorFormatException.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/MessageDescriptorFormatException.java index eade8a6346..22b854d054 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/MessageDescriptorFormatException.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/MessageDescriptorFormatException.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/MessageState.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/MessageState.java index 9b84ed366b..bac9c7e46c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/MessageState.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/MessageState.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/ParserState.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/ParserState.java index 5931a7749b..a48a48f2bc 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/ParserState.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/ParserState.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/Token.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/Token.java index ade71983bb..6d5cc26a5a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/Token.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/Token.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/TokenCollector.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/TokenCollector.java index 428d304a0b..c65b7ac8c1 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/TokenCollector.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/TokenCollector.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/TokenIterator.java b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/TokenIterator.java index 8cf706dc70..c0923289ef 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/TokenIterator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/TokenIterator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.messageinterpolation.parser; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/package.html b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/package.html index 00fb431dce..c18ab852a0 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/messageinterpolation/parser/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/package.html b/engine/src/main/java/org/hibernate/validator/internal/engine/package.html index 4940d4eb99..709eee14e6 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/path/NodeImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/path/NodeImpl.java index 0a590e204b..18e384dade 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/path/NodeImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/path/NodeImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.path; import java.io.Serializable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java b/engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java index 9e6f393728..b40f8199e6 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/path/PathImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.path; import java.io.Serializable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/path/package.html b/engine/src/main/java/org/hibernate/validator/internal/engine/path/package.html index 0603fb4b6d..d87a684df8 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/path/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/path/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/CachingTraversableResolverForSingleValidation.java b/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/CachingTraversableResolverForSingleValidation.java index 660d4ceb0f..f2e793b087 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/CachingTraversableResolverForSingleValidation.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/CachingTraversableResolverForSingleValidation.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.resolver; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/DefaultTraversableResolver.java b/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/DefaultTraversableResolver.java index f223072950..08b5ae7917 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/DefaultTraversableResolver.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/DefaultTraversableResolver.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.resolver; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/JPATraversableResolver.java b/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/JPATraversableResolver.java index b5854dc887..a671c81d8c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/JPATraversableResolver.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/JPATraversableResolver.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.resolver; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/package.html b/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/package.html index 339917803f..2e5511da21 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/resolver/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/JavaFXPropertyValueUnwrapper.java b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/JavaFXPropertyValueUnwrapper.java index 7231ec231d..e65c85f093 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/JavaFXPropertyValueUnwrapper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/JavaFXPropertyValueUnwrapper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.valuehandling; import javafx.beans.value.ObservableValue; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/OptionalValueUnwrapper.java b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/OptionalValueUnwrapper.java index c9c97e63f8..0d7a70ebcd 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/OptionalValueUnwrapper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/OptionalValueUnwrapper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.valuehandling; import java.util.Optional; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/TypeResolverBasedValueUnwrapper.java b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/TypeResolverBasedValueUnwrapper.java index df4d6ef219..e65eef0109 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/TypeResolverBasedValueUnwrapper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/TypeResolverBasedValueUnwrapper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.engine.valuehandling; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/UnwrapMode.java b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/UnwrapMode.java index 7308aaa17e..8a66ca4cb7 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/UnwrapMode.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/UnwrapMode.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.engine.valuehandling; diff --git a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/package-info.java b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/package-info.java index f39eb5ca0a..cb41ec0374 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/package-info.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ /** * Implementations for {@link org.hibernate.validator.spi.valuehandling.ValidatedValueUnwrapper} diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/BeanMetaDataManager.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/BeanMetaDataManager.java index 8ba838cbcb..5caffbe21f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/BeanMetaDataManager.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/BeanMetaDataManager.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata; import java.util.EnumSet; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/AbstractConstraintMetaData.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/AbstractConstraintMetaData.java index 87ef3e564a..2dcbf9049c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/AbstractConstraintMetaData.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/AbstractConstraintMetaData.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/BeanMetaData.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/BeanMetaData.java index 44299a07a6..3eebe23de2 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/BeanMetaData.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/BeanMetaData.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.util.List; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/BeanMetaDataImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/BeanMetaDataImpl.java index eeb5441b05..f27b9db21b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/BeanMetaDataImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/BeanMetaDataImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ConstraintMetaData.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ConstraintMetaData.java index abb672f11c..b772d7cda4 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ConstraintMetaData.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ConstraintMetaData.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ExecutableMetaData.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ExecutableMetaData.java index 1a8908c2c4..100f4b51ca 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ExecutableMetaData.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ExecutableMetaData.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/GroupConversionHelper.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/GroupConversionHelper.java index 951c7b88b3..fc34dbd7de 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/GroupConversionHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/GroupConversionHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.util.Collections; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/MetaDataBuilder.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/MetaDataBuilder.java index cae9748079..2d17d23c43 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/MetaDataBuilder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/MetaDataBuilder.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.metadata.aggregated; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ParameterMetaData.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ParameterMetaData.java index bd02e3581c..4f6d9d0178 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ParameterMetaData.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ParameterMetaData.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/PropertyMetaData.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/PropertyMetaData.java index b093e02e64..a6ea6b2346 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/PropertyMetaData.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/PropertyMetaData.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ReturnValueMetaData.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ReturnValueMetaData.java index 06a392b252..d9047c1d39 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ReturnValueMetaData.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ReturnValueMetaData.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/UnconstrainedEntityMetaDataSingleton.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/UnconstrainedEntityMetaDataSingleton.java index 158c129607..41050ba0f3 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/UnconstrainedEntityMetaDataSingleton.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/UnconstrainedEntityMetaDataSingleton.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import java.util.List; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ValidatableParametersMetaData.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ValidatableParametersMetaData.java index 06c0e13590..9324b0c764 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ValidatableParametersMetaData.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/ValidatableParametersMetaData.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated; import org.hibernate.validator.internal.metadata.facets.Cascadable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/package.html b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/package.html index 0989c176c5..4d0a2acdc9 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,6 @@

The classes in this package contain the aggregated meta data needed for an actual validation. The aggregated -meta data view takes into account type inheritance, configuration source, etc and aggregates for a given type.

+ meta data view takes into account type inheritance, configuration source, etc and aggregates for a given type.

diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/MethodConfigurationRule.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/MethodConfigurationRule.java index cd302dff52..10c9948826 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/MethodConfigurationRule.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/MethodConfigurationRule.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated.rule; import org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/OverridingMethodMustNotAlterParameterConstraints.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/OverridingMethodMustNotAlterParameterConstraints.java index 2614aeee38..be02a7a2b1 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/OverridingMethodMustNotAlterParameterConstraints.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/OverridingMethodMustNotAlterParameterConstraints.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated.rule; import org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue.java index 59532ee206..c19a8cb574 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ParallelMethodsMustNotDefineGroupConversionForCascadedReturnValue.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated.rule; import org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ParallelMethodsMustNotDefineParameterConstraints.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ParallelMethodsMustNotDefineParameterConstraints.java index 1f5c2f26a6..daf8cc3286 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ParallelMethodsMustNotDefineParameterConstraints.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ParallelMethodsMustNotDefineParameterConstraints.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated.rule; import org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine.java index 6d898e4111..996777b547 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/ReturnValueMayOnlyBeMarkedOnceAsCascadedPerHierarchyLine.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated.rule; import org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/VoidMethodsMustNotBeReturnValueConstrained.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/VoidMethodsMustNotBeReturnValueConstrained.java index b24c7ea02b..b24fb0a4b5 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/VoidMethodsMustNotBeReturnValueConstrained.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/VoidMethodsMustNotBeReturnValueConstrained.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.aggregated.rule; import org.hibernate.validator.internal.metadata.raw.ConstrainedExecutable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/package.html b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/package.html index 37e8d0b91a..ceb790268c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/aggregated/rule/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,6 @@

Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints -on overridden/implemented methods in inheritance hierarchies.

+ on overridden/implemented methods in inheritance hierarchies.

diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/AnnotationProcessingOptions.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/AnnotationProcessingOptions.java index acc5b74ff1..5e80ed6b4b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/AnnotationProcessingOptions.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/AnnotationProcessingOptions.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.core; import java.lang.reflect.Member; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/AnnotationProcessingOptionsImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/AnnotationProcessingOptionsImpl.java index 987c47cb00..bfbb2b5211 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/AnnotationProcessingOptionsImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/AnnotationProcessingOptionsImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.core; import java.lang.reflect.Member; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintHelper.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintHelper.java index 5c8a97f549..19d9284630 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.core; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintOrigin.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintOrigin.java index e67ac98b5b..224eecf82a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintOrigin.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/ConstraintOrigin.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.core; /** diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/MetaConstraint.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/MetaConstraint.java index f23e3b0fa9..30cd9123ba 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/MetaConstraint.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/MetaConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.core; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/package.html b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/package.html index 3f8152a926..dffacbfd2c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/core/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/core/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/BeanDescriptorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/BeanDescriptorImpl.java index 7c2d45bb31..aec8e67dff 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/BeanDescriptorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/BeanDescriptorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.descriptor; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ConstraintDescriptorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ConstraintDescriptorImpl.java index 3eabd57366..67a5a2f101 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ConstraintDescriptorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ConstraintDescriptorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.descriptor; import java.io.Serializable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/CrossParameterDescriptorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/CrossParameterDescriptorImpl.java index 4febf0a8e2..ffec81b2e1 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/CrossParameterDescriptorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/CrossParameterDescriptorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.descriptor; import java.util.List; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ElementDescriptorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ElementDescriptorImpl.java index ae51268663..0d55e68448 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ElementDescriptorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ElementDescriptorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.descriptor; import java.io.Serializable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ExecutableDescriptorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ExecutableDescriptorImpl.java index 22b9afcc3b..13fe18e33c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ExecutableDescriptorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ExecutableDescriptorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.descriptor; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/GroupConversionDescriptorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/GroupConversionDescriptorImpl.java index 49cfa003d4..56a77ba275 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/GroupConversionDescriptorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/GroupConversionDescriptorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.descriptor; import javax.validation.metadata.GroupConversionDescriptor; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ParameterDescriptorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ParameterDescriptorImpl.java index 2562ccb7ca..aa5ecb2747 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ParameterDescriptorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ParameterDescriptorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.descriptor; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/PropertyDescriptorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/PropertyDescriptorImpl.java index 45a228ee55..2aeca55dcb 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/PropertyDescriptorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/PropertyDescriptorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.descriptor; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ReturnValueDescriptorImpl.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ReturnValueDescriptorImpl.java index 8cac89257d..cb573dd9a4 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ReturnValueDescriptorImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/ReturnValueDescriptorImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.descriptor; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/package.html b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/package.html index 07aca94593..1c39aa8592 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/descriptor/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/Cascadable.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/Cascadable.java index e23ee5b171..e58eb5244d 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/Cascadable.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/Cascadable.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.facets; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/Validatable.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/Validatable.java index 6855b8fc6a..97dbc899f7 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/Validatable.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/Validatable.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.facets; /** diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/package.html b/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/package.html index ecc440a6c3..1d1e060253 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/facets/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,6 @@

Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified -validation routine for all kinds of validation (bean, parameter and return value validation).

+ validation routine for all kinds of validation (bean, parameter and return value validation).

diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/location/ConstraintLocation.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/location/ConstraintLocation.java index 4326785eb1..b14332c532 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/location/ConstraintLocation.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/location/ConstraintLocation.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.location; import java.lang.reflect.Member; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/location/package.html b/engine/src/main/java/org/hibernate/validator/internal/metadata/location/package.html index b2ce595fb4..5b9ba4a464 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/location/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/location/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/package.html b/engine/src/main/java/org/hibernate/validator/internal/metadata/package.html index 68b7c95d28..682ce2f14b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/AnnotationMetaDataProvider.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/AnnotationMetaDataProvider.java index e897157f3d..068877c19a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/AnnotationMetaDataProvider.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/AnnotationMetaDataProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.provider; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/MetaDataProvider.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/MetaDataProvider.java index d2b9487e4d..2ad92fa2b7 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/MetaDataProvider.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/MetaDataProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.provider; import java.util.List; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/MetaDataProviderKeyedByClassName.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/MetaDataProviderKeyedByClassName.java index 37b9f818c1..807971d200 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/MetaDataProviderKeyedByClassName.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/MetaDataProviderKeyedByClassName.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.metadata.provider; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/ProgrammaticMetaDataProvider.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/ProgrammaticMetaDataProvider.java index af7f290f2e..0dc7628db7 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/ProgrammaticMetaDataProvider.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/ProgrammaticMetaDataProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.provider; import java.util.Set; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/TypeAnnotationAwareMetaDataProvider.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/TypeAnnotationAwareMetaDataProvider.java index ca8cc0d200..1042156baa 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/TypeAnnotationAwareMetaDataProvider.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/TypeAnnotationAwareMetaDataProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.provider; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/XmlMetaDataProvider.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/XmlMetaDataProvider.java index 5fd1703e10..338664bfc9 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/XmlMetaDataProvider.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/XmlMetaDataProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.provider; import java.io.InputStream; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/package.html b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/package.html index 6d16a07813..ec470e45f8 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/provider/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/AbstractConstrainedElement.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/AbstractConstrainedElement.java index 0eb475dc55..b8d74ffed2 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/AbstractConstrainedElement.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/AbstractConstrainedElement.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.raw; import java.util.Collections; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/BeanConfiguration.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/BeanConfiguration.java index 19471ba2cd..98b0f6a36f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/BeanConfiguration.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/BeanConfiguration.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.metadata.raw; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConfigurationSource.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConfigurationSource.java index 3c02932e27..fa0afe34e8 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConfigurationSource.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConfigurationSource.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.raw; /** diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedElement.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedElement.java index 437e6f8956..e68be6006b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedElement.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedElement.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.raw; import java.util.Map; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedExecutable.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedExecutable.java index 20f86e882e..57c18f61f5 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedExecutable.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedExecutable.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.raw; import java.lang.reflect.Constructor; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedField.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedField.java index 941f278ca2..b2abe05895 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedField.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedField.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.raw; import java.util.Collections; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedParameter.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedParameter.java index fd972cc9bc..253a553cea 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedParameter.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedParameter.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.raw; import java.lang.reflect.Type; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedType.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedType.java index c9ae95c4c8..057db4992a 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedType.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ConstrainedType.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.raw; import java.util.Collections; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ExecutableElement.java b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ExecutableElement.java index 6f9342d7e0..c4febff604 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ExecutableElement.java +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/ExecutableElement.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.metadata.raw; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/package.html b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/package.html index ce4a24b463..2b365392c6 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/metadata/raw/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/CollectionHelper.java b/engine/src/main/java/org/hibernate/validator/internal/util/CollectionHelper.java index 1395b31172..f4d739878b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/CollectionHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/CollectionHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util; import java.util.ArrayList; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/Contracts.java b/engine/src/main/java/org/hibernate/validator/internal/util/Contracts.java index 8d20182d00..e9af0011d2 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/Contracts.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/Contracts.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util; import org.hibernate.validator.internal.util.logging.Log; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/ExecutableHelper.java b/engine/src/main/java/org/hibernate/validator/internal/util/ExecutableHelper.java index 2a37789f8a..01fd45ed5b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/ExecutableHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/ExecutableHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util; import java.lang.reflect.Constructor; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/IdentitySet.java b/engine/src/main/java/org/hibernate/validator/internal/util/IdentitySet.java index 4153481db8..297c414212 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/IdentitySet.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/IdentitySet.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util; import java.util.Collection; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/IgnoreJava6Requirement.java b/engine/src/main/java/org/hibernate/validator/internal/util/IgnoreJava6Requirement.java index 6343f94924..04eb794abe 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/IgnoreJava6Requirement.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/IgnoreJava6Requirement.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/ModUtil.java b/engine/src/main/java/org/hibernate/validator/internal/util/ModUtil.java index c98f8feb8e..963f059b17 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/ModUtil.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/ModUtil.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util; import java.util.List; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/ReflectionHelper.java b/engine/src/main/java/org/hibernate/validator/internal/util/ReflectionHelper.java index 1623292644..27a79aa705 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/ReflectionHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/ReflectionHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util; import java.lang.reflect.Constructor; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/StringHelper.java b/engine/src/main/java/org/hibernate/validator/internal/util/StringHelper.java index 603a7522f0..b0dc70fd49 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/StringHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/StringHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util; import java.util.Arrays; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/TypeResolutionHelper.java b/engine/src/main/java/org/hibernate/validator/internal/util/TypeResolutionHelper.java index 1b166ce050..ca692dfb1f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/TypeResolutionHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/TypeResolutionHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util; import com.fasterxml.classmate.TypeResolver; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/Version.java b/engine/src/main/java/org/hibernate/validator/internal/util/Version.java index cf529efc9f..4e2ec6c1ea 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/Version.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/Version.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.util; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationDescriptor.java b/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationDescriptor.java index ae3421540f..2a28ac0257 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationDescriptor.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationDescriptor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.annotationfactory; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationFactory.java b/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationFactory.java index 9ee1f86131..e01b043f5c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationFactory.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationFactory.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.annotationfactory; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationProxy.java b/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationProxy.java index 994113f8aa..7367160cee 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationProxy.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/AnnotationProxy.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.annotationfactory; import java.io.Serializable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/package.html b/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/package.html index 816f387222..caf05b52ab 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/util/annotationfactory/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/ClassHierarchyHelper.java b/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/ClassHierarchyHelper.java index 0ebce78ffe..60a80f5736 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/ClassHierarchyHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/ClassHierarchyHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.classhierarchy; import java.util.Arrays; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/Filter.java b/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/Filter.java index 71ab98cebb..af44126ff9 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/Filter.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/Filter.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.classhierarchy; /** diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/Filters.java b/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/Filters.java index 39d8ee19b0..5f82d56ed9 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/Filters.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/Filters.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.classhierarchy; /** diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/package.html b/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/package.html index 39af6e1bbd..4823a3e017 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/util/classhierarchy/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java b/engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java index 34bb36df09..79914a5a29 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.util.logging; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/logging/LoggerFactory.java b/engine/src/main/java/org/hibernate/validator/internal/util/logging/LoggerFactory.java index 1821aadba5..7c1cd7d62c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/logging/LoggerFactory.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/logging/LoggerFactory.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.util.logging; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/logging/Messages.java b/engine/src/main/java/org/hibernate/validator/internal/util/logging/Messages.java index d9aa4bdc5d..2a99d47278 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/logging/Messages.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/logging/Messages.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.util.logging; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/logging/package.html b/engine/src/main/java/org/hibernate/validator/internal/util/logging/package.html index 33f4f1f8a1..cb4a8b7b92 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/logging/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/util/logging/package.html @@ -1,18 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/package.html b/engine/src/main/java/org/hibernate/validator/internal/util/package.html index 14bd9108ab..258ed1e407 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/util/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/ConstructorInstance.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/ConstructorInstance.java index 804c86ea58..edd9c6c1c6 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/ConstructorInstance.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/ConstructorInstance.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetAnnotationParameter.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetAnnotationParameter.java index ed0a94d0f9..8e66974260 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetAnnotationParameter.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetAnnotationParameter.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetClassLoader.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetClassLoader.java index 44a9a42d78..af5f982604 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetClassLoader.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetClassLoader.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.security.PrivilegedAction; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetConstraintValidatorList.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetConstraintValidatorList.java index 161f89c408..756a9a8fe5 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetConstraintValidatorList.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetConstraintValidatorList.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.security.AccessController; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredConstructor.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredConstructor.java index 3918983b2e..b507dd47b6 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredConstructor.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredConstructor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.lang.reflect.Constructor; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredConstructors.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredConstructors.java index 0c970d8e0a..cd31c90d9e 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredConstructors.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredConstructors.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.lang.reflect.Constructor; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredField.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredField.java index 3617d6399b..2169571cb6 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredField.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredField.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.lang.reflect.Field; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredFields.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredFields.java index 06cdce3647..d7c85512ee 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredFields.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredFields.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.security.PrivilegedAction; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredMethod.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredMethod.java index 692e3de415..268d74152e 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredMethod.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredMethod.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.util.privilegedactions; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredMethods.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredMethods.java index f87b3c061f..b06d0bdfa5 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredMethods.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetDeclaredMethods.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.security.PrivilegedAction; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethod.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethod.java index db4a00a50d..1a79c4ed99 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethod.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethod.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.lang.reflect.Method; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethodFromPropertyName.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethodFromPropertyName.java index f4c7ee8fd4..d0134fca44 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethodFromPropertyName.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethodFromPropertyName.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.lang.reflect.Method; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethods.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethods.java index bb9196c87f..f1d912400c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethods.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetMethods.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.security.PrivilegedAction; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResolvedMemberMethods.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResolvedMemberMethods.java index d9c4c6cf04..1de3a2309d 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResolvedMemberMethods.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResolvedMemberMethods.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.util.privilegedactions; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResource.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResource.java index 268b5073a5..3c36fa78c7 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResource.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/GetResource.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/LoadClass.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/LoadClass.java index 82b8f8abba..57b3e35287 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/LoadClass.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/LoadClass.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.security.PrivilegedAction; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewInstance.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewInstance.java index ad74d63cf3..3082556c83 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewInstance.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewInstance.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.security.PrivilegedAction; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewJaxbContext.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewJaxbContext.java index 948dd30554..cb8f7e16da 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewJaxbContext.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewJaxbContext.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.util.privilegedactions; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewSchema.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewSchema.java index 1edd27f76f..f3ce6a254f 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewSchema.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/NewSchema.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.util.privilegedactions; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/SetAccessibility.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/SetAccessibility.java index 5588775abe..f16be8299c 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/SetAccessibility.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/SetAccessibility.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.privilegedactions; import java.lang.reflect.AccessibleObject; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/Unmarshal.java b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/Unmarshal.java index 76f6b95614..b087158eb3 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/Unmarshal.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/Unmarshal.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.util.privilegedactions; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/package.html b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/package.html index 850c499ba8..5d099d0983 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/util/privilegedactions/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluator.java b/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluator.java index af421ec3a5..74a7cff838 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluator.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.scriptengine; import java.util.Map; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluatorFactory.java b/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluatorFactory.java index 42d504e864..22bad2984b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluatorFactory.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/ScriptEvaluatorFactory.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.util.scriptengine; import java.lang.ref.Reference; diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/package.html b/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/package.html index 7ad191533e..203a85b232 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/util/scriptengine/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/BootstrapConfigurationImpl.java b/engine/src/main/java/org/hibernate/validator/internal/xml/BootstrapConfigurationImpl.java index 9ce92ab263..e62cdfdd31 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/BootstrapConfigurationImpl.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/BootstrapConfigurationImpl.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * hibernate-validator/src/main/docbook/en-US/modules/integration.xml~ - * 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.xml; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/ClassLoadingHelper.java b/engine/src/main/java/org/hibernate/validator/internal/xml/ClassLoadingHelper.java index a7694b3f9e..1331d3dccc 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/ClassLoadingHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/ClassLoadingHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import static org.hibernate.validator.internal.util.CollectionHelper.newHashMap; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java index 1997d8a3b2..040e438179 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedExecutableBuilder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.lang.reflect.Constructor; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedFieldBuilder.java b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedFieldBuilder.java index 7c9275bb70..3cd86c9561 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedFieldBuilder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedFieldBuilder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.lang.reflect.Field; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedGetterBuilder.java b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedGetterBuilder.java index d5cb1e106e..443711f2b4 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedGetterBuilder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedGetterBuilder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.lang.reflect.Method; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedParameterBuilder.java b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedParameterBuilder.java index 3e43603e95..a0aa84c58d 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedParameterBuilder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedParameterBuilder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.lang.annotation.ElementType; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedTypeBuilder.java b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedTypeBuilder.java index 9c92eed6d7..59dab08255 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedTypeBuilder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/ConstrainedTypeBuilder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.util.List; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/GroupConversionBuilder.java b/engine/src/main/java/org/hibernate/validator/internal/xml/GroupConversionBuilder.java index 85c993e4ec..161912fa9b 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/GroupConversionBuilder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/GroupConversionBuilder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.util.List; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java b/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java index 2dede0871d..ab48d52f19 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.io.Serializable; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/ResourceLoaderHelper.java b/engine/src/main/java/org/hibernate/validator/internal/xml/ResourceLoaderHelper.java index 7e4c083f38..566927b3c4 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/ResourceLoaderHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/ResourceLoaderHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.io.BufferedInputStream; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationBootstrapParameters.java b/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationBootstrapParameters.java index decac8cd78..38b03d99ad 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationBootstrapParameters.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationBootstrapParameters.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.io.InputStream; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationXmlParser.java b/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationXmlParser.java index 228b4ca767..0aed33f427 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationXmlParser.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/ValidationXmlParser.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. - * hibernate-validator/src/main/docbook/en-US/modules/integration.xml~ - * 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.internal.xml; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java b/engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java index 2083e11a32..f1074e23e0 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/XmlMappingParser.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.io.FilterInputStream; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/XmlParserHelper.java b/engine/src/main/java/org/hibernate/validator/internal/xml/XmlParserHelper.java index 5f5b1864fc..94ea126be1 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/XmlParserHelper.java +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/XmlParserHelper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.internal.xml; import java.io.IOException; diff --git a/engine/src/main/java/org/hibernate/validator/internal/xml/package.html b/engine/src/main/java/org/hibernate/validator/internal/xml/package.html index 0852737348..8adad453ca 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/xml/package.html +++ b/engine/src/main/java/org/hibernate/validator/internal/xml/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/messageinterpolation/AbstractMessageInterpolator.java b/engine/src/main/java/org/hibernate/validator/messageinterpolation/AbstractMessageInterpolator.java index 33cbc2630d..1846cabadc 100644 --- a/engine/src/main/java/org/hibernate/validator/messageinterpolation/AbstractMessageInterpolator.java +++ b/engine/src/main/java/org/hibernate/validator/messageinterpolation/AbstractMessageInterpolator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.messageinterpolation; diff --git a/engine/src/main/java/org/hibernate/validator/messageinterpolation/HibernateMessageInterpolatorContext.java b/engine/src/main/java/org/hibernate/validator/messageinterpolation/HibernateMessageInterpolatorContext.java index de52bb8e54..6b13bcf0e6 100644 --- a/engine/src/main/java/org/hibernate/validator/messageinterpolation/HibernateMessageInterpolatorContext.java +++ b/engine/src/main/java/org/hibernate/validator/messageinterpolation/HibernateMessageInterpolatorContext.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.messageinterpolation; import javax.validation.MessageInterpolator; diff --git a/engine/src/main/java/org/hibernate/validator/messageinterpolation/ParameterMessageInterpolator.java b/engine/src/main/java/org/hibernate/validator/messageinterpolation/ParameterMessageInterpolator.java index 49b3316da2..fb16c3111f 100644 --- a/engine/src/main/java/org/hibernate/validator/messageinterpolation/ParameterMessageInterpolator.java +++ b/engine/src/main/java/org/hibernate/validator/messageinterpolation/ParameterMessageInterpolator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.messageinterpolation; diff --git a/engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java b/engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java index ab2d3c72de..ba71b678e4 100644 --- a/engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java +++ b/engine/src/main/java/org/hibernate/validator/messageinterpolation/ResourceBundleMessageInterpolator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.messageinterpolation; diff --git a/engine/src/main/java/org/hibernate/validator/messageinterpolation/package.html b/engine/src/main/java/org/hibernate/validator/messageinterpolation/package.html index dd78628c7e..3ee78ff6a8 100644 --- a/engine/src/main/java/org/hibernate/validator/messageinterpolation/package.html +++ b/engine/src/main/java/org/hibernate/validator/messageinterpolation/package.html @@ -1,27 +1,18 @@ -

Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used -by custom implementations of the interface for delegation.

+

Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be + used + by custom implementations of the interface for delegation.

+

This package is part of the public Hibernate Validator API.

diff --git a/engine/src/main/java/org/hibernate/validator/overview.html b/engine/src/main/java/org/hibernate/validator/overview.html index 0380818a5a..9006149641 100644 --- a/engine/src/main/java/org/hibernate/validator/overview.html +++ b/engine/src/main/java/org/hibernate/validator/overview.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/package.html b/engine/src/main/java/org/hibernate/validator/package.html index 60fd702906..b1bdf7ab40 100644 --- a/engine/src/main/java/org/hibernate/validator/package.html +++ b/engine/src/main/java/org/hibernate/validator/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/parameternameprovider/ParanamerParameterNameProvider.java b/engine/src/main/java/org/hibernate/validator/parameternameprovider/ParanamerParameterNameProvider.java index 74a3d3d905..97897de204 100644 --- a/engine/src/main/java/org/hibernate/validator/parameternameprovider/ParanamerParameterNameProvider.java +++ b/engine/src/main/java/org/hibernate/validator/parameternameprovider/ParanamerParameterNameProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.parameternameprovider; diff --git a/engine/src/main/java/org/hibernate/validator/parameternameprovider/ReflectionParameterNameProvider.java b/engine/src/main/java/org/hibernate/validator/parameternameprovider/ReflectionParameterNameProvider.java index 0b5f0ee617..03a2c7aa84 100644 --- a/engine/src/main/java/org/hibernate/validator/parameternameprovider/ReflectionParameterNameProvider.java +++ b/engine/src/main/java/org/hibernate/validator/parameternameprovider/ReflectionParameterNameProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.parameternameprovider; import java.lang.reflect.Constructor; diff --git a/engine/src/main/java/org/hibernate/validator/parameternameprovider/package-info.java b/engine/src/main/java/org/hibernate/validator/parameternameprovider/package-info.java index 805b64cfda..fdad90c40e 100644 --- a/engine/src/main/java/org/hibernate/validator/parameternameprovider/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/parameternameprovider/package-info.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ /** diff --git a/engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundleLocator.java b/engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundleLocator.java index 63223c3a4d..69306438d6 100644 --- a/engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundleLocator.java +++ b/engine/src/main/java/org/hibernate/validator/resourceloading/AggregateResourceBundleLocator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.resourceloading; import java.util.ArrayList; diff --git a/engine/src/main/java/org/hibernate/validator/resourceloading/CachingResourceBundleLocator.java b/engine/src/main/java/org/hibernate/validator/resourceloading/CachingResourceBundleLocator.java index aebb83d26c..f946f9244d 100644 --- a/engine/src/main/java/org/hibernate/validator/resourceloading/CachingResourceBundleLocator.java +++ b/engine/src/main/java/org/hibernate/validator/resourceloading/CachingResourceBundleLocator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.resourceloading; import java.util.Locale; diff --git a/engine/src/main/java/org/hibernate/validator/resourceloading/DelegatingResourceBundleLocator.java b/engine/src/main/java/org/hibernate/validator/resourceloading/DelegatingResourceBundleLocator.java index 63250d8817..678eea8a09 100644 --- a/engine/src/main/java/org/hibernate/validator/resourceloading/DelegatingResourceBundleLocator.java +++ b/engine/src/main/java/org/hibernate/validator/resourceloading/DelegatingResourceBundleLocator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.resourceloading; import java.util.Locale; diff --git a/engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java b/engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java index 9ae5e1f87a..c8a8235ac9 100644 --- a/engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java +++ b/engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.resourceloading; diff --git a/engine/src/main/java/org/hibernate/validator/resourceloading/package.html b/engine/src/main/java/org/hibernate/validator/resourceloading/package.html index fc2b5ab01d..d85bd9b0a8 100644 --- a/engine/src/main/java/org/hibernate/validator/resourceloading/package.html +++ b/engine/src/main/java/org/hibernate/validator/resourceloading/package.html @@ -1,19 +1,8 @@ @@ -21,6 +10,7 @@

ResourceBundleLocator interface and its various implementations.

+

This package is part of the public Hibernate Validator API.

diff --git a/engine/src/main/java/org/hibernate/validator/spi/constraintdefinition/ConstraintDefinitionContributor.java b/engine/src/main/java/org/hibernate/validator/spi/constraintdefinition/ConstraintDefinitionContributor.java index cbdf7752e5..657df4a347 100644 --- a/engine/src/main/java/org/hibernate/validator/spi/constraintdefinition/ConstraintDefinitionContributor.java +++ b/engine/src/main/java/org/hibernate/validator/spi/constraintdefinition/ConstraintDefinitionContributor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.spi.constraintdefinition; import java.lang.annotation.Annotation; diff --git a/engine/src/main/java/org/hibernate/validator/spi/constraintdefinition/package-info.java b/engine/src/main/java/org/hibernate/validator/spi/constraintdefinition/package-info.java index 50ed4e6b70..2840de2acf 100644 --- a/engine/src/main/java/org/hibernate/validator/spi/constraintdefinition/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/spi/constraintdefinition/package-info.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ /** diff --git a/engine/src/main/java/org/hibernate/validator/spi/group/DefaultGroupSequenceProvider.java b/engine/src/main/java/org/hibernate/validator/spi/group/DefaultGroupSequenceProvider.java index ce04bf1b1d..ceca407b3f 100644 --- a/engine/src/main/java/org/hibernate/validator/spi/group/DefaultGroupSequenceProvider.java +++ b/engine/src/main/java/org/hibernate/validator/spi/group/DefaultGroupSequenceProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.spi.group; diff --git a/engine/src/main/java/org/hibernate/validator/spi/group/package.html b/engine/src/main/java/org/hibernate/validator/spi/group/package.html index 0aeba66480..dcb5a80869 100644 --- a/engine/src/main/java/org/hibernate/validator/spi/group/package.html +++ b/engine/src/main/java/org/hibernate/validator/spi/group/package.html @@ -1,18 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/spi/resourceloading/ResourceBundleLocator.java b/engine/src/main/java/org/hibernate/validator/spi/resourceloading/ResourceBundleLocator.java index 1e5102a99a..e6e5beadbb 100644 --- a/engine/src/main/java/org/hibernate/validator/spi/resourceloading/ResourceBundleLocator.java +++ b/engine/src/main/java/org/hibernate/validator/spi/resourceloading/ResourceBundleLocator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.spi.resourceloading; import java.util.Locale; diff --git a/engine/src/main/java/org/hibernate/validator/spi/resourceloading/package.html b/engine/src/main/java/org/hibernate/validator/spi/resourceloading/package.html index 373e28d4b0..9881ef3e7e 100644 --- a/engine/src/main/java/org/hibernate/validator/spi/resourceloading/package.html +++ b/engine/src/main/java/org/hibernate/validator/spi/resourceloading/package.html @@ -1,19 +1,8 @@ diff --git a/engine/src/main/java/org/hibernate/validator/spi/valuehandling/ValidatedValueUnwrapper.java b/engine/src/main/java/org/hibernate/validator/spi/valuehandling/ValidatedValueUnwrapper.java index 21a7ba5d19..fb27e97ab0 100644 --- a/engine/src/main/java/org/hibernate/validator/spi/valuehandling/ValidatedValueUnwrapper.java +++ b/engine/src/main/java/org/hibernate/validator/spi/valuehandling/ValidatedValueUnwrapper.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.spi.valuehandling; diff --git a/engine/src/main/java/org/hibernate/validator/spi/valuehandling/package-info.java b/engine/src/main/java/org/hibernate/validator/spi/valuehandling/package-info.java index 6f78487385..03d8282be2 100644 --- a/engine/src/main/java/org/hibernate/validator/spi/valuehandling/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/spi/valuehandling/package-info.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ /** diff --git a/engine/src/main/java/org/hibernate/validator/valuehandling/UnwrapValidatedValue.java b/engine/src/main/java/org/hibernate/validator/valuehandling/UnwrapValidatedValue.java index be3a1df696..ace727c7a3 100644 --- a/engine/src/main/java/org/hibernate/validator/valuehandling/UnwrapValidatedValue.java +++ b/engine/src/main/java/org/hibernate/validator/valuehandling/UnwrapValidatedValue.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.valuehandling; diff --git a/engine/src/main/java/org/hibernate/validator/valuehandling/package-info.java b/engine/src/main/java/org/hibernate/validator/valuehandling/package-info.java index f989309863..86cc610fa5 100644 --- a/engine/src/main/java/org/hibernate/validator/valuehandling/package-info.java +++ b/engine/src/main/java/org/hibernate/validator/valuehandling/package-info.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ /** diff --git a/engine/src/main/xjb/binding-customization.xjb b/engine/src/main/xjb/binding-customization.xjb index 77994e363a..3b286c0691 100644 --- a/engine/src/main/xjb/binding-customization.xjb +++ b/engine/src/main/xjb/binding-customization.xjb @@ -1,19 +1,9 @@ diff --git a/engine/src/main/xsd/validation-configuration-1.0.xsd b/engine/src/main/xsd/validation-configuration-1.0.xsd index 0463dd8e8f..c9cde7cd40 100644 --- a/engine/src/main/xsd/validation-configuration-1.0.xsd +++ b/engine/src/main/xsd/validation-configuration-1.0.xsd @@ -1,19 +1,9 @@ + xmlns:map="http://jboss.org/xml/ns/javax/validation/mapping"/> - . + */ package org.hibernate.validator; import java.io.IOException; diff --git a/engine/src/test/java/org/hibernate/validator/test/HibernateValidatorConfigurationTest.java b/engine/src/test/java/org/hibernate/validator/test/HibernateValidatorConfigurationTest.java index 291f43b702..506b5a1762 100644 --- a/engine/src/test/java/org/hibernate/validator/test/HibernateValidatorConfigurationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/HibernateValidatorConfigurationTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/CascadingWithConstraintMappingTest.java b/engine/src/test/java/org/hibernate/validator/test/cfg/CascadingWithConstraintMappingTest.java index 2c028356aa..9b61d4513c 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/CascadingWithConstraintMappingTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/CascadingWithConstraintMappingTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/ConstraintMappingTest.java b/engine/src/test/java/org/hibernate/validator/test/cfg/ConstraintMappingTest.java index 92567b07ea..d0c16574be 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/ConstraintMappingTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/ConstraintMappingTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/ConstraintMappingWithAnnotationProcessingOptionsTest.java b/engine/src/test/java/org/hibernate/validator/test/cfg/ConstraintMappingWithAnnotationProcessingOptionsTest.java index 9a1cd2c433..28e8a007a3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/ConstraintMappingWithAnnotationProcessingOptionsTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/ConstraintMappingWithAnnotationProcessingOptionsTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/ConstructorConstraintMappingTest.java b/engine/src/test/java/org/hibernate/validator/test/cfg/ConstructorConstraintMappingTest.java index 95166a1673..341caad7c1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/ConstructorConstraintMappingTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/ConstructorConstraintMappingTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/GenericAndCrossParameterConstraint.java b/engine/src/test/java/org/hibernate/validator/test/cfg/GenericAndCrossParameterConstraint.java index ae02a85c76..127165b633 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/GenericAndCrossParameterConstraint.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/GenericAndCrossParameterConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.cfg; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/Marathon.java b/engine/src/test/java/org/hibernate/validator/test/cfg/Marathon.java index 3ab64834ac..149a61eeba 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/Marathon.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/Marathon.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/MarathonConstraint.java b/engine/src/test/java/org/hibernate/validator/test/cfg/MarathonConstraint.java index ff1a2ba495..bb67532518 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/MarathonConstraint.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/MarathonConstraint.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/MarathonConstraintValidator.java b/engine/src/test/java/org/hibernate/validator/test/cfg/MarathonConstraintValidator.java index 2222855c2c..dd3381c693 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/MarathonConstraintValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/MarathonConstraintValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/MethodConstraintMappingTest.java b/engine/src/test/java/org/hibernate/validator/test/cfg/MethodConstraintMappingTest.java index 25f449e01d..5d44c5eac7 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/MethodConstraintMappingTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/MethodConstraintMappingTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/MultipleConstraintMappingsTest.java b/engine/src/test/java/org/hibernate/validator/test/cfg/MultipleConstraintMappingsTest.java index 0926ddd19f..f234e718e0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/MultipleConstraintMappingsTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/MultipleConstraintMappingsTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/Runner.java b/engine/src/test/java/org/hibernate/validator/test/cfg/Runner.java index d930bdcd42..821f7118c0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/Runner.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/Runner.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/cfg/Tournament.java b/engine/src/test/java/org/hibernate/validator/test/cfg/Tournament.java index 37eb91e5dd..c6f59d6131 100644 --- a/engine/src/test/java/org/hibernate/validator/test/cfg/Tournament.java +++ b/engine/src/test/java/org/hibernate/validator/test/cfg/Tournament.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.cfg; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/ClassValidatorWithTypeVariableTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/ClassValidatorWithTypeVariableTest.java index d9768a0e1d..ee2fa70313 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/ClassValidatorWithTypeVariableTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/ClassValidatorWithTypeVariableTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2008, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.util.Date; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/Cloneable.java b/engine/src/test/java/org/hibernate/validator/test/constraints/Cloneable.java index 942cf806e2..9c7a9afa11 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/Cloneable.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/Cloneable.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/CloneableConstraintValidator.java b/engine/src/test/java/org/hibernate/validator/test/constraints/CloneableConstraintValidator.java index 7853a99e52..e5a05fd463 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/CloneableConstraintValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/CloneableConstraintValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintTest.java index 7b70ca47d4..29aa5a43bb 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintValidatorContextImplTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintValidatorContextImplTest.java index ed80df7817..5257eb9ee7 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintValidatorContextImplTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintValidatorContextImplTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.util.List; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintValidatorContextTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintValidatorContextTest.java index 84894259db..63cbb91fac 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintValidatorContextTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/ConstraintValidatorContextTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/Coordinate.java b/engine/src/test/java/org/hibernate/validator/test/constraints/Coordinate.java index 6d78876764..5ce469c79c 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/Coordinate.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/Coordinate.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/Elevator.java b/engine/src/test/java/org/hibernate/validator/test/constraints/Elevator.java index 53ccd15c0d..136cbc9c17 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/Elevator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/Elevator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import org.hibernate.validator.constraints.Range; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/Interval.java b/engine/src/test/java/org/hibernate/validator/test/constraints/Interval.java index 6271a84290..9aa8fa856e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/Interval.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/Interval.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/Item.java b/engine/src/test/java/org/hibernate/validator/test/constraints/Item.java index 5a4a32886d..7fb1a7eb94 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/Item.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/Item.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import javax.validation.Valid; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/Object.java b/engine/src/test/java/org/hibernate/validator/test/constraints/Object.java index 0e832348a7..5ea05362f5 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/Object.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/Object.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/ObjectConstraintValidator.java b/engine/src/test/java/org/hibernate/validator/test/constraints/ObjectConstraintValidator.java index e828766977..ecdfcf6a1d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/ObjectConstraintValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/ObjectConstraintValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/PostCodeList.java b/engine/src/test/java/org/hibernate/validator/test/constraints/PostCodeList.java index 1c7f1d3332..dbfcd9643a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/PostCodeList.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/PostCodeList.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/Serializable.java b/engine/src/test/java/org/hibernate/validator/test/constraints/Serializable.java index febacdda95..986fd0856c 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/Serializable.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/Serializable.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/SerializableConstraintValidator.java b/engine/src/test/java/org/hibernate/validator/test/constraints/SerializableConstraintValidator.java index 018ade053d..0035fb61bf 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/SerializableConstraintValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/SerializableConstraintValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/StartLessThanEnd.java b/engine/src/test/java/org/hibernate/validator/test/constraints/StartLessThanEnd.java index 2281ea8bbc..43a0b43193 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/StartLessThanEnd.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/StartLessThanEnd.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.lang.annotation.ElementType; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/StartLessThanEndImpl.java b/engine/src/test/java/org/hibernate/validator/test/constraints/StartLessThanEndImpl.java index f0af7dcfe6..4a95082bff 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/StartLessThanEndImpl.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/StartLessThanEndImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/SubType.java b/engine/src/test/java/org/hibernate/validator/test/constraints/SubType.java index 42dba9b825..6e336b584e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/SubType.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/SubType.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/Suburb.java b/engine/src/test/java/org/hibernate/validator/test/constraints/Suburb.java index eabc19cbcb..742795dac8 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/Suburb.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/Suburb.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.util.Collection; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/SuperType.java b/engine/src/test/java/org/hibernate/validator/test/constraints/SuperType.java index 64c2b469a7..1ed01293b6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/SuperType.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/SuperType.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/SuperTypeArray.java b/engine/src/test/java/org/hibernate/validator/test/constraints/SuperTypeArray.java index 1f63b769dc..f9df9044da 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/SuperTypeArray.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/SuperTypeArray.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/SuperTypeArrayValidator.java b/engine/src/test/java/org/hibernate/validator/test/constraints/SuperTypeArrayValidator.java index 9cd6554efa..c88194f661 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/SuperTypeArrayValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/SuperTypeArrayValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/ValidatorResolutionTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/ValidatorResolutionTest.java index 1f26001c27..c99e6088c7 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/ValidatorResolutionTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/ValidatorResolutionTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints; import java.util.ArrayList; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/AllowedSSN.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/AllowedSSN.java index 7508be93bc..50ddf7e0a2 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/AllowedSSN.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/AllowedSSN.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Blacklist.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Blacklist.java index 7a3ff176ff..8ef0a56640 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Blacklist.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Blacklist.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/BoolCompositeConstraintTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/BoolCompositeConstraintTest.java index 61615a0e99..1eecac4dd8 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/BoolCompositeConstraintTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/BoolCompositeConstraintTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/IsBlank.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/IsBlank.java index fd1f8b6ef0..f1b8781d5a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/IsBlank.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/IsBlank.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/NotNullAndSize.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/NotNullAndSize.java index 2cf4a72b00..306a7222b9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/NotNullAndSize.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/NotNullAndSize.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/PatternOrSize.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/PatternOrSize.java index e479bc2f5c..56d545fcf9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/PatternOrSize.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/PatternOrSize.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Person.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Person.java index 5d9249738a..4d112f97a8 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Person.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/Person.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ // $Id: PersonBool.java 19547 2010-05-19 15:40:07Z hardy.ferentschik $ diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/SSN.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/SSN.java index 22fe189cac..74c7850f3b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/SSN.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/SSN.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/TemporarySSN.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/TemporarySSN.java index 3d112506c4..7611b20d45 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/TemporarySSN.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/TemporarySSN.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/ValidSSN.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/ValidSSN.java index f20c238769..0a6d187ce2 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/ValidSSN.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/ValidSSN.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LocalConstrValTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LocalConstrValTest.java index 41582421ee..e911da638d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LocalConstrValTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LocalConstrValTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition.localconstrval; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LongStringValidator.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LongStringValidator.java index 064840da20..f7b2fd0126 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LongStringValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/LongStringValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition.localconstrval; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/PatternOrLong.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/PatternOrLong.java index e45ab55fef..dcbae3e97f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/PatternOrLong.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/PatternOrLong.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition.localconstrval; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/Person.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/Person.java index 60cad8783c..c5cfdec664 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/Person.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/Person.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.boolcomposition.localconstrval; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallString.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallString.java index 2bc0e52ae4..4df2274e6f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallString.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallString.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition.localconstrval; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallStringValidator.java b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallStringValidator.java index 0f8751d68f..5d652f28bf 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallStringValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/boolcomposition/localconstrval/SmallStringValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.boolcomposition.localconstrval; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/br/CNPJValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/br/CNPJValidatorTest.java index 7d33902e98..0b10908952 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/br/CNPJValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/br/CNPJValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.br; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/br/CPFValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/br/CPFValidatorTest.java index ea642d3a55..3cab6acde2 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/br/CPFValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/br/CPFValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.br; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/br/TituloEleitoralValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/br/TituloEleitoralValidatorTest.java index 5e4fd9127a..52040582da 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/br/TituloEleitoralValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/br/TituloEleitoralValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.br; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/CompositeConstraintTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/CompositeConstraintTest.java index 7b95b4bfa8..4b13573445 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/CompositeConstraintTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/CompositeConstraintTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.composition.basic; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/Person.java b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/Person.java index 3266213fc2..b028557f1b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/Person.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/Person.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.composition.basic; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/ValidName.java b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/ValidName.java index 48d24baed7..93b1a70472 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/ValidName.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/ValidName.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.composition.basic; import static java.lang.annotation.ElementType.FIELD; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/ValidNameSingleViolation.java b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/ValidNameSingleViolation.java index 6a7c2b7971..6f8cb59944 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/ValidNameSingleViolation.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/basic/ValidNameSingleViolation.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.composition.basic; import java.lang.annotation.Retention; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/EagerEvaluationOfComposingConstraintsTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/EagerEvaluationOfComposingConstraintsTest.java index a68e8bb561..a1146d4c9d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/EagerEvaluationOfComposingConstraintsTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/EagerEvaluationOfComposingConstraintsTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.composition.lazyevaluation; import java.lang.annotation.Retention; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCounter.java b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCounter.java index 31b2e19dc1..425cf1d318 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCounter.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCounter.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.composition.lazyevaluation; import java.util.HashMap; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCounting.java b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCounting.java index 9bebe63be1..d730ab67bf 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCounting.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCounting.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.composition.lazyevaluation; import java.lang.annotation.Retention; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCountingValidator.java b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCountingValidator.java index 05b9d397e6..9291a6266f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCountingValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/InvocationCountingValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraints.composition.lazyevaluation; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/LazyEvaluationOfComposingConstraintsTest.java b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/LazyEvaluationOfComposingConstraintsTest.java index 0762460d1f..2c9971f8af 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/LazyEvaluationOfComposingConstraintsTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraints/composition/lazyevaluation/LazyEvaluationOfComposingConstraintsTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.constraints.composition.lazyevaluation; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraint.java b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraint.java index 67e669d5f4..ec4bd3b3ec 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraint.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraintvalidator; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraintDefinitionContributor.java b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraintDefinitionContributor.java index 5e7f280274..5139873912 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraintDefinitionContributor.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraintDefinitionContributor.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraintvalidator; import org.hibernate.validator.spi.constraintdefinition.ConstraintDefinitionContributor; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraintWithDefaultValidator.java b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraintWithDefaultValidator.java index b99f471be5..83b40505cb 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraintWithDefaultValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/AcmeConstraintWithDefaultValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraintvalidator; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/ConstraintDefinitionContributorTest.java b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/ConstraintDefinitionContributorTest.java index 0a7485b4fb..7264b6190b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/ConstraintDefinitionContributorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/ConstraintDefinitionContributorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraintvalidator; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustMatch.java b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustMatch.java index bef8afedc0..a5017d5993 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustMatch.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustMatch.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraintvalidator; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustMatchValidator.java b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustMatchValidator.java index 04684a30de..151d2c46b4 100644 --- a/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustMatchValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/constraintvalidator/MustMatchValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.constraintvalidator; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/BootstrappingTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/BootstrappingTest.java index f29b7dd1c2..eb885907fe 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/BootstrappingTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/BootstrappingTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.bootstrap; import java.lang.reflect.Method; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/Customer.java b/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/Customer.java index d65c4028c4..dedffe300c 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/Customer.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/Customer.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.bootstrap; import java.util.HashSet; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/DummyParameterNameProvider.java b/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/DummyParameterNameProvider.java index 7ed828d8e4..7d59d933fc 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/DummyParameterNameProvider.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/DummyParameterNameProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.bootstrap; import org.hibernate.validator.internal.engine.DefaultParameterNameProvider; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/Order.java b/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/Order.java index b50d003ea2..a329cdd77b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/Order.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/bootstrap/Order.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.bootstrap; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/AssertFalseValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/AssertFalseValidatorTest.java index eb00ec2dbc..22261647c2 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/AssertFalseValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/AssertFalseValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import static org.testng.Assert.assertFalse; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/AssertTrueValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/AssertTrueValidatorTest.java index f03d499ae7..d864187f3b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/AssertTrueValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/AssertTrueValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import static org.testng.Assert.assertFalse; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DecimalMinMaxValidatorBoundaryTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DecimalMinMaxValidatorBoundaryTest.java index 3a7bcbad19..cdbfc5dfd6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DecimalMinMaxValidatorBoundaryTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DecimalMinMaxValidatorBoundaryTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.constraintvalidators.bv; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DigitsValidatorForCharSequenceTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DigitsValidatorForCharSequenceTest.java index ecd2632e22..1791feb5ac 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DigitsValidatorForCharSequenceTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DigitsValidatorForCharSequenceTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import javax.validation.constraints.Digits; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DigitsValidatorForNumberTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DigitsValidatorForNumberTest.java index 6e6528b679..c35beb182c 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DigitsValidatorForNumberTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/DigitsValidatorForNumberTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MaxValidatorForNumberTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MaxValidatorForNumberTest.java index a3af40e9de..a06d2d21b7 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MaxValidatorForNumberTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MaxValidatorForNumberTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MaxValidatorForStringTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MaxValidatorForStringTest.java index 3302fab0e7..ce663d86f2 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MaxValidatorForStringTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MaxValidatorForStringTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinMaxValidatorBoundaryTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinMaxValidatorBoundaryTest.java index 1edf0b53ab..7a16e92e36 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinMaxValidatorBoundaryTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinMaxValidatorBoundaryTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.constraintvalidators.bv; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinValidatorForNumberTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinValidatorForNumberTest.java index e122316c2a..77d2fac5a1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinValidatorForNumberTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinValidatorForNumberTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import java.math.BigDecimal; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinValidatorForStringTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinValidatorForStringTest.java index 672ae63f4f..1b6fbf3050 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinValidatorForStringTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/MinValidatorForStringTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/NotNullValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/NotNullValidatorTest.java index 21d4795fa4..0349034aec 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/NotNullValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/NotNullValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import static org.testng.Assert.assertFalse; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/NullValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/NullValidatorTest.java index 40bc26375a..e08d62c915 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/NullValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/NullValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import static org.testng.Assert.assertFalse; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/PatternValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/PatternValidatorTest.java index d4e6c6a4c9..f9788052cf 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/PatternValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/PatternValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv; import javax.validation.constraints.Pattern; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/DateHolder.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/DateHolder.java index 786b7b20b0..411a0eb0bd 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/DateHolder.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/DateHolder.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.util.Calendar; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForCalendarTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForCalendarTest.java index 96878165b5..88048b2681 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForCalendarTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForCalendarTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.util.Calendar; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTest.java index da62c21229..491c775365 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.time.LocalDate; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTimeTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTimeTest.java index 33094d073e..b0603b7619 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTimeTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoLocalDateTimeTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.time.LocalDateTime; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoZonedDateTimeTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoZonedDateTimeTest.java index c37eec356b..51360a0e54 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoZonedDateTimeTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForChronoZonedDateTimeTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.time.ZoneId; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForDateTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForDateTest.java index 66de270154..d565db737a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForDateTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForDateTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.util.Date; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForInstantTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForInstantTest.java index 8ded982bf8..60875f195d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForInstantTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForInstantTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.time.Instant; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForOffsetDateTimeTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForOffsetDateTimeTest.java index 0271511cf7..e906470d59 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForOffsetDateTimeTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForOffsetDateTimeTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.time.OffsetDateTime; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForReadableInstantTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForReadableInstantTest.java index 8397ea35f0..228afc6124 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForReadableInstantTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForReadableInstantTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import org.joda.time.DateMidnight; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForReadablePartialTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForReadablePartialTest.java index ebde4e3541..d38ea934b5 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForReadablePartialTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForReadablePartialTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import org.hibernate.validator.internal.constraintvalidators.bv.future.FutureValidatorForReadablePartial; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForYearMonthTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForYearMonthTest.java index 0616d5a206..1fd8d4afe4 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForYearMonthTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForYearMonthTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.time.YearMonth; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForYearTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForYearTest.java index e84c4072c1..ea05259ab5 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForYearTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorForYearTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.time.Year; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorTest.java index f46c7d6bae..152516dce6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/future/FutureValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.future; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForCalendarTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForCalendarTest.java index b8c06f8e3f..06aed6bcff 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForCalendarTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForCalendarTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import java.util.Calendar; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTest.java index b3563e7f5f..fd098c92b5 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import java.time.LocalDate; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTimeTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTimeTest.java index 82f4457187..d17f855fab 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTimeTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoLocalDateTimeTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import java.time.LocalDateTime; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoZonedDateTimeTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoZonedDateTimeTest.java index ef57ff8844..c75c3bcba6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoZonedDateTimeTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForChronoZonedDateTimeTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import java.time.ZoneId; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForDateTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForDateTest.java index 7cf99a7ae0..b51711fdd4 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForDateTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForDateTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import java.util.Date; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForInstantTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForInstantTest.java index c0eb83d26b..d011561e60 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForInstantTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForInstantTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import java.time.Instant; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForOffsetDateTimeTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForOffsetDateTimeTest.java index e1c6568a01..aacfbfdd55 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForOffsetDateTimeTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForOffsetDateTimeTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import java.time.OffsetDateTime; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForReadableInstantTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForReadableInstantTest.java index 0d46a64d5a..558a3e83fb 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForReadableInstantTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForReadableInstantTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import org.joda.time.DateMidnight; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForReadablePartialTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForReadablePartialTest.java index 6e6f045841..5ae2b8aaa0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForReadablePartialTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForReadablePartialTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForYearMonthTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForYearMonthTest.java index a670a86b3a..596f898893 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForYearMonthTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForYearMonthTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import java.time.YearMonth; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForYearTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForYearTest.java index b1489806e7..f1b83c204b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForYearTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/past/PastValidatorForYearTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.past; import java.time.Year; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/size/SizeValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/size/SizeValidatorTest.java index 65fb5b903d..de2020c2cb 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/size/SizeValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/size/SizeValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.bv.size; import java.lang.reflect.Array; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/BlankValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/BlankValidatorTest.java index 2a8957492f..5257b88873 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/BlankValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/BlankValidatorTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.constraintvalidators.hv; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/CreditCardNumberValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/CreditCardNumberValidatorTest.java index a10dc84cbe..4b198bd978 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/CreditCardNumberValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/CreditCardNumberValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EAN13Test.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EAN13Test.java index 53db0ca312..dbbccbf440 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EAN13Test.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EAN13Test.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EAN8Test.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EAN8Test.java index 4014228052..19bd4f42c3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EAN8Test.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EAN8Test.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EmailValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EmailValidatorTest.java index 889c194ea1..817f853076 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EmailValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EmailValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/LengthValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/LengthValidatorTest.java index 8cb4e2602a..ffdb30459e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/LengthValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/LengthValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import org.testng.annotations.Test; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/LuhnCheckValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/LuhnCheckValidatorTest.java index 711aea93c9..d38a37975f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/LuhnCheckValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/LuhnCheckValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import org.testng.annotations.Test; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/Mod10CheckValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/Mod10CheckValidatorTest.java index 4ceff84830..4cdb61bf26 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/Mod10CheckValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/Mod10CheckValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/Mod11CheckValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/Mod11CheckValidatorTest.java index ca31b4f243..2f85f58507 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/Mod11CheckValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/Mod11CheckValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ModCheckValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ModCheckValidatorTest.java index ab866a1e61..80f0bcfbd6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ModCheckValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ModCheckValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import org.testng.annotations.Test; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ParameterScriptAssertValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ParameterScriptAssertValidatorTest.java index 77ba6a6034..981cafd26d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ParameterScriptAssertValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ParameterScriptAssertValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import java.lang.reflect.Constructor; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/SafeHtmlValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/SafeHtmlValidatorTest.java index fd398a29c8..77358babe3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/SafeHtmlValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/SafeHtmlValidatorTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011-2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.constraintvalidators.hv; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ScriptAssertValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ScriptAssertValidatorTest.java index 6ea68a039c..69534c94f3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ScriptAssertValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/ScriptAssertValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import java.util.Date; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/URLValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/URLValidatorTest.java index f87b8a78bf..62f8385f10 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/URLValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/URLValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2008, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.constraintvalidators.hv; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConfigurationImplTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConfigurationImplTest.java index 635ab58fe4..969c1439f9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConfigurationImplTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConfigurationImplTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine; import java.io.IOException; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConstraintValidatorCachingTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConstraintValidatorCachingTest.java index f9da76e388..3f2ceb7a2e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConstraintValidatorCachingTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConstraintValidatorCachingTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConstraintViolationImplIdentityTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConstraintViolationImplIdentityTest.java index 6a00c19e2f..53501634d2 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConstraintViolationImplIdentityTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ConstraintViolationImplIdentityTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/DefaultParameterNameProviderTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/DefaultParameterNameProviderTest.java index 7db4c1835f..e8a91fa4d3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/DefaultParameterNameProviderTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/DefaultParameterNameProviderTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine; import java.util.Collections; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java index c4e09f18f3..de02448129 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryNoELBootstrapTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine; import java.io.ByteArrayOutputStream; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryTest.java index 73bf4d6783..2a50dc4d8a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorFactoryTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine; import javax.validation.Validation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorTest.java index 1571b9b2d9..b969f7c087 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/ValidatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine; import java.util.ArrayList; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/cascaded/CascadedClassConstraintTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/cascaded/CascadedClassConstraintTest.java index 596d9a810c..2eca046c66 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/cascaded/CascadedClassConstraintTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/cascaded/CascadedClassConstraintTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.cascaded; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/cascaded/CascadedIterableMapPropertiesTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/cascaded/CascadedIterableMapPropertiesTest.java index 02c55f99ad..b7c6be4d27 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/cascaded/CascadedIterableMapPropertiesTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/cascaded/CascadedIterableMapPropertiesTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.cascaded; import java.util.ArrayList; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/ConstraintValidatorManagerTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/ConstraintValidatorManagerTest.java index 5e0b9a2e28..f33b05c8a6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/ConstraintValidatorManagerTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/ConstraintValidatorManagerTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.constraintvalidation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/ConstraintValidatorResolutionTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/ConstraintValidatorResolutionTest.java index 18c95f5337..56fd705239 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/ConstraintValidatorResolutionTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/ConstraintValidatorResolutionTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.constraintvalidation; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/HibernateConstraintValidatorContextTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/HibernateConstraintValidatorContextTest.java index e100f806b1..f7a12e480c 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/HibernateConstraintValidatorContextTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/HibernateConstraintValidatorContextTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.constraintvalidation; import java.lang.annotation.ElementType; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/User.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/User.java index 683f4bd602..e111a85fda 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/User.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/constraintvalidation/User.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.constraintvalidation; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/CustomErrorMessageTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/CustomErrorMessageTest.java index b4429d445b..e5ef6c748a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/CustomErrorMessageTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/CustomErrorMessageTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.customerror; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/DummyTestClass.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/DummyTestClass.java index 42648a85e5..534d7ffb6f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/DummyTestClass.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/DummyTestClass.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.customerror; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/IsValid.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/IsValid.java index 10acd8920e..381493c21d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/IsValid.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/IsValid.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.customerror; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/IsValidValidator.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/IsValidValidator.java index 326b171167..24b11dee78 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/IsValidValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/customerror/IsValidValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.customerror; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/failfast/FailFastTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/failfast/FailFastTest.java index c6d33e695d..9ceb444eef 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/failfast/FailFastTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/failfast/FailFastTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.failfast; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/AbstractGroupConversionTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/AbstractGroupConversionTest.java index 808e7ad5cd..0f3e243fa0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/AbstractGroupConversionTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/AbstractGroupConversionTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.conversion; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/AnnotationBasedGroupConversionTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/AnnotationBasedGroupConversionTest.java index 0fe961f90f..cad8e05f0e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/AnnotationBasedGroupConversionTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/AnnotationBasedGroupConversionTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.conversion; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/XmlBasedGroupConversionTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/XmlBasedGroupConversionTest.java index 66791b6fb1..fdc4834b53 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/XmlBasedGroupConversionTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/conversion/XmlBasedGroupConversionTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.conversion; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DefaultGroupSequenceProviderTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DefaultGroupSequenceProviderTest.java index 359d4e7126..15dbab4e68 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DefaultGroupSequenceProviderTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DefaultGroupSequenceProviderTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.defaultgroupsequenceprovider; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DynamicGroupSequenceProvider.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DynamicGroupSequenceProvider.java index ed2e4fd393..994e3ee246 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DynamicGroupSequenceProvider.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/DynamicGroupSequenceProvider.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.defaultgroupsequenceprovider; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/StrongCheck.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/StrongCheck.java index 7fd92daf98..edce1a2321 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/StrongCheck.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/StrongCheck.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.defaultgroupsequenceprovider; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/User.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/User.java index 6f1deaf831..92cce79dc0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/User.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/defaultgroupsequenceprovider/User.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.defaultgroupsequenceprovider; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/inheritance/GroupInheritanceTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/inheritance/GroupInheritanceTest.java index 5ed9aeec58..28c8b50f95 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/inheritance/GroupInheritanceTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/inheritance/GroupInheritanceTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.inheritance; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/inheritance/Try.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/inheritance/Try.java index 6560aac6d7..dfa34e4026 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/inheritance/Try.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/inheritance/Try.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.inheritance; import javax.validation.GroupSequence; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Car.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Car.java index 6180bb63e2..7319502f06 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Car.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Car.java @@ -1,18 +1,8 @@ /** - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.redefiningdefaultgroup; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/CarChecks.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/CarChecks.java index fd008d01da..1beb7a8624 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/CarChecks.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/CarChecks.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.redefiningdefaultgroup; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Driver.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Driver.java index aed7b9b4cc..636608fe4f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Driver.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Driver.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.redefiningdefaultgroup; import javax.validation.constraints.AssertTrue; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/DriverChecks.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/DriverChecks.java index 1dba6bf63d..bfe47efba9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/DriverChecks.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/DriverChecks.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.redefiningdefaultgroup; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/OrderedChecks.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/OrderedChecks.java index 3a0d18f291..31a9a162bf 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/OrderedChecks.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/OrderedChecks.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.redefiningdefaultgroup; import javax.validation.GroupSequence; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Person.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Person.java index 10c73db5aa..162f9cd217 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Person.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/Person.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.redefiningdefaultgroup; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/RedefiningDefaultGroupTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/RedefiningDefaultGroupTest.java index eaca09f662..02c43c97df 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/RedefiningDefaultGroupTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/RedefiningDefaultGroupTest.java @@ -1,18 +1,8 @@ /** - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.redefiningdefaultgroup; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/RentalCar.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/RentalCar.java index a5696efa0e..be8e7a9071 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/RentalCar.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/redefiningdefaultgroup/RentalCar.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.redefiningdefaultgroup; import javax.validation.GroupSequence; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validation/GroupValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validation/GroupValidationTest.java index 97a9eb6c65..afa73a3c0a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validation/GroupValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validation/GroupValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validation; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/First.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/First.java index c734d2929d..eec1a1b261 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/First.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/First.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationorder; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/GroupA.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/GroupA.java index 02999aed49..e290ddba7e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/GroupA.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/GroupA.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.validationorder; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/GroupB.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/GroupB.java index e1c31b4a20..ffe481f122 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/GroupB.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/GroupB.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.validationorder; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/Last.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/Last.java index 5ddafe2a25..3e7b35f006 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/Last.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/Last.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationorder; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/Second.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/Second.java index 8eb94b1418..4d9f7e0a2a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/Second.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/Second.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationorder; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/TestSequence.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/TestSequence.java index b9dcc37ff9..f9cc6b6de9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/TestSequence.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/TestSequence.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.validationorder; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/ValidationOrderTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/ValidationOrderTest.java index 8b900453c3..69946351a0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/ValidationOrderTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationorder/ValidationOrderTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.groups.validationorder; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/Address.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/Address.java index e30d0e3980..6a8e3f3c71 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/Address.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/Address.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationordergenerator; import javax.validation.GroupSequence; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence.java index 2173833489..d6bd611853 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationordergenerator; import javax.validation.GroupSequence; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence1.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence1.java index 261b2c0c61..b1251c86e1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence1.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence1.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationordergenerator; import javax.validation.GroupSequence; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence2.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence2.java index ca9853fd63..de303523d1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence2.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/CyclicGroupSequence2.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationordergenerator; import javax.validation.GroupSequence; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ValidationOrderGeneratorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ValidationOrderGeneratorTest.java index 2ddf442f54..eac62edbcf 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ValidationOrderGeneratorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ValidationOrderGeneratorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationordergenerator; import java.util.HashSet; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ZipCodeCoherenceChecker.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ZipCodeCoherenceChecker.java index 9c799b7d14..4d4774b2b1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ZipCodeCoherenceChecker.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ZipCodeCoherenceChecker.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationordergenerator; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ZipCodeCoherenceValidator.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ZipCodeCoherenceValidator.java index b5499a7dd7..3c3f27a41d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ZipCodeCoherenceValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validationordergenerator/ZipCodeCoherenceValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.groups.validationordergenerator; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/EscapedInterpolationVariableTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/EscapedInterpolationVariableTest.java index 0410734910..ac93ce62f3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/EscapedInterpolationVariableTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/EscapedInterpolationVariableTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.messageinterpolation; import java.util.Enumeration; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ExpressionLanguageMessageInterpolationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ExpressionLanguageMessageInterpolationTest.java index 11697969b4..7d132673c7 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ExpressionLanguageMessageInterpolationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ExpressionLanguageMessageInterpolationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.messageinterpolation; import java.util.Collections; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolationTest.java index de0132c196..54517ff3ed 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.messageinterpolation; import java.io.ByteArrayInputStream; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolationWithDefaultBundleTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolationWithDefaultBundleTest.java index 132beeb00e..f569507d30 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolationWithDefaultBundleTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolationWithDefaultBundleTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.messageinterpolation; import java.util.Locale; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolatorContextTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolatorContextTest.java index ad0ba2b6ea..8e5ef50658 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolatorContextTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/MessageInterpolatorContextTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.messageinterpolation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ParameterMessageInterpolatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ParameterMessageInterpolatorTest.java index 96eb0200ee..c1ba4537bb 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ParameterMessageInterpolatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ParameterMessageInterpolatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.messageinterpolation; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ResourceBundleMessageInterpolatorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ResourceBundleMessageInterpolatorTest.java index 14ddccf71c..62ac4b1862 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ResourceBundleMessageInterpolatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/ResourceBundleMessageInterpolatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.messageinterpolation; import java.util.Collections; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/TokenCollectorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/TokenCollectorTest.java index 9edbef38ea..972a9e0513 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/TokenCollectorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/TokenCollectorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.messageinterpolation; import org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTermType; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/TokenIteratorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/TokenIteratorTest.java index e68a47c9d7..a63e1996aa 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/TokenIteratorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/TokenIteratorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.messageinterpolation; import org.hibernate.validator.internal.engine.messageinterpolation.InterpolationTermType; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/User.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/User.java index 77f3364bc6..97e549af83 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/User.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/messageinterpolation/User.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.messageinterpolation; import org.hibernate.validator.constraints.Email; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/AbstractSimpleService.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/AbstractSimpleService.java index 11142aab55..83cbc4c3d0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/AbstractSimpleService.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/AbstractSimpleService.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodlevel.generic; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/MethodValidationInHierarchyTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/MethodValidationInHierarchyTest.java index 8c3e5121b0..baba1f9c4f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/MethodValidationInHierarchyTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/MethodValidationInHierarchyTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodlevel.generic; import javax.validation.ConstraintViolation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/SimpleService.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/SimpleService.java index b09a5b8c89..d08d7c0836 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/SimpleService.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/SimpleService.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodlevel.generic; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/SimpleServiceImpl.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/SimpleServiceImpl.java index 6cceccc001..b0ba389eaf 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/SimpleServiceImpl.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodlevel/generic/SimpleServiceImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodlevel.generic; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AbstractConstructorValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AbstractConstructorValidationTest.java index d31818cae5..5b9b113783 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AbstractConstructorValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AbstractConstructorValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AbstractMethodValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AbstractMethodValidationTest.java index aa43ed35ca..3c553c4b43 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AbstractMethodValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AbstractMethodValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation; import java.util.Arrays; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AnnotationBasedConstructorValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AnnotationBasedConstructorValidationTest.java index 1ef6d5af18..f0ac752e69 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AnnotationBasedConstructorValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AnnotationBasedConstructorValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation; import org.testng.annotations.BeforeMethod; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AnnotationBasedMethodValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AnnotationBasedMethodValidationTest.java index d34b50405b..0b0d153d5f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AnnotationBasedMethodValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/AnnotationBasedMethodValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation; import org.testng.annotations.BeforeMethod; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/IllegalMethodParameterConstraintsTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/IllegalMethodParameterConstraintsTest.java index 71512ac860..e91241eadb 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/IllegalMethodParameterConstraintsTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/IllegalMethodParameterConstraintsTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation; import javax.validation.ConstraintDeclarationException; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/MethodLevelValidationGroupSequenceTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/MethodLevelValidationGroupSequenceTest.java index 84cdb2efeb..6595556441 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/MethodLevelValidationGroupSequenceTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/MethodLevelValidationGroupSequenceTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat Middleware LLC, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.methodvalidation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/WrongMethodOrParameterForMethodValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/WrongMethodOrParameterForMethodValidationTest.java index 03e2a6224b..f1fbd23f4a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/WrongMethodOrParameterForMethodValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/WrongMethodOrParameterForMethodValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation; import java.lang.reflect.Method; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidationTest.java index 3ab3fd44a2..d9e272388e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.crossparameter; import javax.validation.ConstraintDeclarationException; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidator1.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidator1.java index 72288c418e..f318dde994 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidator1.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidator1.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.crossparameter; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidator2.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidator2.java index 714ff6e919..6aa9b1f824 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidator2.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/CrossParameterValidator2.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.crossparameter; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/DodgyConstraint.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/DodgyConstraint.java index 781cbaa284..837a37d379 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/DodgyConstraint.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/DodgyConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.crossparameter; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/InvalidCrossParameterConstraint.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/InvalidCrossParameterConstraint.java index d33fa9e6b9..041b8843db 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/InvalidCrossParameterConstraint.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/crossparameter/InvalidCrossParameterConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.crossparameter; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/model/Address.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/model/Address.java index 205f51783a..4b6f82ccd5 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/model/Address.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/model/Address.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.model; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/model/Customer.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/model/Customer.java index 20dbc39431..ea5348e8e7 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/model/Customer.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/model/Customer.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.model; import javax.validation.Valid; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/AtLeastOneContactProvided.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/AtLeastOneContactProvided.java index 6f68a544ff..447fc76f38 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/AtLeastOneContactProvided.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/AtLeastOneContactProvided.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.returnvaluevalidation; import java.lang.annotation.Retention; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactBean.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactBean.java index 0923be82c9..327420d330 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactBean.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactBean.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.returnvaluevalidation; import javax.validation.constraints.Pattern; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactService.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactService.java index 336d73c772..4d1b51f985 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactService.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactService.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.returnvaluevalidation; import javax.validation.Valid; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactServiceImpl.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactServiceImpl.java index 0377db7394..d588096ea3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactServiceImpl.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ContactServiceImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.returnvaluevalidation; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ReturnValueValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ReturnValueValidationTest.java index 84a8b565ae..fc5110a966 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ReturnValueValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/returnvaluevalidation/ReturnValueValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.returnvaluevalidation; import javax.validation.ConstraintViolationException; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/ConsistentDateParameters.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/ConsistentDateParameters.java index 15dd94529c..b103bd17f4 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/ConsistentDateParameters.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/ConsistentDateParameters.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.service; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/ConsistentDateParametersValidator.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/ConsistentDateParametersValidator.java index 7bd9779bdb..5bfd388329 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/ConsistentDateParametersValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/ConsistentDateParametersValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.service; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepository.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepository.java index 5148062374..e76226f0d9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepository.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepository.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.service; import java.util.List; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryImpl.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryImpl.java index 96d36dbefb..fd3d6472e3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryImpl.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.service; import java.lang.annotation.Retention; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithConstrainedVoidMethod.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithConstrainedVoidMethod.java index 75a05203bf..b5b2898587 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithConstrainedVoidMethod.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithConstrainedVoidMethod.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.service; import javax.validation.constraints.Min; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithConstrainedVoidMethodImpl.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithConstrainedVoidMethodImpl.java index b0235f887f..8affa44dd5 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithConstrainedVoidMethodImpl.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithConstrainedVoidMethodImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.service; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithRedefinedDefaultGroup.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithRedefinedDefaultGroup.java index 3467d5fc4a..6f8572dda1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithRedefinedDefaultGroup.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithRedefinedDefaultGroup.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.service; import javax.validation.GroupSequence; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithRedefinedDefaultGroupImpl.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithRedefinedDefaultGroupImpl.java index 366aa3567a..3827ffc2d9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithRedefinedDefaultGroupImpl.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/CustomerRepositoryWithRedefinedDefaultGroupImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.service; import javax.validation.GroupSequence; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/RepositoryBase.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/RepositoryBase.java index 15b410b47d..1ae2706d27 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/RepositoryBase.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/service/RepositoryBase.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.service; import javax.validation.Valid; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/IgnoreAnnotationConfiguredConstructorValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/IgnoreAnnotationConfiguredConstructorValidationTest.java index 98df27bbd5..8c5e8a31f5 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/IgnoreAnnotationConfiguredConstructorValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/IgnoreAnnotationConfiguredConstructorValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.xml; import javax.validation.Configuration; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/IgnoreCrossParameterConstraintTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/IgnoreCrossParameterConstraintTest.java index 737624910b..3d30a1f431 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/IgnoreCrossParameterConstraintTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/IgnoreCrossParameterConstraintTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.xml; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/InvalidConstructorParameterTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/InvalidConstructorParameterTest.java index da4d2dfa80..2a6f9ff794 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/InvalidConstructorParameterTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/InvalidConstructorParameterTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.xml; import javax.validation.Configuration; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/PrimitiveTypesConfiguredInXmlTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/PrimitiveTypesConfiguredInXmlTest.java index 8ed8e3dfde..6d8a654d34 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/PrimitiveTypesConfiguredInXmlTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/PrimitiveTypesConfiguredInXmlTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.xml; import javax.validation.Configuration; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/SameMethodOrConstructorDefinedTwiceTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/SameMethodOrConstructorDefinedTwiceTest.java index 362072ce4e..48e5a1a34a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/SameMethodOrConstructorDefinedTwiceTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/SameMethodOrConstructorDefinedTwiceTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.xml; import javax.validation.Configuration; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/XmlBasedConstructorValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/XmlBasedConstructorValidationTest.java index 536216f4d4..b3a5e803da 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/XmlBasedConstructorValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/XmlBasedConstructorValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.xml; import javax.validation.Configuration; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/XmlBasedMethodValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/XmlBasedMethodValidationTest.java index 0929db96f0..b520f0369d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/XmlBasedMethodValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/methodvalidation/xml/XmlBasedMethodValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.methodvalidation.xml; import javax.validation.Configuration; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/Giraffe.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/Giraffe.java index 8c4fb69af3..10a03da5d8 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/Giraffe.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/Giraffe.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.packageprivateconstraint; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/PackagePrivateConstraintValidationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/PackagePrivateConstraintValidationTest.java index 48546b47e9..9ae5a73dcc 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/PackagePrivateConstraintValidationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/PackagePrivateConstraintValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.packageprivateconstraint; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/PolarBear.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/PolarBear.java index 45cd772627..e9885ebb2d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/PolarBear.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/PolarBear.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.packageprivateconstraint; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalName.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalName.java index 7d7b720107..be4546e102 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalName.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalName.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.packageprivateconstraint; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalNameList.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalNameList.java index f55f24275d..c89c23d212 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalNameList.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalNameList.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.packageprivateconstraint; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalNameValidator.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalNameValidator.java index e4ffea1795..4a8a240d91 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalNameValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/packageprivateconstraint/ValidAnimalNameValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.packageprivateconstraint; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/path/NodeImplTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/path/NodeImplTest.java index e84c75078f..0ae1c802d1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/path/NodeImplTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/path/NodeImplTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.path; import java.lang.annotation.Retention; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/path/PathImplTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/path/PathImplTest.java index 8accbff19d..b1ce558de9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/path/PathImplTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/path/PathImplTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.path; import java.util.Collections; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/A.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/A.java index c8257eb3af..347b1c2706 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/A.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/A.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.proxy; import javax.validation.constraints.Min; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/B.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/B.java index 67b0917c75..8c26e7e552 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/B.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/B.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.proxy; public interface B extends A { diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/ProxyTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/ProxyTest.java index 94b6c10214..c79a75e8b3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/ProxyTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/proxy/ProxyTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.proxy; import java.lang.reflect.InvocationHandler; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/ConstraintViolationSerializationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/ConstraintViolationSerializationTest.java index 733bf2b140..b2b77d59fb 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/ConstraintViolationSerializationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/ConstraintViolationSerializationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.serialization; import java.io.ByteArrayInputStream; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/CustomConstraintSerializableTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/CustomConstraintSerializableTest.java index ecd2717922..1c93668435 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/CustomConstraintSerializableTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/CustomConstraintSerializableTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.serialization; import java.io.ByteArrayOutputStream; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/DummyEmailValidator.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/DummyEmailValidator.java index a3a3bf029e..a7e04788af 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/DummyEmailValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/DummyEmailValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.serialization; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/Email.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/Email.java index b505b6b2ff..87661a9caf 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/Email.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/Email.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.serialization; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/SerializableClass.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/SerializableClass.java index 076e2fd7b5..daa1618229 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/SerializableClass.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/SerializableClass.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.serialization; import java.io.Serializable; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/UnSerializableClass.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/UnSerializableClass.java index ce1b586549..3c0a774eda 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/UnSerializableClass.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/serialization/UnSerializableClass.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.serialization; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Author.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Author.java index 36f3366847..e0a3c0d199 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Author.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Author.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.traversableresolver; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/AuthorBusinessRules.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/AuthorBusinessRules.java index 552b247fbd..4dbcc51299 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/AuthorBusinessRules.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/AuthorBusinessRules.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.traversableresolver; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Book.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Book.java index f18964eb26..033d872655 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Book.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Book.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.traversableresolver; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/BookBusinessRules.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/BookBusinessRules.java index 4dc1c93b7d..d9b6eb46f3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/BookBusinessRules.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/BookBusinessRules.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.traversableresolver; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/CachedTraversableResolverTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/CachedTraversableResolverTest.java index e0210bea17..ccc19827e7 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/CachedTraversableResolverTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/CachedTraversableResolverTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.traversableresolver; import java.lang.annotation.ElementType; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Cloth.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Cloth.java index e899943294..003b5edda5 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Cloth.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Cloth.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.traversableresolver; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Jacket.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Jacket.java index 791013fe4d..ef484f8559 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Jacket.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Jacket.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.traversableresolver; import javax.validation.constraints.Max; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/JpaTraversableResolverTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/JpaTraversableResolverTest.java index e8dc2d5c79..6f07d07819 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/JpaTraversableResolverTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/JpaTraversableResolverTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.traversableresolver; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Suit.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Suit.java index be47fdc248..3687a04196 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Suit.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Suit.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.traversableresolver; import javax.validation.constraints.Max; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/TraversableResolverTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/TraversableResolverTest.java index 37400a7185..2d66079037 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/TraversableResolverTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/TraversableResolverTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.engine.traversableresolver; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Trousers.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Trousers.java index 3ff07354ab..eb2c7a518d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Trousers.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/traversableresolver/Trousers.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.traversableresolver; import javax.validation.constraints.Min; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/typeannotationconstraint/TypeAnnotationConstraintTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/typeannotationconstraint/TypeAnnotationConstraintTest.java index 5e043c68c3..6f62d9b15e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/typeannotationconstraint/TypeAnnotationConstraintTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/typeannotationconstraint/TypeAnnotationConstraintTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.typeannotationconstraint; import java.lang.reflect.Constructor; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/JavaFXPropertyValueUnwrapperTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/JavaFXPropertyValueUnwrapperTest.java index 840c83ffab..eb3655b9f4 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/JavaFXPropertyValueUnwrapperTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/JavaFXPropertyValueUnwrapperTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/OptionalValueUnwrapperTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/OptionalValueUnwrapperTest.java index e29ea51df7..6edb622381 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/OptionalValueUnwrapperTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/OptionalValueUnwrapperTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling; import java.lang.reflect.Method; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/UnwrapModesTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/UnwrapModesTest.java index edf1d1b0f3..c9cad53dae 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/UnwrapModesTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/UnwrapModesTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/UnwrapValidatedValueTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/UnwrapValidatedValueTest.java index 8d564bc1c0..68dbeb496f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/UnwrapValidatedValueTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/UnwrapValidatedValueTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling; import java.lang.annotation.ElementType; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Account.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Account.java index 898ae53158..7ecd7b5bf9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Account.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Account.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; import javax.validation.Valid; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Customer.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Customer.java index aec3ca11c1..cba8ebd38a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Customer.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Customer.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; import javax.validation.constraints.Size; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Order.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Order.java index b02b641b74..c035309228 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Order.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Order.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; import javax.validation.constraints.Size; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/OrderLine.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/OrderLine.java index 0b79df258c..feeb946a70 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/OrderLine.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/OrderLine.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; import javax.validation.constraints.Min; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Property.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Property.java index 678879928c..ae2945e3db 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Property.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Property.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/PropertyValueUnwrapper.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/PropertyValueUnwrapper.java index f74bceceb9..2b435af0f6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/PropertyValueUnwrapper.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/PropertyValueUnwrapper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; import java.lang.reflect.Type; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/StringProperty.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/StringProperty.java index cc473a9d24..e15c3310ee 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/StringProperty.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/StringProperty.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/UiInput.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/UiInput.java index e44b000bdb..0af4ce1960 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/UiInput.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/UiInput.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/UiInputValueUnwrapper.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/UiInputValueUnwrapper.java index a635ebe1a3..7e8d88658f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/UiInputValueUnwrapper.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/UiInputValueUnwrapper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; import java.lang.reflect.Type; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Wrapper.java b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Wrapper.java index c670d81560..52d72354b1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Wrapper.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/engine/valuehandling/model/Wrapper.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.engine.valuehandling.model; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/BeanMetaDataManagerTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/BeanMetaDataManagerTest.java index cc64bd9e1d..78f58c3e1b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/BeanMetaDataManagerTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/BeanMetaDataManagerTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import java.io.DataInputStream; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithAtValid.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithAtValid.java index 285bff4bdb..b3423086f6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithAtValid.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithAtValid.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import javax.validation.Valid; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithoutAtValid.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithoutAtValid.java index 560898ad86..e80eca209e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithoutAtValid.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithoutAtValid.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithoutAtValid2.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithoutAtValid2.java index eed32f666b..6438760380 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithoutAtValid2.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ChildWithoutAtValid2.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ConsistentDateParameters.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ConsistentDateParameters.java index 184a7c6800..f34da09366 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ConsistentDateParameters.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ConsistentDateParameters.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ConsistentDateParametersValidator.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ConsistentDateParametersValidator.java index a510127365..22f72d26e2 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ConsistentDateParametersValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ConsistentDateParametersValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Customer.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Customer.java index e89c62581c..7300e0ce57 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Customer.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Customer.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import java.util.ArrayList; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/CustomerRepository.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/CustomerRepository.java index c589950483..ccf0342643 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/CustomerRepository.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/CustomerRepository.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/CustomerRepositoryExt.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/CustomerRepositoryExt.java index dc30601a24..280fff71ec 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/CustomerRepositoryExt.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/CustomerRepositoryExt.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import java.lang.annotation.Retention; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Engine.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Engine.java index 0e9ccc45c4..d1825e0ccb 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Engine.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Engine.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import javax.validation.constraints.Pattern; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/IllegalCustomerRepositoryExt.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/IllegalCustomerRepositoryExt.java index cf1c4f1945..e2c2190cb0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/IllegalCustomerRepositoryExt.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/IllegalCustomerRepositoryExt.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import javax.validation.constraints.Min; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Order.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Order.java index 2104805e57..0e1fdda6b3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Order.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Order.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ParentWithAtValid.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ParentWithAtValid.java index 638970d0bc..bc812bd04f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ParentWithAtValid.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ParentWithAtValid.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import javax.validation.Valid; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ParentWithoutAtValid.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ParentWithoutAtValid.java index 3f4c6d6330..05f37b1cd7 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ParentWithoutAtValid.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/ParentWithoutAtValid.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Person.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Person.java index d7f75ce163..17577ead3a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Person.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/Person.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata; import org.hibernate.validator.constraints.NotEmpty; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/ExecutableMetaDataTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/ExecutableMetaDataTest.java index cca89df809..1f3fa6f791 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/ExecutableMetaDataTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/ExecutableMetaDataTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.aggregated; import java.lang.annotation.Annotation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/ParameterMetaDataTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/ParameterMetaDataTest.java index ee5f5f9fab..323e64b038 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/ParameterMetaDataTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/ParameterMetaDataTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.aggregated; import java.lang.reflect.Method; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/PropertyMetaDataTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/PropertyMetaDataTest.java index f2629618ed..0349c2c4b8 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/PropertyMetaDataTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/aggregated/PropertyMetaDataTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.aggregated; import java.util.Collections; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/core/ConstraintHelperTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/core/ConstraintHelperTest.java index 723a5426fb..2eb7604455 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/core/ConstraintHelperTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/core/ConstraintHelperTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.core; import java.lang.annotation.Annotation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/core/MetaConstraintTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/core/MetaConstraintTest.java index 17eeaaa145..aded28ee68 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/core/MetaConstraintTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/core/MetaConstraintTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.core; import java.lang.reflect.Method; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/BeanDescriptorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/BeanDescriptorTest.java index 232abd2df9..a35464cc34 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/BeanDescriptorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/BeanDescriptorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.descriptor; import java.util.Arrays; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ConstraintDescriptorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ConstraintDescriptorTest.java index 821bc8b41b..b9b1c7b658 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ConstraintDescriptorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ConstraintDescriptorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.descriptor; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ConstructorDescriptorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ConstructorDescriptorTest.java index f32ada51ce..46bea97162 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ConstructorDescriptorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ConstructorDescriptorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.descriptor; import java.util.List; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/CrossParameterDescriptorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/CrossParameterDescriptorTest.java index 01d588971f..cc6896f6d8 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/CrossParameterDescriptorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/CrossParameterDescriptorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.descriptor; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ElementDescriptorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ElementDescriptorTest.java index 0f6e66fcd8..9a2b6cade9 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ElementDescriptorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ElementDescriptorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.descriptor; import java.lang.annotation.ElementType; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/MethodDescriptorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/MethodDescriptorTest.java index 7fde7d3d5a..bf53207e48 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/MethodDescriptorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/MethodDescriptorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.descriptor; import java.util.List; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ParameterDescriptorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ParameterDescriptorTest.java index 0fb80ec868..1f965365b1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ParameterDescriptorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ParameterDescriptorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.descriptor; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/PropertyDescriptorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/PropertyDescriptorTest.java index 4c947e4136..f90b8c26c0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/PropertyDescriptorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/PropertyDescriptorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.descriptor; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ReturnValueDescriptorTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ReturnValueDescriptorTest.java index 830a36e8d4..03630984f0 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ReturnValueDescriptorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/descriptor/ReturnValueDescriptorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.descriptor; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/location/ConstraintLocationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/location/ConstraintLocationTest.java index 96c650c7a8..a0593ee3e3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/location/ConstraintLocationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/location/ConstraintLocationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.location; import java.lang.reflect.Member; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/AnnotationMetaDataProviderTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/AnnotationMetaDataProviderTest.java index df412245be..e02a55d3e4 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/AnnotationMetaDataProviderTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/AnnotationMetaDataProviderTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.provider; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/AnnotationMetaDataProviderTestBase.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/AnnotationMetaDataProviderTestBase.java index 588ecede78..6f4d22f7ac 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/AnnotationMetaDataProviderTestBase.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/AnnotationMetaDataProviderTestBase.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.provider; import java.lang.reflect.Member; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/ConsistentDateParameters.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/ConsistentDateParameters.java index 68cd025f60..d3f68844e2 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/ConsistentDateParameters.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/ConsistentDateParameters.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.provider; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/ConsistentDateParametersValidator.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/ConsistentDateParametersValidator.java index 09483c61aa..c29178170f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/ConsistentDateParametersValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/ConsistentDateParametersValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.provider; import javax.validation.ConstraintValidator; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/TypeAnnotationAwareMetaDataProviderTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/TypeAnnotationAwareMetaDataProviderTest.java index ce9d908ac4..2e2428230a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/TypeAnnotationAwareMetaDataProviderTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/provider/TypeAnnotationAwareMetaDataProviderTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.provider; import java.lang.annotation.Annotation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/raw/ExecutableElementTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/raw/ExecutableElementTest.java index 6d76f81bf3..2b541be6f4 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/metadata/raw/ExecutableElementTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/metadata/raw/ExecutableElementTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.metadata.raw; import java.util.Date; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/BoundariesConstraintValidator.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/BoundariesConstraintValidator.java index 952918ace0..2d452a2a14 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/BoundariesConstraintValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/BoundariesConstraintValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util; import java.lang.annotation.Annotation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/ExecutableHelperTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/ExecutableHelperTest.java index fd811d270a..f9c00d11de 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/ExecutableHelperTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/ExecutableHelperTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util; import java.lang.reflect.Constructor; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/IdentitySetTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/IdentitySetTest.java index add4f0276a..773ab38c2d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/IdentitySetTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/IdentitySetTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util; import java.util.HashSet; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/ModUtilTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/ModUtilTest.java index d684e110a5..5cca032562 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/ModUtilTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/ModUtilTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util; import java.util.Arrays; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/Positive.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/Positive.java index ab8a9ccf9e..19e26dced4 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/Positive.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/Positive.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util; import java.lang.annotation.Target; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/PositiveConstraintValidator.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/PositiveConstraintValidator.java index 2145af9af6..548594509d 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/PositiveConstraintValidator.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/PositiveConstraintValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/ReflectionHelperTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/ReflectionHelperTest.java index 9d564a7fa3..636c682e91 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/ReflectionHelperTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/ReflectionHelperTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util; import java.lang.reflect.Method; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/StringHelperTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/StringHelperTest.java index 39adda271f..2aa128902b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/StringHelperTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/StringHelperTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util; import java.util.Arrays; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/annotationfactory/AnnotationFactoryTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/annotationfactory/AnnotationFactoryTest.java index accdff8031..019c46f264 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/annotationfactory/AnnotationFactoryTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/annotationfactory/AnnotationFactoryTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util.annotationfactory; import javax.validation.constraints.Pattern; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/annotationfactory/AnnotationProxyTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/annotationfactory/AnnotationProxyTest.java index b285907364..6ebfdcce8f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/annotationfactory/AnnotationProxyTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/annotationfactory/AnnotationProxyTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util.annotationfactory; import static org.fest.assertions.Assertions.assertThat; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/classhierarchy/ClassHierarchyHelperTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/classhierarchy/ClassHierarchyHelperTest.java index 5ab78a17c7..7981f3390a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/classhierarchy/ClassHierarchyHelperTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/classhierarchy/ClassHierarchyHelperTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util.classhierarchy; import java.util.List; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/util/privilegedactions/GetAnnotationsParameterTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/util/privilegedactions/GetAnnotationsParameterTest.java index b2b556a99d..9ed0a33d79 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/util/privilegedactions/GetAnnotationsParameterTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/util/privilegedactions/GetAnnotationsParameterTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.util.privilegedactions; import static org.testng.Assert.assertEquals; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/CustomParameterNameProvider.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/CustomParameterNameProvider.java index 19cb4d7b2a..eb105c1b11 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/CustomParameterNameProvider.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/CustomParameterNameProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; import org.hibernate.validator.internal.engine.DefaultParameterNameProvider; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/Customer.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/Customer.java index 93e6cdad8b..c7e1b192a6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/Customer.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/Customer.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/CustomerService.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/CustomerService.java index 92b9c8d63d..808a06665f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/CustomerService.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/CustomerService.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/DefaultPackageInVarargParameterTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/DefaultPackageInVarargParameterTest.java index c40c5e6a6f..3d08839fce 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/DefaultPackageInVarargParameterTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/DefaultPackageInVarargParameterTest.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.test.internal.xml; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/MyInterface.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/MyInterface.java index e6c905c847..5c26ee1b92 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/MyInterface.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/MyInterface.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/MyInterfaceImpl.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/MyInterfaceImpl.java index 9d194a22ae..b7a253ef88 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/MyInterfaceImpl.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/MyInterfaceImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/Part.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/Part.java index 38a7c10812..87980bbacd 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/Part.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/Part.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/Person.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/Person.java index fee9684aff..a548351fa6 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/Person.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/Person.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/Properties.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/Properties.java index 468399e1cb..69cc536de1 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/Properties.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/Properties.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2008, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; import java.util.List; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/System.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/System.java index 9c67d8953c..12ee345160 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/System.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/System.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; import java.util.ArrayList; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingParserTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingParserTest.java index 1e3f7f2722..f2445e6853 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingParserTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingParserTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; import java.io.InputStream; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingTest.java index d1480b635b..6cf3151eb8 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlMappingTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; import java.io.InputStream; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlParserHelperTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlParserHelperTest.java index 9fd83a9805..4992243a99 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlParserHelperTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlParserHelperTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml; import org.testng.annotations.BeforeMethod; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/ComposedGenericAndCrossParameterConstraint.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/ComposedGenericAndCrossParameterConstraint.java index 576f87d3ab..f82023c404 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/ComposedGenericAndCrossParameterConstraint.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/ComposedGenericAndCrossParameterConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.constrainttarget; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/ConstraintTargetDeterminationTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/ConstraintTargetDeterminationTest.java index 5d0ccc696c..8d749ceeef 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/ConstraintTargetDeterminationTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/ConstraintTargetDeterminationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.constrainttarget; import javax.validation.ConstraintViolationException; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/GenericAndCrossParameterConstraint.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/GenericAndCrossParameterConstraint.java index c7913259c3..66e44cc97a 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/GenericAndCrossParameterConstraint.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/GenericAndCrossParameterConstraint.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.constrainttarget; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/OrderService.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/OrderService.java index d774d3de42..32ed2e5312 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/OrderService.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/OrderService.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.constrainttarget; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/OrderServiceImpl.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/OrderServiceImpl.java index 6a17514b05..fa3d023e4f 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/OrderServiceImpl.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/constrainttarget/OrderServiceImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.constrainttarget; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/exception/TestEntity.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/exception/TestEntity.java index af7264a683..13d002efe5 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/exception/TestEntity.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/exception/TestEntity.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.exception; /** diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/exception/XmlConfigurationExceptionTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/exception/XmlConfigurationExceptionTest.java index 51d5072efa..15ec233826 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/exception/XmlConfigurationExceptionTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/exception/XmlConfigurationExceptionTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.exception; import javax.validation.Configuration; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/ICompetition.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/ICompetition.java index d859135f6c..2fe3e5c492 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/ICompetition.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/ICompetition.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration; public interface ICompetition {} diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/IFixture.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/IFixture.java index 0771df84df..60df0c2d61 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/IFixture.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/IFixture.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration; public interface IFixture { diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/InheritanceMappingsTest.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/InheritanceMappingsTest.java index 381eca6256..83cce470a3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/InheritanceMappingsTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/InheritanceMappingsTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration; import java.lang.annotation.Annotation; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Competition.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Competition.java index a0273adcc0..eea3906986 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Competition.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Competition.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.annotation; import javax.validation.constraints.NotNull; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Fixture.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Fixture.java index 9fc2b9e5ee..3967477332 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Fixture.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Fixture.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.annotation; import org.hibernate.validator.test.internal.xml.mixedconfiguration.IFixture; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Game.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Game.java index 3b0b075a1d..e0cd7b1c47 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Game.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/Game.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.annotation; import javax.validation.Valid; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/GameDetail.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/GameDetail.java index e7f2e92c62..6e4a61ac76 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/GameDetail.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/GameDetail.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.annotation; import javax.validation.Valid; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/PersonCompetition.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/PersonCompetition.java index 6a5b22d846..2783481f0b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/PersonCompetition.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/PersonCompetition.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.annotation; public class PersonCompetition extends Competition { diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/TeamCompetition.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/TeamCompetition.java index e2132008b8..418002da42 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/TeamCompetition.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation/TeamCompetition.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.annotation; public class TeamCompetition extends Competition { diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Competition.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Competition.java index 05d17943f7..cd900c7861 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Competition.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Competition.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.xml; import org.hibernate.validator.test.internal.xml.mixedconfiguration.ICompetition; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Fixture.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Fixture.java index f4e67fae66..a188a6ccea 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Fixture.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Fixture.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.xml; import org.hibernate.validator.test.internal.xml.mixedconfiguration.IFixture; diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Game.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Game.java index 18c402298d..67263ad9c2 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Game.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/Game.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.xml; public abstract class Game { diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/GameDetail.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/GameDetail.java index 542471652e..7d00b371d3 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/GameDetail.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/GameDetail.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.xml; public class GameDetail { diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/PersonCompetition.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/PersonCompetition.java index 90365c784e..bca405a151 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/PersonCompetition.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/PersonCompetition.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.xml; public class PersonCompetition extends Competition { diff --git a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/TeamCompetition.java b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/TeamCompetition.java index e69d49f300..d0d7ea994e 100644 --- a/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/TeamCompetition.java +++ b/engine/src/test/java/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml/TeamCompetition.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.internal.xml.mixedconfiguration.xml; public class TeamCompetition extends Competition { diff --git a/engine/src/test/java/org/hibernate/validator/test/parameternameprovider/ParanamerParameterNameProviderTest.java b/engine/src/test/java/org/hibernate/validator/test/parameternameprovider/ParanamerParameterNameProviderTest.java index addd555dad..2a276e3b5b 100644 --- a/engine/src/test/java/org/hibernate/validator/test/parameternameprovider/ParanamerParameterNameProviderTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/parameternameprovider/ParanamerParameterNameProviderTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.parameternameprovider; import java.lang.annotation.Annotation; diff --git a/engine/src/test/java/org/hibernate/validator/test/parameternameprovider/ReflectionParameterNameProviderTest.java b/engine/src/test/java/org/hibernate/validator/test/parameternameprovider/ReflectionParameterNameProviderTest.java index ce639b6b13..81a9767e99 100644 --- a/engine/src/test/java/org/hibernate/validator/test/parameternameprovider/ReflectionParameterNameProviderTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/parameternameprovider/ReflectionParameterNameProviderTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.parameternameprovider; import java.util.Arrays; diff --git a/engine/src/test/java/org/hibernate/validator/test/resourceloading/AggregateBundleTest.java b/engine/src/test/java/org/hibernate/validator/test/resourceloading/AggregateBundleTest.java index 7008498365..8bfa2b1a97 100644 --- a/engine/src/test/java/org/hibernate/validator/test/resourceloading/AggregateBundleTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/resourceloading/AggregateBundleTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.resourceloading; import java.util.Arrays; diff --git a/engine/src/test/java/org/hibernate/validator/test/resourceloading/AggregateResourceBundleLocatorTest.java b/engine/src/test/java/org/hibernate/validator/test/resourceloading/AggregateResourceBundleLocatorTest.java index f4e49ed61e..c13684ec82 100644 --- a/engine/src/test/java/org/hibernate/validator/test/resourceloading/AggregateResourceBundleLocatorTest.java +++ b/engine/src/test/java/org/hibernate/validator/test/resourceloading/AggregateResourceBundleLocatorTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.test.resourceloading; import java.util.Arrays; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/ConstraintViolationAssert.java b/engine/src/test/java/org/hibernate/validator/testutil/ConstraintViolationAssert.java index f068b720b7..a5b503b4ce 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/ConstraintViolationAssert.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/ConstraintViolationAssert.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.testutil; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/CountValidationCalls.java b/engine/src/test/java/org/hibernate/validator/testutil/CountValidationCalls.java index 47999d8ba9..17b2ff69a1 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/CountValidationCalls.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/CountValidationCalls.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.testutil; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/CountValidationCallsValidator.java b/engine/src/test/java/org/hibernate/validator/testutil/CountValidationCallsValidator.java index 60ae05cd93..c5d9fb9cb9 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/CountValidationCallsValidator.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/CountValidationCallsValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.testutil; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/DescriptorAssert.java b/engine/src/test/java/org/hibernate/validator/testutil/DescriptorAssert.java index 933186c531..78f5017d02 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/DescriptorAssert.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/DescriptorAssert.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2013, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.testutil; import java.util.Set; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/DummyTraversableResolver.java b/engine/src/test/java/org/hibernate/validator/testutil/DummyTraversableResolver.java index fce51ad2a0..21102c7d5a 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/DummyTraversableResolver.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/DummyTraversableResolver.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2010, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.testutil; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/MessageLoggedAssertionLogger.java b/engine/src/test/java/org/hibernate/validator/testutil/MessageLoggedAssertionLogger.java index 51fc00a8b5..b9558d7465 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/MessageLoggedAssertionLogger.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/MessageLoggedAssertionLogger.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.testutil; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/MyCustomStringImpl.java b/engine/src/test/java/org/hibernate/validator/testutil/MyCustomStringImpl.java index e171d1d266..1a58949eba 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/MyCustomStringImpl.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/MyCustomStringImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.testutil; /** diff --git a/engine/src/test/java/org/hibernate/validator/testutil/TestForIssue.java b/engine/src/test/java/org/hibernate/validator/testutil/TestForIssue.java index 2a9a9e1262..df3c479e12 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/TestForIssue.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/TestForIssue.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.testutil; import java.lang.annotation.ElementType; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/ValidationInvocationHandler.java b/engine/src/test/java/org/hibernate/validator/testutil/ValidationInvocationHandler.java index 652ab6ad50..ae5957a975 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/ValidationInvocationHandler.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/ValidationInvocationHandler.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2010, Red Hat Middleware LLC, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.testutil; import java.lang.reflect.InvocationHandler; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/ValidatorUtil.java b/engine/src/test/java/org/hibernate/validator/testutil/ValidatorUtil.java index c0ff06d1d9..f7f2724896 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/ValidatorUtil.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/ValidatorUtil.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2009, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.testutil; import java.lang.reflect.InvocationHandler; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/constraints/NotBlankTypeUse.java b/engine/src/test/java/org/hibernate/validator/testutil/constraints/NotBlankTypeUse.java index 9ea83a9ad5..e16f2711db 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/constraints/NotBlankTypeUse.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/constraints/NotBlankTypeUse.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.testutil.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/constraints/NotNullTypeUse.java b/engine/src/test/java/org/hibernate/validator/testutil/constraints/NotNullTypeUse.java index c9144c4d4c..bdd9aec8f3 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/constraints/NotNullTypeUse.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/constraints/NotNullTypeUse.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.testutil.constraints; import java.lang.annotation.Documented; diff --git a/engine/src/test/java/org/hibernate/validator/testutil/package-info.java b/engine/src/test/java/org/hibernate/validator/testutil/package-info.java index 4ac2f88d19..89c39a64a5 100644 --- a/engine/src/test/java/org/hibernate/validator/testutil/package-info.java +++ b/engine/src/test/java/org/hibernate/validator/testutil/package-info.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ /** * This package contains utility classes for testing diff --git a/engine/src/test/resources/org/hibernate/validator/test/internal/engine/constraintvalidation/hv-662-mapping.xml b/engine/src/test/resources/org/hibernate/validator/test/internal/engine/constraintvalidation/hv-662-mapping.xml index da9d8ce2ec..eb78ab7370 100644 --- a/engine/src/test/resources/org/hibernate/validator/test/internal/engine/constraintvalidation/hv-662-mapping.xml +++ b/engine/src/test/resources/org/hibernate/validator/test/internal/engine/constraintvalidation/hv-662-mapping.xml @@ -1,19 +1,9 @@ 4.0.0 diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/ConstraintValidatorInjectionUnitIT.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/ConstraintValidatorInjectionUnitIT.java index 1efed6eed6..1c4c46e2a8 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/ConstraintValidatorInjectionUnitIT.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/ConstraintValidatorInjectionUnitIT.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi; import javax.inject.Inject; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/DefaultInjectionUnitIT.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/DefaultInjectionUnitIT.java index ae83638c59..5076e055ee 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/DefaultInjectionUnitIT.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/DefaultInjectionUnitIT.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi; import javax.enterprise.inject.spi.BeanManager; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/QualifiedInjectionUnitIT.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/QualifiedInjectionUnitIT.java index 859ab7eb76..5fd4c15108 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/QualifiedInjectionUnitIT.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/QualifiedInjectionUnitIT.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi; import java.io.Serializable; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ConfigurationInjectionUnitIT.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ConfigurationInjectionUnitIT.java index d5e6cfb069..6e749ae631 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ConfigurationInjectionUnitIT.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ConfigurationInjectionUnitIT.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi.configuration; import javax.inject.Inject; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ConstraintValidatorFactoryWithInjection.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ConstraintValidatorFactoryWithInjection.java index 6e5b836053..9eaa4fe6b6 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ConstraintValidatorFactoryWithInjection.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ConstraintValidatorFactoryWithInjection.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi.configuration; import javax.inject.Inject; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/MessageInterpolatorWithInjection.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/MessageInterpolatorWithInjection.java index 21dfa13fcd..f916eb1943 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/MessageInterpolatorWithInjection.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/MessageInterpolatorWithInjection.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi.configuration; import java.util.Locale; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ParameterNameProviderWithInjection.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ParameterNameProviderWithInjection.java index 11b222fe51..83870365c9 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ParameterNameProviderWithInjection.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/ParameterNameProviderWithInjection.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi.configuration; import java.lang.reflect.Constructor; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/TraversableResolverWithInjection.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/TraversableResolverWithInjection.java index ed9c93633c..7ec413f3a3 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/TraversableResolverWithInjection.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/configuration/TraversableResolverWithInjection.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi.configuration; import java.lang.annotation.ElementType; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/constraint/Pingable.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/constraint/Pingable.java index a113f41170..5600e351bd 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/constraint/Pingable.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/constraint/Pingable.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi.constraint; import java.lang.annotation.Documented; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/constraint/PingableValidator.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/constraint/PingableValidator.java index 83cd2e3cac..ed012d1896 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/constraint/PingableValidator.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/constraint/PingableValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi.constraint; import javax.inject.Inject; diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/service/PingService.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/service/PingService.java index 9c3e610aee..d4bc07b727 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/service/PingService.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/service/PingService.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi.service; /** diff --git a/integration/src/test/java/org/hibernate/validator/integration/cdi/service/PingServiceImpl.java b/integration/src/test/java/org/hibernate/validator/integration/cdi/service/PingServiceImpl.java index 4d8bccb6c3..15865bbf6b 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/cdi/service/PingServiceImpl.java +++ b/integration/src/test/java/org/hibernate/validator/integration/cdi/service/PingServiceImpl.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.cdi.service; /** diff --git a/integration/src/test/java/org/hibernate/validator/integration/util/IntegrationTestUtil.java b/integration/src/test/java/org/hibernate/validator/integration/util/IntegrationTestUtil.java index 7e56250f41..deea3698c4 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/util/IntegrationTestUtil.java +++ b/integration/src/test/java/org/hibernate/validator/integration/util/IntegrationTestUtil.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.util; import org.jboss.shrinkwrap.api.Archive; diff --git a/integration/src/test/java/org/hibernate/validator/integration/util/MyValidationProvider.java b/integration/src/test/java/org/hibernate/validator/integration/util/MyValidationProvider.java index fc54d381b9..5a1c31bcf9 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/util/MyValidationProvider.java +++ b/integration/src/test/java/org/hibernate/validator/integration/util/MyValidationProvider.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.util; import javax.validation.Configuration; diff --git a/integration/src/test/java/org/hibernate/validator/integration/util/MyValidator.java b/integration/src/test/java/org/hibernate/validator/integration/util/MyValidator.java index 5c6700dea4..2835d28d21 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/util/MyValidator.java +++ b/integration/src/test/java/org/hibernate/validator/integration/util/MyValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.util; import java.util.Set; diff --git a/integration/src/test/java/org/hibernate/validator/integration/util/MyValidatorConfiguration.java b/integration/src/test/java/org/hibernate/validator/integration/util/MyValidatorConfiguration.java index 33867438d1..0005e41582 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/util/MyValidatorConfiguration.java +++ b/integration/src/test/java/org/hibernate/validator/integration/util/MyValidatorConfiguration.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.util; import java.io.InputStream; diff --git a/integration/src/test/java/org/hibernate/validator/integration/wildfly/CustomValidatorFactoryInPersistenceUnitIT.java b/integration/src/test/java/org/hibernate/validator/integration/wildfly/CustomValidatorFactoryInPersistenceUnitIT.java index 55783404fc..a535bdece1 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/wildfly/CustomValidatorFactoryInPersistenceUnitIT.java +++ b/integration/src/test/java/org/hibernate/validator/integration/wildfly/CustomValidatorFactoryInPersistenceUnitIT.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.wildfly; import java.util.Map; diff --git a/integration/src/test/java/org/hibernate/validator/integration/wildfly/DefaultValidatorFactoryInPersistenceUnitIT.java b/integration/src/test/java/org/hibernate/validator/integration/wildfly/DefaultValidatorFactoryInPersistenceUnitIT.java index 6ecd960ef7..51c0d2e551 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/wildfly/DefaultValidatorFactoryInPersistenceUnitIT.java +++ b/integration/src/test/java/org/hibernate/validator/integration/wildfly/DefaultValidatorFactoryInPersistenceUnitIT.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.wildfly; import java.util.Map; diff --git a/integration/src/test/java/org/hibernate/validator/integration/wildfly/JndiLookupOfValidatorFactoryIT.java b/integration/src/test/java/org/hibernate/validator/integration/wildfly/JndiLookupOfValidatorFactoryIT.java index 7f8b743faf..027196c9a5 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/wildfly/JndiLookupOfValidatorFactoryIT.java +++ b/integration/src/test/java/org/hibernate/validator/integration/wildfly/JndiLookupOfValidatorFactoryIT.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.wildfly; import javax.naming.Context; diff --git a/integration/src/test/java/org/hibernate/validator/integration/wildfly/MethodValidationWithCustomValidatorIT.java b/integration/src/test/java/org/hibernate/validator/integration/wildfly/MethodValidationWithCustomValidatorIT.java index 125aedb292..dcac680592 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/wildfly/MethodValidationWithCustomValidatorIT.java +++ b/integration/src/test/java/org/hibernate/validator/integration/wildfly/MethodValidationWithCustomValidatorIT.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.integration.wildfly; diff --git a/integration/src/test/java/org/hibernate/validator/integration/wildfly/MyValidator.java b/integration/src/test/java/org/hibernate/validator/integration/wildfly/MyValidator.java index 81250d0acc..24e213283e 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/wildfly/MyValidator.java +++ b/integration/src/test/java/org/hibernate/validator/integration/wildfly/MyValidator.java @@ -1,18 +1,8 @@ /* - * JBoss, Home of Professional Open Source - * Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors - * by the @authors tag. See the copyright.txt in the distribution for a - * full listing of individual contributors. + * Hibernate Validator, declare and validate application constraints * - * 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. + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . */ package org.hibernate.validator.integration.wildfly; diff --git a/integration/src/test/java/org/hibernate/validator/integration/wildfly/User.java b/integration/src/test/java/org/hibernate/validator/integration/wildfly/User.java index ee07a4a9aa..1d34191f10 100644 --- a/integration/src/test/java/org/hibernate/validator/integration/wildfly/User.java +++ b/integration/src/test/java/org/hibernate/validator/integration/wildfly/User.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.integration.wildfly; import javax.persistence.Entity; diff --git a/integration/src/test/resources/arquillian.xml b/integration/src/test/resources/arquillian.xml index 5cadf2b85d..01ddc52263 100644 --- a/integration/src/test/resources/arquillian.xml +++ b/integration/src/test/resources/arquillian.xml @@ -1,19 +1,9 @@ 4.0.0 diff --git a/performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidationTest.java b/performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidationTest.java index ad3eb9448f..d4ef2eadd6 100644 --- a/performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidationTest.java +++ b/performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.performance.cascaded; import java.util.HashSet; diff --git a/performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidationTest.java b/performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidationTest.java index e183655247..e12c08f2e5 100644 --- a/performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidationTest.java +++ b/performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.performance.simple; import java.util.Random; diff --git a/performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalConstraintValidator.java b/performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalConstraintValidator.java index 400f7cef65..79b6e1355d 100644 --- a/performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalConstraintValidator.java +++ b/performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalConstraintValidator.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.performance.statistical; import java.lang.annotation.Annotation; diff --git a/performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java b/performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java index 6312e5031d..7f86864f6d 100644 --- a/performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java +++ b/performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.performance.statistical; import java.io.InputStream; diff --git a/performance/src/main/java/org/hibernate/validator/performance/statistical/TestEntity.java b/performance/src/main/java/org/hibernate/validator/performance/statistical/TestEntity.java index 6d079a8faa..4ca1e03507 100644 --- a/performance/src/main/java/org/hibernate/validator/performance/statistical/TestEntity.java +++ b/performance/src/main/java/org/hibernate/validator/performance/statistical/TestEntity.java @@ -1,19 +1,9 @@ /* -* JBoss, Home of Professional Open Source -* Copyright 2012, Red Hat, Inc. and/or its affiliates, and individual contributors -* by the @authors tag. See the copyright.txt in the distribution for a -* full listing of individual contributors. -* -* 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 Validator, declare and validate application constraints + * + * License: Apache License, Version 2.0 + * See the license.txt file in the root directory or . + */ package org.hibernate.validator.performance.statistical; import java.math.BigDecimal; diff --git a/pom.xml b/pom.xml index 091ed6a0a1..3ac8616871 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,9 @@ 4.0.0 diff --git a/src/main/build-config/java.header b/src/main/build-config/java.header index b5565d349b..174c91e9dc 100644 --- a/src/main/build-config/java.header +++ b/src/main/build-config/java.header @@ -1,16 +1,6 @@ /\* -\* JBoss, Home of Professional Open Source -\* Copyright 20[0-9][0-9](-\d{4})?, (Red Hat, Inc. and/or its affiliates|Red Hat Middleware LLC), and individual contributors -\* by the @authors tag. See the copyright.txt in the distribution for a -\* full listing of individual contributors. -\* -\* 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. -\*/ \ No newline at end of file + \* Hibernate Validator, declare and validate application constraints + \* + \* License: Apache License, Version 2.0 + \* See the license.txt file in the root directory or . + \*/ \ No newline at end of file diff --git a/tck-runner/pom.xml b/tck-runner/pom.xml index fccbc5b51e..f1575634dd 100644 --- a/tck-runner/pom.xml +++ b/tck-runner/pom.xml @@ -1,19 +1,9 @@ 4.0.0