From 48727b4ccb3930d4cd56c1fde3784f7e862a2f94 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Thu, 1 May 2014 16:40:15 +0200 Subject: [PATCH] Update versions and add licenses for 2.1-beta2 release --- .rat-excludes | 1 + build.xml | 2 +- conf/logback-tools.xml | 19 +++++++++++++++++++ conf/logback.xml | 19 +++++++++++++++++++ debian/changelog | 6 ++++++ .../io/util/ChecksummedSequentialWriter.java | 17 +++++++++++++++++ test/conf/logback-test.xml | 19 +++++++++++++++++++ .../stress/settings/OptionCompaction.java | 17 +++++++++++++++++ 8 files changed, 99 insertions(+), 1 deletion(-) diff --git a/.rat-excludes b/.rat-excludes index 871f5dff62..0da5ab9f97 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -5,6 +5,7 @@ debian/** **/.project **/.pydevproject CHANGES.txt +README.asc .git/** **/*.json **/*.patch diff --git a/build.xml b/build.xml index ba29b378e8..36b999894a 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/conf/logback-tools.xml b/conf/logback-tools.xml index c472ae483d..ade6c12d86 100644 --- a/conf/logback-tools.xml +++ b/conf/logback-tools.xml @@ -1,3 +1,22 @@ + + diff --git a/conf/logback.xml b/conf/logback.xml index 2657174199..61e5a1341e 100644 --- a/conf/logback.xml +++ b/conf/logback.xml @@ -1,3 +1,22 @@ + + diff --git a/debian/changelog b/debian/changelog index 11f25cb854..4f880a6385 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (2.1.0~beta2) unstable; urgency=medium + + * New beta release + + -- Sylvain Lebresne Thu, 01 May 2014 16:39:21 +0200 + cassandra (2.1.0~beta1) unstable; urgency=low * New beta release diff --git a/src/java/org/apache/cassandra/io/util/ChecksummedSequentialWriter.java b/src/java/org/apache/cassandra/io/util/ChecksummedSequentialWriter.java index 98492da262..b95bf32bcf 100644 --- a/src/java/org/apache/cassandra/io/util/ChecksummedSequentialWriter.java +++ b/src/java/org/apache/cassandra/io/util/ChecksummedSequentialWriter.java @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.cassandra.io.util; import java.io.File; diff --git a/test/conf/logback-test.xml b/test/conf/logback-test.xml index 89caa2f886..a7aa34c63f 100644 --- a/test/conf/logback-test.xml +++ b/test/conf/logback-test.xml @@ -1,3 +1,22 @@ + + ./build/test/logs/system.log diff --git a/tools/stress/src/org/apache/cassandra/stress/settings/OptionCompaction.java b/tools/stress/src/org/apache/cassandra/stress/settings/OptionCompaction.java index da74e430e8..11d5403a19 100644 --- a/tools/stress/src/org/apache/cassandra/stress/settings/OptionCompaction.java +++ b/tools/stress/src/org/apache/cassandra/stress/settings/OptionCompaction.java @@ -1,3 +1,20 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.cassandra.stress.settings; import java.util.Arrays;