Skip to content

Commit

Permalink
Showing 373 changed files with 7 additions and 765 deletions.
5 changes: 5 additions & 0 deletions COPYRIGHT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# JDBI

Copyright (C) 2004 - 2015 Brian McCallister

----
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2004 - 2014 Brian McCallister
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
3 changes: 0 additions & 3 deletions src/build/LICENSE-HEADER.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Copyright (C) 2004 - 2014 Brian McCallister

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
@@ -11,4 +9,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

3 changes: 0 additions & 3 deletions src/build/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0"?>
<!--
~ Copyright (C) 2004 - 2014 Brian McCallister
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
@@ -14,7 +12,6 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
2 changes: 0 additions & 2 deletions src/build/findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<!--
~ Copyright (C) 2004 - 2014 Brian McCallister
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/build/travis-toolchains.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF8"?>
<!--
~ Copyright (C) 2004 - 2014 Brian McCallister
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/doc/api/overview.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!--
Copyright (C) 2004 - 2014 Brian McCallister
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
4 changes: 1 addition & 3 deletions src/doc/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!--
Copyright (C) 2004 - 2014 Brian McCallister
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
@@ -33,7 +31,7 @@ <h2>Current Version</h2>
<li><a href="http://jdbi.codehaus.org/api-2.0/index.html">@version@ Javadocs</a></li>
<li><a href="RELEASE_NOTES">Release Notes</a></li>
<li>
Copyright 2004-2009, Brian McCallister, released under
Copyright 2004-2015, Brian McCallister, released under
<a href="http://www.opensource.org/licenses/apache2.0.txt">
Apache Software License, version 2
</a>
2 changes: 0 additions & 2 deletions src/doc/v1/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!--
Copyright (C) 2004 - 2014 Brian McCallister
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/doc/v2/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!--
Copyright (C) 2004 - 2014 Brian McCallister
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/doc/v2/queries.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!--
Copyright (C) 2004 - 2014 Brian McCallister
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/doc/v2/spring-integration.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<!--
Copyright (C) 2004 - 2014 Brian McCallister
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BaseResultSetMapper.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BaseStatement.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BasicHandle.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/Batch.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BeanMapper.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BeanPropertyArguments.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BigDecimalArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/Binding.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BlobArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BooleanArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BooleanIntegerArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/BuiltInArgumentFactory.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/ByteArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/ByteArrayArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/CachingStatementBuilder.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/Call.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/CallableStatementMapper.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/CharacterArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/CharacterStreamArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/Cleanable.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/Cleanables.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/ClobArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/ConcreteStatementContext.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/ContainerBuilder.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/ContainerFactoryRegistry.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/DBI.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/DefaultMapper.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/DefaultStatementBuilder.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/DelegatingConnection.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/DoubleArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/EnumArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/FloatArgument.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/FoldController.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/Folder.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/Folder2.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
2 changes: 0 additions & 2 deletions src/main/java/org/skife/jdbi/v2/Folder3.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/*
* Copyright (C) 2004 - 2014 Brian McCallister
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Loading

0 comments on commit 6804fa0

Please sign in to comment.