diff --git a/java-client/src/main/java/org/scassandra/Scassandra.java b/java-client/src/main/java/org/scassandra/Scassandra.java index 614a350c..d4fea109 100644 --- a/java-client/src/main/java/org/scassandra/Scassandra.java +++ b/java-client/src/main/java/org/scassandra/Scassandra.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/ScassandraFactory.java b/java-client/src/main/java/org/scassandra/ScassandraFactory.java index 72e7eabe..0b60f1c0 100644 --- a/java-client/src/main/java/org/scassandra/ScassandraFactory.java +++ b/java-client/src/main/java/org/scassandra/ScassandraFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/ScassandraRunner.java b/java-client/src/main/java/org/scassandra/ScassandraRunner.java index 5000f152..b367211e 100644 --- a/java-client/src/main/java/org/scassandra/ScassandraRunner.java +++ b/java-client/src/main/java/org/scassandra/ScassandraRunner.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/ActivityClient.java b/java-client/src/main/java/org/scassandra/http/client/ActivityClient.java index 700ff715..72c6b1ad 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ActivityClient.java +++ b/java-client/src/main/java/org/scassandra/http/client/ActivityClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/ActivityRequestFailed.java b/java-client/src/main/java/org/scassandra/http/client/ActivityRequestFailed.java index b56dce32..c911bfb8 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ActivityRequestFailed.java +++ b/java-client/src/main/java/org/scassandra/http/client/ActivityRequestFailed.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/AlreadyExistsConfig.java b/java-client/src/main/java/org/scassandra/http/client/AlreadyExistsConfig.java index fb4488e4..0c4946c3 100644 --- a/java-client/src/main/java/org/scassandra/http/client/AlreadyExistsConfig.java +++ b/java-client/src/main/java/org/scassandra/http/client/AlreadyExistsConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import java.util.Map; diff --git a/java-client/src/main/java/org/scassandra/http/client/BatchExecution.java b/java-client/src/main/java/org/scassandra/http/client/BatchExecution.java index e834d29c..1bc25df6 100644 --- a/java-client/src/main/java/org/scassandra/http/client/BatchExecution.java +++ b/java-client/src/main/java/org/scassandra/http/client/BatchExecution.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/BatchPrimingRequest.java b/java-client/src/main/java/org/scassandra/http/client/BatchPrimingRequest.java index d34f0ba9..d0c510dc 100644 --- a/java-client/src/main/java/org/scassandra/http/client/BatchPrimingRequest.java +++ b/java-client/src/main/java/org/scassandra/http/client/BatchPrimingRequest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import java.util.*; diff --git a/java-client/src/main/java/org/scassandra/http/client/BatchQuery.java b/java-client/src/main/java/org/scassandra/http/client/BatchQuery.java index 83cfd214..e998a0a3 100644 --- a/java-client/src/main/java/org/scassandra/http/client/BatchQuery.java +++ b/java-client/src/main/java/org/scassandra/http/client/BatchQuery.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/BatchQueryKind.java b/java-client/src/main/java/org/scassandra/http/client/BatchQueryKind.java index 2fdb8947..ef854263 100644 --- a/java-client/src/main/java/org/scassandra/http/client/BatchQueryKind.java +++ b/java-client/src/main/java/org/scassandra/http/client/BatchQueryKind.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; public enum BatchQueryKind { diff --git a/java-client/src/main/java/org/scassandra/http/client/BatchQueryPrime.java b/java-client/src/main/java/org/scassandra/http/client/BatchQueryPrime.java index 54bfec65..2f6d3061 100644 --- a/java-client/src/main/java/org/scassandra/http/client/BatchQueryPrime.java +++ b/java-client/src/main/java/org/scassandra/http/client/BatchQueryPrime.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; /** diff --git a/java-client/src/main/java/org/scassandra/http/client/BatchType.java b/java-client/src/main/java/org/scassandra/http/client/BatchType.java index 495f7dfa..e69dad43 100644 --- a/java-client/src/main/java/org/scassandra/http/client/BatchType.java +++ b/java-client/src/main/java/org/scassandra/http/client/BatchType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/ClientConnection.java b/java-client/src/main/java/org/scassandra/http/client/ClientConnection.java index a74ddba7..8d2db505 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ClientConnection.java +++ b/java-client/src/main/java/org/scassandra/http/client/ClientConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/ClosedConnectionConfig.java b/java-client/src/main/java/org/scassandra/http/client/ClosedConnectionConfig.java index ae1ef11d..39e804c4 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ClosedConnectionConfig.java +++ b/java-client/src/main/java/org/scassandra/http/client/ClosedConnectionConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import java.util.Map; diff --git a/java-client/src/main/java/org/scassandra/http/client/ClosedConnectionReport.java b/java-client/src/main/java/org/scassandra/http/client/ClosedConnectionReport.java index 89975eb1..629cd4c3 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ClosedConnectionReport.java +++ b/java-client/src/main/java/org/scassandra/http/client/ClosedConnectionReport.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/ColumnTypes.java b/java-client/src/main/java/org/scassandra/http/client/ColumnTypes.java index b3127b86..9bba0e4b 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ColumnTypes.java +++ b/java-client/src/main/java/org/scassandra/http/client/ColumnTypes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/Config.java b/java-client/src/main/java/org/scassandra/http/client/Config.java index f656f42d..a70f0c58 100644 --- a/java-client/src/main/java/org/scassandra/http/client/Config.java +++ b/java-client/src/main/java/org/scassandra/http/client/Config.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/Connection.java b/java-client/src/main/java/org/scassandra/http/client/Connection.java index 2de2dc85..d66efb9f 100644 --- a/java-client/src/main/java/org/scassandra/http/client/Connection.java +++ b/java-client/src/main/java/org/scassandra/http/client/Connection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/ConnectionReport.java b/java-client/src/main/java/org/scassandra/http/client/ConnectionReport.java index 1476a18e..cc7bbae1 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ConnectionReport.java +++ b/java-client/src/main/java/org/scassandra/http/client/ConnectionReport.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import java.net.InetSocketAddress; diff --git a/java-client/src/main/java/org/scassandra/http/client/ConnectionsRequestFailed.java b/java-client/src/main/java/org/scassandra/http/client/ConnectionsRequestFailed.java index 84997849..1f72c64c 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ConnectionsRequestFailed.java +++ b/java-client/src/main/java/org/scassandra/http/client/ConnectionsRequestFailed.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; public class ConnectionsRequestFailed extends RuntimeException { diff --git a/java-client/src/main/java/org/scassandra/http/client/Consistency.java b/java-client/src/main/java/org/scassandra/http/client/Consistency.java index 08ecacf6..b09ea75a 100644 --- a/java-client/src/main/java/org/scassandra/http/client/Consistency.java +++ b/java-client/src/main/java/org/scassandra/http/client/Consistency.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; public enum Consistency { diff --git a/java-client/src/main/java/org/scassandra/http/client/CurrentClient.java b/java-client/src/main/java/org/scassandra/http/client/CurrentClient.java index c8b23bb4..600b24b1 100644 --- a/java-client/src/main/java/org/scassandra/http/client/CurrentClient.java +++ b/java-client/src/main/java/org/scassandra/http/client/CurrentClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/CurrentConnectionReport.java b/java-client/src/main/java/org/scassandra/http/client/CurrentConnectionReport.java index d059fb11..111bb95d 100644 --- a/java-client/src/main/java/org/scassandra/http/client/CurrentConnectionReport.java +++ b/java-client/src/main/java/org/scassandra/http/client/CurrentConnectionReport.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import java.net.InetSocketAddress; diff --git a/java-client/src/main/java/org/scassandra/http/client/ErrorMessageConfig.java b/java-client/src/main/java/org/scassandra/http/client/ErrorMessageConfig.java index fd893fa6..3a8f2c41 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ErrorMessageConfig.java +++ b/java-client/src/main/java/org/scassandra/http/client/ErrorMessageConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import java.util.Map; diff --git a/java-client/src/main/java/org/scassandra/http/client/ListenerRequestFailed.java b/java-client/src/main/java/org/scassandra/http/client/ListenerRequestFailed.java index 8dea1de2..5b1d3d23 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ListenerRequestFailed.java +++ b/java-client/src/main/java/org/scassandra/http/client/ListenerRequestFailed.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/MultiPrimeRequest.java b/java-client/src/main/java/org/scassandra/http/client/MultiPrimeRequest.java index 05b62cc5..5c6ccfd5 100644 --- a/java-client/src/main/java/org/scassandra/http/client/MultiPrimeRequest.java +++ b/java-client/src/main/java/org/scassandra/http/client/MultiPrimeRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/PreparedStatementExecution.java b/java-client/src/main/java/org/scassandra/http/client/PreparedStatementExecution.java index 2362b11e..4995faaa 100644 --- a/java-client/src/main/java/org/scassandra/http/client/PreparedStatementExecution.java +++ b/java-client/src/main/java/org/scassandra/http/client/PreparedStatementExecution.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/PreparedStatementPreparation.java b/java-client/src/main/java/org/scassandra/http/client/PreparedStatementPreparation.java index 0c5c9f51..7d1d04c5 100644 --- a/java-client/src/main/java/org/scassandra/http/client/PreparedStatementPreparation.java +++ b/java-client/src/main/java/org/scassandra/http/client/PreparedStatementPreparation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/PrimeFailedException.java b/java-client/src/main/java/org/scassandra/http/client/PrimeFailedException.java index 586d0a30..b7cddeb0 100644 --- a/java-client/src/main/java/org/scassandra/http/client/PrimeFailedException.java +++ b/java-client/src/main/java/org/scassandra/http/client/PrimeFailedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/PrimingClient.java b/java-client/src/main/java/org/scassandra/http/client/PrimingClient.java index 5b763d7b..748a704f 100644 --- a/java-client/src/main/java/org/scassandra/http/client/PrimingClient.java +++ b/java-client/src/main/java/org/scassandra/http/client/PrimingClient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/PrimingRequest.java b/java-client/src/main/java/org/scassandra/http/client/PrimingRequest.java index 501a6593..68bacd5c 100644 --- a/java-client/src/main/java/org/scassandra/http/client/PrimingRequest.java +++ b/java-client/src/main/java/org/scassandra/http/client/PrimingRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/Query.java b/java-client/src/main/java/org/scassandra/http/client/Query.java index 19ef998a..334850c5 100644 --- a/java-client/src/main/java/org/scassandra/http/client/Query.java +++ b/java-client/src/main/java/org/scassandra/http/client/Query.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/ReadTimeoutConfig.java b/java-client/src/main/java/org/scassandra/http/client/ReadTimeoutConfig.java index cc037ba6..9f23f8c9 100644 --- a/java-client/src/main/java/org/scassandra/http/client/ReadTimeoutConfig.java +++ b/java-client/src/main/java/org/scassandra/http/client/ReadTimeoutConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/Result.java b/java-client/src/main/java/org/scassandra/http/client/Result.java index 42e16f57..a7aa8b8d 100644 --- a/java-client/src/main/java/org/scassandra/http/client/Result.java +++ b/java-client/src/main/java/org/scassandra/http/client/Result.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; public enum Result { diff --git a/java-client/src/main/java/org/scassandra/http/client/UnavailableConfig.java b/java-client/src/main/java/org/scassandra/http/client/UnavailableConfig.java index e2a8485b..314b33bd 100644 --- a/java-client/src/main/java/org/scassandra/http/client/UnavailableConfig.java +++ b/java-client/src/main/java/org/scassandra/http/client/UnavailableConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/UnpreparedConfig.java b/java-client/src/main/java/org/scassandra/http/client/UnpreparedConfig.java index 075be30a..49f9a6c7 100644 --- a/java-client/src/main/java/org/scassandra/http/client/UnpreparedConfig.java +++ b/java-client/src/main/java/org/scassandra/http/client/UnpreparedConfig.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import java.util.Map; diff --git a/java-client/src/main/java/org/scassandra/http/client/WriteTimeoutConfig.java b/java-client/src/main/java/org/scassandra/http/client/WriteTimeoutConfig.java index a551e0c6..51751e32 100644 --- a/java-client/src/main/java/org/scassandra/http/client/WriteTimeoutConfig.java +++ b/java-client/src/main/java/org/scassandra/http/client/WriteTimeoutConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/WriteTypePrime.java b/java-client/src/main/java/org/scassandra/http/client/WriteTypePrime.java index 834bf41f..c57897e1 100644 --- a/java-client/src/main/java/org/scassandra/http/client/WriteTypePrime.java +++ b/java-client/src/main/java/org/scassandra/http/client/WriteTypePrime.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/types/ColumnMetadata.java b/java-client/src/main/java/org/scassandra/http/client/types/ColumnMetadata.java index dfea718e..eceefdba 100644 --- a/java-client/src/main/java/org/scassandra/http/client/types/ColumnMetadata.java +++ b/java-client/src/main/java/org/scassandra/http/client/types/ColumnMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/types/GsonCqlTypeDeserialiser.java b/java-client/src/main/java/org/scassandra/http/client/types/GsonCqlTypeDeserialiser.java index b05fdc1e..216d113f 100644 --- a/java-client/src/main/java/org/scassandra/http/client/types/GsonCqlTypeDeserialiser.java +++ b/java-client/src/main/java/org/scassandra/http/client/types/GsonCqlTypeDeserialiser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/types/GsonCqlTypeSerialiser.java b/java-client/src/main/java/org/scassandra/http/client/types/GsonCqlTypeSerialiser.java index 25d66aec..49813241 100644 --- a/java-client/src/main/java/org/scassandra/http/client/types/GsonCqlTypeSerialiser.java +++ b/java-client/src/main/java/org/scassandra/http/client/types/GsonCqlTypeSerialiser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/types/GsonDateSerialiser.java b/java-client/src/main/java/org/scassandra/http/client/types/GsonDateSerialiser.java index 119a66b4..8b661285 100644 --- a/java-client/src/main/java/org/scassandra/http/client/types/GsonDateSerialiser.java +++ b/java-client/src/main/java/org/scassandra/http/client/types/GsonDateSerialiser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/types/GsonExactMatchSerialiser.java b/java-client/src/main/java/org/scassandra/http/client/types/GsonExactMatchSerialiser.java index e63ef162..e7002155 100644 --- a/java-client/src/main/java/org/scassandra/http/client/types/GsonExactMatchSerialiser.java +++ b/java-client/src/main/java/org/scassandra/http/client/types/GsonExactMatchSerialiser.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client.types; import com.google.gson.*; diff --git a/java-client/src/main/java/org/scassandra/http/client/types/GsonInetAddressSerialiser.java b/java-client/src/main/java/org/scassandra/http/client/types/GsonInetAddressSerialiser.java index 6e3deb5f..23f7deb2 100644 --- a/java-client/src/main/java/org/scassandra/http/client/types/GsonInetAddressSerialiser.java +++ b/java-client/src/main/java/org/scassandra/http/client/types/GsonInetAddressSerialiser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/http/client/types/GsonVariableMatchDeserialiser.java b/java-client/src/main/java/org/scassandra/http/client/types/GsonVariableMatchDeserialiser.java index 84ecfbab..2fea883b 100644 --- a/java-client/src/main/java/org/scassandra/http/client/types/GsonVariableMatchDeserialiser.java +++ b/java-client/src/main/java/org/scassandra/http/client/types/GsonVariableMatchDeserialiser.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client.types; import com.google.gson.*; diff --git a/java-client/src/main/java/org/scassandra/junit/ScassandraServerRule.java b/java-client/src/main/java/org/scassandra/junit/ScassandraServerRule.java index 2e503a4b..caf394fe 100644 --- a/java-client/src/main/java/org/scassandra/junit/ScassandraServerRule.java +++ b/java-client/src/main/java/org/scassandra/junit/ScassandraServerRule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/matchers/Matchers.java b/java-client/src/main/java/org/scassandra/matchers/Matchers.java index bfd01c47..6c4441b1 100644 --- a/java-client/src/main/java/org/scassandra/matchers/Matchers.java +++ b/java-client/src/main/java/org/scassandra/matchers/Matchers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/matchers/PreparedStatementMatcher.java b/java-client/src/main/java/org/scassandra/matchers/PreparedStatementMatcher.java index a753f8af..d6207835 100644 --- a/java-client/src/main/java/org/scassandra/matchers/PreparedStatementMatcher.java +++ b/java-client/src/main/java/org/scassandra/matchers/PreparedStatementMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/matchers/QueryMatcher.java b/java-client/src/main/java/org/scassandra/matchers/QueryMatcher.java index de647af4..9475b08e 100644 --- a/java-client/src/main/java/org/scassandra/matchers/QueryMatcher.java +++ b/java-client/src/main/java/org/scassandra/matchers/QueryMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/main/java/org/scassandra/matchers/ScassandraMatcher.java b/java-client/src/main/java/org/scassandra/matchers/ScassandraMatcher.java index 52b02d11..7a9680b9 100644 --- a/java-client/src/main/java/org/scassandra/matchers/ScassandraMatcher.java +++ b/java-client/src/main/java/org/scassandra/matchers/ScassandraMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/VersionIntegrationTest.java b/java-client/src/test/java/org/scassandra/VersionIntegrationTest.java index e5bca676..4f89929b 100644 --- a/java-client/src/test/java/org/scassandra/VersionIntegrationTest.java +++ b/java-client/src/test/java/org/scassandra/VersionIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/ActivityClientTest.java b/java-client/src/test/java/org/scassandra/http/client/ActivityClientTest.java index a8eb579c..b88047f6 100644 --- a/java-client/src/test/java/org/scassandra/http/client/ActivityClientTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/ActivityClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/BatchExecutionTest.java b/java-client/src/test/java/org/scassandra/http/client/BatchExecutionTest.java index 92533720..3b155916 100644 --- a/java-client/src/test/java/org/scassandra/http/client/BatchExecutionTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/BatchExecutionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/BatchPrimingRequestTest.java b/java-client/src/test/java/org/scassandra/http/client/BatchPrimingRequestTest.java index f54de7de..08bfd3ee 100644 --- a/java-client/src/test/java/org/scassandra/http/client/BatchPrimingRequestTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/BatchPrimingRequestTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import com.google.common.collect.ImmutableMap; diff --git a/java-client/src/test/java/org/scassandra/http/client/BatchQueryTest.java b/java-client/src/test/java/org/scassandra/http/client/BatchQueryTest.java index 3a35d8ae..9f8f7f4c 100644 --- a/java-client/src/test/java/org/scassandra/http/client/BatchQueryTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/BatchQueryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/ClientConnectionTest.java b/java-client/src/test/java/org/scassandra/http/client/ClientConnectionTest.java index b7d8f13e..ff36ef6b 100644 --- a/java-client/src/test/java/org/scassandra/http/client/ClientConnectionTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/ClientConnectionTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import nl.jqno.equalsverifier.EqualsVerifier; diff --git a/java-client/src/test/java/org/scassandra/http/client/ConnectionTest.java b/java-client/src/test/java/org/scassandra/http/client/ConnectionTest.java index a6fdacf1..214a79f5 100644 --- a/java-client/src/test/java/org/scassandra/http/client/ConnectionTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/ConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/CurrentClientTest.java b/java-client/src/test/java/org/scassandra/http/client/CurrentClientTest.java index 4c13d3a7..9acb0fe4 100644 --- a/java-client/src/test/java/org/scassandra/http/client/CurrentClientTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/CurrentClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/MultiPrimeRequestTest.java b/java-client/src/test/java/org/scassandra/http/client/MultiPrimeRequestTest.java index d74a032e..7b116d68 100644 --- a/java-client/src/test/java/org/scassandra/http/client/MultiPrimeRequestTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/MultiPrimeRequestTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client; import nl.jqno.equalsverifier.EqualsVerifier; diff --git a/java-client/src/test/java/org/scassandra/http/client/PreparedStatementExecutionTest.java b/java-client/src/test/java/org/scassandra/http/client/PreparedStatementExecutionTest.java index 239d5cb6..260437c9 100644 --- a/java-client/src/test/java/org/scassandra/http/client/PreparedStatementExecutionTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/PreparedStatementExecutionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/PreparedStatementPreparationTest.java b/java-client/src/test/java/org/scassandra/http/client/PreparedStatementPreparationTest.java index d93a1f11..a33f797b 100644 --- a/java-client/src/test/java/org/scassandra/http/client/PreparedStatementPreparationTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/PreparedStatementPreparationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/PrimingClientTest.java b/java-client/src/test/java/org/scassandra/http/client/PrimingClientTest.java index 9aa51dbf..9addfcef 100644 --- a/java-client/src/test/java/org/scassandra/http/client/PrimingClientTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/PrimingClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/PrimingRequestTest.java b/java-client/src/test/java/org/scassandra/http/client/PrimingRequestTest.java index eb307d79..37f296e3 100644 --- a/java-client/src/test/java/org/scassandra/http/client/PrimingRequestTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/PrimingRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/QueryTest.java b/java-client/src/test/java/org/scassandra/http/client/QueryTest.java index 85efa06c..6ab4cb51 100644 --- a/java-client/src/test/java/org/scassandra/http/client/QueryTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/QueryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/http/client/types/GsonExactMatchSerialiserTest.java b/java-client/src/test/java/org/scassandra/http/client/types/GsonExactMatchSerialiserTest.java index 5f1ce2c7..8ce01d95 100644 --- a/java-client/src/test/java/org/scassandra/http/client/types/GsonExactMatchSerialiserTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/types/GsonExactMatchSerialiserTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client.types; import com.google.gson.Gson; diff --git a/java-client/src/test/java/org/scassandra/http/client/types/GsonVariableMatchDeserialiserTest.java b/java-client/src/test/java/org/scassandra/http/client/types/GsonVariableMatchDeserialiserTest.java index a01e6d26..0058cd3b 100644 --- a/java-client/src/test/java/org/scassandra/http/client/types/GsonVariableMatchDeserialiserTest.java +++ b/java-client/src/test/java/org/scassandra/http/client/types/GsonVariableMatchDeserialiserTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.http.client.types; import com.google.gson.Gson; diff --git a/java-client/src/test/java/org/scassandra/integration/IntegrationTest.java b/java-client/src/test/java/org/scassandra/integration/IntegrationTest.java index d04742cb..59686ca3 100644 --- a/java-client/src/test/java/org/scassandra/integration/IntegrationTest.java +++ b/java-client/src/test/java/org/scassandra/integration/IntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/junit/ScassandraServerRuleTest.java b/java-client/src/test/java/org/scassandra/junit/ScassandraServerRuleTest.java index cca21bab..1db184ee 100644 --- a/java-client/src/test/java/org/scassandra/junit/ScassandraServerRuleTest.java +++ b/java-client/src/test/java/org/scassandra/junit/ScassandraServerRuleTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/matchers/PreparedStatementMatcherTest.java b/java-client/src/test/java/org/scassandra/matchers/PreparedStatementMatcherTest.java index c6fa7de4..6e89ff30 100644 --- a/java-client/src/test/java/org/scassandra/matchers/PreparedStatementMatcherTest.java +++ b/java-client/src/test/java/org/scassandra/matchers/PreparedStatementMatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/java/org/scassandra/matchers/QueryMatcherTest.java b/java-client/src/test/java/org/scassandra/matchers/QueryMatcherTest.java index 31b05d8d..9cc5f1cc 100644 --- a/java-client/src/test/java/org/scassandra/matchers/QueryMatcherTest.java +++ b/java-client/src/test/java/org/scassandra/matchers/QueryMatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java-client/src/test/resources/logback.xml b/java-client/src/test/resources/logback.xml index 5cda2ee8..2fff3d4c 100644 --- a/java-client/src/test/resources/logback.xml +++ b/java-client/src/test/resources/logback.xml @@ -1,3 +1,20 @@ + diff --git a/java-it-tests/common/src/main/java/batches/BatchActivityVerificationTest.java b/java-it-tests/common/src/main/java/batches/BatchActivityVerificationTest.java index 9d551625..68ccd506 100644 --- a/java-it-tests/common/src/main/java/batches/BatchActivityVerificationTest.java +++ b/java-it-tests/common/src/main/java/batches/BatchActivityVerificationTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 batches; import com.google.common.collect.Lists; diff --git a/java-it-tests/common/src/main/java/batches/BatchPrimingTest.java b/java-it-tests/common/src/main/java/batches/BatchPrimingTest.java index fc4ea3c7..63456dff 100644 --- a/java-it-tests/common/src/main/java/batches/BatchPrimingTest.java +++ b/java-it-tests/common/src/main/java/batches/BatchPrimingTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 batches;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/common/src/main/java/common/AbstractScassandraTest.java b/java-it-tests/common/src/main/java/common/AbstractScassandraTest.java index b3b6868e..8db5a8f2 100644 --- a/java-it-tests/common/src/main/java/common/AbstractScassandraTest.java +++ b/java-it-tests/common/src/main/java/common/AbstractScassandraTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 common; import java.nio.ByteBuffer; diff --git a/java-it-tests/common/src/main/java/common/CassandraExecutor.java b/java-it-tests/common/src/main/java/common/CassandraExecutor.java index 977cf696..66194bc3 100644 --- a/java-it-tests/common/src/main/java/common/CassandraExecutor.java +++ b/java-it-tests/common/src/main/java/common/CassandraExecutor.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 common; import com.google.common.base.Optional; diff --git a/java-it-tests/common/src/main/java/common/CassandraQuery.java b/java-it-tests/common/src/main/java/common/CassandraQuery.java index 4eba1579..17a94c76 100644 --- a/java-it-tests/common/src/main/java/common/CassandraQuery.java +++ b/java-it-tests/common/src/main/java/common/CassandraQuery.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 common; public class CassandraQuery { diff --git a/java-it-tests/common/src/main/java/common/CassandraResult.java b/java-it-tests/common/src/main/java/common/CassandraResult.java index 77d9b718..904681f0 100644 --- a/java-it-tests/common/src/main/java/common/CassandraResult.java +++ b/java-it-tests/common/src/main/java/common/CassandraResult.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 common; import org.scassandra.http.client.Result; diff --git a/java-it-tests/common/src/main/java/common/CassandraRow.java b/java-it-tests/common/src/main/java/common/CassandraRow.java index 6697a77c..2779c9c5 100644 --- a/java-it-tests/common/src/main/java/common/CassandraRow.java +++ b/java-it-tests/common/src/main/java/common/CassandraRow.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 common; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/common/Config.java b/java-it-tests/common/src/main/java/common/Config.java index 3ceae5cc..1825c8bb 100644 --- a/java-it-tests/common/src/main/java/common/Config.java +++ b/java-it-tests/common/src/main/java/common/Config.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 common; public class Config { diff --git a/java-it-tests/common/src/main/java/common/PortLocator.java b/java-it-tests/common/src/main/java/common/PortLocator.java index 2a91d3a8..0847c618 100644 --- a/java-it-tests/common/src/main/java/common/PortLocator.java +++ b/java-it-tests/common/src/main/java/common/PortLocator.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 common; import java.io.IOException; diff --git a/java-it-tests/common/src/main/java/common/WhereEquals.java b/java-it-tests/common/src/main/java/common/WhereEquals.java index 142b0eeb..37c1a498 100644 --- a/java-it-tests/common/src/main/java/common/WhereEquals.java +++ b/java-it-tests/common/src/main/java/common/WhereEquals.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 common; public class WhereEquals { diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementCollectionVariables.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementCollectionVariables.java index bdf40474..75cee88a 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementCollectionVariables.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementCollectionVariables.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementDelayTest.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementDelayTest.java index 2b37263d..f42dfab3 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementDelayTest.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementDelayTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import common.AbstractScassandraTest; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementErrorPrimingTest.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementErrorPrimingTest.java index d8314ef6..2f7e1187 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementErrorPrimingTest.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementErrorPrimingTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import common.*; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPreparationTest.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPreparationTest.java index 8ca34b8e..8775cb25 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPreparationTest.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPreparationTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import common.AbstractScassandraTest; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimeOnVariables.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimeOnVariables.java index e093209c..0ca9d216 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimeOnVariables.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimeOnVariables.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import com.google.common.base.Stopwatch; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimitiveVariableTypes.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimitiveVariableTypes.java index 46bbd470..b8e65ea0 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimitiveVariableTypes.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimitiveVariableTypes.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes.java index ef716600..32f9bc13 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementTest.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementTest.java index 0e017f38..9af2a7c2 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementTest.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementTest.java @@ -1,5 +1,5 @@ -package preparedstatements;/* - * Copyright (C) 2014 Christopher Batey +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package preparedstatements; import com.google.common.collect.ImmutableMap; import common.AbstractScassandraTest; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsListVariablesWithMatcher.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsListVariablesWithMatcher.java index 4fb1f612..ca1639f9 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsListVariablesWithMatcher.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsListVariablesWithMatcher.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher.java index 0de5b258..cd6de5f9 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher.java index e7ba6c95..ba812da5 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsWithPattern.java b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsWithPattern.java index 088657d1..eca3f032 100644 --- a/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsWithPattern.java +++ b/java-it-tests/common/src/main/java/preparedstatements/PreparedStatementsWithPattern.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/queries/BasicPrimingTest.java b/java-it-tests/common/src/main/java/queries/BasicPrimingTest.java index a6320f77..341452d2 100644 --- a/java-it-tests/common/src/main/java/queries/BasicPrimingTest.java +++ b/java-it-tests/common/src/main/java/queries/BasicPrimingTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/common/src/main/java/queries/DelayTest.java b/java-it-tests/common/src/main/java/queries/DelayTest.java index 84c36aa2..946262fd 100644 --- a/java-it-tests/common/src/main/java/queries/DelayTest.java +++ b/java-it-tests/common/src/main/java/queries/DelayTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import common.AbstractScassandraTest; diff --git a/java-it-tests/common/src/main/java/queries/PrimingListsForQuery.java b/java-it-tests/common/src/main/java/queries/PrimingListsForQuery.java index b1c1c66d..e327ccbf 100644 --- a/java-it-tests/common/src/main/java/queries/PrimingListsForQuery.java +++ b/java-it-tests/common/src/main/java/queries/PrimingListsForQuery.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/queries/PrimingMapsForQuery.java b/java-it-tests/common/src/main/java/queries/PrimingMapsForQuery.java index 8666e740..16ac4e91 100644 --- a/java-it-tests/common/src/main/java/queries/PrimingMapsForQuery.java +++ b/java-it-tests/common/src/main/java/queries/PrimingMapsForQuery.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/queries/PrimingPrimitiveTypesForQuery.java b/java-it-tests/common/src/main/java/queries/PrimingPrimitiveTypesForQuery.java index 8d3c5f39..9c63ab2f 100644 --- a/java-it-tests/common/src/main/java/queries/PrimingPrimitiveTypesForQuery.java +++ b/java-it-tests/common/src/main/java/queries/PrimingPrimitiveTypesForQuery.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/queries/PrimingSetsForQuery.java b/java-it-tests/common/src/main/java/queries/PrimingSetsForQuery.java index 54b5da86..08fecf3a 100644 --- a/java-it-tests/common/src/main/java/queries/PrimingSetsForQuery.java +++ b/java-it-tests/common/src/main/java/queries/PrimingSetsForQuery.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/queries/PrimingTimestamps.java b/java-it-tests/common/src/main/java/queries/PrimingTimestamps.java index aecc2a48..0250eba8 100644 --- a/java-it-tests/common/src/main/java/queries/PrimingTimestamps.java +++ b/java-it-tests/common/src/main/java/queries/PrimingTimestamps.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/common/src/main/java/queries/PrimingWithPattern.java b/java-it-tests/common/src/main/java/queries/PrimingWithPattern.java index ca0510d4..5c795152 100644 --- a/java-it-tests/common/src/main/java/queries/PrimingWithPattern.java +++ b/java-it-tests/common/src/main/java/queries/PrimingWithPattern.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import com.google.common.collect.ImmutableMap; diff --git a/java-it-tests/common/src/main/java/queries/QueryBuilderTest.java b/java-it-tests/common/src/main/java/queries/QueryBuilderTest.java index 4297bcaf..35394858 100644 --- a/java-it-tests/common/src/main/java/queries/QueryBuilderTest.java +++ b/java-it-tests/common/src/main/java/queries/QueryBuilderTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import com.google.common.base.Optional; diff --git a/java-it-tests/common/src/main/java/queries/QueryErrorPrimingTest.java b/java-it-tests/common/src/main/java/queries/QueryErrorPrimingTest.java index aeaad3c7..4306cb9b 100644 --- a/java-it-tests/common/src/main/java/queries/QueryErrorPrimingTest.java +++ b/java-it-tests/common/src/main/java/queries/QueryErrorPrimingTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import common.AbstractScassandraTest; diff --git a/java-it-tests/driver20/src/test/java/batches/BatchActivityVerificationTest20.java b/java-it-tests/driver20/src/test/java/batches/BatchActivityVerificationTest20.java index 3f5c8267..734b3b73 100644 --- a/java-it-tests/driver20/src/test/java/batches/BatchActivityVerificationTest20.java +++ b/java-it-tests/driver20/src/test/java/batches/BatchActivityVerificationTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 batches; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/batches/BatchPrimingTest20.java b/java-it-tests/driver20/src/test/java/batches/BatchPrimingTest20.java index 088c0d62..b7b4d07b 100644 --- a/java-it-tests/driver20/src/test/java/batches/BatchPrimingTest20.java +++ b/java-it-tests/driver20/src/test/java/batches/BatchPrimingTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 batches; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/cassandra/CassandraExecutor20.java b/java-it-tests/driver20/src/test/java/cassandra/CassandraExecutor20.java index 8d65bbd2..ec7e9935 100644 --- a/java-it-tests/driver20/src/test/java/cassandra/CassandraExecutor20.java +++ b/java-it-tests/driver20/src/test/java/cassandra/CassandraExecutor20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 cassandra; import java.net.InetSocketAddress; diff --git a/java-it-tests/driver20/src/test/java/cassandra/CassandraResult20.java b/java-it-tests/driver20/src/test/java/cassandra/CassandraResult20.java index 6276eb4d..95ac7c4f 100644 --- a/java-it-tests/driver20/src/test/java/cassandra/CassandraResult20.java +++ b/java-it-tests/driver20/src/test/java/cassandra/CassandraResult20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 cassandra; import com.datastax.driver.core.ResultSet; diff --git a/java-it-tests/driver20/src/test/java/cassandra/CassandraRow20.java b/java-it-tests/driver20/src/test/java/cassandra/CassandraRow20.java index 4a52af63..14ea5d8c 100644 --- a/java-it-tests/driver20/src/test/java/cassandra/CassandraRow20.java +++ b/java-it-tests/driver20/src/test/java/cassandra/CassandraRow20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 cassandra; import com.datastax.driver.core.Row; diff --git a/java-it-tests/driver20/src/test/java/just20/MetaDataPriming20.java b/java-it-tests/driver20/src/test/java/just20/MetaDataPriming20.java index 0666c5b4..05fe3b59 100644 --- a/java-it-tests/driver20/src/test/java/just20/MetaDataPriming20.java +++ b/java-it-tests/driver20/src/test/java/just20/MetaDataPriming20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 just20;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementCollectionVariables20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementCollectionVariables20.java index 197fd522..23948428 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementCollectionVariables20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementCollectionVariables20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementDelayTest20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementDelayTest20.java index c8ad32b0..94810503 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementDelayTest20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementDelayTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest20.java index c7e4cb76..e9cffca5 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPreparationTest20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPreparationTest20.java index 3a6f05f2..4d2cedd7 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPreparationTest20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPreparationTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest20.java index 03c90b16..75d42ac5 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes20.java index 6caec04c..36f5ceee 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes20.java index 54094847..56a7609d 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementTest20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementTest20.java index 2ddf6939..28ae2721 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementTest20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementTest20.java @@ -1,5 +1,5 @@ -package preparedstatements;/* - * Copyright (C) 2014 Christopher Batey +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher20.java index 43896860..4dc1fd0f 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher20.java index 4a7d13ec..cbd64fe9 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher20.java index a94df796..15d96a3d 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsWithPattern20.java b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsWithPattern20.java index f9863111..4232b7ab 100644 --- a/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsWithPattern20.java +++ b/java-it-tests/driver20/src/test/java/preparedstatements/PreparedStatementsWithPattern20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/queries/BasicPrimingTest20.java b/java-it-tests/driver20/src/test/java/queries/BasicPrimingTest20.java index ab410b07..5c25510b 100644 --- a/java-it-tests/driver20/src/test/java/queries/BasicPrimingTest20.java +++ b/java-it-tests/driver20/src/test/java/queries/BasicPrimingTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/driver20/src/test/java/queries/DelayTest20.java b/java-it-tests/driver20/src/test/java/queries/DelayTest20.java index 408a9f02..b9091542 100644 --- a/java-it-tests/driver20/src/test/java/queries/DelayTest20.java +++ b/java-it-tests/driver20/src/test/java/queries/DelayTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/queries/PrimingCollectionsForQuery20.java b/java-it-tests/driver20/src/test/java/queries/PrimingCollectionsForQuery20.java index 4ed73d46..7a9ebd99 100644 --- a/java-it-tests/driver20/src/test/java/queries/PrimingCollectionsForQuery20.java +++ b/java-it-tests/driver20/src/test/java/queries/PrimingCollectionsForQuery20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; diff --git a/java-it-tests/driver20/src/test/java/queries/PrimingListsForQuery20.java b/java-it-tests/driver20/src/test/java/queries/PrimingListsForQuery20.java index 195bcdde..87958137 100644 --- a/java-it-tests/driver20/src/test/java/queries/PrimingListsForQuery20.java +++ b/java-it-tests/driver20/src/test/java/queries/PrimingListsForQuery20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/queries/PrimingPrimitiveTypesForQuery20.java b/java-it-tests/driver20/src/test/java/queries/PrimingPrimitiveTypesForQuery20.java index e402c348..3ebb9b00 100644 --- a/java-it-tests/driver20/src/test/java/queries/PrimingPrimitiveTypesForQuery20.java +++ b/java-it-tests/driver20/src/test/java/queries/PrimingPrimitiveTypesForQuery20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/queries/PrimingSetsForQuery20.java b/java-it-tests/driver20/src/test/java/queries/PrimingSetsForQuery20.java index 82f308b5..baae96f8 100644 --- a/java-it-tests/driver20/src/test/java/queries/PrimingSetsForQuery20.java +++ b/java-it-tests/driver20/src/test/java/queries/PrimingSetsForQuery20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/queries/PrimingTimestamps20.java b/java-it-tests/driver20/src/test/java/queries/PrimingTimestamps20.java index 8e26916a..2c615992 100644 --- a/java-it-tests/driver20/src/test/java/queries/PrimingTimestamps20.java +++ b/java-it-tests/driver20/src/test/java/queries/PrimingTimestamps20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/driver20/src/test/java/queries/PrimingWithPattern20.java b/java-it-tests/driver20/src/test/java/queries/PrimingWithPattern20.java index cc24e788..e6a7cd26 100644 --- a/java-it-tests/driver20/src/test/java/queries/PrimingWithPattern20.java +++ b/java-it-tests/driver20/src/test/java/queries/PrimingWithPattern20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/queries/QueryBuilderTest20.java b/java-it-tests/driver20/src/test/java/queries/QueryBuilderTest20.java index d47ba63e..6d9fa323 100644 --- a/java-it-tests/driver20/src/test/java/queries/QueryBuilderTest20.java +++ b/java-it-tests/driver20/src/test/java/queries/QueryBuilderTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver20/src/test/java/queries/QueryErrorPrimingTest20.java b/java-it-tests/driver20/src/test/java/queries/QueryErrorPrimingTest20.java index a98c278b..7795f709 100644 --- a/java-it-tests/driver20/src/test/java/queries/QueryErrorPrimingTest20.java +++ b/java-it-tests/driver20/src/test/java/queries/QueryErrorPrimingTest20.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor20; diff --git a/java-it-tests/driver21/src/test/java/batches/BatchActivityVerificationTest21.java b/java-it-tests/driver21/src/test/java/batches/BatchActivityVerificationTest21.java index afd84f64..9deda04a 100644 --- a/java-it-tests/driver21/src/test/java/batches/BatchActivityVerificationTest21.java +++ b/java-it-tests/driver21/src/test/java/batches/BatchActivityVerificationTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 batches; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/batches/BatchPrimingTest21.java b/java-it-tests/driver21/src/test/java/batches/BatchPrimingTest21.java index 9b62edca..98fa76f9 100644 --- a/java-it-tests/driver21/src/test/java/batches/BatchPrimingTest21.java +++ b/java-it-tests/driver21/src/test/java/batches/BatchPrimingTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 batches; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/cassandra/CassandraExecutor21.java b/java-it-tests/driver21/src/test/java/cassandra/CassandraExecutor21.java index 22474724..133b6161 100644 --- a/java-it-tests/driver21/src/test/java/cassandra/CassandraExecutor21.java +++ b/java-it-tests/driver21/src/test/java/cassandra/CassandraExecutor21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 cassandra; import com.datastax.driver.core.*; diff --git a/java-it-tests/driver21/src/test/java/cassandra/CassandraResult21.java b/java-it-tests/driver21/src/test/java/cassandra/CassandraResult21.java index d0673dbf..08ce4834 100644 --- a/java-it-tests/driver21/src/test/java/cassandra/CassandraResult21.java +++ b/java-it-tests/driver21/src/test/java/cassandra/CassandraResult21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 cassandra; import com.datastax.driver.core.ResultSet; diff --git a/java-it-tests/driver21/src/test/java/cassandra/CassandraRow21.java b/java-it-tests/driver21/src/test/java/cassandra/CassandraRow21.java index 62931d2b..07b48edc 100644 --- a/java-it-tests/driver21/src/test/java/cassandra/CassandraRow21.java +++ b/java-it-tests/driver21/src/test/java/cassandra/CassandraRow21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 cassandra; import com.datastax.driver.core.Row; diff --git a/java-it-tests/driver21/src/test/java/just21/MetaDataPriming21.java b/java-it-tests/driver21/src/test/java/just21/MetaDataPriming21.java index a20b00c0..dce47ded 100644 --- a/java-it-tests/driver21/src/test/java/just21/MetaDataPriming21.java +++ b/java-it-tests/driver21/src/test/java/just21/MetaDataPriming21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 just21;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementCollectionVariables21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementCollectionVariables21.java index d25fc297..71ffc769 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementCollectionVariables21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementCollectionVariables21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementDelayTest21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementDelayTest21.java index 993b94c6..45cd024f 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementDelayTest21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementDelayTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest21.java index dc9e83f7..e2c30b3a 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPreparationTest21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPreparationTest21.java index 8991d8ba..25096251 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPreparationTest21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPreparationTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest21.java index 51c8a437..ce64ddcf 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes21.java index 0cab6f1e..fbfe8d98 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes21.java index 88e77dde..052967f3 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementTest21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementTest21.java index 79cfa68f..51f1fc4d 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementTest21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementTest21.java @@ -1,5 +1,5 @@ -package preparedstatements;/* - * Copyright (C) 2014 Christopher Batey +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher21.java index f6cb1927..2844277f 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher21.java index f698e334..144a1ac0 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher21.java index ed998bf6..14d99c47 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsWithPattern21.java b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsWithPattern21.java index b974a07c..d323195f 100644 --- a/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsWithPattern21.java +++ b/java-it-tests/driver21/src/test/java/preparedstatements/PreparedStatementsWithPattern21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/queries/BasicPrimingTest21.java b/java-it-tests/driver21/src/test/java/queries/BasicPrimingTest21.java index fd6e315e..d51566b6 100644 --- a/java-it-tests/driver21/src/test/java/queries/BasicPrimingTest21.java +++ b/java-it-tests/driver21/src/test/java/queries/BasicPrimingTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/driver21/src/test/java/queries/DelayTest21.java b/java-it-tests/driver21/src/test/java/queries/DelayTest21.java index 29bce366..3c3d3f58 100644 --- a/java-it-tests/driver21/src/test/java/queries/DelayTest21.java +++ b/java-it-tests/driver21/src/test/java/queries/DelayTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/queries/PrimingCollectionsForQuery21.java b/java-it-tests/driver21/src/test/java/queries/PrimingCollectionsForQuery21.java index 5e7f1771..8dff76a9 100644 --- a/java-it-tests/driver21/src/test/java/queries/PrimingCollectionsForQuery21.java +++ b/java-it-tests/driver21/src/test/java/queries/PrimingCollectionsForQuery21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; diff --git a/java-it-tests/driver21/src/test/java/queries/PrimingListsForQuery21.java b/java-it-tests/driver21/src/test/java/queries/PrimingListsForQuery21.java index b048fa33..5a791faa 100644 --- a/java-it-tests/driver21/src/test/java/queries/PrimingListsForQuery21.java +++ b/java-it-tests/driver21/src/test/java/queries/PrimingListsForQuery21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/queries/PrimingPrimitiveTypesForQuery21.java b/java-it-tests/driver21/src/test/java/queries/PrimingPrimitiveTypesForQuery21.java index 78be46ed..4ec4ca35 100644 --- a/java-it-tests/driver21/src/test/java/queries/PrimingPrimitiveTypesForQuery21.java +++ b/java-it-tests/driver21/src/test/java/queries/PrimingPrimitiveTypesForQuery21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/queries/PrimingSetsForQuery21.java b/java-it-tests/driver21/src/test/java/queries/PrimingSetsForQuery21.java index 147a93cf..72124475 100644 --- a/java-it-tests/driver21/src/test/java/queries/PrimingSetsForQuery21.java +++ b/java-it-tests/driver21/src/test/java/queries/PrimingSetsForQuery21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/queries/PrimingTimestamps21.java b/java-it-tests/driver21/src/test/java/queries/PrimingTimestamps21.java index 8bb9a806..12884deb 100644 --- a/java-it-tests/driver21/src/test/java/queries/PrimingTimestamps21.java +++ b/java-it-tests/driver21/src/test/java/queries/PrimingTimestamps21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/driver21/src/test/java/queries/PrimingWithPattern21.java b/java-it-tests/driver21/src/test/java/queries/PrimingWithPattern21.java index e069602a..653b526a 100644 --- a/java-it-tests/driver21/src/test/java/queries/PrimingWithPattern21.java +++ b/java-it-tests/driver21/src/test/java/queries/PrimingWithPattern21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/queries/QueryBuilderTest21.java b/java-it-tests/driver21/src/test/java/queries/QueryBuilderTest21.java index cf2111ff..a32f24df 100644 --- a/java-it-tests/driver21/src/test/java/queries/QueryBuilderTest21.java +++ b/java-it-tests/driver21/src/test/java/queries/QueryBuilderTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/java/queries/QueryErrorPrimingTest21.java b/java-it-tests/driver21/src/test/java/queries/QueryErrorPrimingTest21.java index cb145bf2..17f027f7 100644 --- a/java-it-tests/driver21/src/test/java/queries/QueryErrorPrimingTest21.java +++ b/java-it-tests/driver21/src/test/java/queries/QueryErrorPrimingTest21.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor21; diff --git a/java-it-tests/driver21/src/test/resources/logback.xml b/java-it-tests/driver21/src/test/resources/logback.xml index ddff3e85..c96551e9 100644 --- a/java-it-tests/driver21/src/test/resources/logback.xml +++ b/java-it-tests/driver21/src/test/resources/logback.xml @@ -1,3 +1,20 @@ + diff --git a/java-it-tests/driver30/src/test/java/batches/BatchActivityVerificationTest30.java b/java-it-tests/driver30/src/test/java/batches/BatchActivityVerificationTest30.java index 388e4d35..a0d27e60 100644 --- a/java-it-tests/driver30/src/test/java/batches/BatchActivityVerificationTest30.java +++ b/java-it-tests/driver30/src/test/java/batches/BatchActivityVerificationTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 batches; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/batches/BatchPrimingTest30.java b/java-it-tests/driver30/src/test/java/batches/BatchPrimingTest30.java index 79df9582..a84706e7 100644 --- a/java-it-tests/driver30/src/test/java/batches/BatchPrimingTest30.java +++ b/java-it-tests/driver30/src/test/java/batches/BatchPrimingTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 batches; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/cassandra/CassandraExecutor30.java b/java-it-tests/driver30/src/test/java/cassandra/CassandraExecutor30.java index 9e622d19..279d7b45 100644 --- a/java-it-tests/driver30/src/test/java/cassandra/CassandraExecutor30.java +++ b/java-it-tests/driver30/src/test/java/cassandra/CassandraExecutor30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 cassandra; import com.datastax.driver.core.*; diff --git a/java-it-tests/driver30/src/test/java/cassandra/CassandraResult30.java b/java-it-tests/driver30/src/test/java/cassandra/CassandraResult30.java index 7a4e0d11..53d73aa9 100644 --- a/java-it-tests/driver30/src/test/java/cassandra/CassandraResult30.java +++ b/java-it-tests/driver30/src/test/java/cassandra/CassandraResult30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 cassandra; import com.datastax.driver.core.ResultSet; diff --git a/java-it-tests/driver30/src/test/java/cassandra/CassandraRow30.java b/java-it-tests/driver30/src/test/java/cassandra/CassandraRow30.java index 76746025..c9c1ee12 100644 --- a/java-it-tests/driver30/src/test/java/cassandra/CassandraRow30.java +++ b/java-it-tests/driver30/src/test/java/cassandra/CassandraRow30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 cassandra; import com.datastax.driver.core.Row; diff --git a/java-it-tests/driver30/src/test/java/just30/MetaDataPriming30.java b/java-it-tests/driver30/src/test/java/just30/MetaDataPriming30.java index 44bf1cc2..61f54e4e 100644 --- a/java-it-tests/driver30/src/test/java/just30/MetaDataPriming30.java +++ b/java-it-tests/driver30/src/test/java/just30/MetaDataPriming30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 just30;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementCollectionVariables30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementCollectionVariables30.java index ad19a49b..bdc97dd2 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementCollectionVariables30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementCollectionVariables30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementDelayTest30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementDelayTest30.java index 08d93378..b14e42a7 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementDelayTest30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementDelayTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest30.java index d5ebd880..b656fedd 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementErrorPrimingTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPreparationTest30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPreparationTest30.java index 2af1f2da..4e2e6443 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPreparationTest30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPreparationTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest30.java index aa9f3f17..b8731b11 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimeOnVariablesTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes30.java index 7dd0b6ea..c4ae46a0 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableTypes30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes30.java index e60c9c78..6e8df56f 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementPrimitiveVariableWithMatcherTypes30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementTest30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementTest30.java index 16a2c30c..15e28143 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementTest30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementTest30.java @@ -1,5 +1,5 @@ -package preparedstatements;/* - * Copyright (C) 2014 Christopher Batey +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher30.java index 155d8181..e756007b 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsListVariablesWithMatcher30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher30.java index 880ec9d1..0a395406 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsMapVariablesWithMatcher30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher30.java index b3454879..ecfb399d 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsSetVariablesWithMatcher30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsWithPattern30.java b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsWithPattern30.java index db606099..5ceed027 100644 --- a/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsWithPattern30.java +++ b/java-it-tests/driver30/src/test/java/preparedstatements/PreparedStatementsWithPattern30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 preparedstatements; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/queries/BasicPrimingTest30.java b/java-it-tests/driver30/src/test/java/queries/BasicPrimingTest30.java index 9df3e9da..33d8f020 100644 --- a/java-it-tests/driver30/src/test/java/queries/BasicPrimingTest30.java +++ b/java-it-tests/driver30/src/test/java/queries/BasicPrimingTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/driver30/src/test/java/queries/DelayTest30.java b/java-it-tests/driver30/src/test/java/queries/DelayTest30.java index 34fe16e6..dc56fe04 100644 --- a/java-it-tests/driver30/src/test/java/queries/DelayTest30.java +++ b/java-it-tests/driver30/src/test/java/queries/DelayTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/queries/PrimingCollectionsForQuery30.java b/java-it-tests/driver30/src/test/java/queries/PrimingCollectionsForQuery30.java index d04f7e40..fb32872e 100644 --- a/java-it-tests/driver30/src/test/java/queries/PrimingCollectionsForQuery30.java +++ b/java-it-tests/driver30/src/test/java/queries/PrimingCollectionsForQuery30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; diff --git a/java-it-tests/driver30/src/test/java/queries/PrimingListsForQuery30.java b/java-it-tests/driver30/src/test/java/queries/PrimingListsForQuery30.java index c71a4846..b9c9fe54 100644 --- a/java-it-tests/driver30/src/test/java/queries/PrimingListsForQuery30.java +++ b/java-it-tests/driver30/src/test/java/queries/PrimingListsForQuery30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/queries/PrimingPrimitiveTypesForQuery30.java b/java-it-tests/driver30/src/test/java/queries/PrimingPrimitiveTypesForQuery30.java index 1ac97a33..937cd201 100644 --- a/java-it-tests/driver30/src/test/java/queries/PrimingPrimitiveTypesForQuery30.java +++ b/java-it-tests/driver30/src/test/java/queries/PrimingPrimitiveTypesForQuery30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/queries/PrimingSetsForQuery30.java b/java-it-tests/driver30/src/test/java/queries/PrimingSetsForQuery30.java index 50164882..ed8790bf 100644 --- a/java-it-tests/driver30/src/test/java/queries/PrimingSetsForQuery30.java +++ b/java-it-tests/driver30/src/test/java/queries/PrimingSetsForQuery30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/queries/PrimingTimestamps30.java b/java-it-tests/driver30/src/test/java/queries/PrimingTimestamps30.java index 15168d8b..7dbf4bab 100644 --- a/java-it-tests/driver30/src/test/java/queries/PrimingTimestamps30.java +++ b/java-it-tests/driver30/src/test/java/queries/PrimingTimestamps30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries;/* * Copyright (C) 2014 Christopher Batey * diff --git a/java-it-tests/driver30/src/test/java/queries/PrimingWithPattern30.java b/java-it-tests/driver30/src/test/java/queries/PrimingWithPattern30.java index 0bdfa2eb..35a8de35 100644 --- a/java-it-tests/driver30/src/test/java/queries/PrimingWithPattern30.java +++ b/java-it-tests/driver30/src/test/java/queries/PrimingWithPattern30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/queries/QueryBuilderTest30.java b/java-it-tests/driver30/src/test/java/queries/QueryBuilderTest30.java index 74eb61cc..81d444ef 100644 --- a/java-it-tests/driver30/src/test/java/queries/QueryBuilderTest30.java +++ b/java-it-tests/driver30/src/test/java/queries/QueryBuilderTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/java/queries/QueryErrorPrimingTest30.java b/java-it-tests/driver30/src/test/java/queries/QueryErrorPrimingTest30.java index 4e096574..c0b1d6e0 100644 --- a/java-it-tests/driver30/src/test/java/queries/QueryErrorPrimingTest30.java +++ b/java-it-tests/driver30/src/test/java/queries/QueryErrorPrimingTest30.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 queries; import cassandra.CassandraExecutor30; diff --git a/java-it-tests/driver30/src/test/resources/logback.xml b/java-it-tests/driver30/src/test/resources/logback.xml index 514afda9..c104bdb3 100644 --- a/java-it-tests/driver30/src/test/resources/logback.xml +++ b/java-it-tests/driver30/src/test/resources/logback.xml @@ -1,3 +1,20 @@ + diff --git a/server/src/main/resources/logback.xml b/server/src/main/resources/logback.xml index 4a0c8082..b9a85c59 100644 --- a/server/src/main/resources/logback.xml +++ b/server/src/main/resources/logback.xml @@ -1,3 +1,20 @@ + diff --git a/server/src/main/scala/org/scassandra/server/ScassandraConfig.scala b/server/src/main/scala/org/scassandra/server/ScassandraConfig.scala index 0a22f9a3..ce29018e 100644 --- a/server/src/main/scala/org/scassandra/server/ScassandraConfig.scala +++ b/server/src/main/scala/org/scassandra/server/ScassandraConfig.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.scassandra.server import java.util.concurrent.TimeUnit diff --git a/server/src/main/scala/org/scassandra/server/ScassandraServer.scala b/server/src/main/scala/org/scassandra/server/ScassandraServer.scala index 498556ad..3ccf9bab 100644 --- a/server/src/main/scala/org/scassandra/server/ScassandraServer.scala +++ b/server/src/main/scala/org/scassandra/server/ScassandraServer.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/ServerReadyListener.scala b/server/src/main/scala/org/scassandra/server/ServerReadyListener.scala index 34ac4fb7..0a6a8e7f 100644 --- a/server/src/main/scala/org/scassandra/server/ServerReadyListener.scala +++ b/server/src/main/scala/org/scassandra/server/ServerReadyListener.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.scassandra.server import akka.actor.{ActorRef, Actor} diff --git a/server/src/main/scala/org/scassandra/server/ServerStubRunner.scala b/server/src/main/scala/org/scassandra/server/ServerStubRunner.scala index 9dbf916b..90a40ecf 100644 --- a/server/src/main/scala/org/scassandra/server/ServerStubRunner.scala +++ b/server/src/main/scala/org/scassandra/server/ServerStubRunner.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/actors/BatchHandler.scala b/server/src/main/scala/org/scassandra/server/actors/BatchHandler.scala index 64309cf8..375af8ac 100644 --- a/server/src/main/scala/org/scassandra/server/actors/BatchHandler.scala +++ b/server/src/main/scala/org/scassandra/server/actors/BatchHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/actors/ConnectionHandler.scala b/server/src/main/scala/org/scassandra/server/actors/ConnectionHandler.scala index f51c2531..8538b835 100644 --- a/server/src/main/scala/org/scassandra/server/actors/ConnectionHandler.scala +++ b/server/src/main/scala/org/scassandra/server/actors/ConnectionHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/actors/ExecuteHandler.scala b/server/src/main/scala/org/scassandra/server/actors/ExecuteHandler.scala index 7d634b99..3c74c44b 100644 --- a/server/src/main/scala/org/scassandra/server/actors/ExecuteHandler.scala +++ b/server/src/main/scala/org/scassandra/server/actors/ExecuteHandler.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.actors diff --git a/server/src/main/scala/org/scassandra/server/actors/NativeProtocolMessageHandler.scala b/server/src/main/scala/org/scassandra/server/actors/NativeProtocolMessageHandler.scala index 8edba6b2..01595754 100644 --- a/server/src/main/scala/org/scassandra/server/actors/NativeProtocolMessageHandler.scala +++ b/server/src/main/scala/org/scassandra/server/actors/NativeProtocolMessageHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/actors/OptionsHandler.scala b/server/src/main/scala/org/scassandra/server/actors/OptionsHandler.scala index a91c3c56..466671f1 100644 --- a/server/src/main/scala/org/scassandra/server/actors/OptionsHandler.scala +++ b/server/src/main/scala/org/scassandra/server/actors/OptionsHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/actors/PrepareHandler.scala b/server/src/main/scala/org/scassandra/server/actors/PrepareHandler.scala index 506ed0e5..1086618a 100644 --- a/server/src/main/scala/org/scassandra/server/actors/PrepareHandler.scala +++ b/server/src/main/scala/org/scassandra/server/actors/PrepareHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/actors/QueryHandler.scala b/server/src/main/scala/org/scassandra/server/actors/QueryHandler.scala index b0fa86c6..52c5511d 100644 --- a/server/src/main/scala/org/scassandra/server/actors/QueryHandler.scala +++ b/server/src/main/scala/org/scassandra/server/actors/QueryHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/actors/RegisterHandler.scala b/server/src/main/scala/org/scassandra/server/actors/RegisterHandler.scala index 0a87c041..6df3e5b9 100644 --- a/server/src/main/scala/org/scassandra/server/actors/RegisterHandler.scala +++ b/server/src/main/scala/org/scassandra/server/actors/RegisterHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/actors/TcpConnectionWrapper.scala b/server/src/main/scala/org/scassandra/server/actors/TcpConnectionWrapper.scala index 7a3f53bb..1332fe05 100644 --- a/server/src/main/scala/org/scassandra/server/actors/TcpConnectionWrapper.scala +++ b/server/src/main/scala/org/scassandra/server/actors/TcpConnectionWrapper.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/actors/TcpServer.scala b/server/src/main/scala/org/scassandra/server/actors/TcpServer.scala index f9500fc5..6a744c1a 100644 --- a/server/src/main/scala/org/scassandra/server/actors/TcpServer.scala +++ b/server/src/main/scala/org/scassandra/server/actors/TcpServer.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/AbstractMessageFactory.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/AbstractMessageFactory.scala index 2954d3f6..c150e74a 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/AbstractMessageFactory.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/AbstractMessageFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/BatchQueryKind.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/BatchQueryKind.scala index adb10c3e..405d6775 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/BatchQueryKind.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/BatchQueryKind.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.cqlmessages sealed abstract class BatchQueryKind { diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/BatchType.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/BatchType.scala index ddcd0962..2acbfe14 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/BatchType.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/BatchType.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/Consistency.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/Consistency.scala index c81f59c7..370a4ddf 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/Consistency.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/Consistency.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/CqlMessage.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/CqlMessage.scala index 47ef63d3..7f2b4700 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/CqlMessage.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/CqlMessage.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/CqlMessageFactory.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/CqlMessageFactory.scala index 69bbff95..26b0c1d6 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/CqlMessageFactory.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/CqlMessageFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/CqlProtocolHelper.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/CqlProtocolHelper.scala index b87c68fa..feb0391a 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/CqlProtocolHelper.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/CqlProtocolHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/Header.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/Header.scala index 054a48e3..d0285a4a 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/Header.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/Header.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/OpCodes.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/OpCodes.scala index 4801386c..240a23ff 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/OpCodes.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/OpCodes.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/ProtocolVersion.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/ProtocolVersion.scala index f6ed0fbf..51287de0 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/ProtocolVersion.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/ProtocolVersion.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/VersionOneMessageFactory.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/VersionOneMessageFactory.scala index 0b1cd072..6f6ad19e 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/VersionOneMessageFactory.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/VersionOneMessageFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/VersionTwoMessageFactory.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/VersionTwoMessageFactory.scala index a6ecb326..37924988 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/VersionTwoMessageFactory.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/VersionTwoMessageFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/request/ExecuteRequest.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/request/ExecuteRequest.scala index c36360a8..affad634 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/request/ExecuteRequest.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/request/ExecuteRequest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/request/Request.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/request/Request.scala index 031f9cc5..add27de2 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/request/Request.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/request/Request.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/response/Error.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/response/Error.scala index d4ec8d6c..b7fc1514 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/response/Error.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/response/Error.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/response/PreparedResult.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/response/PreparedResult.scala index 461a45fc..2363b897 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/response/PreparedResult.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/response/PreparedResult.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/response/Response.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/response/Response.scala index bd5e4f24..efa86a2b 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/response/Response.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/response/Response.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResponseDeserializer.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResponseDeserializer.scala index b333ef79..491b251f 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResponseDeserializer.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResponseDeserializer.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/response/Result.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/response/Result.scala index 356ca879..1a4ec48a 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/response/Result.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/response/Result.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResultHelper.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResultHelper.scala index 56a28cb1..6ba1c7f8 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResultHelper.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResultHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResultKinds.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResultKinds.scala index ae7bb984..09b4daae 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResultKinds.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/response/ResultKinds.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/response/Rows.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/response/Rows.scala index b9f8350e..69cd2512 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/response/Rows.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/response/Rows.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/response/RowsFlagParser.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/response/RowsFlagParser.scala index 4fe810da..92958af5 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/response/RowsFlagParser.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/response/RowsFlagParser.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/ColumnType.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/ColumnType.scala index bd943e28..f7a88800 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/ColumnType.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/ColumnType.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlAscii.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlAscii.scala index 36fe66b1..03708089 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlAscii.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlAscii.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBigint.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBigint.scala index 9fd5a856..73e2ab1b 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBigint.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBigint.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBlob.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBlob.scala index 853a525d..2c6a98ab 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBlob.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBlob.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBoolean.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBoolean.scala index 23b31cdb..8b6f436c 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBoolean.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlBoolean.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlCounter.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlCounter.scala index f06b20f6..3f0313d2 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlCounter.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlCounter.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlDecimal.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlDecimal.scala index 7c14fb86..911d6ed3 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlDecimal.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlDecimal.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlDouble.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlDouble.scala index 078a5f90..d4e53f66 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlDouble.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlDouble.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlFloat.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlFloat.scala index ec0fb8b4..3e4d7569 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlFloat.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlFloat.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlInet.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlInet.scala index 9cc8dd1c..f04310fc 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlInet.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlInet.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlInt.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlInt.scala index f2d7a4d8..6b7200b6 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlInt.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlInt.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlList.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlList.scala index e435fff7..c97a2c62 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlList.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlList.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlLongType.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlLongType.scala index f6b72627..89d35f00 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlLongType.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlLongType.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlMap.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlMap.scala index cd79e369..d0f7a792 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlMap.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlMap.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlSet.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlSet.scala index 5e290494..cadb35ad 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlSet.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlSet.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlText.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlText.scala index 31b1b938..a95961ee 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlText.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlText.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTextType.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTextType.scala index a28ccc2c..23ae32d1 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTextType.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTextType.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTimeUUID.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTimeUUID.scala index 9a1bcd46..42655a8a 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTimeUUID.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTimeUUID.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTimestamp.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTimestamp.scala index b69e0a93..f64de50a 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTimestamp.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlTimestamp.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlUUID.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlUUID.scala index b1706218..10c0e05e 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlUUID.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlUUID.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlUUIDType.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlUUIDType.scala index ac4f5254..97d53be2 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlUUIDType.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlUUIDType.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlVarchar.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlVarchar.scala index e8c01b07..fd713d6b 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlVarchar.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlVarchar.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlVarint.scala b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlVarint.scala index bda492d9..fd04c9a5 100644 --- a/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlVarint.scala +++ b/server/src/main/scala/org/scassandra/server/cqlmessages/types/CqlVarint.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/ActivityLog.scala b/server/src/main/scala/org/scassandra/server/priming/ActivityLog.scala index c1c8080c..1dbd6f34 100644 --- a/server/src/main/scala/org/scassandra/server/priming/ActivityLog.scala +++ b/server/src/main/scala/org/scassandra/server/priming/ActivityLog.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/Defaulter.scala b/server/src/main/scala/org/scassandra/server/priming/Defaulter.scala index ab99655b..dc103ae2 100644 --- a/server/src/main/scala/org/scassandra/server/priming/Defaulter.scala +++ b/server/src/main/scala/org/scassandra/server/priming/Defaulter.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/ErrorConstants.scala b/server/src/main/scala/org/scassandra/server/priming/ErrorConstants.scala index a96e439c..5072e520 100644 --- a/server/src/main/scala/org/scassandra/server/priming/ErrorConstants.scala +++ b/server/src/main/scala/org/scassandra/server/priming/ErrorConstants.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/PrimeResult.scala b/server/src/main/scala/org/scassandra/server/priming/PrimeResult.scala index b32d317f..b7c551f6 100644 --- a/server/src/main/scala/org/scassandra/server/priming/PrimeResult.scala +++ b/server/src/main/scala/org/scassandra/server/priming/PrimeResult.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/PrimeValidator.scala b/server/src/main/scala/org/scassandra/server/priming/PrimeValidator.scala index a18c2254..a50fb30b 100644 --- a/server/src/main/scala/org/scassandra/server/priming/PrimeValidator.scala +++ b/server/src/main/scala/org/scassandra/server/priming/PrimeValidator.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/PrimingServer.scala b/server/src/main/scala/org/scassandra/server/priming/PrimingServer.scala index baabac78..f1568de5 100644 --- a/server/src/main/scala/org/scassandra/server/priming/PrimingServer.scala +++ b/server/src/main/scala/org/scassandra/server/priming/PrimingServer.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/batch/BatchPrimeSingle.scala b/server/src/main/scala/org/scassandra/server/priming/batch/BatchPrimeSingle.scala index 316827b6..12d3a33e 100644 --- a/server/src/main/scala/org/scassandra/server/priming/batch/BatchPrimeSingle.scala +++ b/server/src/main/scala/org/scassandra/server/priming/batch/BatchPrimeSingle.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.priming.batch import org.scassandra.server.cqlmessages.{BatchType, Consistency, BatchQueryKind} diff --git a/server/src/main/scala/org/scassandra/server/priming/batch/PrimeBatchStore.scala b/server/src/main/scala/org/scassandra/server/priming/batch/PrimeBatchStore.scala index c8b93d68..a8a22099 100644 --- a/server/src/main/scala/org/scassandra/server/priming/batch/PrimeBatchStore.scala +++ b/server/src/main/scala/org/scassandra/server/priming/batch/PrimeBatchStore.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.priming.batch import com.typesafe.scalalogging.LazyLogging diff --git a/server/src/main/scala/org/scassandra/server/priming/cors/CorsSupport.scala b/server/src/main/scala/org/scassandra/server/priming/cors/CorsSupport.scala index 7801d580..58170b83 100644 --- a/server/src/main/scala/org/scassandra/server/priming/cors/CorsSupport.scala +++ b/server/src/main/scala/org/scassandra/server/priming/cors/CorsSupport.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/json/PrimingJsonImplicits.scala b/server/src/main/scala/org/scassandra/server/priming/json/PrimingJsonImplicits.scala index 9c09d240..e9775e9f 100644 --- a/server/src/main/scala/org/scassandra/server/priming/json/PrimingJsonImplicits.scala +++ b/server/src/main/scala/org/scassandra/server/priming/json/PrimingJsonImplicits.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.priming.json import java.math.BigInteger diff --git a/server/src/main/scala/org/scassandra/server/priming/json/ResultJsonRepresentation.scala b/server/src/main/scala/org/scassandra/server/priming/json/ResultJsonRepresentation.scala index 17d9bba9..5f14abb6 100644 --- a/server/src/main/scala/org/scassandra/server/priming/json/ResultJsonRepresentation.scala +++ b/server/src/main/scala/org/scassandra/server/priming/json/ResultJsonRepresentation.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/prepared/CompositePreparedPrimeStore.scala b/server/src/main/scala/org/scassandra/server/priming/prepared/CompositePreparedPrimeStore.scala index e208115b..3a6c6551 100644 --- a/server/src/main/scala/org/scassandra/server/priming/prepared/CompositePreparedPrimeStore.scala +++ b/server/src/main/scala/org/scassandra/server/priming/prepared/CompositePreparedPrimeStore.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/prepared/PreparedPrime.scala b/server/src/main/scala/org/scassandra/server/priming/prepared/PreparedPrime.scala index f27d70f8..27a9e46a 100644 --- a/server/src/main/scala/org/scassandra/server/priming/prepared/PreparedPrime.scala +++ b/server/src/main/scala/org/scassandra/server/priming/prepared/PreparedPrime.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/prepared/PreparedStore.scala b/server/src/main/scala/org/scassandra/server/priming/prepared/PreparedStore.scala index 3caffe4a..5dad7efd 100644 --- a/server/src/main/scala/org/scassandra/server/priming/prepared/PreparedStore.scala +++ b/server/src/main/scala/org/scassandra/server/priming/prepared/PreparedStore.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePrepared.scala b/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePrepared.scala index b91207d3..e3536ad4 100644 --- a/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePrepared.scala +++ b/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePrepared.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedMultiStore.scala b/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedMultiStore.scala index 2f3c56b9..7c57f65f 100644 --- a/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedMultiStore.scala +++ b/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedMultiStore.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.priming.prepared import java.util.concurrent.TimeUnit diff --git a/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedPatternStore.scala b/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedPatternStore.scala index 2e7e9ab3..bed07e70 100644 --- a/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedPatternStore.scala +++ b/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedPatternStore.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedStore.scala b/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedStore.scala index 7383b09b..ac40f83f 100644 --- a/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedStore.scala +++ b/server/src/main/scala/org/scassandra/server/priming/prepared/PrimePreparedStore.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/query/PrimeQuerySingle.scala b/server/src/main/scala/org/scassandra/server/priming/query/PrimeQuerySingle.scala index f450ebcc..898cf3bb 100644 --- a/server/src/main/scala/org/scassandra/server/priming/query/PrimeQuerySingle.scala +++ b/server/src/main/scala/org/scassandra/server/priming/query/PrimeQuerySingle.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/query/PrimeQueryStore.scala b/server/src/main/scala/org/scassandra/server/priming/query/PrimeQueryStore.scala index 6ade3ca2..05d5bc83 100644 --- a/server/src/main/scala/org/scassandra/server/priming/query/PrimeQueryStore.scala +++ b/server/src/main/scala/org/scassandra/server/priming/query/PrimeQueryStore.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/routes/ActivityVerificationRoute.scala b/server/src/main/scala/org/scassandra/server/priming/routes/ActivityVerificationRoute.scala index d4aa8e40..f28db243 100644 --- a/server/src/main/scala/org/scassandra/server/priming/routes/ActivityVerificationRoute.scala +++ b/server/src/main/scala/org/scassandra/server/priming/routes/ActivityVerificationRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/routes/CurrentRoute.scala b/server/src/main/scala/org/scassandra/server/priming/routes/CurrentRoute.scala index 4fe0d806..f9e7da95 100644 --- a/server/src/main/scala/org/scassandra/server/priming/routes/CurrentRoute.scala +++ b/server/src/main/scala/org/scassandra/server/priming/routes/CurrentRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/routes/PrimingBatchRoute.scala b/server/src/main/scala/org/scassandra/server/priming/routes/PrimingBatchRoute.scala index 22746f1e..d92c999a 100644 --- a/server/src/main/scala/org/scassandra/server/priming/routes/PrimingBatchRoute.scala +++ b/server/src/main/scala/org/scassandra/server/priming/routes/PrimingBatchRoute.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.priming.routes import com.typesafe.scalalogging.LazyLogging diff --git a/server/src/main/scala/org/scassandra/server/priming/routes/PrimingJsonHelper.scala b/server/src/main/scala/org/scassandra/server/priming/routes/PrimingJsonHelper.scala index 973c1c5a..337660a5 100644 --- a/server/src/main/scala/org/scassandra/server/priming/routes/PrimingJsonHelper.scala +++ b/server/src/main/scala/org/scassandra/server/priming/routes/PrimingJsonHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/routes/PrimingPreparedRoute.scala b/server/src/main/scala/org/scassandra/server/priming/routes/PrimingPreparedRoute.scala index 07f69398..6fb4ea8b 100644 --- a/server/src/main/scala/org/scassandra/server/priming/routes/PrimingPreparedRoute.scala +++ b/server/src/main/scala/org/scassandra/server/priming/routes/PrimingPreparedRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/routes/PrimingQueryRoute.scala b/server/src/main/scala/org/scassandra/server/priming/routes/PrimingQueryRoute.scala index 682de078..ac3bdf32 100644 --- a/server/src/main/scala/org/scassandra/server/priming/routes/PrimingQueryRoute.scala +++ b/server/src/main/scala/org/scassandra/server/priming/routes/PrimingQueryRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/main/scala/org/scassandra/server/priming/routes/VersionRoute.scala b/server/src/main/scala/org/scassandra/server/priming/routes/VersionRoute.scala index cefe28c4..814b5b85 100644 --- a/server/src/main/scala/org/scassandra/server/priming/routes/VersionRoute.scala +++ b/server/src/main/scala/org/scassandra/server/priming/routes/VersionRoute.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/resources/logback.xml b/server/src/test/resources/logback.xml index f7759087..59538356 100644 --- a/server/src/test/resources/logback.xml +++ b/server/src/test/resources/logback.xml @@ -1,3 +1,20 @@ + diff --git a/server/src/test/scala/org/scassandra/server/AbstractIntegrationTest.scala b/server/src/test/scala/org/scassandra/server/AbstractIntegrationTest.scala index 6b2960b9..d9c0cfe7 100644 --- a/server/src/test/scala/org/scassandra/server/AbstractIntegrationTest.scala +++ b/server/src/test/scala/org/scassandra/server/AbstractIntegrationTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/JavaDriverIntegrationTest.scala b/server/src/test/scala/org/scassandra/server/JavaDriverIntegrationTest.scala index 03c98afc..ddf7d6fd 100644 --- a/server/src/test/scala/org/scassandra/server/JavaDriverIntegrationTest.scala +++ b/server/src/test/scala/org/scassandra/server/JavaDriverIntegrationTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/ServerReadyListenerTest.scala b/server/src/test/scala/org/scassandra/server/ServerReadyListenerTest.scala index 875f4031..decf51c7 100644 --- a/server/src/test/scala/org/scassandra/server/ServerReadyListenerTest.scala +++ b/server/src/test/scala/org/scassandra/server/ServerReadyListenerTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/ServerStubRunnerIntegrationTest.scala b/server/src/test/scala/org/scassandra/server/ServerStubRunnerIntegrationTest.scala index 53315f54..adcc571d 100644 --- a/server/src/test/scala/org/scassandra/server/ServerStubRunnerIntegrationTest.scala +++ b/server/src/test/scala/org/scassandra/server/ServerStubRunnerIntegrationTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/BatchHandlerTest.scala b/server/src/test/scala/org/scassandra/server/actors/BatchHandlerTest.scala index 1f80751a..df1bcf2e 100644 --- a/server/src/test/scala/org/scassandra/server/actors/BatchHandlerTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/BatchHandlerTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/ConnectionHandlerTest.scala b/server/src/test/scala/org/scassandra/server/actors/ConnectionHandlerTest.scala index 6d3c0dcd..70548988 100644 --- a/server/src/test/scala/org/scassandra/server/actors/ConnectionHandlerTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/ConnectionHandlerTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/ErrorHandlingBehaviors.scala b/server/src/test/scala/org/scassandra/server/actors/ErrorHandlingBehaviors.scala index 56b2cb93..618d6dbb 100644 --- a/server/src/test/scala/org/scassandra/server/actors/ErrorHandlingBehaviors.scala +++ b/server/src/test/scala/org/scassandra/server/actors/ErrorHandlingBehaviors.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.actors import org.scalatest.FunSuite diff --git a/server/src/test/scala/org/scassandra/server/actors/ExecuteHandlerTest.scala b/server/src/test/scala/org/scassandra/server/actors/ExecuteHandlerTest.scala index 73e8031a..dd5a7005 100644 --- a/server/src/test/scala/org/scassandra/server/actors/ExecuteHandlerTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/ExecuteHandlerTest.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.actors import java.util.concurrent.TimeUnit diff --git a/server/src/test/scala/org/scassandra/server/actors/FatalHandlingBehaviors.scala b/server/src/test/scala/org/scassandra/server/actors/FatalHandlingBehaviors.scala index 179349a9..98e026a2 100644 --- a/server/src/test/scala/org/scassandra/server/actors/FatalHandlingBehaviors.scala +++ b/server/src/test/scala/org/scassandra/server/actors/FatalHandlingBehaviors.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.actors import akka.io.Tcp diff --git a/server/src/test/scala/org/scassandra/server/actors/MessageHelper.scala b/server/src/test/scala/org/scassandra/server/actors/MessageHelper.scala index d1e1a302..1f96ebf2 100644 --- a/server/src/test/scala/org/scassandra/server/actors/MessageHelper.scala +++ b/server/src/test/scala/org/scassandra/server/actors/MessageHelper.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/NativeProtocolMessageHandlerTest.scala b/server/src/test/scala/org/scassandra/server/actors/NativeProtocolMessageHandlerTest.scala index 5ec74c92..66989c3d 100644 --- a/server/src/test/scala/org/scassandra/server/actors/NativeProtocolMessageHandlerTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/NativeProtocolMessageHandlerTest.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.actors import akka.actor.{ActorRef, ActorSystem} diff --git a/server/src/test/scala/org/scassandra/server/actors/OptionsHandlerTest.scala b/server/src/test/scala/org/scassandra/server/actors/OptionsHandlerTest.scala index a3414d95..c103382e 100644 --- a/server/src/test/scala/org/scassandra/server/actors/OptionsHandlerTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/OptionsHandlerTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/PrepareHandlerTest.scala b/server/src/test/scala/org/scassandra/server/actors/PrepareHandlerTest.scala index fddb53e5..886ac350 100644 --- a/server/src/test/scala/org/scassandra/server/actors/PrepareHandlerTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/PrepareHandlerTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/QueryFlagParser$Test.scala b/server/src/test/scala/org/scassandra/server/actors/QueryFlagParser$Test.scala index a82df63b..afdb66a3 100644 --- a/server/src/test/scala/org/scassandra/server/actors/QueryFlagParser$Test.scala +++ b/server/src/test/scala/org/scassandra/server/actors/QueryFlagParser$Test.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/QueryHandlerTest.scala b/server/src/test/scala/org/scassandra/server/actors/QueryHandlerTest.scala index e2401391..80f94b6c 100644 --- a/server/src/test/scala/org/scassandra/server/actors/QueryHandlerTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/QueryHandlerTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/RegisterHandlerTest.scala b/server/src/test/scala/org/scassandra/server/actors/RegisterHandlerTest.scala index ad2b111b..dc6a8a3b 100644 --- a/server/src/test/scala/org/scassandra/server/actors/RegisterHandlerTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/RegisterHandlerTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/TcpConnectionWrapperTest.scala b/server/src/test/scala/org/scassandra/server/actors/TcpConnectionWrapperTest.scala index 132e46a7..49f04be1 100644 --- a/server/src/test/scala/org/scassandra/server/actors/TcpConnectionWrapperTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/TcpConnectionWrapperTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/TcpServerReadyTest.scala b/server/src/test/scala/org/scassandra/server/actors/TcpServerReadyTest.scala index 554a492b..bf90c515 100644 --- a/server/src/test/scala/org/scassandra/server/actors/TcpServerReadyTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/TcpServerReadyTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/actors/TcpServerTest.scala b/server/src/test/scala/org/scassandra/server/actors/TcpServerTest.scala index f9c40d5c..13724b17 100644 --- a/server/src/test/scala/org/scassandra/server/actors/TcpServerTest.scala +++ b/server/src/test/scala/org/scassandra/server/actors/TcpServerTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cors/CorsSupportTest.scala b/server/src/test/scala/org/scassandra/server/cors/CorsSupportTest.scala index 0d88c73b..5f2b12c0 100644 --- a/server/src/test/scala/org/scassandra/server/cors/CorsSupportTest.scala +++ b/server/src/test/scala/org/scassandra/server/cors/CorsSupportTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/ConsistencyTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/ConsistencyTest.scala index 9ff8c4b3..bb26f0e4 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/ConsistencyTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/ConsistencyTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/CqlProtocolHelperTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/CqlProtocolHelperTest.scala index 40cbd72b..b7752c2c 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/CqlProtocolHelperTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/CqlProtocolHelperTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/HeaderTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/HeaderTest.scala index cf82637a..6e587c6a 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/HeaderTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/HeaderTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/ProtocolProvider.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/ProtocolProvider.scala index 3d2a7f28..85cd582b 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/ProtocolProvider.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/ProtocolProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/ProtocolVersionsTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/ProtocolVersionsTest.scala index 67407378..efece072 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/ProtocolVersionsTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/ProtocolVersionsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/VersionOneMessageFactoryTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/VersionOneMessageFactoryTest.scala index c134a124..ab7f67ab 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/VersionOneMessageFactoryTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/VersionOneMessageFactoryTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/VersionTwoMessageFactoryTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/VersionTwoMessageFactoryTest.scala index 09367006..926d1079 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/VersionTwoMessageFactoryTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/VersionTwoMessageFactoryTest.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.cqlmessages import akka.util.{ByteIterator, ByteString} diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/request/ExecuteRequestTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/request/ExecuteRequestTest.scala index ac691c8b..43a36ddc 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/request/ExecuteRequestTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/request/ExecuteRequestTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/request/RequestTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/request/RequestTest.scala index d6a0499d..b3276c85 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/request/RequestTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/request/RequestTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ErrorTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ErrorTest.scala index 9106f117..28a5f77f 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ErrorTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ErrorTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/response/PreparedResultTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/response/PreparedResultTest.scala index b287b8aa..48292cf7 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/response/PreparedResultTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/response/PreparedResultTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResponseDeserializerTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResponseDeserializerTest.scala index 891d3867..7bd62c94 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResponseDeserializerTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResponseDeserializerTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResponseTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResponseTest.scala index 4a0c2fdd..d58ff736 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResponseTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResponseTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResultHelperTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResultHelperTest.scala index e0d9a383..7befeebe 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResultHelperTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResultHelperTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResultTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResultTest.scala index 84a25b24..156e8ae2 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResultTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/response/ResultTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsFlagParserTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsFlagParserTest.scala index d3bf6077..8eb16fd0 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsFlagParserTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsFlagParserTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsResponseTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsResponseTest.scala index a772a6b0..4c1ade57 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsResponseTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsResponseTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsTest.scala index e5599cbe..e81c0fa5 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/response/RowsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/ColumnTypeTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/ColumnTypeTest.scala index 9e6b8c7a..2e1de50b 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/ColumnTypeTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/ColumnTypeTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlAsciiTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlAsciiTest.scala index 38104a28..4307221b 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlAsciiTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlAsciiTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBigintTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBigintTest.scala index 41566df2..224c0fea 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBigintTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBigintTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBlobTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBlobTest.scala index 24b69ae7..f83c269b 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBlobTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBlobTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBooleanTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBooleanTest.scala index f6b65fd9..298be0cd 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBooleanTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlBooleanTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlCounterTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlCounterTest.scala index d0b4870b..ec263185 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlCounterTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlCounterTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlDecimalTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlDecimalTest.scala index 6883db59..8dbc63fb 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlDecimalTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlDecimalTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlDoubleTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlDoubleTest.scala index cb08f758..da9efa3d 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlDoubleTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlDoubleTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlFloatTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlFloatTest.scala index ee95c9d7..fba6a7ce 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlFloatTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlFloatTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlInetTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlInetTest.scala index 753ee148..08750e45 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlInetTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlInetTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlIntTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlIntTest.scala index a1deecc0..8f110ccc 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlIntTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlIntTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlListTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlListTest.scala index b7907f39..ffe51a86 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlListTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlListTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlMapTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlMapTest.scala index bf491417..34dda40c 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlMapTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlMapTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlSetTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlSetTest.scala index f1e5f079..308382f5 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlSetTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlSetTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTextTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTextTest.scala index c024bf6f..1ce9492e 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTextTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTextTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTimeUUIDTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTimeUUIDTest.scala index 7cfbc7a1..241a2843 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTimeUUIDTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTimeUUIDTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTimestampTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTimestampTest.scala index eb130dae..8e4e9593 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTimestampTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlTimestampTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlUUIDTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlUUIDTest.scala index d2d3f407..c1a70f76 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlUUIDTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlUUIDTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlVarcharTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlVarcharTest.scala index 953b6cab..b6a5cfed 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlVarcharTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlVarcharTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlVarintTest.scala b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlVarintTest.scala index 5cfed833..aa9e1ea1 100644 --- a/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlVarintTest.scala +++ b/server/src/test/scala/org/scassandra/server/cqlmessages/types/CqlVarintTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/CurrentTest.scala b/server/src/test/scala/org/scassandra/server/e2e/CurrentTest.scala index 4684bd61..39ef2495 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/CurrentTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/CurrentTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/MetaDataTest.scala b/server/src/test/scala/org/scassandra/server/e2e/MetaDataTest.scala index ad969c5a..666c5dad 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/MetaDataTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/MetaDataTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/PreparedStatementPreparationVerificationTest.scala b/server/src/test/scala/org/scassandra/server/e2e/PreparedStatementPreparationVerificationTest.scala index 80dc45fb..606bc443 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/PreparedStatementPreparationVerificationTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/PreparedStatementPreparationVerificationTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/prepared/PatternMatchingTest.scala b/server/src/test/scala/org/scassandra/server/e2e/prepared/PatternMatchingTest.scala index c43dbab6..180413fd 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/prepared/PatternMatchingTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/prepared/PatternMatchingTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementErrorsTest.scala b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementErrorsTest.scala index 79f4eb55..594a2640 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementErrorsTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementErrorsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithCollectionsTest.scala b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithCollectionsTest.scala index 9a9b7794..f86291ca 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithCollectionsTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithCollectionsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithListsTest.scala b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithListsTest.scala index ace06e7a..c143c9a6 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithListsTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithListsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithSetsTest.scala b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithSetsTest.scala index e76a0334..5e2ad0e2 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithSetsTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementWithSetsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementsTest.scala b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementsTest.scala index c2de3782..94217797 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementsTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/prepared/PreparedStatementsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/prepared/delays/PreparedStatementBasicDelaysTest.scala b/server/src/test/scala/org/scassandra/server/e2e/prepared/delays/PreparedStatementBasicDelaysTest.scala index 7c5e44ec..ff810d7a 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/prepared/delays/PreparedStatementBasicDelaysTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/prepared/delays/PreparedStatementBasicDelaysTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/AdvancedPrimeCriteriaTest.scala b/server/src/test/scala/org/scassandra/server/e2e/query/AdvancedPrimeCriteriaTest.scala index 3a1ffc33..03745921 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/AdvancedPrimeCriteriaTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/AdvancedPrimeCriteriaTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/BasicPrimingTest.scala b/server/src/test/scala/org/scassandra/server/e2e/query/BasicPrimingTest.scala index 7adbb092..b9354ac8 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/BasicPrimingTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/BasicPrimingTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/ListPriming.scala b/server/src/test/scala/org/scassandra/server/e2e/query/ListPriming.scala index 806eac13..71f7f419 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/ListPriming.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/ListPriming.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/MapPriming.scala b/server/src/test/scala/org/scassandra/server/e2e/query/MapPriming.scala index 448e6f74..ba2bc434 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/MapPriming.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/MapPriming.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/PatternMatchingTest.scala b/server/src/test/scala/org/scassandra/server/e2e/query/PatternMatchingTest.scala index c5d0caf9..01387302 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/PatternMatchingTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/PatternMatchingTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/PrimingCqlTypesTest.scala b/server/src/test/scala/org/scassandra/server/e2e/query/PrimingCqlTypesTest.scala index 614e069d..4468bb0a 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/PrimingCqlTypesTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/PrimingCqlTypesTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/PrimingErrorsTest.scala b/server/src/test/scala/org/scassandra/server/e2e/query/PrimingErrorsTest.scala index b8642785..f389ad69 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/PrimingErrorsTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/PrimingErrorsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/PrimingOptionalFieldsTest.scala b/server/src/test/scala/org/scassandra/server/e2e/query/PrimingOptionalFieldsTest.scala index bb5404d5..05c1e5dd 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/PrimingOptionalFieldsTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/PrimingOptionalFieldsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/SetPriming.scala b/server/src/test/scala/org/scassandra/server/e2e/query/SetPriming.scala index 5713e468..ef90354d 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/SetPriming.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/SetPriming.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/query/delays/BasicDelaysPrimingTest.scala b/server/src/test/scala/org/scassandra/server/e2e/query/delays/BasicDelaysPrimingTest.scala index 376b940d..d8d5152d 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/query/delays/BasicDelaysPrimingTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/query/delays/BasicDelaysPrimingTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/querybuilder/QueryWithParametersTest.scala b/server/src/test/scala/org/scassandra/server/e2e/querybuilder/QueryWithParametersTest.scala index 2a1aa036..edf465d1 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/querybuilder/QueryWithParametersTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/querybuilder/QueryWithParametersTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/verification/BatchVerificationTest.scala b/server/src/test/scala/org/scassandra/server/e2e/verification/BatchVerificationTest.scala index d4fccfb9..d7f0f199 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/verification/BatchVerificationTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/verification/BatchVerificationTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/verification/ConnectionVerificationTest.scala b/server/src/test/scala/org/scassandra/server/e2e/verification/ConnectionVerificationTest.scala index 2897255b..c83bdd21 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/verification/ConnectionVerificationTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/verification/ConnectionVerificationTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/verification/HeartbeatVerificationTest.scala b/server/src/test/scala/org/scassandra/server/e2e/verification/HeartbeatVerificationTest.scala index 148ae5b6..45cd90df 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/verification/HeartbeatVerificationTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/verification/HeartbeatVerificationTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/verification/PreparedStatementExecutionVerificationTest.scala b/server/src/test/scala/org/scassandra/server/e2e/verification/PreparedStatementExecutionVerificationTest.scala index ec3f7e60..c4201287 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/verification/PreparedStatementExecutionVerificationTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/verification/PreparedStatementExecutionVerificationTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/e2e/verification/QueryVerificationTest.scala b/server/src/test/scala/org/scassandra/server/e2e/verification/QueryVerificationTest.scala index 27e1cbc5..6cea7b17 100644 --- a/server/src/test/scala/org/scassandra/server/e2e/verification/QueryVerificationTest.scala +++ b/server/src/test/scala/org/scassandra/server/e2e/verification/QueryVerificationTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/ActivityLogTest.scala b/server/src/test/scala/org/scassandra/server/priming/ActivityLogTest.scala index 501aa843..eb359e08 100644 --- a/server/src/test/scala/org/scassandra/server/priming/ActivityLogTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/ActivityLogTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/AnyJsonFormatTest.scala b/server/src/test/scala/org/scassandra/server/priming/AnyJsonFormatTest.scala index ae266657..30ca1c51 100644 --- a/server/src/test/scala/org/scassandra/server/priming/AnyJsonFormatTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/AnyJsonFormatTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/ColumnTypeJsonFormatTest.scala b/server/src/test/scala/org/scassandra/server/priming/ColumnTypeJsonFormatTest.scala index ebf350f2..21684ae6 100644 --- a/server/src/test/scala/org/scassandra/server/priming/ColumnTypeJsonFormatTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/ColumnTypeJsonFormatTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/PrimeQueryStoreTest.scala b/server/src/test/scala/org/scassandra/server/priming/PrimeQueryStoreTest.scala index 895e9e38..8c475e6b 100644 --- a/server/src/test/scala/org/scassandra/server/priming/PrimeQueryStoreTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/PrimeQueryStoreTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/PrimingServerReadyTest.scala b/server/src/test/scala/org/scassandra/server/priming/PrimingServerReadyTest.scala index 4a91a2ce..6c138bcc 100644 --- a/server/src/test/scala/org/scassandra/server/priming/PrimingServerReadyTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/PrimingServerReadyTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/batch/PrimeBatchStoreTest.scala b/server/src/test/scala/org/scassandra/server/priming/batch/PrimeBatchStoreTest.scala index e8b7ca3f..e9c3b3c5 100644 --- a/server/src/test/scala/org/scassandra/server/priming/batch/PrimeBatchStoreTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/batch/PrimeBatchStoreTest.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.priming.batch import org.scalatest.{FunSpec, Matchers} diff --git a/server/src/test/scala/org/scassandra/server/priming/prepared/CompositePreparedPrimeStoreTest.scala b/server/src/test/scala/org/scassandra/server/priming/prepared/CompositePreparedPrimeStoreTest.scala index 62e8e332..6ed0f36d 100644 --- a/server/src/test/scala/org/scassandra/server/priming/prepared/CompositePreparedPrimeStoreTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/prepared/CompositePreparedPrimeStoreTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedMultiStoreTest.scala b/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedMultiStoreTest.scala index 81a7baca..ca896d82 100644 --- a/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedMultiStoreTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedMultiStoreTest.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.priming.prepared import java.util.concurrent.TimeUnit diff --git a/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedPatternStoreTest.scala b/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedPatternStoreTest.scala index 7ff8018f..26dc86e8 100644 --- a/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedPatternStoreTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedPatternStoreTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedStoreTest.scala b/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedStoreTest.scala index 7b867c62..e6c80535 100644 --- a/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedStoreTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/prepared/PrimePreparedStoreTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/routes/ActivityVerificationRouteTest.scala b/server/src/test/scala/org/scassandra/server/priming/routes/ActivityVerificationRouteTest.scala index 85ce5f9c..cec51e00 100644 --- a/server/src/test/scala/org/scassandra/server/priming/routes/ActivityVerificationRouteTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/routes/ActivityVerificationRouteTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/routes/CurrentRouteTest.scala b/server/src/test/scala/org/scassandra/server/priming/routes/CurrentRouteTest.scala index bd7559e8..f6f2608e 100644 --- a/server/src/test/scala/org/scassandra/server/priming/routes/CurrentRouteTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/routes/CurrentRouteTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/routes/PrimingBatchRouteTest.scala b/server/src/test/scala/org/scassandra/server/priming/routes/PrimingBatchRouteTest.scala index d359d5de..c97d683a 100644 --- a/server/src/test/scala/org/scassandra/server/priming/routes/PrimingBatchRouteTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/routes/PrimingBatchRouteTest.scala @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2016 Christopher Batey and Dogan Narinc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT 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 org.scassandra.server.priming.routes import org.mockito.Mockito._ diff --git a/server/src/test/scala/org/scassandra/server/priming/routes/PrimingJsonHelperTest.scala b/server/src/test/scala/org/scassandra/server/priming/routes/PrimingJsonHelperTest.scala index ad943bab..67018c37 100644 --- a/server/src/test/scala/org/scassandra/server/priming/routes/PrimingJsonHelperTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/routes/PrimingJsonHelperTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/routes/PrimingPreparedRouteTest.scala b/server/src/test/scala/org/scassandra/server/priming/routes/PrimingPreparedRouteTest.scala index 3dd3b3bd..c37dd82b 100644 --- a/server/src/test/scala/org/scassandra/server/priming/routes/PrimingPreparedRouteTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/routes/PrimingPreparedRouteTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/routes/PrimingQueryRouteTest.scala b/server/src/test/scala/org/scassandra/server/priming/routes/PrimingQueryRouteTest.scala index 1979e1b7..8cfa9ac0 100644 --- a/server/src/test/scala/org/scassandra/server/priming/routes/PrimingQueryRouteTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/routes/PrimingQueryRouteTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/server/src/test/scala/org/scassandra/server/priming/routes/VersionRouteTest.scala b/server/src/test/scala/org/scassandra/server/priming/routes/VersionRouteTest.scala index 272a9830..5246a8ea 100644 --- a/server/src/test/scala/org/scassandra/server/priming/routes/VersionRouteTest.scala +++ b/server/src/test/scala/org/scassandra/server/priming/routes/VersionRouteTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Christopher Batey and Dogan Narinc + * Copyright (C) 2016 Christopher Batey and Dogan Narinc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.