From d6719e9295e65810d0e482cff9248de419351330 Mon Sep 17 00:00:00 2001
From: Georges Da Costa <dacosta@irit.fr>
Date: Mon, 22 Nov 2021 09:46:00 +0100
Subject: [PATCH] adds license information

---
 counters_option.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/counters_option.py b/counters_option.py
index 8d660cf..f3f2df2 100755
--- a/counters_option.py
+++ b/counters_option.py
@@ -1,5 +1,8 @@
 #! /usr/bin/python3
 
+# SPDX-License-Identifier: GPL-3.0-or-later
+# Copyright (C) 2018-2021 Georges Da Costa <georges.da-costa@irit.fr>
+
 linux_include = '/usr/include/linux/perf_event.h'
 
 string = """#include <linux/perf_event.h>
-- 
GitLab