Skip to content

Commit da2829a

Browse files
committed
Add copyright headers to modified parts
1 parent c857ab5 commit da2829a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

driver-core/src/test/java/com/datastax/driver/core/SSLSessionTicketsTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2025 ScyllaDB
3+
*
4+
* Modified by ScyllaDB
5+
*/
16
package com.datastax.driver.core;
27

38
import static com.datastax.driver.core.CreateCCM.TestMode.PER_METHOD;

driver-core/src/test/java/com/datastax/driver/core/TestableNettySSLOptions.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright (C) 2025 ScyllaDB
3+
*
4+
* Modified by ScyllaDB
5+
*/
16
package com.datastax.driver.core;
27

38
import io.netty.buffer.ByteBuf;

0 commit comments

Comments
 (0)