From f07804e0d0cf57bc6e1e2924a7b926d55408f640 Mon Sep 17 00:00:00 2001 From: Sylvain Lebresne Date: Thu, 14 Mar 2013 10:19:05 +0100 Subject: [PATCH] Update versions and license for 1.2.3 --- build.xml | 2 +- debian/changelog | 6 +++++ .../apache/cassandra/MethodComparator.java | 21 +++++++++++++++++ .../cassandra/OrderedJUnit4ClassRunner.java | 23 ++++++++++++++++++- 4 files changed, 50 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 1ab9c94b49..049ee8f8dd 100644 --- a/build.xml +++ b/build.xml @@ -25,7 +25,7 @@ - + diff --git a/debian/changelog b/debian/changelog index 0a71ffb44e..e0bc2a7005 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cassandra (1.2.3) unstable; urgency=low + + * New release + + -- Sylvain Lebresne Thu, 14 Mar 2013 09:52:16 +0100 + cassandra (1.2.2) unstable; urgency=low * New release diff --git a/test/unit/org/apache/cassandra/MethodComparator.java b/test/unit/org/apache/cassandra/MethodComparator.java index 690ae57ea3..8cc163a454 100644 --- a/test/unit/org/apache/cassandra/MethodComparator.java +++ b/test/unit/org/apache/cassandra/MethodComparator.java @@ -1,4 +1,25 @@ package org.apache.cassandra; +/* + * + * 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. + * + */ + import org.junit.Ignore; import org.junit.runners.model.FrameworkMethod; diff --git a/test/unit/org/apache/cassandra/OrderedJUnit4ClassRunner.java b/test/unit/org/apache/cassandra/OrderedJUnit4ClassRunner.java index d84aedbaff..d0dec24cd0 100644 --- a/test/unit/org/apache/cassandra/OrderedJUnit4ClassRunner.java +++ b/test/unit/org/apache/cassandra/OrderedJUnit4ClassRunner.java @@ -1,4 +1,25 @@ package org.apache.cassandra; +/* + * + * 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. + * + */ + import org.junit.runners.BlockJUnit4ClassRunner; import org.junit.runners.model.FrameworkMethod; @@ -31,4 +52,4 @@ public class OrderedJUnit4ClassRunner extends BlockJUnit4ClassRunner return list; } } -} \ No newline at end of file +}