From db173422dccf764adf140cce448bd8b70d64ab09 Mon Sep 17 00:00:00 2001 From: debayan Date: Fri, 8 Sep 2017 20:47:34 +0530 Subject: [PATCH 1/2] copyright added issue #3 signed off by: debayan de debayan130@gmail.com --- Labyrinth/Assets/Scripts/TextureGenerator.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Labyrinth/Assets/Scripts/TextureGenerator.cs b/Labyrinth/Assets/Scripts/TextureGenerator.cs index 83e1a79..77f3053 100644 --- a/Labyrinth/Assets/Scripts/TextureGenerator.cs +++ b/Labyrinth/Assets/Scripts/TextureGenerator.cs @@ -1,6 +1,8 @@ /* * TextureGenerator.cs - * Copyright (c) + * Copyright (c) 2017 Rudra Nil Basu + * AUTHORS + * Rudra Nil Basu */ using System.Collections; using System.Collections.Generic; From 74423d8c07d4933898da5289f55b5cbcbb812c7e Mon Sep 17 00:00:00 2001 From: debayan Date: Fri, 8 Sep 2017 21:05:50 +0530 Subject: [PATCH 2/2] Indentation issue #3 Signes-off:Debayan De --- Labyrinth/Assets/Scripts/TextureGenerator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Labyrinth/Assets/Scripts/TextureGenerator.cs b/Labyrinth/Assets/Scripts/TextureGenerator.cs index 77f3053..734871d 100644 --- a/Labyrinth/Assets/Scripts/TextureGenerator.cs +++ b/Labyrinth/Assets/Scripts/TextureGenerator.cs @@ -1,8 +1,9 @@ /* * TextureGenerator.cs * Copyright (c) 2017 Rudra Nil Basu - * AUTHORS + * AUTHORS * Rudra Nil Basu + * Debayan De */ using System.Collections; using System.Collections.Generic;