Skip to content

Commit 67d53d2

Browse files
committed
Match cargo authors with license headers
Update license dates
1 parent 4d85c61 commit 67d53d2

8 files changed

+8
-8
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "arboard"
33
version = "2.0.1"
4-
authors = ["Artur Kovacs <[email protected]>", "Avi Weinstock <[email protected]>"]
4+
authors = ["Artur Kovacs <[email protected]>", "Avi Weinstock <[email protected]>", "Arboard contributors"]
55
description = "Image and text handling for the OS clipboard."
66
repository = "https://github.com/ArturKovacs/arboard"
77
license = "MIT OR Apache-2.0"

LICENSE-MIT.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 The arboard contributors
3+
Copyright (c) 2022 The Arboard contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 The arboard contributors
1+
Copyright (c) 2020 The Arboard ontributors
22

33
This software is licensed under either the MIT (see LICENSE-MIT.txt) license
44
or the Apache 2.0 (see LICENSE-APACHE.txt) license at your option.

src/common.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SPDX-License-Identifier: Apache-2.0 OR MIT
33
4-
Copyright 2020 The arboard contributors
4+
Copyright 2022 The Arboard contributors
55
66
The project to which this file belongs is licensed under either of
77
the Apache 2.0 or the MIT license at the licensee's choice. The terms

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SPDX-License-Identifier: Apache-2.0 OR MIT
33
4-
Copyright 2020 The arboard contributors
4+
Copyright 2022 The Arboard contributors
55
66
The project to which this file belongs is licensed under either of
77
the Apache 2.0 or the MIT license at the licensee's choice. The terms

src/osx_clipboard.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SPDX-License-Identifier: Apache-2.0 OR MIT
33
4-
Copyright 2020 The arboard contributors
4+
Copyright 2022 The Arboard contributors
55
66
The project to which this file belongs is licensed under either of
77
the Apache 2.0 or the MIT license at the licensee's choice. The terms

src/windows_clipboard.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SPDX-License-Identifier: Apache-2.0 OR MIT
33
4-
Copyright 2020 The arboard contributors
4+
Copyright 2022 The Arboard contributors
55
66
The project to which this file belongs is licensed under either of
77
the Apache 2.0 or the MIT license at the licensee's choice. The terms

src/x11_clipboard.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SPDX-License-Identifier: Apache-2.0 OR MIT
33
4-
Copyright 2020 The arboard contributors
4+
Copyright 2022 The Arboard contributors
55
66
The project to which this file belongs is licensed under either of
77
the Apache 2.0 or the MIT license at the licensee's choice. The terms

0 commit comments

Comments
 (0)