File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog for squashmount
2
2
3
+ *squashmount-21.0.1:
4
+ Martin Väth <martin at mvath.de>:
5
+ - Clarify license
6
+
3
7
*squashmount-21.0:
4
8
Martin Väth <martin at mvath.de>:
5
9
- Support https://github.com/containers/fuse-overlayfs
Original file line number Diff line number Diff line change 2
2
3
3
(C) Martin Väth (martin at mvath.de)
4
4
5
- This project is under a BSD type license, meaning that you can do practically
6
- everything with it except removing my name/copyright.
5
+ This project is under the BSD license 2.0 (“3-clause BSD license”).
7
6
8
7
Init and management script for mounting rewritable squashfs-compressed data
9
8
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env perl
2
2
BEGIN { require 5.022 }
3
- package Squashmount v21.0.0 ;
3
+ package Squashmount v21.0.1 ;
4
4
5
5
use strict;
6
6
use warnings;
@@ -2523,7 +2523,7 @@ from the "portage" mount point to /srv/copy
2523
2523
=head1 COPYRIGHT AND LICENSE
2524
2524
2525
2525
Copyright Martin VE<auml>th.
2526
- This program is under the BSD License .
2526
+ This project is under the BSD license 2.0 ("3-clause BSD license") .
2527
2527
2528
2528
=head1 AUTHOR
2529
2529
You can’t perform that action at this time.
0 commit comments