1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<array>
5<dict>
6	<key>OpenSourceProject</key>
7	<string>libipsec</string>
8	<key>OpenSourceVersion</key>
9	<string>Original version number unavailable, possibly RELENG_4_9_0_RELEASE</string>
10	<key>OpenSourceWebsiteURL</key>
11	<string>http://www.freebsd.org</string>
12	<key>OpenSourceSCM</key>
13	<string>svn export http://svn.freebsd.org/base/release/4.9.0/lib/libipsec</string>
14	<key>OpenSourceImportDate</key>
15	<string>2007-07-31</string>
16	<key>OpenSourceModifications</key>
17	<array>
18		<string>Removed all files except ipsec_strerror.h libpfkey.h pfkey.c</string>
19		<string>Added Apple Computer copyright and Apache license</string>
20		<string>Removed unused include netkey/key_var.h</string>
21		<string>Fixed compiler warnings such as "unused function parameter" and "signed/unsigned comparison"</string>
22		<string>Added code to conditionally compile only on OSX</string>
23		<string>Whitespace changes</string>
24	</array>
25	<key>OpenSourceLicense</key>
26	<string>bsd</string>
27	<key>OpenSourceLicenseFile</key>
28	<string>mDNSResponder.txt</string>
29</dict>
30</array>
31</plist>
32