<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Distribution/Specifications/InstallTDNetRunner.bat</filename>
    </added>
    <added>
      <filename>Distribution/Specifications/InstallTDNetRunnerSilent.bat</filename>
    </added>
    <added>
      <filename>Distribution/Specifications/License.txt</filename>
    </added>
    <added>
      <filename>Distribution/Specifications/Machine.Specifications.Example/Account.cs</filename>
    </added>
    <added>
      <filename>Distribution/Specifications/Machine.Specifications.Example/BankingSpecs.cs</filename>
    </added>
    <added>
      <filename>Distribution/Specifications/Machine.Specifications.Example/Machine.Specifications.Example.csproj</filename>
    </added>
    <added>
      <filename>Distribution/Specifications/Machine.Specifications.Example/Properties/AssemblyInfo.cs</filename>
    </added>
    <added>
      <filename>Source/Specifications/Machine.Specifications.GallioAdapter.Tests/Gallio License.txt</filename>
    </added>
    <added>
      <filename>Source/Specifications/Machine.Specifications.GallioAdapter/Gallio License.txt</filename>
    </added>
    <added>
      <filename>Source/Specifications/Machine.Specifications/Properties/SharedAssemblyInfo.cs</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
-Copyright (c) 2008 Jacob Lewallen, Aaron Jensen
+Copyright (c) 2008 Machine Project
+Portions Copyright (c) 2008 Jacob Lewallen, Aaron Jensen
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the &quot;Software&quot;), to deal</diff>
      <filename>License.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,21 @@
-&#65279;using System;
+&#65279;// Copyright 2005-2008 Gallio Project - http://www.gallio.org/
+// Portions Copyright 2000-2004 Jonathan De Halleux, Jamie Cansdale
+// 
+// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// 
+//     http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// 
+// Modified by and Portions Copyright 2008 Machine Project
+
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Reflection;</diff>
      <filename>Source/Specifications/Machine.Specifications.GallioAdapter.Tests/BaseTestFrameworkTest.cs</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,21 @@
-&#65279;using System;
+&#65279;// Copyright 2005-2008 Gallio Project - http://www.gallio.org/
+// Portions Copyright 2000-2004 Jonathan De Halleux, Jamie Cansdale
+// 
+// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// 
+//     http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// 
+// Modified by and Portions Copyright 2008 Machine Project
+
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;</diff>
      <filename>Source/Specifications/Machine.Specifications.GallioAdapter.Tests/FrameworkTests.cs</filename>
    </modified>
    <modified>
      <diff>@@ -49,6 +49,9 @@
     &lt;Reference Include=&quot;System.Xml&quot; /&gt;
   &lt;/ItemGroup&gt;
   &lt;ItemGroup&gt;
+    &lt;Compile Include=&quot;..\Machine.Specifications\Properties\SharedAssemblyInfo.cs&quot;&gt;
+      &lt;Link&gt;Properties\SharedAssemblyInfo.cs&lt;/Link&gt;
+    &lt;/Compile&gt;
     &lt;Compile Include=&quot;Model\MachineTest.cs&quot; /&gt;
     &lt;Compile Include=&quot;Services\MachineSpecificationsExplorer.cs&quot; /&gt;
     &lt;Compile Include=&quot;MachineSpecificationsFramework.cs&quot; /&gt;</diff>
      <filename>Source/Specifications/Machine.Specifications.GallioAdapter/Machine.Specifications.GallioAdapter.csproj</filename>
    </modified>
    <modified>
      <diff>@@ -8,10 +8,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyTitle(&quot;Machine.SpecificationsAdapter&quot;)]
 [assembly: AssemblyDescription(&quot;&quot;)]
 [assembly: AssemblyConfiguration(&quot;&quot;)]
-[assembly: AssemblyCompany(&quot;Microsoft&quot;)]
 [assembly: AssemblyProduct(&quot;Machine.SpecificationsAdapter&quot;)]
