Skip to content

Commit

Permalink
Add licensing.
Browse files Browse the repository at this point in the history
  • Loading branch information
duelinmarkers committed Apr 26, 2011
1 parent c4743af commit cb2ddbc
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions FluentTime.Tests/NumberExtensionTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2011 ThoughtWorks, Inc. See LICENSE.txt for licensing info.
using System;
using NUnit.Framework;
using NUnit.Framework.SyntaxHelpers;
Expand Down
1 change: 1 addition & 0 deletions FluentTime.Tests/TimeSpanExtensionTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2011 ThoughtWorks, Inc. See LICENSE.txt for licensing info.
using System;
using NUnit.Framework;
using NUnit.Framework.SyntaxHelpers;
Expand Down
2 changes: 1 addition & 1 deletion FluentTime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright 2011 John D Hume")]
[assembly: AssemblyCopyright("Copyright 2011 ThoughtWorks, Inc.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 2 additions & 0 deletions FluentTime/NumberExtension.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Copyright 2011 ThoughtWorks, Inc. See LICENSE.txt for licensing info.
using System;

namespace FluentTime
{
public static class NumberExtension
Expand Down
2 changes: 2 additions & 0 deletions FluentTime/TimeSpanExtension.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Copyright 2011 ThoughtWorks, Inc. See LICENSE.txt for licensing info.
using System;

namespace FluentTime
{
public static class TimeSpanExtension
Expand Down
13 changes: 13 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2011 ThoughtWorks, Inc.

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

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" 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.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ To Do
-----

"Abstract" time spans with variable-length calendar units like month, year, and quarter.

---

Copyright 2011 ThoughtWorks, Inc. See LICENSE.txt for licensing info.

0 comments on commit cb2ddbc

Please sign in to comment.