From bf381fd8bdfdbcd50a5d4212d04aaee1059ffd0a Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Wed, 8 Jan 2025 14:43:31 -0500 Subject: [PATCH] Move copyright lines to the top of the file Bug: 364634028 Change-Id: I2e2b7964a436b053b22646ec84d4d2e40a1dee22 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/75850 Commit-Queue: David Benjamin Reviewed-by: Bob Beck --- ssl/d1_srtp.cc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ssl/d1_srtp.cc b/ssl/d1_srtp.cc index 22fe8fd39..2dc9d2970 100644 --- a/ssl/d1_srtp.cc +++ b/ssl/d1_srtp.cc @@ -1,5 +1,7 @@ /* * Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright (C) 2006, Network Resonance, Inc. + * Copyright (C) 2011, RTFM, Inc. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -7,12 +9,7 @@ * https://www.openssl.org/source/license.html */ -/* - DTLS code by Eric Rescorla - - Copyright (C) 2006, Network Resonance, Inc. - Copyright (C) 2011, RTFM, Inc. -*/ +// DTLS code by Eric Rescorla #include