Skip to content

Commit 4b863ac

Browse files
committed
fix copyright headers
1 parent 9402290 commit 4b863ac

File tree

7 files changed

+21
-12
lines changed

7 files changed

+21
-12
lines changed

clarity-serialization/src/errors.rs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
// Copyright (C) 2025 Stacks Open Internet Foundation
2+
//
3+
// This program is free software: you can redistribute it and/or modify
4+
// it under the terms of the GNU General Public License as published by
5+
// the Free Software Foundation, either version 3 of the License, or
6+
// (at your option) any later version.
7+
//
8+
// This program is distributed in the hope that it will be useful,
9+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
// GNU General Public License for more details.
12+
//
13+
// You should have received a copy of the GNU General Public License
14+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
15+
116
use std::io;
217

318
use thiserror::Error;

clarity-serialization/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020 Stacks Open Internet Foundation
1+
// Copyright (C) 2025 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

clarity-serialization/src/representations.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020 Stacks Open Internet Foundation
1+
// Copyright (C) 2025 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

clarity-serialization/src/tests/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020 Stacks Open Internet Foundation
1+
// Copyright (C) 2025 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

clarity-serialization/src/types/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020 Stacks Open Internet Foundation
1+
// Copyright (C) 2025 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

clarity-serialization/src/types/serialization.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020 Stacks Open Internet Foundation
1+
// Copyright (C) 2025 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

clarity-serialization/src/types/signatures.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// Copyright (C) 2013-2020 Blockstack PBC, a public benefit corporation
2-
// Copyright (C) 2020 Stacks Open Internet Foundation
1+
// Copyright (C) 2025 Stacks Open Internet Foundation
32
//
43
// This program is free software: you can redistribute it and/or modify
54
// it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)