Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Added default license headers.
Browse files Browse the repository at this point in the history
Added release notes.
  • Loading branch information
kzu committed Apr 11, 2014
1 parent 2a1f9b7 commit 4f45e0f
Show file tree
Hide file tree
Showing 14 changed files with 153 additions and 71 deletions.
2 changes: 2 additions & 0 deletions Hermes.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
src\Hermes.props = src\Hermes.props
src\Hermes.targets = src\Hermes.targets
src\NuGet.proj = src\NuGet.proj
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Global
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v0.1

*
6 changes: 6 additions & 0 deletions src/Broker/Broker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\Hermes.licenseheader">
<Link>Hermes.licenseheader</Link>
</None>
<None Include="Broker.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\Hermes.targets" />
</Project>
11 changes: 10 additions & 1 deletion src/Broker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using System.Reflection;
/*
Copyright 2014 Clarius Consulting
Licensed under the Apache License, Version 2.0 (the "License");
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
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down
6 changes: 6 additions & 0 deletions src/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\Hermes.licenseheader">
<Link>Hermes.licenseheader</Link>
</None>
<None Include="Client.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="..\Hermes.targets" />
</Project>
11 changes: 10 additions & 1 deletion src/Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using System.Reflection;
/*
Copyright 2012 Clarius Consulting
Licensed under the Apache License, Version 2.0 (the "License");
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
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down
11 changes: 10 additions & 1 deletion src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using System.Reflection;
/*
Copyright 2012 Clarius Consulting
Licensed under the Apache License, Version 2.0 (the "License");
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
*/
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyCompany("")]
Expand Down
22 changes: 22 additions & 0 deletions src/Hermes.licenseheader
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
extensions: designer.cs generated.cs g.cs
extensions: .cs .cpp .h
/*
Copyright 2012 Clarius Consulting

Licensed under the Apache License, Version 2.0 (the "License");
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
*/

extensions: .xml .config .xsd .resx .html
<!--
Copyright 2012 Clarius Consulting

Licensed under the Apache License, Version 2.0 (the "License");
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
-->
File renamed without changes.
6 changes: 6 additions & 0 deletions src/Portable/Portable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\Hermes.licenseheader">
<Link>Hermes.licenseheader</Link>
</None>
<None Include="Portable.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="..\Hermes.targets" />
</Project>
11 changes: 10 additions & 1 deletion src/Portable/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
using System.Reflection;
/*
Copyright 2012 Clarius Consulting
Licensed under the Apache License, Version 2.0 (the "License");
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
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down
32 changes: 10 additions & 22 deletions src/Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
using System.Reflection;
/*
Copyright 2012 Clarius Consulting
Licensed under the Apache License, Version 2.0 (the "License");
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
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
Expand All @@ -14,23 +20,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// 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
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b89da32f-550d-443e-80e3-da92104a211d")]

// 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("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
93 changes: 48 additions & 45 deletions src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,48 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="..\Hermes.props" />
<PropertyGroup>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CC70B0BB-EC87-45D0-A4AE-2462F99D7573}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Tests</RootNamespace>
<AssemblyName>Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<ItemGroup>
<Reference Include="Moq">
<HintPath>..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="xunit">
<HintPath>..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Broker\Broker.csproj">
<Project>{1397ec83-6d03-4d81-95d5-5d11c766c43a}</Project>
<Name>Broker</Name>
</ProjectReference>
<ProjectReference Include="..\Client\Client.csproj">
<Project>{d3eb8c4f-6cf4-4eb4-94e3-bca31767ae53}</Project>
<Name>Client</Name>
</ProjectReference>
<ProjectReference Include="..\Portable\Portable.csproj">
<Project>{6481b999-0479-4162-ac53-5936ce5fd8bf}</Project>
<Name>Portable</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\Hermes.targets" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="..\Hermes.props" />
<PropertyGroup>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CC70B0BB-EC87-45D0-A4AE-2462F99D7573}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Tests</RootNamespace>
<AssemblyName>Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<ItemGroup>
<Reference Include="Moq">
<HintPath>..\..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="xunit">
<HintPath>..\..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Broker\Broker.csproj">
<Project>{1397ec83-6d03-4d81-95d5-5d11c766c43a}</Project>
<Name>Broker</Name>
</ProjectReference>
<ProjectReference Include="..\Client\Client.csproj">
<Project>{d3eb8c4f-6cf4-4eb4-94e3-bca31767ae53}</Project>
<Name>Client</Name>
</ProjectReference>
<ProjectReference Include="..\Portable\Portable.csproj">
<Project>{6481b999-0479-4162-ac53-5936ce5fd8bf}</Project>
<Name>Portable</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="..\Hermes.licenseheader">
<Link>Hermes.licenseheader</Link>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\Hermes.targets" />
</Project>
10 changes: 10 additions & 0 deletions src/Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
Copyright 2012 Clarius Consulting
Licensed under the Apache License, Version 2.0 (the "License");
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
-->
<packages>
<package id="Moq" version="4.2.1402.2112" targetFramework="net45" />
<package id="xunit" version="1.9.2" targetFramework="net45" />
Expand Down

0 comments on commit 4f45e0f

Please sign in to comment.