From 45a857940cfe71573bf80541a61a0e2d1351a06a Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Wed, 17 Dec 2025 16:13:01 +0200 Subject: [PATCH] vim: add SPDX license identifier Replace license header with SPDX license identifier. Update copyright. Signed-off-by: George Sapkin --- utils/vim/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/utils/vim/Makefile b/utils/vim/Makefile index 941f7b3cca..8d7021f0c9 100644 --- a/utils/vim/Makefile +++ b/utils/vim/Makefile @@ -1,9 +1,7 @@ # -# Copyright (C) 2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. +# Copyright (C) 2015-2025 OpenWrt.org # +# SPDX-License-Identifier: GPL-2.0-only include $(TOPDIR)/rules.mk