diff options
author | Vincent Ambo <mail@tazj.in> | 2022-05-16T18·39+0200 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-05-16T18·46+0000 |
commit | a226639afa5e380bf1a9700af8065df74c001e6e (patch) | |
tree | 8ba9f94741a619e8ca902032e00607708b308b1d /net/alcoholic_jwt | |
parent | 224eb8a3a3b3eee8140a9b614cf9a12e8c75b11a (diff) |
chore(alcoholic_jwt): update copyright header r/4090
The original copyright was released back in the day when Aprila and I parted ways, and I'm happy with just assigning it to TVL. Change-Id: I8fcba55bfa7f460b29e60f29e8fd24ffca2cd75b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5623 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'net/alcoholic_jwt')
-rw-r--r-- | net/alcoholic_jwt/src/lib.rs | 2 | ||||
-rw-r--r-- | net/alcoholic_jwt/src/tests.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/alcoholic_jwt/src/lib.rs b/net/alcoholic_jwt/src/lib.rs index 1b50a9117712..4a3ece8af170 100644 --- a/net/alcoholic_jwt/src/lib.rs +++ b/net/alcoholic_jwt/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Aprila Bank ASA +// Copyright (C) 2019-2022 The TVL Community // // alcoholic_jwt is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/net/alcoholic_jwt/src/tests.rs b/net/alcoholic_jwt/src/tests.rs index 295d304ac98d..c264bb5a13a1 100644 --- a/net/alcoholic_jwt/src/tests.rs +++ b/net/alcoholic_jwt/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2018 Aprila Bank ASA +// Copyright (C) 2019-2022 The TVL Community // // alcoholic_jwt is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as |