diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlPreparedStatement.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlPreparedStatement.java index 1660546f0..1b68e64e8 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlPreparedStatement.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlPreparedStatement.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlSchema.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlSchema.java index 388bc6b5a..38f82d9c6 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlSchema.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlSchema.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; public interface CqlSchema { diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlStatement.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlStatement.java index c02560588..b6ebce755 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlStatement.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlStatement.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import com.netflix.astyanax.Execution; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlStatementResult.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlStatementResult.java index 1a57be712..996c781d4 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlStatementResult.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/cql/CqlStatementResult.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import com.netflix.astyanax.model.ColumnFamily; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/mapping/AnnotationSet.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/mapping/AnnotationSet.java index f01ee97db..aea5d47c2 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/mapping/AnnotationSet.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/mapping/AnnotationSet.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.mapping; import java.lang.annotation.Annotation; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/AbstractColumnImpl.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/AbstractColumnImpl.java index 522b417e6..c6b778d3b 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/AbstractColumnImpl.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/AbstractColumnImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.model; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/AbstractComposite.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/AbstractComposite.java index 2eb1fb59e..42f469707 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/AbstractComposite.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/AbstractComposite.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.model; import java.math.BigInteger; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/Composite.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/Composite.java index edd557293..60279e852 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/Composite.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/Composite.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.model; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/DynamicComposite.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/DynamicComposite.java index d67fde6b5..7065d0800 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/DynamicComposite.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/model/DynamicComposite.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.model; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/BOP20Partitioner.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/BOP20Partitioner.java index ba0257b76..f92ed4a60 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/BOP20Partitioner.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/BOP20Partitioner.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.partitioner; import java.math.BigInteger; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/BigInteger127Partitioner.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/BigInteger127Partitioner.java index b05a3fa42..6db80b10e 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/BigInteger127Partitioner.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/BigInteger127Partitioner.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.partitioner; import java.math.BigInteger; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/LongBOPPartitioner.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/LongBOPPartitioner.java index ba6c7a61f..d1d774d09 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/LongBOPPartitioner.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/LongBOPPartitioner.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.partitioner; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/Murmur3Partitioner.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/Murmur3Partitioner.java index 1b2bd1810..6289d9173 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/Murmur3Partitioner.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/Murmur3Partitioner.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.partitioner; import java.math.BigInteger; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/OrderedBigIntegerPartitioner.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/OrderedBigIntegerPartitioner.java index 1c69d55c5..24d55cf37 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/OrderedBigIntegerPartitioner.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/partitioner/OrderedBigIntegerPartitioner.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.partitioner; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/AbstractPreparedCqlQuery.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/AbstractPreparedCqlQuery.java index 6112f7e7f..8ee91b914 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/AbstractPreparedCqlQuery.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/AbstractPreparedCqlQuery.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/AllRowsQuery.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/AllRowsQuery.java index c10efba12..7af7fabd9 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/AllRowsQuery.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/AllRowsQuery.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; import java.math.BigInteger; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/CheckpointManager.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/CheckpointManager.java index 320c3c674..977afe98d 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/CheckpointManager.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/CheckpointManager.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; import java.util.SortedMap; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/ColumnPredicate.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/ColumnPredicate.java index 702abe4dd..04e74af58 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/ColumnPredicate.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/ColumnPredicate.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; import com.netflix.astyanax.model.Equality; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/IndexOperator.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/IndexOperator.java index 75e0fb432..cdbcab562 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/IndexOperator.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/IndexOperator.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; public enum IndexOperator { diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedCqlQuery.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedCqlQuery.java index fa61a2487..29ab363fa 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedCqlQuery.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedCqlQuery.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexColumnExpression.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexColumnExpression.java index 1bddaf859..eb1c79090 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexColumnExpression.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexColumnExpression.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; public interface PreparedIndexColumnExpression { diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexExpression.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexExpression.java index 8b9cdc961..b902e8b98 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexExpression.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexExpression.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexOperationExpression.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexOperationExpression.java index bb16d00b3..2f5b29460 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexOperationExpression.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexOperationExpression.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; public interface PreparedIndexOperationExpression { diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexValueExpression.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexValueExpression.java index 8a7e8a704..163fef46c 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexValueExpression.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/PreparedIndexValueExpression.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/RowSliceColumnCountQuery.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/RowSliceColumnCountQuery.java index 6ede238d2..35ffc91e4 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/RowSliceColumnCountQuery.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/query/RowSliceColumnCountQuery.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.query; import java.util.Map; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AbstractSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AbstractSerializer.java index f24efaebd..9c3eaac7b 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AbstractSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AbstractSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AnnotatedCompositeSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AnnotatedCompositeSerializer.java index 570ed0750..5fda68ac5 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AnnotatedCompositeSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AnnotatedCompositeSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.lang.reflect.Field; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AsciiSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AsciiSerializer.java index f3c0efd83..dcc645cb8 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AsciiSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/AsciiSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BigDecimalSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BigDecimalSerializer.java index 03640e810..22e68769c 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BigDecimalSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BigDecimalSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.math.BigDecimal; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BigIntegerSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BigIntegerSerializer.java index a6fcaed1b..d9260a7ff 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BigIntegerSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BigIntegerSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.math.BigInteger; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BooleanSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BooleanSerializer.java index 7acf2c5ae..91d52e92c 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BooleanSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BooleanSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteBufferOutputStream.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteBufferOutputStream.java index c7a575af8..b050180c6 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteBufferOutputStream.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteBufferOutputStream.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; /** diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteBufferSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteBufferSerializer.java index 5f439ca46..b4635e708 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteBufferSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteBufferSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteSerializer.java index 58b642768..fe1322928 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ByteSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BytesArraySerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BytesArraySerializer.java index 84e80d581..912ef845b 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BytesArraySerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/BytesArraySerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/CharSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/CharSerializer.java index 34a502dca..4de4fb837 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/CharSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/CharSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ComparatorType.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ComparatorType.java index a8b679616..367b96ade 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ComparatorType.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ComparatorType.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import com.netflix.astyanax.*; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/CompositeSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/CompositeSerializer.java index 01195b4bc..18b4a5cce 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/CompositeSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/CompositeSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DateSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DateSerializer.java index da1867538..08952c2d9 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DateSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DateSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DoubleSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DoubleSerializer.java index b385af9bf..4ad1b7b91 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DoubleSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DoubleSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DynamicCompositeSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DynamicCompositeSerializer.java index 02f7fd725..01dc45be2 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DynamicCompositeSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/DynamicCompositeSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/FloatSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/FloatSerializer.java index 8b8324717..cc0d4c066 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/FloatSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/FloatSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/GzipStringSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/GzipStringSerializer.java index ac57c1b4f..9f86a07eb 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/GzipStringSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/GzipStringSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.io.ByteArrayInputStream; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/Int32Serializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/Int32Serializer.java index 6168c1d34..d3c326018 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/Int32Serializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/Int32Serializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/IntegerSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/IntegerSerializer.java index 959d8d2a5..94201f2da 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/IntegerSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/IntegerSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/JacksonSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/JacksonSerializer.java index 4fc54b7af..3b00cf8fb 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/JacksonSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/JacksonSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.io.ByteArrayInputStream; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/JaxbSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/JaxbSerializer.java index 0d1f525e0..140b14532 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/JaxbSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/JaxbSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.io.ByteArrayInputStream; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ListSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ListSerializer.java index 0d526398c..ecba71c15 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ListSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ListSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/LongSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/LongSerializer.java index 0864f523e..8797d7739 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/LongSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/LongSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/MapSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/MapSerializer.java index df773c150..62f07e127 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/MapSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/MapSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ObjectSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ObjectSerializer.java index 8897dd58a..fe7469857 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ObjectSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ObjectSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.io.ByteArrayInputStream; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/PrefixedSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/PrefixedSerializer.java index 19d689fc9..6af29f6ea 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/PrefixedSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/PrefixedSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ReversedSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ReversedSerializer.java index 086c027ff..f3af5eeff 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ReversedSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ReversedSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SerializerPackageImpl.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SerializerPackageImpl.java index 53593c5e3..5a704cfb5 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SerializerPackageImpl.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SerializerPackageImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SerializerTypeInferer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SerializerTypeInferer.java index ef890b8e0..85eb0e7a9 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SerializerTypeInferer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SerializerTypeInferer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.math.BigDecimal; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SetSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SetSerializer.java index a5776e325..a830bd33a 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SetSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SetSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ShortSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ShortSerializer.java index a4549263d..f48647f93 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ShortSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/ShortSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SnappyStringSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SnappyStringSerializer.java index c657c8658..168c2c0f4 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SnappyStringSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SnappyStringSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.io.ByteArrayInputStream; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SpecificCompositeSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SpecificCompositeSerializer.java index 0e21b7c3a..56fa6a360 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SpecificCompositeSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SpecificCompositeSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SpecificReversedSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SpecificReversedSerializer.java index 6ed732d45..770d00712 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SpecificReversedSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/SpecificReversedSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/StringSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/StringSerializer.java index f48c7846b..d61d38deb 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/StringSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/StringSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/TimeUUIDSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/TimeUUIDSerializer.java index dc1380bee..688959fa2 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/TimeUUIDSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/TimeUUIDSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/TypeInferringSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/TypeInferringSerializer.java index 750b2ded2..763872e32 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/TypeInferringSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/TypeInferringSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/UUIDSerializer.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/UUIDSerializer.java index 97ef4acff..b70bdeac7 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/UUIDSerializer.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/UUIDSerializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; import java.nio.ByteBuffer; diff --git a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/UnknownComparatorException.java b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/UnknownComparatorException.java index 161c2b435..4bc33ed90 100644 --- a/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/UnknownComparatorException.java +++ b/astyanax-cassandra/src/main/java/com/netflix/astyanax/serializers/UnknownComparatorException.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.serializers; public class UnknownComparatorException extends Exception { diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/AuthenticationCredentials.java b/astyanax-core/src/main/java/com/netflix/astyanax/AuthenticationCredentials.java index 3eaf97621..edb87a5e1 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/AuthenticationCredentials.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/AuthenticationCredentials.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax; /** diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/ExceptionCallback.java b/astyanax-core/src/main/java/com/netflix/astyanax/ExceptionCallback.java index 585c7bc38..3f679d6d4 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/ExceptionCallback.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/ExceptionCallback.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax; import com.netflix.astyanax.connectionpool.exceptions.ConnectionException; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/ConnectionContext.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/ConnectionContext.java index 2d5d9b2f8..de38da2c1 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/ConnectionContext.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/ConnectionContext.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; /** diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/ConnectionPoolProxy.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/ConnectionPoolProxy.java index f0164ace1..756407b95 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/ConnectionPoolProxy.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/ConnectionPoolProxy.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; import java.util.Collection; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/HostStats.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/HostStats.java index 4acff6006..ad0ea317d 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/HostStats.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/HostStats.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; import java.util.Date; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/JmxConnectionPoolMonitor.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/JmxConnectionPoolMonitor.java index 6e245b7e9..2566eae09 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/JmxConnectionPoolMonitor.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/JmxConnectionPoolMonitor.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; import org.apache.commons.lang.StringUtils; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/JmxConnectionPoolMonitorMBean.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/JmxConnectionPoolMonitorMBean.java index 64439da8f..708856f65 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/JmxConnectionPoolMonitorMBean.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/JmxConnectionPoolMonitorMBean.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; public interface JmxConnectionPoolMonitorMBean { diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/LatencyScoreStrategy.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/LatencyScoreStrategy.java index 79a9fc88c..6938f02fc 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/LatencyScoreStrategy.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/LatencyScoreStrategy.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; import java.util.List; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/LatencyScoreStrategyType.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/LatencyScoreStrategyType.java index 5e5a10534..82ca8e5c5 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/LatencyScoreStrategyType.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/LatencyScoreStrategyType.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; public enum LatencyScoreStrategyType { diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/NodeDiscoveryMonitor.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/NodeDiscoveryMonitor.java index 665f601cd..331310a2b 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/NodeDiscoveryMonitor.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/NodeDiscoveryMonitor.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; public class NodeDiscoveryMonitor implements NodeDiscoveryMonitorMBean { diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/NodeDiscoveryMonitorMBean.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/NodeDiscoveryMonitorMBean.java index 1b47d366c..dbc8110b3 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/NodeDiscoveryMonitorMBean.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/NodeDiscoveryMonitorMBean.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; public interface NodeDiscoveryMonitorMBean { diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/OperationFilterFactory.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/OperationFilterFactory.java index bc4d79092..a53b749c4 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/OperationFilterFactory.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/OperationFilterFactory.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; public interface OperationFilterFactory { diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/RateLimiter.java b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/RateLimiter.java index ff3695530..c5815bead 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/RateLimiter.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/RateLimiter.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool; /** diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/partitioner/Partitioner.java b/astyanax-core/src/main/java/com/netflix/astyanax/partitioner/Partitioner.java index ca3342617..b1bb34940 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/partitioner/Partitioner.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/partitioner/Partitioner.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.partitioner; import java.nio.ByteBuffer; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/retry/IndefiniteRetry.java b/astyanax-core/src/main/java/com/netflix/astyanax/retry/IndefiniteRetry.java index a1e65e937..ce76f0090 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/retry/IndefiniteRetry.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/retry/IndefiniteRetry.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.retry; public class IndefiniteRetry implements RetryPolicy { diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/retry/RunOnceRetryPolicyFactory.java b/astyanax-core/src/main/java/com/netflix/astyanax/retry/RunOnceRetryPolicyFactory.java index 77ae8a014..114a1bcad 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/retry/RunOnceRetryPolicyFactory.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/retry/RunOnceRetryPolicyFactory.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.retry; import com.netflix.astyanax.retry.RetryPolicy.RetryPolicyFactory; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/shallows/EmptyOperationTracer.java b/astyanax-core/src/main/java/com/netflix/astyanax/shallows/EmptyOperationTracer.java index dbd034c9b..1ae769de7 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/shallows/EmptyOperationTracer.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/shallows/EmptyOperationTracer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.shallows; import com.netflix.astyanax.connectionpool.Operation; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/shallows/EmptyPartitioner.java b/astyanax-core/src/main/java/com/netflix/astyanax/shallows/EmptyPartitioner.java index 47db0039d..afdcdfd90 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/shallows/EmptyPartitioner.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/shallows/EmptyPartitioner.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.shallows; import java.nio.ByteBuffer; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/test/IncreasingRateSupplier.java b/astyanax-core/src/main/java/com/netflix/astyanax/test/IncreasingRateSupplier.java index 9fb8cc600..e771e11f7 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/test/IncreasingRateSupplier.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/test/IncreasingRateSupplier.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.test; import com.google.common.base.Supplier; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/test/ProbabalisticFunction.java b/astyanax-core/src/main/java/com/netflix/astyanax/test/ProbabalisticFunction.java index ee8e33364..ec54ee0ec 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/test/ProbabalisticFunction.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/test/ProbabalisticFunction.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.test; import java.util.ArrayList; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/tracing/AstyanaxContext.java b/astyanax-core/src/main/java/com/netflix/astyanax/tracing/AstyanaxContext.java index 309f1979d..247affe30 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/tracing/AstyanaxContext.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/tracing/AstyanaxContext.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.tracing; import java.util.Map; diff --git a/astyanax-core/src/main/java/com/netflix/astyanax/tracing/OperationTracer.java b/astyanax-core/src/main/java/com/netflix/astyanax/tracing/OperationTracer.java index 91f993af1..6620e5cc9 100644 --- a/astyanax-core/src/main/java/com/netflix/astyanax/tracing/OperationTracer.java +++ b/astyanax-core/src/main/java/com/netflix/astyanax/tracing/OperationTracer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.tracing; import com.netflix.astyanax.connectionpool.Operation; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/ConsistencyLevelMapping.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/ConsistencyLevelMapping.java index a022e9f6e..ef9690184 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/ConsistencyLevelMapping.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/ConsistencyLevelMapping.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import com.netflix.astyanax.model.ConsistencyLevel; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlAbstractExecutionImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlAbstractExecutionImpl.java index 7338694ce..d016d27bb 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlAbstractExecutionImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlAbstractExecutionImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import org.slf4j.Logger; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlClusterImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlClusterImpl.java index 96471ef7e..42d35e60c 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlClusterImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlClusterImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import static com.datastax.driver.core.querybuilder.QueryBuilder.eq; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlFamilyFactory.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlFamilyFactory.java index 09f833465..a7ec7ad30 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlFamilyFactory.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlFamilyFactory.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import java.util.concurrent.atomic.AtomicBoolean; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlKeyspaceImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlKeyspaceImpl.java index c9d40f983..b244fc10a 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlKeyspaceImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlKeyspaceImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import static com.datastax.driver.core.querybuilder.QueryBuilder.eq; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlOperationResultImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlOperationResultImpl.java index b6547a5ab..48d4ff26b 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlOperationResultImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlOperationResultImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import java.net.InetAddress; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlRingDescriber.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlRingDescriber.java index ef1e96412..8e9934892 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlRingDescriber.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlRingDescriber.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import java.math.BigInteger; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlSchemaVersionReader.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlSchemaVersionReader.java index 2b46899e4..04dd41006 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlSchemaVersionReader.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/CqlSchemaVersionReader.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import java.net.InetAddress; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConfigBridge.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConfigBridge.java index c11a57b2d..fc216e8c9 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConfigBridge.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConfigBridge.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import com.datastax.driver.core.AuthProvider; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConfigBuilder.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConfigBuilder.java index 9d2541949..71288e912 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConfigBuilder.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConfigBuilder.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import java.util.concurrent.TimeUnit; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConnectionPoolConfigurationImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConnectionPoolConfigurationImpl.java index 233dbd67d..994b53c0c 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConnectionPoolConfigurationImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConnectionPoolConfigurationImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import java.util.List; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConnectionPoolMonitorImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConnectionPoolMonitorImpl.java index 790a653a8..da985d88f 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConnectionPoolMonitorImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/JavaDriverConnectionPoolMonitorImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql; import java.util.Map; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlPreparedStatement.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlPreparedStatement.java index fd8d7320e..bc9d89489 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlPreparedStatement.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlPreparedStatement.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.direct; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlStatement.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlStatement.java index a77587470..2b538218a 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlStatement.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlStatement.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.direct; import com.datastax.driver.core.PreparedStatement; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlStatementResultImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlStatementResultImpl.java index 76ecfe592..26f70cc47 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlStatementResultImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/direct/DirectCqlStatementResultImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.direct; import java.util.List; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFColumnQueryGen.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFColumnQueryGen.java index d244274c2..5f2a5ef41 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFColumnQueryGen.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFColumnQueryGen.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import static com.datastax.driver.core.querybuilder.QueryBuilder.eq; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowKeysQueryGen.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowKeysQueryGen.java index 24158483d..211509d0d 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowKeysQueryGen.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowKeysQueryGen.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import static com.datastax.driver.core.querybuilder.QueryBuilder.in; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowQueryGen.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowQueryGen.java index 187d568ff..71c0cf5cb 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowQueryGen.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowQueryGen.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import static com.datastax.driver.core.querybuilder.QueryBuilder.desc; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowRangeQueryGen.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowRangeQueryGen.java index b1ad237e7..1491c7ae9 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowRangeQueryGen.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowRangeQueryGen.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import static com.datastax.driver.core.querybuilder.QueryBuilder.gte; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowSliceQueryGen.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowSliceQueryGen.java index d4f8c51b4..6ce446dab 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowSliceQueryGen.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CFRowSliceQueryGen.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import static com.datastax.driver.core.querybuilder.QueryBuilder.desc; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlAllRowsQueryImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlAllRowsQueryImpl.java index 5a9a978d7..24de923a0 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlAllRowsQueryImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlAllRowsQueryImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import java.math.BigInteger; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnCountQueryImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnCountQueryImpl.java index 5e199cf3e..bca06cca1 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnCountQueryImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnCountQueryImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import java.util.List; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnFamilyQueryImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnFamilyQueryImpl.java index 14ea6dcc7..d70918967 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnFamilyQueryImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnFamilyQueryImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import java.util.ArrayList; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnQueryImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnQueryImpl.java index e53ad2571..a2a00bdc8 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnQueryImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlColumnQueryImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import com.datastax.driver.core.ResultSet; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowCopier.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowCopier.java index ab770bc64..4a8068006 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowCopier.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowCopier.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import java.util.Iterator; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowQueryImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowQueryImpl.java index 78f4b8d82..c07800ba9 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowQueryImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowQueryImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowSliceColumnCountQueryImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowSliceColumnCountQueryImpl.java index d4435f548..c3ff729a0 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowSliceColumnCountQueryImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowSliceColumnCountQueryImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import java.util.HashMap; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowSliceQueryImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowSliceQueryImpl.java index c62f7a2a6..00aaec395 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowSliceQueryImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/CqlRowSliceQueryImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/DirectCqlQueryImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/DirectCqlQueryImpl.java index 3bd4c2776..2909fb05a 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/DirectCqlQueryImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/DirectCqlQueryImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/FlatTableRowQueryGen.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/FlatTableRowQueryGen.java index a9a7cedab..9ffb4b854 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/FlatTableRowQueryGen.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/FlatTableRowQueryGen.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import static com.datastax.driver.core.querybuilder.QueryBuilder.eq; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/FlatTableRowSliceQueryGen.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/FlatTableRowSliceQueryGen.java index dbf950121..3514da727 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/FlatTableRowSliceQueryGen.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/FlatTableRowSliceQueryGen.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import static com.datastax.driver.core.querybuilder.QueryBuilder.gte; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/QueryGenCache.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/QueryGenCache.java index 50cb19d7b..4916c3a63 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/QueryGenCache.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/QueryGenCache.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads; import java.util.concurrent.Callable; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnImpl.java index 8123b4410..996bfd70e 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnListImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnListImpl.java index 4b71c11a4..beae1d19b 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnListImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnListImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnSlice.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnSlice.java index bc2db0642..d587b6829 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnSlice.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlColumnSlice.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; import java.util.Collection; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRangeBuilder.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRangeBuilder.java index bfe4d6c91..8a42cf750 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRangeBuilder.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRangeBuilder.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; /** diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRangeImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRangeImpl.java index dfa23657b..3ad53c2df 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRangeImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRangeImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowImpl.java index e55b7d440..8ee94c81b 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowListImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowListImpl.java index 3cdbbf572..6bcb94a1c 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowListImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowListImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; import java.util.ArrayList; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowListIterator.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowListIterator.java index 35d63e2a6..28ea56605 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowListIterator.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowListIterator.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; import java.util.ArrayList; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowSlice.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowSlice.java index be14c0537..e6a2dfe8b 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowSlice.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/CqlRowSlice.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; import java.util.Collection; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/DirectCqlResult.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/DirectCqlResult.java index eeaee9df2..af1303b80 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/DirectCqlResult.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/reads/model/DirectCqlResult.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.reads.model; import java.util.ArrayList; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/retrypolicies/ChangeConsistencyLevelRetryPolicy.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/retrypolicies/ChangeConsistencyLevelRetryPolicy.java index 47ba81195..449c3301d 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/retrypolicies/ChangeConsistencyLevelRetryPolicy.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/retrypolicies/ChangeConsistencyLevelRetryPolicy.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.retrypolicies; import com.datastax.driver.core.ConsistencyLevel; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/retrypolicies/JavaDriverBasedRetryPolicy.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/retrypolicies/JavaDriverBasedRetryPolicy.java index e8d49fe0b..621cb8165 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/retrypolicies/JavaDriverBasedRetryPolicy.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/retrypolicies/JavaDriverBasedRetryPolicy.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.retrypolicies; import com.netflix.astyanax.retry.RetryPolicy; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlColumnDefinitionImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlColumnDefinitionImpl.java index ca0f72f51..0c40b98d9 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlColumnDefinitionImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlColumnDefinitionImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.schema; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlColumnFamilyDefinitionImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlColumnFamilyDefinitionImpl.java index fe325265e..45240054c 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlColumnFamilyDefinitionImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlColumnFamilyDefinitionImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.schema; import static com.datastax.driver.core.querybuilder.QueryBuilder.eq; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlKeyspaceDefinitionImpl.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlKeyspaceDefinitionImpl.java index 3dd849c39..a3ad9cc6b 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlKeyspaceDefinitionImpl.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/schema/CqlKeyspaceDefinitionImpl.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.schema; import static com.datastax.driver.core.querybuilder.QueryBuilder.eq; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/AsyncOperationResult.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/AsyncOperationResult.java index 34fb225f8..d12138a8f 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/AsyncOperationResult.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/AsyncOperationResult.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.util; import java.util.concurrent.ExecutionException; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/CFQueryContext.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/CFQueryContext.java index baf112646..d83a5765f 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/CFQueryContext.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/CFQueryContext.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.util; import java.nio.ByteBuffer; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/ConsistencyLevelTransform.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/ConsistencyLevelTransform.java index 30ac1106f..49ad7deff 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/ConsistencyLevelTransform.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/ConsistencyLevelTransform.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.util; import com.datastax.driver.core.ConsistencyLevel; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/CqlTypeMapping.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/CqlTypeMapping.java index fb3ae2c2f..9209c14e7 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/CqlTypeMapping.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/CqlTypeMapping.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.util; import java.util.HashMap; diff --git a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/DataTypeMapping.java b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/DataTypeMapping.java index 8d0c6eed8..4acbbdf3c 100644 --- a/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/DataTypeMapping.java +++ b/astyanax-cql/src/main/java/com/netflix/astyanax/cql/util/DataTypeMapping.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.util; import com.datastax.driver.core.DataType; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/AbstractColumnMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/AbstractColumnMapper.java index 85d324ff1..302a016ec 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/AbstractColumnMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/AbstractColumnMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/ColumnMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/ColumnMapper.java index f89b79b28..85a016da8 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/ColumnMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/ColumnMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeColumnEntityMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeColumnEntityMapper.java index 3ba3af4e7..6103bb543 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeColumnEntityMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeColumnEntityMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeColumnMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeColumnMapper.java index 9298d8b86..5ddb6522a 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeColumnMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeColumnMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeEntityManager.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeEntityManager.java index 3ef9e9e29..c4fee09ca 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeEntityManager.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeEntityManager.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.nio.ByteBuffer; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeEntityMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeEntityMapper.java index b4d7afaf1..3dd56b9cf 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeEntityMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/CompositeEntityMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/DefaultEntityManager.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/DefaultEntityManager.java index d51d4cad0..64056d4a2 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/DefaultEntityManager.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/DefaultEntityManager.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.util.Collection; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/EntityManager.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/EntityManager.java index ccf3a7853..de2a63d1a 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/EntityManager.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/EntityManager.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.util.Collection; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/EntityMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/EntityMapper.java index 6280207ca..ef99058be 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/EntityMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/EntityMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/FieldMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/FieldMapper.java index e601081a5..77cd6174d 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/FieldMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/FieldMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/LeafColumnMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/LeafColumnMapper.java index 73cbc3469..c8d857bbe 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/LeafColumnMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/LeafColumnMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/LifecycleEvents.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/LifecycleEvents.java index a7b571ef7..db4ffdbfb 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/LifecycleEvents.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/LifecycleEvents.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Method; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/MapColumnMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/MapColumnMapper.java index a98cf3117..9bda8889d 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/MapColumnMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/MapColumnMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/MappingUtils.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/MappingUtils.java index 3ae3a332d..2c97b19a9 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/MappingUtils.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/MappingUtils.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/NativeQuery.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/NativeQuery.java index dd23bc630..85d1aaf16 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/NativeQuery.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/NativeQuery.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.util.Collection; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/Serializer.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/Serializer.java index f75baabde..0e2923592 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/Serializer.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/Serializer.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.annotation.Documented; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/SetColumnMapper.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/SetColumnMapper.java index 7cc12d961..c9c76989f 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/SetColumnMapper.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/SetColumnMapper.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.reflect.Field; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/SimpleCompositeBuilder.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/SimpleCompositeBuilder.java index 9193e3e54..c0b9c3df4 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/SimpleCompositeBuilder.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/SimpleCompositeBuilder.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.nio.ByteBuffer; diff --git a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/TTL.java b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/TTL.java index d3902c5ae..d398d0256 100644 --- a/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/TTL.java +++ b/astyanax-entity-mapper/src/main/java/com/netflix/astyanax/entitystore/TTL.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.entitystore; import java.lang.annotation.Documented; diff --git a/astyanax-examples/src/main/java/com/netflix/astyanax/examples/AstCQLClient.java b/astyanax-examples/src/main/java/com/netflix/astyanax/examples/AstCQLClient.java index ff461183c..51edb7226 100644 --- a/astyanax-examples/src/main/java/com/netflix/astyanax/examples/AstCQLClient.java +++ b/astyanax-examples/src/main/java/com/netflix/astyanax/examples/AstCQLClient.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.examples; import static com.netflix.astyanax.examples.ModelConstants.*; diff --git a/astyanax-examples/src/main/java/com/netflix/astyanax/examples/AstClient.java b/astyanax-examples/src/main/java/com/netflix/astyanax/examples/AstClient.java index 681b839fc..52e8f12c0 100644 --- a/astyanax-examples/src/main/java/com/netflix/astyanax/examples/AstClient.java +++ b/astyanax-examples/src/main/java/com/netflix/astyanax/examples/AstClient.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.examples; import static com.netflix.astyanax.examples.ModelConstants.*; diff --git a/astyanax-examples/src/main/java/com/netflix/astyanax/examples/ModelConstants.java b/astyanax-examples/src/main/java/com/netflix/astyanax/examples/ModelConstants.java index 276e552a1..ee0ec6fc0 100644 --- a/astyanax-examples/src/main/java/com/netflix/astyanax/examples/ModelConstants.java +++ b/astyanax-examples/src/main/java/com/netflix/astyanax/examples/ModelConstants.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.examples; public class ModelConstants { diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/AllRowsQueryTest.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/AllRowsQueryTest.java index b54d48ebe..bfd93c2a9 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/AllRowsQueryTest.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/AllRowsQueryTest.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.concurrent.atomic.AtomicLong; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CFStandardTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CFStandardTests.java index 95b376b80..da1f58410 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CFStandardTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CFStandardTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.io.Serializable; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ClickStreamTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ClickStreamTests.java index de751253b..fe628a6a8 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ClickStreamTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ClickStreamTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.ArrayList; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ColumnCountQueryTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ColumnCountQueryTests.java index 3a74ce31e..7b8765eb5 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ColumnCountQueryTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ColumnCountQueryTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.Collection; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ColumnTimestampAndTTLTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ColumnTimestampAndTTLTests.java index 41e41034f..ce7bd5ccd 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ColumnTimestampAndTTLTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/ColumnTimestampAndTTLTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import org.junit.AfterClass; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CompositeColumnTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CompositeColumnTests.java index 13117bee8..87fd7efa5 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CompositeColumnTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CompositeColumnTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.ArrayList; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CompositeKeyTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CompositeKeyTests.java index 8c653c0b9..f88ed036f 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CompositeKeyTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CompositeKeyTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import junit.framework.Assert; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CounterColumnTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CounterColumnTests.java index 3c7cf9b19..65a2a4359 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CounterColumnTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/CounterColumnTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import junit.framework.Assert; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/DirectCqlTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/DirectCqlTests.java index 9105bb007..1158024b5 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/DirectCqlTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/DirectCqlTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import junit.framework.Assert; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/KeyspaceTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/KeyspaceTests.java index 5aaba2dd1..930b5afa8 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/KeyspaceTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/KeyspaceTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import org.apache.log4j.PropertyConfigurator; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/LongColumnPaginationTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/LongColumnPaginationTests.java index eeb4fc15b..b376fde24 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/LongColumnPaginationTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/LongColumnPaginationTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import junit.framework.Assert; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/MockCompositeTypeTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/MockCompositeTypeTests.java index 4e50a9c74..94547804c 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/MockCompositeTypeTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/MockCompositeTypeTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import junit.framework.Assert; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/PreparedStatementTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/PreparedStatementTests.java index 3cea455cc..d9efd770c 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/PreparedStatementTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/PreparedStatementTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.Date; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RingDescribeTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RingDescribeTests.java index 03270a220..b8f48e5c3 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RingDescribeTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RingDescribeTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.List; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowCopierTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowCopierTests.java index 2a245dc73..27d33a8a1 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowCopierTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowCopierTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import junit.framework.Assert; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowSliceRowRangeQueryTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowSliceRowRangeQueryTests.java index fe426d2d2..221587e87 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowSliceRowRangeQueryTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowSliceRowRangeQueryTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.ArrayList; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowUniquenessConstraintTest.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowUniquenessConstraintTest.java index 633071d69..b33d8250f 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowUniquenessConstraintTest.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/RowUniquenessConstraintTest.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.UUID; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SchemaTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SchemaTests.java index 0ce6ea958..b64c23037 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SchemaTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SchemaTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.Date; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SerializerPackageTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SerializerPackageTests.java index 9428f24bb..872ad5cf1 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SerializerPackageTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SerializerPackageTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.nio.ByteBuffer; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleColumnMutationTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleColumnMutationTests.java index afa4094c7..77a7f72ab 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleColumnMutationTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleColumnMutationTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import org.junit.AfterClass; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowColumnPaginationTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowColumnPaginationTests.java index 5b1e447a3..f2e96a10d 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowColumnPaginationTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowColumnPaginationTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.Random; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowColumnRangeQueryTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowColumnRangeQueryTests.java index 2b1b0da7c..13e7a01d0 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowColumnRangeQueryTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowColumnRangeQueryTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import junit.framework.Assert; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowQueryTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowQueryTests.java index d5fed6ed2..4abe5a410 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowQueryTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/SingleRowQueryTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.nio.ByteBuffer; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/StaticColumnFamilyTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/StaticColumnFamilyTests.java index 8d666b93b..4d6e63b03 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/StaticColumnFamilyTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/StaticColumnFamilyTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.ArrayList; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/TimeUUIDTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/TimeUUIDTests.java index 7e34c6201..abe28aa11 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/TimeUUIDTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/TimeUUIDTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test; import java.util.UUID; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/entitymapper/EntityMapperTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/entitymapper/EntityMapperTests.java index 61bab91fe..7f64e6392 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/entitymapper/EntityMapperTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/entitymapper/EntityMapperTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test.entitymapper; import java.util.ArrayList; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/AllRowsReaderTest.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/AllRowsReaderTest.java index 7a346170f..08626067b 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/AllRowsReaderTest.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/AllRowsReaderTest.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test.recipes; import java.util.concurrent.atomic.AtomicInteger; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ChunkedObjectStoreTest.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ChunkedObjectStoreTest.java index 66d0cfd39..7d2ae029f 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ChunkedObjectStoreTest.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ChunkedObjectStoreTest.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test.recipes; import java.io.ByteArrayInputStream; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ColumnPrefixDistributedLockTest.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ColumnPrefixDistributedLockTest.java index bfab4e897..223700b72 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ColumnPrefixDistributedLockTest.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ColumnPrefixDistributedLockTest.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test.recipes; import java.util.concurrent.TimeUnit; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ColumnPrefixUniquenessConstraintTest.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ColumnPrefixUniquenessConstraintTest.java index a0eadc2a7..214110c3c 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ColumnPrefixUniquenessConstraintTest.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/recipes/ColumnPrefixUniquenessConstraintTest.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test.recipes; import java.util.UUID; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/AstyanaxContextFactory.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/AstyanaxContextFactory.java index 9ff4ce803..4ebfa9584 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/AstyanaxContextFactory.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/AstyanaxContextFactory.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test.utils; import static com.netflix.astyanax.cql.test.utils.ClusterConfiguration.TEST_CLUSTER_NAME; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/ClusterConfiguration.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/ClusterConfiguration.java index b8158cf5f..d440fca0c 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/ClusterConfiguration.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/ClusterConfiguration.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test.utils; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/ReadTests.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/ReadTests.java index 20ac7b5bc..e31d0c3a4 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/ReadTests.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/ReadTests.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test.utils; import java.nio.ByteBuffer; diff --git a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/TestUtils.java b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/TestUtils.java index 61483cf6c..7426461aa 100644 --- a/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/TestUtils.java +++ b/astyanax-test/src/main/java/com/netflix/astyanax/cql/test/utils/TestUtils.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.cql.test.utils; import java.util.ArrayList; diff --git a/astyanax-test/src/test/java/com/netflix/astyanax/connectionpool/impl/BagConnectionPoolImplTest.java b/astyanax-test/src/test/java/com/netflix/astyanax/connectionpool/impl/BagConnectionPoolImplTest.java index b4b430dd8..8143b9708 100644 --- a/astyanax-test/src/test/java/com/netflix/astyanax/connectionpool/impl/BagConnectionPoolImplTest.java +++ b/astyanax-test/src/test/java/com/netflix/astyanax/connectionpool/impl/BagConnectionPoolImplTest.java @@ -1,3 +1,18 @@ +/******************************************************************************* + * Copyright 2011 Netflix + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ package com.netflix.astyanax.connectionpool.impl; import com.netflix.astyanax.connectionpool.ConnectionPool; diff --git a/astyanax-test/src/test/java/com/netflix/astyanax/recipes/MiscUnitTest.java b/astyanax-test/src/test/java/com/netflix/astyanax/recipes/MiscUnitTest.java index f82f6b61d..2eef63307 100644 --- a/astyanax-test/src/test/java/com/netflix/astyanax/recipes/MiscUnitTest.java +++ b/astyanax-test/src/test/java/com/netflix/astyanax/recipes/MiscUnitTest.java @@ -959,7 +959,7 @@ public synchronized Boolean apply(Row row) { .build(); try { - Stopwatch sw = new Stopwatch().start(); + Stopwatch sw = Stopwatch.createStarted(); boolean result = reader.call(); long runtimeMillis = sw.stop().elapsed(TimeUnit.MILLISECONDS); diff --git a/astyanax-test/src/test/java/com/netflix/astyanax/thrift/ThriftKeyspaceImplTest.java b/astyanax-test/src/test/java/com/netflix/astyanax/thrift/ThriftKeyspaceImplTest.java index b0b1f386f..1025ee7c0 100644 --- a/astyanax-test/src/test/java/com/netflix/astyanax/thrift/ThriftKeyspaceImplTest.java +++ b/astyanax-test/src/test/java/com/netflix/astyanax/thrift/ThriftKeyspaceImplTest.java @@ -2219,7 +2219,7 @@ public void testGetAllKeysRoot() { Assert.assertNull(row); row = result.getResult().getRowByIndex(10); - Assert.assertEquals("M", row.getKey()); + Assert.assertEquals("K", row.getKey()); /* * LOG.info("Get " + result.getResult().size() + " keys"); for * (Row row : result.getResult()) { diff --git a/dependency-versions.gradle b/dependency-versions.gradle index bd0d94982..7923c38db 100644 --- a/dependency-versions.gradle +++ b/dependency-versions.gradle @@ -1,26 +1,24 @@ ext { - cassandraVersion = "2.0.12" - thriftVersion = "0.9.2" - junitVersion = "4.8.1" + cassandraVersion = "2.0.17" + thriftVersion = "0.10.0" + junitVersion = "4.12" guavaVersion = "15.0" - snappyVersion = "1.1.1.6" + snappyVersion = "1.1.2.6" jacksonVersion = "1.9.13" - cassandraThriftVersion = "2.0.12" - jodaTimeVersion = "1.6.2" - highScaleLibVersion = "1.1.2" + cassandraThriftVersion = "2.0.17" + jodaTimeVersion = "2.9.9" + highScaleLibVersion = "1.1.4" uuidVersion = "3.2" - slf4jVersion = "1.6.4" - jettisonVersion = "1.2" - commonsCodecVersion = "1.5" - commonsLangVersion = "2.4" + slf4jVersion = "1.7.25" + jettisonVersion = "1.3.8" + commonsCodecVersion = "1.10" + commonsLangVersion = "2.6" commonsCsvVersion = "1.0-r706900_3" concurrentLinkedHashMapVersion = "1.3" - jacksonVersion = "1.9.2" - snappyVersion = "1.0.4.1" - jpaVersion = "1.0" - nettyVersion = "3.9.0.Final" + jpaVersion = "1.0.2" + nettyVersion = "3.9.9.Final" commonsIOVersion = "2.1" javaDriverVersion = "2.0.6" - lz4Version = "1.2.0" + lz4Version = "1.3.0" metricCoreVersion = "3.0.2" }