diff --git a/C/FastNoiseLite.h b/C/FastNoiseLite.h index d5bd51e..2caa845 100644 --- a/C/FastNoiseLite.h +++ b/C/FastNoiseLite.h @@ -1,6 +1,7 @@ -// MIT Licens +// MIT License // // Copyright(c) 2020 Jordan Peck (jordan.me2@gmail.com) +// 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 diff --git a/CSharp/FastNoiseLite.cs b/CSharp/FastNoiseLite.cs index fb88c94..e376c6d 100644 --- a/CSharp/FastNoiseLite.cs +++ b/CSharp/FastNoiseLite.cs @@ -1,6 +1,7 @@ // MIT License // // Copyright(c) 2020 Jordan Peck (jordan.me2@gmail.com) +// 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 diff --git a/Cpp/FastNoiseLite.h b/Cpp/FastNoiseLite.h index 77fccc1..cd7f66d 100644 --- a/Cpp/FastNoiseLite.h +++ b/Cpp/FastNoiseLite.h @@ -1,6 +1,7 @@ // MIT License // // Copyright(c) 2020 Jordan Peck (jordan.me2@gmail.com) +// 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 diff --git a/HLSL/FastNoiseLite.hlsl b/HLSL/FastNoiseLite.hlsl index ac15704..69361be 100644 --- a/HLSL/FastNoiseLite.hlsl +++ b/HLSL/FastNoiseLite.hlsl @@ -1,6 +1,7 @@ // MIT License // // Copyright(c) 2020 Jordan Peck (jordan.me2@gmail.com) +// 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 diff --git a/LICENSE b/LICENSE index 5ee8678..dd6df2c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2017 Jordan Peck +Copyright(c) 2020 Jordan Peck (jordan.me2@gmail.com) +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