From 0d369cc2681cb8df2c06cc5ec2b6930a7e30c655 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 27 Apr 2025 22:33:06 +0200 Subject: modules/less: Don't confuse less with the copyright comments in the config file reuse treats the `.less` extensions as a format that can be commented. But that is a misconception and `less` does not actually understand these comments. --- modules/by-name/le/less/command.less | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/by-name/le/less/command.less') diff --git a/modules/by-name/le/less/command.less b/modules/by-name/le/less/command.less index fe9e07bd..a29395e8 100644 --- a/modules/by-name/le/less/command.less +++ b/modules/by-name/le/less/command.less @@ -1,15 +1,3 @@ -/* - * nixos-config - My current NixOS configuration - * - * Copyright (C) 2025 Benedikt Peetz - * SPDX-License-Identifier: GPL-3.0-or-later - * - * This file is part of my nixos-config. - * - * You should have received a copy of the License along with this program. - * If not, see . - */ - #command # Vim keys t forw-line -- cgit 1.4.1