Skip to content

Commit 8d36c76

Browse files
anderskgeofft
authored andcommitted
Relicense displace.sh.in under the MIT license
Signed-off-by: Anders Kaseorg <[email protected]> Signed-off-by: Tim Abbott <[email protected]> [[email protected]: Add a header and footer so it's obvious what the copyright applies to] Signed-off-by: Geoffrey Thomas <[email protected]>
1 parent ce5e23d commit 8d36c76

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

displace.sh.in

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# displace.sh.in: diversion helpers for maintainer scripts
12
#
23
# displace_link <prefix> <suffix>
34
#
@@ -13,6 +14,29 @@
1314
#
1415
# Version: 4.0
1516
#
17+
# Copyright © 2008–2012 Tim Abbott <[email protected]> and Anders
18+
# Kaseorg <[email protected]>
19+
#
20+
# Permission is hereby granted, free of charge, to any person
21+
# obtaining a copy of this software and associated documentation files
22+
# (the “Software”), to deal in the Software without restriction,
23+
# including without limitation the rights to use, copy, modify, merge,
24+
# publish, distribute, sublicense, and/or sell copies of the Software,
25+
# and to permit persons to whom the Software is furnished to do so,
26+
# subject to the following conditions:
27+
#
28+
# The above copyright notice and this permission notice shall be
29+
# included in all copies or substantial portions of the Software.
30+
#
31+
# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
32+
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
33+
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
34+
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
35+
# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
36+
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
37+
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38+
# SOFTWARE.
39+
#
1640

1741
package=#PACKAGE#
1842

@@ -131,3 +155,5 @@ check_undisplace_unhide()
131155
undisplace_unhide "$file"
132156
fi
133157
}
158+
159+
# End of divert.sh.in

0 commit comments

Comments
 (0)