From be8d79b05d352152e50ee2964c07a267be5b8b4b Mon Sep 17 00:00:00 2001 From: KdotJPG Date: Thu, 10 Sep 2020 20:36:05 -0400 Subject: [PATCH] Add contributors line to MIT license --- C/FastNoiseLite.h | 3 ++- CSharp/FastNoiseLite.cs | 1 + Cpp/FastNoiseLite.h | 1 + HLSL/FastNoiseLite.hlsl | 1 + LICENSE | 3 ++- 5 files changed, 7 insertions(+), 2 deletions(-) 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