Skip to content

Commit 0a8efdb

Browse files
committed
all: switch to MIT license
1 parent 4dbf0df commit 0a8efdb

File tree

14 files changed

+47
-700
lines changed

14 files changed

+47
-700
lines changed

.github/workflows/clipboard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright 2021 The golang.design Initiative authors.
1+
# Copyright 2021 The golang.design Initiative Authors.
22
# All rights reserved. Use of this source code is governed
3-
# by a GNU GPL-3 license that can be found in the LICENSE file.
3+
# by a MIT license that can be found in the LICENSE file.
44
#
55
# Written by Changkun Ou <changkun.de>
66

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright 2021 The golang.design Initiative authors.
1+
# Copyright 2021 The golang.design Initiative Authors.
22
# All rights reserved. Use of this source code is governed
3-
# by a GNU GPL-3 license that can be found in the LICENSE file.
3+
# by a MIT license that can be found in the LICENSE file.
44
#
55
# Written by Changkun Ou <changkun.de>
66

LICENSE

Lines changed: 21 additions & 674 deletions
Large diffs are not rendered by default.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright 2021 The golang.design Initiative authors.
1+
# Copyright 2021 The golang.design Initiative Authors.
22
# All rights reserved. Use of this source code is governed
3-
# by a GNU GPL-3 license that can be found in the LICENSE file.
3+
# by a MIT license that can be found in the LICENSE file.
44
#
55
# Written by Changkun Ou <changkun.de>
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clipboard [![PkgGoDev](https://pkg.go.dev/badge/golang.design/x/clipboard)](https://pkg.go.dev/golang.design/x/clipboard) ![](https://changkun.de/urlstat?mode=github&repo=golang-design/clipboard) ![clipboard](https://github.com/golang-design/clipboard/workflows/clipboard/badge.svg?branch=main)
22

3-
cross platform clipboard access in Go
3+
cross platform clipboard package in Go
44

55
```go
66
import "golang.design/x/clipboard"
@@ -107,4 +107,4 @@ The other types of data are not supported yet, i.e. undefined behavior.
107107

108108
## License
109109

110-
GNU GPL-3 Copyright &copy; 2021 The golang.design Initiative Authors, written by [Changkun Ou](https://changkun.de).
110+
MIT | &copy; 2021 The golang.design Initiative Authors, written by [Changkun Ou](https://changkun.de).

clipboard.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2021 The golang.design Initiative authors.
1+
// Copyright 2021 The golang.design Initiative Authors.
22
// All rights reserved. Use of this source code is governed
3-
// by a GNU GPL-3 license that can be found in the LICENSE file.
3+
// by a MIT license that can be found in the LICENSE file.
44
//
55
// Written by Changkun Ou <changkun.de>
66

clipboard_darwin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2021 The golang.design Initiative authors.
1+
// Copyright 2021 The golang.design Initiative Authors.
22
// All rights reserved. Use of this source code is governed
3-
// by a GNU GPL-3 license that can be found in the LICENSE file.
3+
// by a MIT license that can be found in the LICENSE file.
44
//
55
// Written by Changkun Ou <changkun.de>
66

clipboard_darwin.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2021 The golang.design Initiative authors.
1+
// Copyright 2021 The golang.design Initiative Authors.
22
// All rights reserved. Use of this source code is governed
3-
// by a GNU GPL-3 license that can be found in the LICENSE file.
3+
// by a MIT license that can be found in the LICENSE file.
44
//
55
// Written by Changkun Ou <changkun.de>
66

clipboard_linux.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2021 The golang.design Initiative authors.
1+
// Copyright 2021 The golang.design Initiative Authors.
22
// All rights reserved. Use of this source code is governed
3-
// by a GNU GPL-3 license that can be found in the LICENSE file.
3+
// by a MIT license that can be found in the LICENSE file.
44
//
55
// Written by Changkun Ou <changkun.de>
66

clipboard_linux.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2021 The golang.design Initiative authors.
1+
// Copyright 2021 The golang.design Initiative Authors.
22
// All rights reserved. Use of this source code is governed
3-
// by a GNU GPL-3 license that can be found in the LICENSE file.
3+
// by a MIT license that can be found in the LICENSE file.
44
//
55
// Written by Changkun Ou <changkun.de>
66

0 commit comments

Comments
 (0)