Skip to content

Commit d7a623a

Browse files
committed
update connection test headers
1 parent dd9b336 commit d7a623a

File tree

6 files changed

+42
-0
lines changed

6 files changed

+42
-0
lines changed

src/test/java/com/microsoft/sqlserver/jdbc/connection/ConnectionDriverTest.java

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Microsoft JDBC Driver for SQL Server
3+
*
4+
* Copyright(c) 2016 Microsoft Corporation All rights reserved.
5+
*
6+
* This program is made available under the terms of the MIT License. See the LICENSE file in the project root for more information.
7+
*/
18
package com.microsoft.sqlserver.jdbc.connection;
29

310
import static org.junit.jupiter.api.Assertions.assertEquals;

src/test/java/com/microsoft/sqlserver/jdbc/connection/DBMetadataTest.java

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Microsoft JDBC Driver for SQL Server
3+
*
4+
* Copyright(c) 2016 Microsoft Corporation All rights reserved.
5+
*
6+
* This program is made available under the terms of the MIT License. See the LICENSE file in the project root for more information.
7+
*/
18
package com.microsoft.sqlserver.jdbc.connection;
29

310
import java.sql.Connection;

src/test/java/com/microsoft/sqlserver/jdbc/connection/NativeMSSQLDataSourceTest.java

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Microsoft JDBC Driver for SQL Server
3+
*
4+
* Copyright(c) 2016 Microsoft Corporation All rights reserved.
5+
*
6+
* This program is made available under the terms of the MIT License. See the LICENSE file in the project root for more information.
7+
*/
18
package com.microsoft.sqlserver.jdbc.connection;
29

310
import static org.junit.jupiter.api.Assertions.assertEquals;

src/test/java/com/microsoft/sqlserver/jdbc/connection/PoolingTest.java

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Microsoft JDBC Driver for SQL Server
3+
*
4+
* Copyright(c) 2016 Microsoft Corporation All rights reserved.
5+
*
6+
* This program is made available under the terms of the MIT License. See the LICENSE file in the project root for more information.
7+
*/
18
package com.microsoft.sqlserver.jdbc.connection;
29

310
import static org.junit.jupiter.api.Assertions.assertEquals;

src/test/java/com/microsoft/sqlserver/jdbc/connection/TimeoutTest.java

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Microsoft JDBC Driver for SQL Server
3+
*
4+
* Copyright(c) 2016 Microsoft Corporation All rights reserved.
5+
*
6+
* This program is made available under the terms of the MIT License. See the LICENSE file in the project root for more information.
7+
*/
18
package com.microsoft.sqlserver.jdbc.connection;
29

310
import static org.junit.jupiter.api.Assertions.assertEquals;

src/test/java/com/microsoft/sqlserver/jdbc/connection/WarningTest.java

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Microsoft JDBC Driver for SQL Server
3+
*
4+
* Copyright(c) 2016 Microsoft Corporation All rights reserved.
5+
*
6+
* This program is made available under the terms of the MIT License. See the LICENSE file in the project root for more information.
7+
*/
18
package com.microsoft.sqlserver.jdbc.connection;
29

310
import static org.junit.jupiter.api.Assertions.assertEquals;

0 commit comments

Comments
 (0)