From 878bb4fb9507122e4c6c2b758cc1935fddf92e95 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Mon, 9 Sep 2024 23:29:10 +0200 Subject: [PATCH] docs: Make license linter happy --- docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 73db8469..2ea440b2 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,3 +1,7 @@ +/* Copyright 2024 ETH Zurich and University of Bologna. */ +/* Licensed under the Apache License, Version 2.0, see LICENSE for details. */ +/* SPDX-License-Identifier: Apache-2.0 */ + :root { --md-primary-fg-color: #02793C; --md-primary-fg-color--light: #21B42A;