Skip to content

Commit 7d852ce

Browse files
Add license header to project's files
1 parent d83c157 commit 7d852ce

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

devicenotification/devicenotification.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
3+
// Use of this source code is governed by a BSD-style
4+
// license that can be found in the LICENSE file.
5+
//
6+
17
package devicenotification
28

39
import (

doc.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
//
2+
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
3+
// Use of this source code is governed by a BSD-style
4+
// license that can be found in the LICENSE file.
5+
//
6+
17
package win32

examples_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
3+
// Use of this source code is governed by a BSD-style
4+
// license that can be found in the LICENSE file.
5+
//
6+
17
package win32_test
28

39
import (

shell32_fallback.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
//go:build !windows
22

3+
//
4+
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
5+
// Use of this source code is governed by a BSD-style
6+
// license that can be found in the LICENSE file.
7+
//
8+
39
package win32
410

511
import (

shell32_windows.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
3+
// Use of this source code is governed by a BSD-style
4+
// license that can be found in the LICENSE file.
5+
//
6+
17
package win32
28

39
import (

syscall_windows.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
3+
// Use of this source code is governed by a BSD-style
4+
// license that can be found in the LICENSE file.
5+
//
6+
17
package win32
28

39
import "syscall"

0 commit comments

Comments
 (0)