From 67d53d20f6f2f0d94e254b9af83e4e341b4d1e08 Mon Sep 17 00:00:00 2001 From: ComplexSpaces Date: Fri, 4 Mar 2022 17:07:57 -0600 Subject: [PATCH] Match cargo authors with license headers Update license dates --- Cargo.toml | 2 +- LICENSE-MIT.txt | 2 +- LICENSE.txt | 2 +- src/common.rs | 2 +- src/lib.rs | 2 +- src/osx_clipboard.rs | 2 +- src/windows_clipboard.rs | 2 +- src/x11_clipboard.rs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8ebf537..38aed86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "arboard" version = "2.0.1" -authors = ["Artur Kovacs ", "Avi Weinstock "] +authors = ["Artur Kovacs ", "Avi Weinstock ", "Arboard contributors"] description = "Image and text handling for the OS clipboard." repository = "https://github.com/ArturKovacs/arboard" license = "MIT OR Apache-2.0" diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt index a6e1598..796e84b 100644 --- a/LICENSE-MIT.txt +++ b/LICENSE-MIT.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 The arboard contributors +Copyright (c) 2022 The Arboard contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE.txt b/LICENSE.txt index e45cefd..d4a9f8d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2020 The arboard contributors +Copyright (c) 2020 The Arboard ontributors This software is licensed under either the MIT (see LICENSE-MIT.txt) license or the Apache 2.0 (see LICENSE-APACHE.txt) license at your option. diff --git a/src/common.rs b/src/common.rs index e399ee1..e91606d 100644 --- a/src/common.rs +++ b/src/common.rs @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: Apache-2.0 OR MIT -Copyright 2020 The arboard contributors +Copyright 2022 The Arboard contributors The project to which this file belongs is licensed under either of the Apache 2.0 or the MIT license at the licensee's choice. The terms diff --git a/src/lib.rs b/src/lib.rs index 90923d8..3b67db2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: Apache-2.0 OR MIT -Copyright 2020 The arboard contributors +Copyright 2022 The Arboard contributors The project to which this file belongs is licensed under either of the Apache 2.0 or the MIT license at the licensee's choice. The terms diff --git a/src/osx_clipboard.rs b/src/osx_clipboard.rs index 793e043..56f8d34 100644 --- a/src/osx_clipboard.rs +++ b/src/osx_clipboard.rs @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: Apache-2.0 OR MIT -Copyright 2020 The arboard contributors +Copyright 2022 The Arboard contributors The project to which this file belongs is licensed under either of the Apache 2.0 or the MIT license at the licensee's choice. The terms diff --git a/src/windows_clipboard.rs b/src/windows_clipboard.rs index 1959a5b..cd88a47 100644 --- a/src/windows_clipboard.rs +++ b/src/windows_clipboard.rs @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: Apache-2.0 OR MIT -Copyright 2020 The arboard contributors +Copyright 2022 The Arboard contributors The project to which this file belongs is licensed under either of the Apache 2.0 or the MIT license at the licensee's choice. The terms diff --git a/src/x11_clipboard.rs b/src/x11_clipboard.rs index b517fb5..60d5888 100644 --- a/src/x11_clipboard.rs +++ b/src/x11_clipboard.rs @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: Apache-2.0 OR MIT -Copyright 2020 The arboard contributors +Copyright 2022 The Arboard contributors The project to which this file belongs is licensed under either of the Apache 2.0 or the MIT license at the licensee's choice. The terms