Skip to content

Commit 44c9c6b

Browse files
authored
chore: (PARTIAL) annual license year update (#582)
1 parent 9db75d8 commit 44c9c6b

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2025 The orion Developers
3+
Copyright (c) 2018-2026 The orion Developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

benches/bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2018-2025 The orion Developers
3+
// Copyright (c) 2018-2026 The orion Developers
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2018-2025 The orion Developers
3+
// Copyright (c) 2018-2026 The orion Developers
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/hazardous/aead/chacha20poly1305.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2018-2025 The orion Developers
3+
// Copyright (c) 2018-2026 The orion Developers
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/hazardous/aead/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2018-2025 The orion Developers
3+
// Copyright (c) 2018-2026 The orion Developers
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/hazardous/aead/xchacha20poly1305.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2018-2025 The orion Developers
3+
// Copyright (c) 2018-2026 The orion Developers
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/hazardous/hash/blake2/blake2b.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2018-2025 The orion Developers
3+
// Copyright (c) 2018-2026 The orion Developers
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/hazardous/hash/blake2/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2018-2025 The orion Developers
3+
// Copyright (c) 2018-2026 The orion Developers
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/hazardous/hash/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2018-2025 The orion Developers
3+
// Copyright (c) 2018-2026 The orion Developers
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

src/hazardous/hash/sha2/sha512.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2018-2025 The orion Developers
3+
// Copyright (c) 2018-2026 The orion Developers
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)