8000 remove_unused: Don't remove changelog, license. · TaleTN/libtomcrypt-rsa-howto@7b28bae · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b28bae

Browse files
committed
remove_unused: Don't remove changelog, license.
1 parent 757e928 commit 7b28bae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

remove_unused.pl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/perl
22

3-
# Copyright (C) 2015 Theo Niessink <theo@taletn.com>
3+
# Copyright (C) 2015-2021 Theo Niessink <theo@taletn.com>
44
# This work is free. You can redistribute it and/or modify it under the
55
# terms of the Do What The Fuck You Want To Public License, Version 2,
66
# as published by Sam Hocevar. See the LICENSE file for more details.
@@ -37,6 +37,9 @@
3737
my @required = keys %required;
3838
undef %required;
3939

40+
push(@required, qw(libtommath/changes.txt libtommath/LICENSE));
41+
push(@required, qw(libtomcrypt/changes libtomcrypt/LICENSE));
42+
4043
my @files = ();
4144
my @dirs = ();
4245

0 commit comments

Comments
 (0)
0