1<plist version="1.0">
2<dict>
3	<key>OpenSourceProject</key>
4	<string>bash</string>
5	<key>OpenSourceVersion</key>
6	<string>3.2</string>
7	<key>OpenSourceWebsiteURL</key>
8	<string>http://www.gnu.org/software/bash/bash.html</string>
9	<key>OpenSourceURL</key>
10	<string>ftp://ftp.cwru.edu/pub/bash/bash-3.2.tar.gz</string>
11	<key>OpenSourceSHA1</key>
12	<string>fe6466c7ee98061e044dae0347ca5d1a8eab4a0d</string>
13	<key>OpenSourceImportDate</key>
14	<string>2006-10-17</string>
15	<key>OpenSourceModifications</key>
16	<array>
17		<string>source /etc/profile and $HOME/profile even if posixly correct</string>
18		<string>change doc/Makefile.in to install bash.info from $cwd</string>
19		<string>Don't drop privileges if emulating Tiger's /bin/bash</string>
20		<string>Fix off-by-1 error in compact_jobs_list</string>
21		<string>Do not rl_forward_char past rl_end</string>
22		<string>Do not echo \e as ESC when in posix mode</string>
23	</array>
24	<key>OpenSourceLicenseFile</key>
25	<string>bash.txt</string>
26        <key>OpenSourceLicense</key>
27        <string>GPL</string>
28</dict>
29</plist>
30