Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
koutheir committed Jan 20, 2024
1 parent 99f0808 commit dc03592
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2018-2023 Koutheir Attouchi.
# Copyright 2018-2024 Koutheir Attouchi.
# See the "LICENSE.txt" file at the top-level directory of this distribution.
#
# Licensed under the the MIT license. This file may not be copied, modified,
# Licensed under the MIT license. This file may not be copied, modified,
# or distributed except according to those terms.

[package]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ needed by the analyzed files, which is given by the --libc parameter.

# License

Copyright 2018-2023 Koutheir Attouchi. See the `LICENSE.txt` file
Copyright 2018-2024 Koutheir Attouchi. See the `LICENSE.txt` file
at the top-level directory of this distribution.
Licensed under the the MIT license.
Licensed under the MIT license.
This file may not be copied, modified, or distributed except according to those terms.
4 changes: 2 additions & 2 deletions src/archive/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

use log::{debug, warn};
Expand Down
4 changes: 2 additions & 2 deletions src/cmdline.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

use core::fmt;
Expand Down
4 changes: 2 additions & 2 deletions src/elf/checked_functions.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

#[derive(Debug, Eq, PartialEq, Hash)]
Expand Down
4 changes: 2 additions & 2 deletions src/elf/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

pub mod checked_functions;
Expand Down
4 changes: 2 additions & 2 deletions src/elf/needed_libc.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

use std::collections::HashSet;
Expand Down
4 changes: 2 additions & 2 deletions src/errors.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

use std::path::PathBuf;
Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

#![doc = include_str!("../README.md")]
Expand Down
4 changes: 2 additions & 2 deletions src/options/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

pub mod status;
Expand Down
4 changes: 2 additions & 2 deletions src/options/status.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

use core::marker::PhantomPinned;
Expand Down
4 changes: 2 additions & 2 deletions src/parser.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

use core::marker::PhantomPinned;
Expand Down
4 changes: 2 additions & 2 deletions src/pe/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

use core::mem;
Expand Down
4 changes: 2 additions & 2 deletions src/ui.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2023 Koutheir Attouchi.
// Copyright 2018-2024 Koutheir Attouchi.
// See the "LICENSE.txt" file at the top-level directory of this distribution.
//
// Licensed under the the MIT license. This file may not be copied, modified,
// Licensed under the MIT license. This file may not be copied, modified,
// or distributed except according to those terms.

use std::sync::Arc;
Expand Down

0 comments on commit dc03592

Please sign in to comment.