Skip to content

Commit 671d378

Browse files
committed
nitpickery
1 parent 0e866e4 commit 671d378

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
name = "pickle-whip"
1919
version = "0.1.0"
2020
edition = "2021"
21-
authors = ["Cisco"]
21+
authors = ["Cisco AI Defense"]
2222
description = "A structure-aware test case generator for Python pickle parsers and validators"
2323
repository = "https://github.com/cisco-ai-defense/pickle-whip"
2424
homepage = "https://github.com/cisco-ai-defense/pickle-whip"

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: Apache-2.0
2+
//
13
// Copyright 2025 Cisco Systems, Inc. and its affiliates
24
//
35
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -11,8 +13,6 @@
1113
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1214
// See the License for the specific language governing permissions and
1315
// limitations under the License.
14-
//
15-
// SPDX-License-Identifier: Apache-2.0
1616

1717
use clap::Parser;
1818
use color_eyre::Result;

0 commit comments

Comments
 (0)