[applied] configure.ac: Add a missing preamble

Message ID 87cygqlxs5.fsf@redhat.com
State New
Headers
Series [applied] configure.ac: Add a missing preamble |

Commit Message

Dodji Seketeli Jan. 13, 2025, 12:10 p.m. UTC
  Hello,

I noticed that the configure.ac is missing a preamble containing
copyright information.  Fixed thus.

	* configure.ac: Add missing preamble.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 configure.ac | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
  

Patch

diff --git a/configure.ac b/configure.ac
index 43dad9b7..e6adfb79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,13 @@ 
-# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+dnl SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+
+dnl Process this file with autoconf to produce a configure script.
+dnl Configure input file for Libabigail.                     -*-autoconf-*-
+dnl
+dnl Copyright (C) 2013-2025 Red Hat, Inc.
+dnl Author: Dodji Seketeli
+dnl
+dnl This file is part of Libabigail.
+dnl
 
 dnl Libabigail version number is handled here with the major and minor
 dnl version numbers.