From 9c06dad7929247a850fca42fe23f1552d82c7b67 Mon Sep 17 00:00:00 2001
From: lcappelli <laura.cappelli@cnaf.infn.it>
Date: Fri, 22 Apr 2022 10:59:01 +0000
Subject: [PATCH] Add license in Dockerfile

Update the license format in Dockerfile as an example. These two lines need to be inserted in all the file in the project repo
---
 .devcontainer/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index f91cfa6..916bfa8 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,3 +1,6 @@
+# Copyright 2018-2022 Istituto Nazionale di Fisica Nucleare
+# SPDX-License-Identifier: EUPL-1.2
+
 FROM centos:7
 
 # Allow customization of build user ID and name
-- 
GitLab