Skip to content

Add license header to project's files #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions devicenotification/devicenotification.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//

package devicenotification

import (
Expand Down
8 changes: 8 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
//
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//

// Package win32 is a collection of useful bindings to Win32 API that are not available in the standard
// golang windows/syscall package.
package win32
6 changes: 6 additions & 0 deletions examples_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//

package win32_test

import (
Expand Down
6 changes: 6 additions & 0 deletions shell32_fallback.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
//go:build !windows

//
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//

package win32

import (
Expand Down
6 changes: 6 additions & 0 deletions shell32_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//

package win32

import (
Expand Down
6 changes: 6 additions & 0 deletions syscall_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
//
// Copyright 2018-2023 ARDUINO SA. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//

package win32

import "syscall"
Expand Down