Skip to content

Commit ee86ccf

Browse files
committed
Update licenses and README
1 parent 98800cc commit ee86ccf

4 files changed

Lines changed: 57 additions & 2 deletions

File tree

DMG_DJ_screenshot.png

30.8 KB
Loading

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2007 Jeremy Ehrhardt
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

LICENSE_NDResourceFork.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
DMG DJ incorporates an unmodified 2007 version of NDResourceFork by Nathan Day
2+
<https://github.com/nathanday/>. This package had its own license with a credit clause for source
3+
distributions. I've reproduced the license text here from an archive copy found at
4+
<https://web.archive.org/web/20111227061959/http://homepage.mac.com/nathan_day/pages/source.xml>:
5+
6+
Some of the source code I've written is available for other developers to use, there are really no restrictions on use of this code other than leave my name (Nathan Day) within the source code,
7+
especially if you make your source code public with my code in it. Though the code has been tested
8+
and is in use, you use it at your own risk. Some of the features that have been put in are for
9+
future use and so have not been as rigorously tested as actually used features. If you find any
10+
bugs or have any problems with any of the code then feel free to contact me <nathan_day@mac.com>.

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# dmg-dj
2-
Disk image manager. Mounts necessary images when you launch an app, unmounts them when you quit.
1+
# DMG DJ
2+
3+
Disc image manager. Mounts necessary images when you launch an app, unmounts them when you quit.
4+
5+
![screenshot of DMG DJ](DMG_DJ_screenshot.png)
6+
7+
This was originally developed to play Blizzard's Starcraft, Brood War, and Warcraft III
8+
single-player campaigns from disc images, long before Blizzard released official no-CD patches,
9+
but should work for other applications as well.
10+
11+
## Requirements
12+
13+
Mac OS X 10.4+. Built as a universal binary.
14+
15+
## Usage
16+
17+
Open the app. Drag applications you want to manage into the "Applications" list on the left.
18+
Drag disc images for those applications into the "Associated disc images" list on the right.
19+
Click the "Load" checkbox to make a given app load a given image. The arrow buttons under each list
20+
should reveal the selected app or disc image in the Finder.
21+
22+
## Notes
23+
24+
I wrote this in 2007 and have resurrected it onto Github for historical interest only.
25+
Not sure if it'll even still compile with modern versions of Xcode, but fortunately, I do have
26+
an old build as well as the source. Check the Releases tab.

0 commit comments

Comments
 (0)