From aeb1a2bb429b714df736c2cb75b31900768f2ea5 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Wed, 8 Jul 2009 15:55:57 +0000 Subject: [PATCH] add apache license header to autogenerated source code. is this necessary? who knows? but I know someone is going to argue about it if it's missing. git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.3@792197 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/cassandra/service/Cassandra.java | 21 +++++++++++++++++++ .../apache/cassandra/service/CqlResult_t.java | 21 +++++++++++++++++++ .../service/InvalidRequestException.java | 21 +++++++++++++++++++ .../cassandra/service/NotFoundException.java | 21 +++++++++++++++++++ .../service/UnavailableException.java | 21 +++++++++++++++++++ .../service/batch_mutation_super_t.java | 21 +++++++++++++++++++ .../cassandra/service/batch_mutation_t.java | 21 +++++++++++++++++++ .../apache/cassandra/service/column_t.java | 21 +++++++++++++++++++ .../cassandra/service/superColumn_t.java | 21 +++++++++++++++++++ 9 files changed, 189 insertions(+) diff --git a/interface/gen-java/org/apache/cassandra/service/Cassandra.java b/interface/gen-java/org/apache/cassandra/service/Cassandra.java index ea66fbf83b..91d44e42de 100644 --- a/interface/gen-java/org/apache/cassandra/service/Cassandra.java +++ b/interface/gen-java/org/apache/cassandra/service/Cassandra.java @@ -4,6 +4,27 @@ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package org.apache.cassandra.service; +/* + * + * 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 java.util.List; import java.util.ArrayList; diff --git a/interface/gen-java/org/apache/cassandra/service/CqlResult_t.java b/interface/gen-java/org/apache/cassandra/service/CqlResult_t.java index 073f51a5f7..018d6b53d0 100644 --- a/interface/gen-java/org/apache/cassandra/service/CqlResult_t.java +++ b/interface/gen-java/org/apache/cassandra/service/CqlResult_t.java @@ -4,6 +4,27 @@ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package org.apache.cassandra.service; +/* + * + * 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 java.util.List; import java.util.ArrayList; diff --git a/interface/gen-java/org/apache/cassandra/service/InvalidRequestException.java b/interface/gen-java/org/apache/cassandra/service/InvalidRequestException.java index 524bc0c4fc..9f2b95d37d 100644 --- a/interface/gen-java/org/apache/cassandra/service/InvalidRequestException.java +++ b/interface/gen-java/org/apache/cassandra/service/InvalidRequestException.java @@ -4,6 +4,27 @@ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package org.apache.cassandra.service; +/* + * + * 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 java.util.List; import java.util.ArrayList; diff --git a/interface/gen-java/org/apache/cassandra/service/NotFoundException.java b/interface/gen-java/org/apache/cassandra/service/NotFoundException.java index 5b47e1089e..21937f15eb 100644 --- a/interface/gen-java/org/apache/cassandra/service/NotFoundException.java +++ b/interface/gen-java/org/apache/cassandra/service/NotFoundException.java @@ -4,6 +4,27 @@ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package org.apache.cassandra.service; +/* + * + * 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 java.util.List; import java.util.ArrayList; diff --git a/interface/gen-java/org/apache/cassandra/service/UnavailableException.java b/interface/gen-java/org/apache/cassandra/service/UnavailableException.java index 22bad0be43..e5231d5b0c 100644 --- a/interface/gen-java/org/apache/cassandra/service/UnavailableException.java +++ b/interface/gen-java/org/apache/cassandra/service/UnavailableException.java @@ -4,6 +4,27 @@ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package org.apache.cassandra.service; +/* + * + * 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 java.util.List; import java.util.ArrayList; diff --git a/interface/gen-java/org/apache/cassandra/service/batch_mutation_super_t.java b/interface/gen-java/org/apache/cassandra/service/batch_mutation_super_t.java index d3aa7ba12f..770a6a69ec 100644 --- a/interface/gen-java/org/apache/cassandra/service/batch_mutation_super_t.java +++ b/interface/gen-java/org/apache/cassandra/service/batch_mutation_super_t.java @@ -4,6 +4,27 @@ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package org.apache.cassandra.service; +/* + * + * 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 java.util.List; import java.util.ArrayList; diff --git a/interface/gen-java/org/apache/cassandra/service/batch_mutation_t.java b/interface/gen-java/org/apache/cassandra/service/batch_mutation_t.java index ffabd5ab84..4c4cc662da 100644 --- a/interface/gen-java/org/apache/cassandra/service/batch_mutation_t.java +++ b/interface/gen-java/org/apache/cassandra/service/batch_mutation_t.java @@ -4,6 +4,27 @@ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package org.apache.cassandra.service; +/* + * + * 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 java.util.List; import java.util.ArrayList; diff --git a/interface/gen-java/org/apache/cassandra/service/column_t.java b/interface/gen-java/org/apache/cassandra/service/column_t.java index 21200a2ee9..5b1d193e87 100644 --- a/interface/gen-java/org/apache/cassandra/service/column_t.java +++ b/interface/gen-java/org/apache/cassandra/service/column_t.java @@ -4,6 +4,27 @@ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package org.apache.cassandra.service; +/* + * + * 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 java.util.List; import java.util.ArrayList; diff --git a/interface/gen-java/org/apache/cassandra/service/superColumn_t.java b/interface/gen-java/org/apache/cassandra/service/superColumn_t.java index 49462bd2a4..43d311a7cd 100644 --- a/interface/gen-java/org/apache/cassandra/service/superColumn_t.java +++ b/interface/gen-java/org/apache/cassandra/service/superColumn_t.java @@ -4,6 +4,27 @@ * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package org.apache.cassandra.service; +/* + * + * 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 java.util.List; import java.util.ArrayList;