-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCOPYRIGHT
More file actions
86 lines (61 loc) · 2.83 KB
/
Copy pathCOPYRIGHT
File metadata and controls
86 lines (61 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
hfsutils - tools for reading and writing Macintosh HFS volumes
Copyright Information
=====================
Original Work:
Copyright (C) 1996-1998 Robert Leslie
Modern Fork Contributors:
Copyright (C) 2025 Brock Gunter-Smith (Apple Silicon fork)
Copyright (C) 2025 Pablo Lezaeta (current maintainer)
License
=======
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Alternative Licensing
====================
If you would like to negotiate alternate licensing terms, you may do
so by contacting the original author: Robert Leslie <rob@mars.org>
For the modern fork, contact the current maintainer through the
project repository: https://github.com/JotaRandom/hfsutils
Full License Text
=================
The complete text of the GNU General Public License version 2 is
available in the file COPYING included with this distribution, or
online at: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Third-Party Acknowledgments
===========================
This software includes code inspired by or derived from:
- HFS globbing code inspired by Tcl filename globbing (John Ousterhout)
- BinHex encoding/decoding based on BinHex 4.0 specification (Peter N Lewis)
- `hls' command based on GNU `ls' implementation
- Various contributions from the community (see CREDITS file)
Trademark Notice
================
Macintosh and HFS are trademarks of Apple Inc.
This software is not affiliated with or endorsed by Apple Inc.
Distribution
============
This software may be distributed under the terms of the GNU General
Public License version 2. When distributing, you must:
1. Include this copyright notice
2. Include the complete source code or provide written offer for source
3. Include a copy of the GNU General Public License
4. Clearly indicate any modifications made to the original work
For binary distributions, ensure all license requirements are met
according to the GNU General Public License version 2.
Contact Information
===================
Original Author: Robert Leslie <rob@mars.org>
Original Project: http://www.mars.org/home/rob/proj/hfs/
Current Project: https://github.com/JotaRandom/hfsutils
Current Maintainer: Pablo Lezaeta
For bug reports, feature requests, or contributions, please use the
GitHub repository issue tracker and pull request system.