Skip to content

Commit

Permalink
Started updating copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
Robmaister committed Jan 12, 2015
1 parent 1b57a6b commit 97ae745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SharpFont/FT.Internal.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region MIT License
/*Copyright (c) 2012-2014 Robert Rouhani <robert.rouhani@gmail.com>
/*Copyright (c) 2012-2015 Robert Rouhani <robert.rouhani@gmail.com>
SharpFont based on Tao.FreeType, Copyright (c) 2003-2007 Tao Framework Team
Expand Down
3 changes: 1 addition & 2 deletions SharpFont/FT.Public.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region MIT License
/*Copyright (c) 2012-2013 Robert Rouhani <robert.rouhani@gmail.com>
/*Copyright (c) 2012-2013, 2015 Robert Rouhani <robert.rouhani@gmail.com>
SharpFont based on Tao.FreeType, Copyright (c) 2003-2007 Tao Framework Team
Expand Down Expand Up @@ -57,7 +57,6 @@ public static partial class FT
/// </returns>
public static Fixed16Dot16 MulDiv(Fixed16Dot16 a, Fixed16Dot16 b, Fixed16Dot16 c)
{

return Fixed16Dot16.FromRawValue((int)FT.FT_MulDiv((IntPtr)a.Value, (IntPtr)b.Value, (IntPtr)c.Value));
}

Expand Down

0 comments on commit 97ae745

Please sign in to comment.