Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit 82f6b03

Browse files
committed
[Toolkit] Updated license date
Conflicts: Source/Toolkit/SharpDX.Toolkit/Graphics/ModelData.cs
1 parent c411598 commit 82f6b03

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

Source/Toolkit/SharpDX.Toolkit.Game/AnimationSystem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal
@@ -162,4 +162,4 @@ private class AnimationState
162162
public int[] ChannelMap;
163163
}
164164
}
165-
}
165+
}

Source/Toolkit/SharpDX.Toolkit.Graphics/ModelAnimation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal
@@ -36,4 +36,4 @@ public ModelAnimation()
3636
Channels = new List<ModelData.AnimationChannel>();
3737
}
3838
}
39-
}
39+
}

Source/Toolkit/SharpDX.Toolkit.Graphics/ModelAnimationCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

Source/Toolkit/SharpDX.Toolkit.Graphics/ModelSkinnedBone.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

Source/Toolkit/SharpDX.Toolkit.Graphics/ModelSkinnedBoneCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

Source/Toolkit/SharpDX.Toolkit.Graphics/SkinnedEffectInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

Source/Toolkit/SharpDX.Toolkit/CompositeTransform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

Source/Toolkit/SharpDX.Toolkit/Graphics/ModelData.Animation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

Source/Toolkit/SharpDX.Toolkit/Graphics/ModelData.AnimationChannel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

Source/Toolkit/SharpDX.Toolkit/Graphics/ModelData.KeyFrame.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
1+
// Copyright (c) 2010-2014 SharpDX - Alexandre Mutel
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)