Skip to content

Commit 6ee2a74

Browse files
authored
Additional Copyrights (#522)
1 parent e248f19 commit 6ee2a74

7 files changed

+14
-0
lines changed

chunk.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2018-2022 Snowflake Computing Inc. All rights reserved.
2+
13
package gosnowflake
24

35
import (

debug.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2018-2022 Snowflake Computing Inc. All rights reserved.
2+
13
//go:build sfdebug
24
// +build sfdebug
35

driver_ocsp_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2019-2022 Snowflake Computing Inc. All rights reserved.
2+
13
package gosnowflake
24

35
import (

dsn_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2017-2022 Snowflake Computing Inc. All rights reserved.
2+
13
package gosnowflake
24

35
import (

log.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2017-2022 Snowflake Computing Inc. All rights reserved.
2+
13
package gosnowflake
24

35
import (

release.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2018-2022 Snowflake Computing Inc. All rights reserved.
2+
13
//go:build !sfdebug
24
// +build !sfdebug
35

retry_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 2017-2022 Snowflake Computing Inc. All rights reserved.
2+
13
package gosnowflake
24

35
import (

0 commit comments

Comments
 (0)