From 0bb27576a37de4bf76dab35c73fa8790fcfa706a Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 29 Sep 2025 21:53:16 +0200 Subject: convert license headers to SPDX format --- internal/cli/query.go | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'internal/cli/query.go') diff --git a/internal/cli/query.go b/internal/cli/query.go index 3aaa495..94edb12 100644 --- a/internal/cli/query.go +++ b/internal/cli/query.go @@ -1,20 +1,5 @@ -/******************************************************************************* -* -* Copyright 2017 Stefan Majewsky -* -* This program is free software: you can redistribute it and/or modify it under -* the terms of the GNU General Public License as published by the Free Software -* Foundation, either version 3 of the License, or (at your option) any later -* version. -* -* This program is distributed in the hope that it will be useful, but WITHOUT ANY -* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -* A PARTICULAR PURPOSE. See the GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License along with -* this program. If not, see . -* -*******************************************************************************/ +// SPDX-FileCopyrightText: 2017 Stefan Majewsky +// SPDX-License-Identifier: GPL-3.0-only package cli -- cgit v1.3.1