Skip to content

Commit 992502c

Browse files
Merge pull request #11 from MatteoPologruto/add-license-headers
Add license header to project's files
2 parents d83c157 + 1ff2441 commit 992502c

File tree

6 files changed

+38
-0
lines changed

6 files changed

+38
-0
lines changed

Diff for: devicenotification/devicenotification.go

+6
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 (

Diff for: doc.go

+8
Original file line numberDiff line numberDiff line change
@@ -1 +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+
7+
// Package win32 is a collection of useful bindings to Win32 API that are not available in the standard
8+
// golang windows/syscall package.
19
package win32

Diff for: examples_test.go

+6
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 (

Diff for: shell32_fallback.go

+6
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 (

Diff for: shell32_windows.go

+6
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 (

Diff for: syscall_windows.go

+6
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)