From 46003b656a2cd33e115d2bb9d0ac2e12c277b404 Mon Sep 17 00:00:00 2001 From: John Tims Date: Wed, 6 May 2015 00:06:12 -0400 Subject: [PATCH] Add copyright notices --- .../main/java/com/querydsl/apt/SpatialSupport.java | 13 +++++++++++++ .../com/querydsl/core/support/ExtendedSubQuery.java | 13 +++++++++++++ .../core/support/FetchableSubQueryBase.java | 13 +++++++++++++ .../querydsl/core/types/FactoryExpressionBase.java | 13 +++++++++++++ .../com/querydsl/core/types/HashCodeVisitor.java | 13 +++++++++++++ .../main/java/com/querydsl/core/util/FileUtils.java | 13 +++++++++++++ .../jpa/codegen/ant/AntJPADomainExporter.java | 13 +++++++++++++ .../java/com/querydsl/jpa/JPAListAccessVisitor.java | 13 +++++++++++++ .../java/com/querydsl/jpa/JPAMapAccessVisitor.java | 13 +++++++++++++ .../src/main/java/com/querydsl/maven/Mapping.java | 13 +++++++++++++ querydsl-scala/src/main/scala/PlaceHolder.java | 13 +++++++++++++ .../com/querydsl/spatial/GeometryExpressions.java | 13 +++++++++++++ .../spatial/jts/JTSGeometryExpressions.java | 13 +++++++++++++ .../sql/codegen/OrdinalPositionComparator.java | 13 +++++++++++++ .../java/com/querydsl/sql/FirebirdTemplates.java | 13 +++++++++++++ .../java/com/querydsl/sql/SQLDetailedListener.java | 13 +++++++++++++ .../java/com/querydsl/sql/SQLListenerAdapter.java | 13 +++++++++++++ .../java/com/querydsl/sql/SQLListenerContext.java | 13 +++++++++++++ .../com/querydsl/sql/SQLListenerContextImpl.java | 13 +++++++++++++ .../java/com/querydsl/sql/SQLTemplatesRegistry.java | 13 +++++++++++++ .../main/java/com/querydsl/sql/types/ArrayType.java | 13 +++++++++++++ 21 files changed, 273 insertions(+) diff --git a/querydsl-apt/src/main/java/com/querydsl/apt/SpatialSupport.java b/querydsl-apt/src/main/java/com/querydsl/apt/SpatialSupport.java index a7e03de0a..6ac7ffe77 100644 --- a/querydsl-apt/src/main/java/com/querydsl/apt/SpatialSupport.java +++ b/querydsl-apt/src/main/java/com/querydsl/apt/SpatialSupport.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.apt; import java.util.Map; diff --git a/querydsl-core/src/main/java/com/querydsl/core/support/ExtendedSubQuery.java b/querydsl-core/src/main/java/com/querydsl/core/support/ExtendedSubQuery.java index 1d06f7569..22ab19210 100644 --- a/querydsl-core/src/main/java/com/querydsl/core/support/ExtendedSubQuery.java +++ b/querydsl-core/src/main/java/com/querydsl/core/support/ExtendedSubQuery.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.core.support; import com.querydsl.core.types.Expression; diff --git a/querydsl-core/src/main/java/com/querydsl/core/support/FetchableSubQueryBase.java b/querydsl-core/src/main/java/com/querydsl/core/support/FetchableSubQueryBase.java index abe998ada..9348099e9 100644 --- a/querydsl-core/src/main/java/com/querydsl/core/support/FetchableSubQueryBase.java +++ b/querydsl-core/src/main/java/com/querydsl/core/support/FetchableSubQueryBase.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.core.support; import com.querydsl.core.QueryMetadata; diff --git a/querydsl-core/src/main/java/com/querydsl/core/types/FactoryExpressionBase.java b/querydsl-core/src/main/java/com/querydsl/core/types/FactoryExpressionBase.java index 85ad47d05..70a35f062 100644 --- a/querydsl-core/src/main/java/com/querydsl/core/types/FactoryExpressionBase.java +++ b/querydsl-core/src/main/java/com/querydsl/core/types/FactoryExpressionBase.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.core.types; import java.util.List; diff --git a/querydsl-core/src/main/java/com/querydsl/core/types/HashCodeVisitor.java b/querydsl-core/src/main/java/com/querydsl/core/types/HashCodeVisitor.java index 44cdf2c5f..955a2cd8e 100644 --- a/querydsl-core/src/main/java/com/querydsl/core/types/HashCodeVisitor.java +++ b/querydsl-core/src/main/java/com/querydsl/core/types/HashCodeVisitor.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.core.types; diff --git a/querydsl-core/src/main/java/com/querydsl/core/util/FileUtils.java b/querydsl-core/src/main/java/com/querydsl/core/util/FileUtils.java index b275fa9df..3c9c90d9b 100644 --- a/querydsl-core/src/main/java/com/querydsl/core/util/FileUtils.java +++ b/querydsl-core/src/main/java/com/querydsl/core/util/FileUtils.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.core.util; import java.io.File; diff --git a/querydsl-jpa-codegen/src/main/java/com/querydsl/jpa/codegen/ant/AntJPADomainExporter.java b/querydsl-jpa-codegen/src/main/java/com/querydsl/jpa/codegen/ant/AntJPADomainExporter.java index cc0116bc1..80cd36b20 100644 --- a/querydsl-jpa-codegen/src/main/java/com/querydsl/jpa/codegen/ant/AntJPADomainExporter.java +++ b/querydsl-jpa-codegen/src/main/java/com/querydsl/jpa/codegen/ant/AntJPADomainExporter.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.jpa.codegen.ant; import java.io.File; diff --git a/querydsl-jpa/src/main/java/com/querydsl/jpa/JPAListAccessVisitor.java b/querydsl-jpa/src/main/java/com/querydsl/jpa/JPAListAccessVisitor.java index 393147c82..fbf177a5b 100644 --- a/querydsl-jpa/src/main/java/com/querydsl/jpa/JPAListAccessVisitor.java +++ b/querydsl-jpa/src/main/java/com/querydsl/jpa/JPAListAccessVisitor.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.jpa; import java.util.Map; diff --git a/querydsl-jpa/src/main/java/com/querydsl/jpa/JPAMapAccessVisitor.java b/querydsl-jpa/src/main/java/com/querydsl/jpa/JPAMapAccessVisitor.java index c71a71ceb..d9c46f5bf 100644 --- a/querydsl-jpa/src/main/java/com/querydsl/jpa/JPAMapAccessVisitor.java +++ b/querydsl-jpa/src/main/java/com/querydsl/jpa/JPAMapAccessVisitor.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.jpa; import java.util.Map; diff --git a/querydsl-maven-plugin/src/main/java/com/querydsl/maven/Mapping.java b/querydsl-maven-plugin/src/main/java/com/querydsl/maven/Mapping.java index ebf06be78..f428bf834 100644 --- a/querydsl-maven-plugin/src/main/java/com/querydsl/maven/Mapping.java +++ b/querydsl-maven-plugin/src/main/java/com/querydsl/maven/Mapping.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.maven; import com.querydsl.sql.Configuration; diff --git a/querydsl-scala/src/main/scala/PlaceHolder.java b/querydsl-scala/src/main/scala/PlaceHolder.java index b944bc67c..1fc349c2c 100644 --- a/querydsl-scala/src/main/scala/PlaceHolder.java +++ b/querydsl-scala/src/main/scala/PlaceHolder.java @@ -1,2 +1,15 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ //hack to generate package javadoc public class PlaceHolder {} diff --git a/querydsl-spatial/src/main/java/com/querydsl/spatial/GeometryExpressions.java b/querydsl-spatial/src/main/java/com/querydsl/spatial/GeometryExpressions.java index 5a9e8e125..57c434456 100644 --- a/querydsl-spatial/src/main/java/com/querydsl/spatial/GeometryExpressions.java +++ b/querydsl-spatial/src/main/java/com/querydsl/spatial/GeometryExpressions.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.spatial; import org.geolatte.geom.*; diff --git a/querydsl-spatial/src/main/java/com/querydsl/spatial/jts/JTSGeometryExpressions.java b/querydsl-spatial/src/main/java/com/querydsl/spatial/jts/JTSGeometryExpressions.java index 2ac292f2c..b34794885 100644 --- a/querydsl-spatial/src/main/java/com/querydsl/spatial/jts/JTSGeometryExpressions.java +++ b/querydsl-spatial/src/main/java/com/querydsl/spatial/jts/JTSGeometryExpressions.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.spatial.jts; import com.querydsl.core.types.ConstantImpl; diff --git a/querydsl-sql-codegen/src/main/java/com/querydsl/sql/codegen/OrdinalPositionComparator.java b/querydsl-sql-codegen/src/main/java/com/querydsl/sql/codegen/OrdinalPositionComparator.java index b94f5fc51..1e2956ca0 100644 --- a/querydsl-sql-codegen/src/main/java/com/querydsl/sql/codegen/OrdinalPositionComparator.java +++ b/querydsl-sql-codegen/src/main/java/com/querydsl/sql/codegen/OrdinalPositionComparator.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.sql.codegen; import java.util.Arrays; diff --git a/querydsl-sql/src/main/java/com/querydsl/sql/FirebirdTemplates.java b/querydsl-sql/src/main/java/com/querydsl/sql/FirebirdTemplates.java index e01c1088f..77444ad0d 100644 --- a/querydsl-sql/src/main/java/com/querydsl/sql/FirebirdTemplates.java +++ b/querydsl-sql/src/main/java/com/querydsl/sql/FirebirdTemplates.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.sql; import java.sql.Types; diff --git a/querydsl-sql/src/main/java/com/querydsl/sql/SQLDetailedListener.java b/querydsl-sql/src/main/java/com/querydsl/sql/SQLDetailedListener.java index 0d1f6ad79..c7ef778f5 100644 --- a/querydsl-sql/src/main/java/com/querydsl/sql/SQLDetailedListener.java +++ b/querydsl-sql/src/main/java/com/querydsl/sql/SQLDetailedListener.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.sql; /** diff --git a/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerAdapter.java b/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerAdapter.java index 2f1d5ca3f..eae99368f 100644 --- a/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerAdapter.java +++ b/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerAdapter.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.sql; import java.util.List; diff --git a/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerContext.java b/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerContext.java index 4bb912111..fb5ea3aae 100644 --- a/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerContext.java +++ b/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerContext.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.sql; import com.querydsl.core.QueryMetadata; diff --git a/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerContextImpl.java b/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerContextImpl.java index 3741cbf7d..8de5d6692 100644 --- a/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerContextImpl.java +++ b/querydsl-sql/src/main/java/com/querydsl/sql/SQLListenerContextImpl.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.sql; import com.google.common.collect.Lists; diff --git a/querydsl-sql/src/main/java/com/querydsl/sql/SQLTemplatesRegistry.java b/querydsl-sql/src/main/java/com/querydsl/sql/SQLTemplatesRegistry.java index 457b272ab..2adf73081 100644 --- a/querydsl-sql/src/main/java/com/querydsl/sql/SQLTemplatesRegistry.java +++ b/querydsl-sql/src/main/java/com/querydsl/sql/SQLTemplatesRegistry.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.sql; import java.sql.DatabaseMetaData; diff --git a/querydsl-sql/src/main/java/com/querydsl/sql/types/ArrayType.java b/querydsl-sql/src/main/java/com/querydsl/sql/types/ArrayType.java index 6cc7c54e1..4c94a749a 100644 --- a/querydsl-sql/src/main/java/com/querydsl/sql/types/ArrayType.java +++ b/querydsl-sql/src/main/java/com/querydsl/sql/types/ArrayType.java @@ -1,3 +1,16 @@ +/* + * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.querydsl.sql.types; import java.sql.*;