Author: eevans
Date: Thu Mar 24 20:43:16 2011
New Revision: 1085128
URL: http://svn.apache.org/viewvc?rev=1085128&view=rev
Log:
more missing license info
Patch by eevans
Modified:
cassandra/trunk/.rat-excludes
cassandra/trunk/drivers/py/cqlsh
cassandra/trunk/drivers/py/test/test_query_compression.py
cassandra/trunk/drivers/txpy/example.py
cassandra/trunk/src/java/org/apache/cassandra/cql/Cql.g
Modified: cassandra/trunk/.rat-excludes
URL:
http://svn.apache.org/viewvc/cassandra/trunk/.rat-excludes?rev=1085128&r1=1085127&r2=1085128&view=diff
==============================================================================
--- cassandra/trunk/.rat-excludes (original)
+++ cassandra/trunk/.rat-excludes Thu Mar 24 20:43:16 2011
@@ -24,3 +24,7 @@ redhat/default
test/data/serialization/*/*
**/*.wpr
conf/schema-sample.txt
+drivers/txpy/txcql/cassandra/*
+drivers/py/cql/cassandra/*
+doc/cql/CQL*
+build.properties.default
Modified: cassandra/trunk/drivers/py/cqlsh
URL:
http://svn.apache.org/viewvc/cassandra/trunk/drivers/py/cqlsh?rev=1085128&r1=1085127&r2=1085128&view=diff
==============================================================================
--- cassandra/trunk/drivers/py/cqlsh (original)
+++ cassandra/trunk/drivers/py/cqlsh Thu Mar 24 20:43:16 2011
@@ -1,5 +1,21 @@
#!/usr/bin/env python
+# 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.
+
from optparse import OptionParser
from StringIO import StringIO
Modified: cassandra/trunk/drivers/py/test/test_query_compression.py
URL:
http://svn.apache.org/viewvc/cassandra/trunk/drivers/py/test/test_query_compression.py?rev=1085128&r1=1085127&r2=1085128&view=diff
==============================================================================
--- cassandra/trunk/drivers/py/test/test_query_compression.py (original)
+++ cassandra/trunk/drivers/py/test/test_query_compression.py Thu Mar 24
20:43:16 2011
@@ -1,4 +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.
+
from os.path import abspath, exists, join, dirname
if exists(join(abspath(dirname(__file__)), '..', 'cql')):
Modified: cassandra/trunk/drivers/txpy/example.py
URL:
http://svn.apache.org/viewvc/cassandra/trunk/drivers/txpy/example.py?rev=1085128&r1=1085127&r2=1085128&view=diff
==============================================================================
--- cassandra/trunk/drivers/txpy/example.py (original)
+++ cassandra/trunk/drivers/txpy/example.py Thu Mar 24 20:43:16 2011
@@ -1,4 +1,21 @@
#!/usr/bin/python
+
+# 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.
+
from txcql.connection_pool import ConnectionPool
from twisted.internet import defer, reactor
Modified: cassandra/trunk/src/java/org/apache/cassandra/cql/Cql.g
URL:
http://svn.apache.org/viewvc/cassandra/trunk/src/java/org/apache/cassandra/cql/Cql.g?rev=1085128&r1=1085127&r2=1085128&view=diff
==============================================================================
--- cassandra/trunk/src/java/org/apache/cassandra/cql/Cql.g (original)
+++ cassandra/trunk/src/java/org/apache/cassandra/cql/Cql.g Thu Mar 24 20:43:16
2011
@@ -1,3 +1,25 @@
+
+/*
+ *
+ * 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.
+ *
+ */
+
grammar Cql;
options {