From eb43a10ff16e7d5b464fa92830192ec8df6b05df Mon Sep 17 00:00:00 2001 From: Niki4tap Date: Tue, 31 Jan 2023 22:05:46 +0300 Subject: [PATCH] update license info --- LICENSE-APACHE | 25 ------------------------- LICENSE-MIT | 4 ---- README.md | 4 +--- 3 files changed, 1 insertion(+), 32 deletions(-) diff --git a/LICENSE-APACHE b/LICENSE-APACHE index 0d62c372..1b5ec8b7 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -174,28 +174,3 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - -Copyright 2014-2022 The Rust Project Developers - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/LICENSE-MIT b/LICENSE-MIT index b9d5e7dc..31aa7938 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,7 +1,3 @@ -MIT License - -Copyright (c) 2022-2022 Rust-marker - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the diff --git a/README.md b/README.md index d3a7c882..34f7da05 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/46214) ![CI Status](https://github.com/rust-marker/marker/actions/workflows/rust_bors.yml/badge.svg) +[![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/cargo_marker.svg)](#license) **An experimental linting interface for Rust. Let's make custom lints a reality!** @@ -45,10 +46,7 @@ Internal structure of marker and its components is documented in [`docs/internal ## License -Copyright (c) 2022-2022 Rust-marker - Rust-marker is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See [LICENSE-APACHE](./LICENSE-APACHE), [LICENSE-MIT](./LICENSE-MIT). -