Skip to content

Commit 93d4507

Browse files
committed
Update file headers
1 parent 186de11 commit 93d4507

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

disktest-lib/src/bufcache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

disktest-lib/src/disktest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

disktest-lib/src/generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

disktest-lib/src/generator/chacha.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

disktest-lib/src/generator/crc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

disktest-lib/src/kdf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

disktest-lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

disktest-lib/src/seed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

disktest-lib/src/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

disktest-lib/src/stream_aggregator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// disktest - Storage tester
44
//
5-
// Copyright 2020-2024 Michael Büsch <m@bues.ch>
5+
// Copyright 2020-2026 Michael Büsch <m@bues.ch>
66
//
77
// Licensed under the Apache License version 2.0
88
// or the MIT license, at your option.

0 commit comments

Comments
 (0)