Skip to content

Commit

Permalink
Add contributors line to MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
KdotJPG committed Sep 11, 2020
1 parent 5620641 commit be8d79b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion C/FastNoiseLite.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// MIT Licens
// MIT License
//
// Copyright(c) 2020 Jordan Peck ([email protected])
// Copyright(c) 2020 Contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files(the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions CSharp/FastNoiseLite.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// MIT License
//
// Copyright(c) 2020 Jordan Peck ([email protected])
// Copyright(c) 2020 Contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files(the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions Cpp/FastNoiseLite.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// MIT License
//
// Copyright(c) 2020 Jordan Peck ([email protected])
// Copyright(c) 2020 Contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files(the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions HLSL/FastNoiseLite.hlsl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// MIT License
//
// Copyright(c) 2020 Jordan Peck ([email protected])
// Copyright(c) 2020 Contributors
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files(the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2017 Jordan Peck
Copyright(c) 2020 Jordan Peck ([email protected])
Copyright(c) 2020 Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit be8d79b

Please sign in to comment.