-[assembly: AssemblyCopyright(&quot;Copyright &#169; Microsoft 2008&quot;)]
-[assembly: AssemblyTrademark(&quot;&quot;)]
 [assembly: AssemblyCulture(&quot;&quot;)]
 
 // Setting ComVisible to false makes the types in this assembly not visible 
@@ -20,17 +17,4 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid(&quot;236ba289-a746-4be6-90b4-739ff11054d6&quot;)]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion(&quot;1.0.*&quot;)]
-[assembly: AssemblyVersion(&quot;1.0.0.0&quot;)]
-[assembly: AssemblyFileVersion(&quot;1.0.0.0&quot;)]
+[assembly: Guid(&quot;236ba289-a746-4be6-90b4-739ff11054d6&quot;)]
\ No newline at end of file</diff>
      <filename>Source/Specifications/Machine.Specifications.GallioAdapter/Properties/AssemblyInfo.cs</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,21 @@
-&#65279;using System;
+&#65279;// Copyright 2005-2008 Gallio Project - http://www.gallio.org/
+// Portions Copyright 2000-2004 Jonathan De Halleux, Jamie Cansdale
+// 
+// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// 
+//     http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// 
+// Modified by and Portions Copyright 2008 Machine Project
+
+using System;
 using System.Collections.Generic;
 using System.Diagnostics;
 using System.Linq;
@@ -35,7 +52,6 @@ namespace Machine.Specifications.GallioAdapter.Services
       ITest test = testCommand.Test;
       progressMonitor.SetStatus(test.Name);
 
-      bool passed;
       MachineSpecificationTest specification = test as MachineSpecificationTest;
       MachineDescriptionTest description = test as MachineDescriptionTest;
       if (specification != null)</diff>
      <filename>Source/Specifications/Machine.Specifications.GallioAdapter/Services/MachineSpecificationController.cs</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,20 @@
+// Copyright 2005-2008 Gallio Project - http://www.gallio.org/
+// Portions Copyright 2000-2004 Jonathan De Halleux, Jamie Cansdale
+// 
+// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// 
+//     http://www.apache.org/licenses/LICENSE-2.0
+// 
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// 
+// Modified by and Portions Copyright 2008 Machine Project
+
 using System;
 using System.Collections.Generic;
 using System.Diagnostics;</diff>
      <filename>Source/Specifications/Machine.Specifications.GallioAdapter/Services/MachineSpecificationsExplorer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -49,6 +49,9 @@
     &lt;/Reference&gt;
   &lt;/ItemGroup&gt;
   &lt;ItemGroup&gt;
+    &lt;Compile Include=&quot;..\Machine.Specifications\Properties\SharedAssemblyInfo.cs&quot;&gt;
+      &lt;Link&gt;Properties\SharedAssemblyInfo.cs&lt;/Link&gt;
+    &lt;/Compile&gt;
     &lt;Compile Include=&quot;Properties\AssemblyInfo.cs&quot; /&gt;
     &lt;Compile Include=&quot;SpecificationRunner.cs&quot; /&gt;
   &lt;/ItemGroup&gt;
@@ -66,4 +69,4 @@
   &lt;Target Name=&quot;AfterBuild&quot;&gt;
   &lt;/Target&gt;
   --&gt;
-&lt;/Project&gt;
+&lt;/Project&gt;
\ No newline at end of file</diff>
      <filename>Source/Specifications/Machine.Specifications.TDNetRunner/Machine.Specifications.TDNetRunner.csproj</filename>
    </modified>
    <modified>
      <diff>@@ -8,11 +8,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyTitle(&quot;Machine.Specifications.TDNetRunner&quot;)]
 [assembly: AssemblyDescription(&quot;&quot;)]
 [assembly: AssemblyConfiguration(&quot;&quot;)]
-[assembly: AssemblyCompany(&quot;Microsoft&quot;)]
 [assembly: AssemblyProduct(&quot;Machine.Specifications.TDNetRunner&quot;)]
