From f67d2fd9a9146649ba7a33ec1fcc855a21f4ff40 Mon Sep 17 00:00:00 2001 From: Amit Dixit Date: Tue, 15 Nov 2016 13:01:37 +0530 Subject: [PATCH] Review comments++ --- module/src/main/java/com/iluwatar/module/App.java | 2 +- .../src/main/java/com/iluwatar/module/ConsoleLoggerModule.java | 2 +- module/src/main/java/com/iluwatar/module/FileLoggerModule.java | 2 +- module/src/test/java/com/iluwatar/module/AppTest.java | 2 +- .../src/test/java/com/iluwatar/module/FileLoggerModuleTest.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/src/main/java/com/iluwatar/module/App.java b/module/src/main/java/com/iluwatar/module/App.java index 9c46017a0..a72050fb3 100644 --- a/module/src/main/java/com/iluwatar/module/App.java +++ b/module/src/main/java/com/iluwatar/module/App.java @@ -1,5 +1,5 @@ /** - * The MIT License Copyright (c) 2016 Amit Dixit + * The MIT License Copyright (c) 2014 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and * associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/module/src/main/java/com/iluwatar/module/ConsoleLoggerModule.java b/module/src/main/java/com/iluwatar/module/ConsoleLoggerModule.java index 95074748c..9692d7091 100644 --- a/module/src/main/java/com/iluwatar/module/ConsoleLoggerModule.java +++ b/module/src/main/java/com/iluwatar/module/ConsoleLoggerModule.java @@ -1,5 +1,5 @@ /** - * The MIT License Copyright (c) 2016 Amit Dixit + * The MIT License Copyright (c) 2014 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and * associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/module/src/main/java/com/iluwatar/module/FileLoggerModule.java b/module/src/main/java/com/iluwatar/module/FileLoggerModule.java index 716db49e3..b1329b358 100644 --- a/module/src/main/java/com/iluwatar/module/FileLoggerModule.java +++ b/module/src/main/java/com/iluwatar/module/FileLoggerModule.java @@ -1,5 +1,5 @@ /** - * The MIT License Copyright (c) 2016 Amit Dixit + * The MIT License Copyright (c) 2014 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and * associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/module/src/test/java/com/iluwatar/module/AppTest.java b/module/src/test/java/com/iluwatar/module/AppTest.java index 21b32407d..5df6ab0f3 100644 --- a/module/src/test/java/com/iluwatar/module/AppTest.java +++ b/module/src/test/java/com/iluwatar/module/AppTest.java @@ -1,5 +1,5 @@ /** - * The MIT License Copyright (c) 2016 Amit Dixit + * The MIT License Copyright (c) 2014 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and * associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/module/src/test/java/com/iluwatar/module/FileLoggerModuleTest.java b/module/src/test/java/com/iluwatar/module/FileLoggerModuleTest.java index 749a4a2f2..7274aab14 100644 --- a/module/src/test/java/com/iluwatar/module/FileLoggerModuleTest.java +++ b/module/src/test/java/com/iluwatar/module/FileLoggerModuleTest.java @@ -1,5 +1,5 @@ /** - * The MIT License Copyright (c) 2016 Amit Dixit + * The MIT License Copyright (c) 2014 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and * associated documentation files (the "Software"), to deal in the Software without restriction,