Skip to content

Commit

Permalink
updated license and assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwood committed May 29, 2014
1 parent 544ca47 commit 563eb49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 74 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2001-2004, Stephen Hebert
Copyright (c) 2014, Brandon Wood
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
3 changes: 1 addition & 2 deletions Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
// associated with an assembly.
[assembly: AssemblyTitle("dotMath Unit Tests")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Steve Hebert and Hebert Software Services, LLC")]
[assembly: AssemblyProduct("dotMath.Tests")]
[assembly: AssemblyCopyright("Copyright 2001-2004")]
[assembly: AssemblyCopyright("Copyright 2001-2004 Steve Hebert, 2014 Brandon Wood")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
34 changes: 0 additions & 34 deletions dotMath/Core/Parser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,6 @@

namespace dotMath.Core
{
/// <remarks>
/// Copyright (c) 2001-2004, Stephen Hebert
/// Copyright (c) 2014, Brandon Wood
/// All rights reserved.
///
///
/// Redistribution and use in source and binary forms, with or without modification,
/// are permitted provided that the following conditions are met:
///
/// Redistributions of source code must retain the above copyright notice,
/// this list of conditions and the following disclaimer.
///
/// Redistributions in binary form must reproduce the above
/// copyright notice, this list of conditions and the following disclaimer
/// in the documentation and/or other materials provided with the distribution.
///
/// Neither the name of the .Math, nor the names of its contributors
/// may be used to endorse or promote products derived from this software without
/// specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
/// TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
/// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
/// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
/// OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
/// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
/// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
/// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
/// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
/// EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
///
/// </remarks>
///
/// <summary>
/// Responsible for traversing a given function and creating an enumerable set of tokens.
/// </summary>
Expand Down
34 changes: 0 additions & 34 deletions dotMath/EquationCompiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,6 @@

namespace dotMath
{
/// <remarks>
/// Copyright (c) 2001-2004, Stephen Hebert
/// Copyright (c) 2014, Brandon Wood
/// All rights reserved.
///
///
/// Redistribution and use in source and binary forms, with or without modification,
/// are permitted provided that the following conditions are met:
///
/// Redistributions of source code must retain the above copyright notice,
/// this list of conditions and the following disclaimer.
///
/// Redistributions in binary form must reproduce the above
/// copyright notice, this list of conditions and the following disclaimer
/// in the documentation and/or other materials provided with the distribution.
///
/// Neither the name of the .Math, nor the names of its contributors
/// may be used to endorse or promote products derived from this software without
/// specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
/// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
/// TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
/// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
/// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
/// OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
/// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
/// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
/// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
/// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
/// EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
///
/// </remarks>
///
/// <summary>
/// EquationCompiler is the class that takes the parsed tokens and turns them
/// into a network of pre-compiled objects that perform the designated functions.
Expand Down
7 changes: 3 additions & 4 deletions dotMath/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
[assembly: AssemblyTitle("dotMath Equation Compiler")]
[assembly: AssemblyDescription("dotMath compiler library for algebraic equations")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Steve Hebert and Hebert Software Services, LLC")]
[assembly: AssemblyProduct("dotMath")]
[assembly: AssemblyCopyright("Copyright 2001-2004")]
[assembly: AssemblyCopyright("Copyright 2001-2004 Steve Hebert, 2014 Brandon Wood")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +30,5 @@
// 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")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit 563eb49

Please sign in to comment.