From f731af825c0253c2273c004ea47c54efeec1ee5f Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 11 Mar 2022 18:43:40 +0100 Subject: [PATCH] Add license header to layout.css --- photo21/static/layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/photo21/static/layout.css b/photo21/static/layout.css index 72c7b37..01d1ef6 100644 --- a/photo21/static/layout.css +++ b/photo21/static/layout.css @@ -1,3 +1,9 @@ +/* +This file is part of photo21 +Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay +SPDX-License-Identifier: GPL-3.0-or-later +*/ + /* Login view */ .login { max-width: 35rem;