summaryrefslogtreecommitdiff
path: root/include/http.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2020-12-11 15:54:55 -0500
committerJavier Martinez Canillas <javier@dowhile0.org>2021-02-16 09:12:48 +0100
commitaedb8470bd673385139ac3189ecd9edf4794af16 (patch)
treea566c4f2f9343b59688fe10b36133040f8b1b2ef /include/http.h
parentbc894771f5428bdfdf80dd16a5852835a88e4e8c (diff)
downloadefi-boot-shim-aedb8470bd673385139ac3189ecd9edf4794af16.tar.gz
efi-boot-shim-aedb8470bd673385139ac3189ecd9edf4794af16.zip
Fix up a bunch of our license statements and add SPDX most places
The license statements in our source files were getting to be a giant mess, and mostly they all just say the same thing. I've switched most of it to SPDX labels, but left copyright statements in place (where they were not obviously incorrect copy-paste jobs that I did...). If there's some change here you don't think is valid, let me know and we can fix it up together. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include/http.h')
-rw-r--r--include/http.h31
1 files changed, 11 insertions, 20 deletions
diff --git a/include/http.h b/include/http.h
index 4b3746a7..c89047db 100644
--- a/include/http.h
+++ b/include/http.h
@@ -1,23 +1,14 @@
-/** @file
- This file defines the EFI HTTP Protocol interface. It is split into
- the following two main sections:
- HTTP Service Binding Protocol (HTTPSB)
- HTTP Protocol (HTTP)
-
- Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
- (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
- @par Revision Reference:
- This Protocol is introduced in UEFI Specification 2.5
-
-**/
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+
+/*
+ * This file defines the EFI HTTP Protocol interface. It is split into
+ * the following two main sections:
+ * HTTP Service Binding Protocol (HTTPSB)
+ * HTTP Protocol (HTTP)
+ *
+ * Copyright (c) 2016, Intel Corporation. All rights reserved.
+ * Copyright 2015 Hewlett Packard Enterprise Development LP
+ */
#ifndef SHIM_HTTP_H
#define SHIM_HTTP_H