24 lines
600 B
Diff
24 lines
600 B
Diff
From: Zan Dobersek <zdobersek@igalia.com>
|
|
Date: Tue, 10 Nov 2020 09:42:01 +0100
|
|
Subject: [PATCH 2/4] egl-proc-address.h: add a license header.
|
|
|
|
---
|
|
platform/common/egl-proc-address.h | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
diff --git a/platform/common/egl-proc-address.h b/platform/common/egl-proc-address.h
|
|
index 44dd6a9..83ad90a 100644
|
|
--- a/platform/common/egl-proc-address.h
|
|
+++ b/platform/common/egl-proc-address.h
|
|
@@ -1,3 +1,10 @@
|
|
+/*
|
|
+ * egl-proc-address.h
|
|
+ * Copyright (C) 2020 Igalia S.L.
|
|
+ *
|
|
+ * Distributed under terms of the MIT license.
|
|
+ */
|
|
+
|
|
#pragma once
|
|
|
|
#define __USE_GNU
|