Skip to content

Commit f40da5e

Browse files
committed
Clarify license.
1 parent 68066db commit f40da5e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog for squashmount
22

3+
*squashmount-21.0.1:
4+
Martin Väth <martin at mvath.de>:
5+
- Clarify license
6+
37
*squashmount-21.0:
48
Martin Väth <martin at mvath.de>:
59
- Support https://github.com/containers/fuse-overlayfs

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
(C) Martin Väth (martin at mvath.de)
44

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”).
76

87
Init and management script for mounting rewritable squashfs-compressed data
98

bin/squashmount

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env perl
22
BEGIN { require 5.022 }
3-
package Squashmount v21.0.0;
3+
package Squashmount v21.0.1;
44

55
use strict;
66
use warnings;
@@ -2523,7 +2523,7 @@ from the "portage" mount point to /srv/copy
25232523
=head1 COPYRIGHT AND LICENSE
25242524

25252525
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").
25272527

25282528
=head1 AUTHOR
25292529

0 commit comments

Comments
 (0)