Remove end year from licenses

This commit is contained in:
Jamie Kyle 2023-01-03 11:55:46 -08:00 committed by GitHub
parent eafd02b6d2
commit 3705b959d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
766 changed files with 899 additions and 882 deletions

View file

@ -1,7 +1,7 @@
syntax = "proto3";
//
// Copyright 2020-2021 Signal Messenger, LLC.
// Copyright 2020 Signal Messenger, LLC.
// SPDX-License-Identifier: AGPL-3.0-only
//
@ -104,4 +104,4 @@ message SenderKeyStateStructure {
message SenderKeyRecordStructure {
repeated SenderKeyStateStructure sender_key_states = 1;
}
}