-[assembly: AssemblyCopyright(&quot;Copyright &#169; Microsoft 2008&quot;)]
-[assembly: AssemblyTrademark(&quot;&quot;)]
-[assembly: AssemblyCulture(&quot;&quot;)]
 
 // Setting ComVisible to false makes the types in this assembly not visible 
 // to COM components.  If you need to access a type in this assembly from 
@@ -20,17 +16,4 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid(&quot;f9ab9bd8-70dd-4484-8acc-63dae95a0604&quot;)]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion(&quot;1.0.*&quot;)]
-[assembly: AssemblyVersion(&quot;1.0.0.0&quot;)]
-[assembly: AssemblyFileVersion(&quot;1.0.0.0&quot;)]
+[assembly: Guid(&quot;f9ab9bd8-70dd-4484-8acc-63dae95a0604&quot;)]
\ No newline at end of file</diff>
      <filename>Source/Specifications/Machine.Specifications.TDNetRunner/Properties/AssemblyInfo.cs</filename>
    </modified>
    <modified>
      <diff>@@ -62,6 +62,7 @@
     &lt;Compile Include=&quot;Properties\AssemblyInfo.cs&quot; /&gt;
     &lt;Compile Include=&quot;Framework.cs&quot; /&gt;
     &lt;Compile Include=&quot;ReflectionHelper.cs&quot; /&gt;
+    &lt;Compile Include=&quot;Properties\SharedAssemblyInfo.cs&quot; /&gt;
     &lt;Compile Include=&quot;Verifiers\DescriptionVerifier.cs&quot; /&gt;
   &lt;/ItemGroup&gt;
   &lt;Import Project=&quot;$(MSBuildToolsPath)\Microsoft.CSharp.targets&quot; /&gt;</diff>
      <filename>Source/Specifications/Machine.Specifications/Machine.Specifications.csproj</filename>
    </modified>
    <modified>
      <diff>@@ -8,10 +8,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyTitle(&quot;Machine.Specifications&quot;)]
 [assembly: AssemblyDescription(&quot;&quot;)]
 [assembly: AssemblyConfiguration(&quot;&quot;)]
-[assembly: AssemblyCompany(&quot;Microsoft&quot;)]
 [assembly: AssemblyProduct(&quot;Machine.Specifications&quot;)]
-[assembly: AssemblyCopyright(&quot;Copyright &#169; Microsoft 2008&quot;)]
-[assembly: AssemblyTrademark(&quot;&quot;)]
 [assembly: AssemblyCulture(&quot;&quot;)]
 
 // Setting ComVisible to false makes the types in this assembly not visible 
@@ -20,17 +17,4 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible(false)]
 
 // The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid(&quot;49db994f-04d4-47ff-ade6-0dbda007ee13&quot;)]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers 
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion(&quot;1.0.*&quot;)]
-[assembly: AssemblyVersion(&quot;1.0.0.0&quot;)]
-[assembly: AssemblyFileVersion(&quot;1.0.0.0&quot;)]
+[assembly: Guid(&quot;49db994f-04d4-47ff-ade6-0dbda007ee13&quot;)]
\ No newline at end of file</diff>
      <filename>Source/Specifications/Machine.Specifications/Properties/AssemblyInfo.cs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a6a15e3e2b90f23ed19fc1abb17ec9c89cc5d06d</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Jensen</name>
    <email>aaronjensen@gmail.com</email>
  </author>
  <url>http://github.com/machine/machine/commit/37036f1118a0171c62e80caeaf4e94d8fbc69be0</url>
  <id>37036f1118a0171c62e80caeaf4e94d8fbc69be0</id>
  <committed-date>2008-05-08T00:17:36-07:00</committed-date>
  <authored-date>2008-05-08T00:17:36-07:00</authored-date>
  <message>Work on Distribution stuff for Specifications. 
Adding Gallio apache license stuff for the code I &quot;borrowed&quot;.</message>
  <tree>cb7a645a4d20064167fc09dc4ce77480eb080243</tree>
  <committer>
    <name>Aaron Jensen</name>
    <email>aaronjensen@gmail.com</email>
  </committer>
</commit>
