diff options
| author | Guillem Jover <guillem@debian.org> | 2022-03-20 12:23:18 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-05-19 16:02:55 +0000 |
| commit | e17f8916fd32228009293087a6fdc6d8c9c9db9f (patch) | |
| tree | 98f5486f31777d998f68d453488f52a67d31fa4f | |
| parent | 6eb1c4cff637caad5713dd3fb569dc460b59a579 (diff) | |
dselect: Replaces obsolete file comment header with copyright and SPDX marker
The information in the header was probably mostly useful to the author,
but even then, it seems it has long past its usefulness once it got
integrated into apt proper.
| -rwxr-xr-x | dselect/setup | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/dselect/setup b/dselect/setup index cea4b9caf..aed7baa26 100755 --- a/dselect/setup +++ b/dselect/setup @@ -1,18 +1,7 @@ #!/usr/bin/perl -# -*- Mode: Perl -*- -# setup.pl --- -# Author : Manoj Srivastava ( srivasta@tiamat.datasync.com ) -# Created On : Wed Mar 4 15:11:47 1998 -# Created On Node : tiamat.datasync.com -# Last Modified By : Manoj Srivastava -# Last Modified On : Tue May 19 11:25:32 1998 -# Last Machine Used: tiamat.datasync.com -# Update Count : 87 -# Status : Unknown, Use with caution! -# HISTORY : -# Description : -# This file is designed to go into /usr/lib/apt/methods/setup -# +# Copyright (c) 1998 Manoj Srivastava <srivasta@tiamat.datasync.com> +# +# SPDX-License-Identifier: GPL-2.0+ use strict; use warnings; |
