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 <davidben@google.com> Reviewed-by: Bob Beck <bbe@google.com>
diff --git a/ssl/d1_srtp.cc b/ssl/d1_srtp.cc index 22fe8fd..2dc9d29 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 <ekr@rtfm.com> - - Copyright (C) 2006, Network Resonance, Inc. - Copyright (C) 2011, RTFM, Inc. -*/ +// DTLS code by Eric Rescorla <ekr@rtfm.com> #include <openssl/ssl.h>