Skip to content

Commit eb43a10

Browse files
committed
update license info
1 parent bd3aa8e commit eb43a10

File tree

3 files changed

+1
-32
lines changed

3 files changed

+1
-32
lines changed

LICENSE-APACHE

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -174,28 +174,3 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
174174
of your accepting any such warranty or additional liability.
175175

176176
END OF TERMS AND CONDITIONS
177-
178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "[]"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright 2014-2022 The Rust Project Developers
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.

LICENSE-MIT

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
MIT License
2-
3-
Copyright (c) 2022-2022 Rust-marker
4-
51
Permission is hereby granted, free of charge, to any
62
person obtaining a copy of this software and associated
73
documentation files (the "Software"), to deal in the

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/46214)
1010
![CI Status](https://github.com/rust-marker/marker/actions/workflows/rust_bors.yml/badge.svg)
11+
[![License: MIT OR Apache-2.0](https://img.shields.io/crates/l/cargo_marker.svg)](#license)
1112

1213
**An experimental linting interface for Rust. Let's make custom lints a reality!**
1314

@@ -45,10 +46,7 @@ Internal structure of marker and its components is documented in [`docs/internal
4546

4647
## License
4748

48-
Copyright (c) 2022-2022 Rust-marker
49-
5049
Rust-marker is distributed under the terms of both the MIT license
5150
and the Apache License (Version 2.0).
5251

5352
See [LICENSE-APACHE](./LICENSE-APACHE), [LICENSE-MIT](./LICENSE-MIT).
54-

0 commit comments

Comments
 (0)