Skip to content

Commit 3a1c502

Browse files
committed
Fix license part 3
1 parent 928a536 commit 3a1c502

File tree

7 files changed

+78
-8
lines changed

7 files changed

+78
-8
lines changed

src/java/org/apache/cassandra/io/util/EncryptedChunkReader.java

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
22
* Copyright DataStax, Inc.
33
*
4-
* Please see the included license file for details.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616
package org.apache.cassandra.io.util;
717

test/unit/org/apache/cassandra/io/compress/EncryptedSequentialWriterTest.java

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
22
* Copyright DataStax, Inc.
33
*
4-
* Please see the included license file for details.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616
package org.apache.cassandra.io.compress;
717

test/unit/org/apache/cassandra/io/compress/EncryptorTest.java

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
/**
1+
/*
22
* Copyright DataStax, Inc.
33
*
4-
* Please see the included license file for details.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616
package org.apache.cassandra.io.compress;
717

test/unit/org/apache/cassandra/io/sstable/format/trieindex/PartitionIndexCompressedTest.java

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
22
* Copyright DataStax, Inc.
33
*
4-
* Please see the included license file for details.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616
package org.apache.cassandra.io.sstable.format.trieindex;
717

test/unit/org/apache/cassandra/io/sstable/format/trieindex/PartitionIndexEncryptedTest.java

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
22
* Copyright DataStax, Inc.
33
*
4-
* Please see the included license file for details.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616
package org.apache.cassandra.io.sstable.format.trieindex;
717

test/unit/org/apache/cassandra/io/sstable/format/trieindex/RowIndexCompressedTest.java

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
22
* Copyright DataStax, Inc.
33
*
4-
* Please see the included license file for details.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616
package org.apache.cassandra.io.sstable.format.trieindex;
717

test/unit/org/apache/cassandra/io/sstable/format/trieindex/RowIndexEncryptedTest.java

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
/*
22
* Copyright DataStax, Inc.
33
*
4-
* Please see the included license file for details.
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
515
*/
616
package org.apache.cassandra.io.sstable.format.trieindex;
717

0 commit comments

Comments
 (0)