Merge pull request #5205 from cakebaker/remove_author_copyright_notices

Remove the author copyright notices
This commit is contained in:
Sylvestre Ledru 2023-08-25 09:37:45 -04:00 committed by GitHub
commit 14d6002663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View file

@ -4,9 +4,6 @@
// file that was distributed with this source code.
// library ~ (core/bundler file)
// Copyright (C) ~ Alex Lyon <arcterus@mail.com>
// Copyright (C) ~ Roy Ivy III <rivy.dev@gmail.com>; MIT license
// * feature-gated external crates (re-shared as public internal modules)
#[cfg(feature = "libc")]
pub extern crate libc;

View file

@ -2,7 +2,7 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// Copyright (C) ~ Roy Ivy III <rivy.dev@gmail.com>; MIT license
//
// spell-checker:ignore backticks uuhelp
use std::{fs::File, io::Read, path::PathBuf};