Skip to content

Commit 15c541d

Browse files
committed
copyright year fix
1 parent b9a19b0 commit 15c541d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

nimbus_verified_proxy/libverifproxy/example.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* nimbus_verified_proxy
3+
* Copyright (c) 2025 Status Research & Development GmbH
4+
* Licensed and distributed under either of
5+
* * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
6+
* * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
7+
* at your option. This file may not be copied, modified, or distributed except according to those terms.
8+
*/
9+
110
#include "./verifproxy.h"
211
#include <stdio.h>
312
#include <unistd.h>

nimbus_verified_proxy/libverifproxy/verifproxy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* nimbus_verified_proxy
3-
* Copyright (c) 2024 Status Research & Development GmbH
3+
* Copyright (c) 2025 Status Research & Development GmbH
44
* Licensed and distributed under either of
55
* * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
66
* * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)