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>
This commit is contained in:
David Benjamin
2025-02-03 15:04:18 -08:00
committed by Boringssl LUCI CQ
parent d15c01960f
commit bf381fd8bd
+3 -6
View File
@@ -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>