You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ma...@apache.org on 2016/01/21 00:17:06 UTC

[24/24] reef git commit: [REEF-1135] Unify Apache License headers in .Net code (Part #1)

[REEF-1135] Unify Apache License headers in .Net code (Part #1)

This patch:
  * Removes duplicate license in ForksInjectorInConstructor.cs.
  * Moves the license header to the first line in ClasspathException.cs.
  * Fixes wrong indentation in license headers in some .h/.cpp files.
  * Replaces '/**' with '//'.
  * Replaces '/*' with '//'.
  * Fixes several typos in comments.

JIRA:
  [REEF-1135](https://issues.apache.org/jira/browse/REEF-1135)

Pull Request:
  This closes #775


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/61f10873
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/61f10873
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/61f10873

Branch: refs/heads/master
Commit: 61f10873a7227ea64f36ca145f460fe4cf5c124d
Parents: cd89c53
Author: Dongjoon Hyun <do...@apache.org>
Authored: Tue Jan 19 15:54:11 2016 -0800
Committer: Mariia Mykhailova <ma...@apache.org>
Committed: Wed Jan 20 15:15:53 2016 -0800

----------------------------------------------------------------------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../ActiveContextClr2Java.cpp                   | 35 +++++++------
 .../AllocatedEvaluatorClr2Java.cpp              | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/AssemblyInfo.cpp | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Bridge/AssemblyUtil.cpp | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.cpp   | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.h     | 35 +++++++------
 .../ClosedContextClr2Java.cpp                   | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/Clr2JavaImpl.h   | 35 +++++++------
 .../Org.Apache.REEF.Bridge/CommonUtilities.cpp  | 35 +++++++------
 .../CompletedEvaluatorClr2Java.cpp              | 35 +++++++------
 .../CompletedTaskClr2Java.cpp                   | 35 +++++++------
 .../ContextMessageClr2Java.cpp                  | 35 +++++++------
 .../Org.Apache.REEF.Bridge/DriverLauncher.cpp   | 35 +++++++------
 .../DriverRestartCompletedClr2Java.cpp          | 35 +++++++------
 .../DriverRestartedClr2Java.cpp                 | 35 +++++++------
 .../EvaluatorRequestorClr2Java.cpp              | 35 +++++++------
 .../FailedContextClr2Java.cpp                   | 35 +++++++------
 .../FailedEvaluatorClr2Java.cpp                 | 35 +++++++------
 .../FailedTaskClr2Java.cpp                      | 35 +++++++------
 .../HttpServerClr2Java.cpp                      | 35 +++++++------
 .../Org.Apache.REEF.Bridge/InteropAssemblies.h  | 35 +++++++------
 .../cs/Org.Apache.REEF.Bridge/InteropLogger.cpp | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/InteropLogger.h  | 35 +++++++------
 .../InteropReturnInfo.cpp                       | 35 +++++++------
 .../Org.Apache.REEF.Bridge/InteropReturnInfo.h  | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/InteropUtil.cpp  | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/InteropUtil.h    | 35 +++++++------
 .../cs/Org.Apache.REEF.Bridge/JavaClrBridge.cpp | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/JavaClrBridge.h  | 35 ++++++-------
 lang/cs/Org.Apache.REEF.Bridge/ReadMe.txt       | 34 ++++++-------
 .../RunningTaskClr2Java.cpp                     | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/Stdafx.cpp       | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Bridge/Stdafx.h         | 35 +++++++------
 .../SuspendedTaskClr2Java.cpp                   | 35 +++++++------
 .../TaskMessageClr2Java.cpp                     | 35 +++++++------
 lang/cs/Org.Apache.REEF.Bridge/resource.h       | 34 ++++++-------
 .../Org.Apache.REEF.Client/API/ClientFactory.cs | 34 ++++++-------
 .../API/Exceptions/ClasspathException.cs        | 36 +++++++-------
 .../API/Exceptions/JavaNotFoundException.cs     | 34 ++++++-------
 .../API/IJobSubmission.cs                       | 35 +++++++------
 .../API/IJobSubmissionBuilder.cs                | 34 ++++++-------
 .../Org.Apache.REEF.Client/API/IREEFClient.cs   | 34 ++++++-------
 .../Org.Apache.REEF.Client/API/JobSubmission.cs | 34 ++++++-------
 .../API/JobSubmissionBuilder.cs                 | 34 ++++++-------
 .../API/JobSubmissionBuilderFactory.cs          | 34 ++++++-------
 .../Avro/AvroJobSubmissionParameters.cs         | 34 ++++++-------
 .../Local/AvroLocalJobSubmissionParameters.cs   | 34 ++++++-------
 .../AvroYarnClusterJobSubmissionParameters.cs   | 34 ++++++-------
 .../YARN/AvroYarnJobSubmissionParameters.cs     | 34 ++++++-------
 .../Common/ClientConstants.cs                   | 34 ++++++-------
 .../Common/DriverFolderPreparationHelper.cs     | 34 ++++++-------
 .../Org.Apache.REEF.Client/Common/FileSets.cs   | 34 ++++++-------
 .../Common/IJobSubmissionResult.cs              | 34 ++++++-------
 .../Common/JavaClientLauncher.cs                | 34 ++++++-------
 .../Common/JobSubmissionResult.cs               | 34 ++++++-------
 .../Common/ResourceHelper.cs                    | 34 ++++++-------
 .../Org.Apache.REEF.Client/Local/LocalClient.cs | 34 ++++++-------
 .../Local/LocalJobSubmissionResult.cs           | 34 ++++++-------
 .../Local/LocalRuntimeClientConfiguration.cs    | 34 ++++++-------
 .../Local/Parameters/LocalRuntimeDirectory.cs   | 35 +++++++------
 .../Local/Parameters/NumberOfEvaluators.cs      | 35 +++++++------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Org.Apache.REEF.Client/YARN/JobResource.cs  |  1 +
 .../YARN/YARNClientConfiguration.cs             | 34 ++++++-------
 .../YARN/YARNREEFClient.cs                      | 34 ++++++-------
 .../YARN/YarnCommandLineEnvironment.cs          | 34 ++++++-------
 .../YARN/YarnJobSubmissionResult.cs             | 34 ++++++-------
 .../Org.Apache.REEF.ClrDriver/AssemblyInfo.cpp  | 35 +++++++------
 .../Org.Apache.REEF.ClrDriver.cpp               | 35 +++++++------
 .../Org.Apache.REEF.ClrDriver.h                 | 36 +++++++-------
 lang/cs/Org.Apache.REEF.ClrDriver/ReadMe.txt    | 35 +++++++------
 lang/cs/Org.Apache.REEF.ClrDriver/resource.h    | 35 +++++++------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../TestHttpSerialization.cs                    | 34 ++++++-------
 .../Api/AbstractFailure.cs                      | 34 ++++++-------
 .../Api/IAbstractFailure.cs                     | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Common/Api/IFailure.cs  | 34 ++++++-------
 .../Avro/AvroHttpSerializer.cs                  | 34 ++++++-------
 .../Avro/AvroJsonSerializer.cs                  | 34 ++++++-------
 .../Catalog/Capabilities/CPU.cs                 | 34 ++++++-------
 .../Catalog/Capabilities/ICapability.cs         | 34 ++++++-------
 .../Catalog/Capabilities/RAM.cs                 | 34 ++++++-------
 .../Catalog/INodeDescriptor.cs                  | 34 ++++++-------
 .../Catalog/IRackDescriptor.cs                  | 34 ++++++-------
 .../Catalog/IResourceCatalog.cs                 | 34 ++++++-------
 .../Catalog/NodeDescriptorImpl.cs               | 34 ++++++-------
 .../Catalog/RackDescriptorImpl.cs               | 34 ++++++-------
 .../Catalog/ResourceCatalogImpl.cs              | 34 ++++++-------
 .../Parameters/DriverConfigurationProviders.cs  | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Common/Constants.cs     | 34 ++++++-------
 .../Context/ContextMessage.cs                   | 34 ++++++-------
 .../Context/IContextMessage.cs                  | 34 ++++++-------
 .../Context/IContextMessageHandler.cs           | 34 ++++++-------
 .../Context/IContextMessageSource.cs            | 34 ++++++-------
 .../DefaultLocalHttpDriverConnection.cs         | 34 ++++++-------
 .../DefaultYarnClusterHttpDriverConnection.cs   | 34 ++++++-------
 .../DefaultYarnOneBoxHttpDriverConnection.cs    | 34 ++++++-------
 .../Evaluator/DriverInformation.cs              | 34 ++++++-------
 .../Evaluator/EvaluatorOperationState.cs        | 34 ++++++-------
 .../Evaluator/EvaluatorRuntimeState.cs          | 34 ++++++-------
 .../Evaluator/EvaluatorType.cs                  | 34 ++++++-------
 .../Evaluator/IDriverConnection.cs              | 34 ++++++-------
 .../EvaluatorConfigurationProviders.cs          | 34 ++++++-------
 .../Events/IContextStart.cs                     | 34 ++++++-------
 .../Events/IContextStop.cs                      | 34 ++++++-------
 .../Exceptions/JobException.cs                  | 34 ++++++-------
 .../Files/REEFFileNames.cs                      | 34 ++++++-------
 .../IContextAndTaskSubmittable.cs               | 34 ++++++-------
 .../IContextSubmittable.cs                      | 34 ++++++-------
 .../Org.Apache.REEF.Common/ITaskSubmittable.cs  | 34 ++++++-------
 .../cs/Org.Apache.REEF.Common/Io/INameClient.cs | 34 ++++++-------
 .../Org.Apache.REEF.Common/Io/NameAssignment.cs | 34 ++++++-------
 .../Io/NamingConfiguration.cs                   | 34 ++++++-------
 .../Io/NamingConfigurationOptions.cs            | 34 ++++++-------
 .../Io/TcpPortConfigurationProvider.cs          | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../EvaluatorHeartbeatProtoCodec.cs             | 34 ++++++-------
 .../Protobuf/ReefProtocol/REEFMessageCodec.cs   | 34 ++++++-------
 .../Protobuf/ReefProtocol/Serializer.cs         | 34 ++++++-------
 .../Runtime/Evaluator/Constants.cs              | 34 ++++++-------
 .../Context/ContextClientCodeException.cs       | 36 +++++++-------
 .../Evaluator/Context/ContextConfiguration.cs   | 34 ++++++-------
 .../Evaluator/Context/ContextLifeCycle.cs       | 34 ++++++-------
 .../Runtime/Evaluator/Context/ContextManager.cs | 34 ++++++-------
 .../Runtime/Evaluator/Context/ContextRuntime.cs | 34 ++++++-------
 .../Evaluator/Context/ContextStartImpl.cs       | 34 ++++++-------
 .../Evaluator/Context/ContextStopImpl.cs        | 34 ++++++-------
 .../Evaluator/Context/RootContextLauncher.cs    | 34 ++++++-------
 .../Runtime/Evaluator/EvaluatorRuntime.cs       | 34 ++++++-------
 .../Runtime/Evaluator/EvaluatorSettings.cs      | 34 ++++++-------
 .../Runtime/Evaluator/HeartBeatManager.cs       | 34 ++++++-------
 .../Parameters/EvaluatorHeartbeatPeriodInMs.cs  | 34 ++++++-------
 .../Evaluator/Parameters/HeartbeatMaxRetry.cs   | 34 ++++++-------
 .../Evaluator/ReefMessageProtoObserver.cs       | 34 ++++++-------
 .../Runtime/Evaluator/Task/CloseEventImpl.cs    | 34 ++++++-------
 .../Runtime/Evaluator/Task/DriverMessageImpl.cs | 34 ++++++-------
 .../Runtime/Evaluator/Task/SuspendEventImpl.cs  | 34 ++++++-------
 .../Evaluator/Task/TaskClientCodeException.cs   | 34 ++++++-------
 .../Runtime/Evaluator/Task/TaskLifeCycle.cs     | 34 ++++++-------
 .../Runtime/Evaluator/Task/TaskRuntime.cs       | 34 ++++++-------
 .../Runtime/Evaluator/Task/TaskStartImpl.cs     | 34 ++++++-------
 .../Runtime/Evaluator/Task/TaskState.cs         | 34 ++++++-------
 .../Runtime/Evaluator/Task/TaskStatus.cs        | 34 ++++++-------
 .../Runtime/Evaluator/Task/TaskStopImpl.cs      | 34 ++++++-------
 .../Evaluator/Utils/EvaluatorConfigurations.cs  | 34 ++++++-------
 .../Evaluator/Utils/NamedparameterAlias.cs      | 34 ++++++-------
 .../Runtime/MachineStatus.cs                    | 34 ++++++-------
 .../Org.Apache.REEF.Common/Services/IService.cs | 34 ++++++-------
 .../Services/ServiceConfiguration.cs            | 34 ++++++-------
 .../Services/ServicesConfigurationOptions.cs    | 34 ++++++-------
 .../Defaults/DefaultDriverMessageHandler.cs     | 34 ++++++-------
 .../Tasks/Defaults/DefaultTaskMessageSource.cs  | 34 ++++++-------
 .../Tasks/DriverConnectionMessageImpl.cs        | 34 ++++++-------
 .../Tasks/DriverConnectionState.cs              | 34 ++++++-------
 .../Tasks/Events/ICloseEvent.cs                 | 34 ++++++-------
 .../Tasks/Events/IDriverMessage.cs              | 34 ++++++-------
 .../Tasks/Events/ISuspendEvent.cs               | 34 ++++++-------
 .../Tasks/Events/ITaskStart.cs                  | 34 ++++++-------
 .../Tasks/Events/ITaskStop.cs                   | 34 ++++++-------
 .../Tasks/IDriverConnectionMessage.cs           | 34 ++++++-------
 .../Tasks/IDriverConnectionMessageHandler.cs    | 34 ++++++-------
 .../Tasks/IDriverMessageHandler.cs              | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Common/Tasks/ITask.cs   | 34 ++++++-------
 .../Tasks/ITaskMessageSource.cs                 | 34 ++++++-------
 .../Tasks/TaskConfiguration.cs                  | 34 ++++++-------
 .../Tasks/TaskConfigurationOptions.cs           | 34 ++++++-------
 .../Org.Apache.REEF.Common/Tasks/TaskMessage.cs | 34 ++++++-------
 .../Bridge/BridgeConfigurationProvider.cs       | 35 +++++++------
 .../Bridge/BridgeHandlerManager.cs              | 34 ++++++-------
 .../Bridge/BridgeLogger.cs                      | 36 +++++++-------
 .../Bridge/Clr2java/IActiveContextClr2Java.cs   | 34 ++++++-------
 .../Clr2java/IAllocatedEvaluatorClr2Java.cs     | 34 ++++++-------
 .../Bridge/Clr2java/IClosedContextClr2Java.cs   | 34 ++++++-------
 .../Bridge/Clr2java/IClr2Java.cs                | 34 ++++++-------
 .../Bridge/Clr2java/IClr2JavaTaskMessage.cs     | 34 ++++++-------
 .../Clr2java/ICompletedEvaluatorClr2Java.cs     | 34 ++++++-------
 .../Bridge/Clr2java/ICompletedTaskClr2Java.cs   | 34 ++++++-------
 .../Bridge/Clr2java/IContextMessageClr2Java.cs  | 34 ++++++-------
 .../Clr2java/IDriverRestartCompletedClr2Java.cs | 35 +++++++------
 .../Bridge/Clr2java/IDriverRestartedClr2Java.cs | 34 ++++++-------
 .../Clr2java/IEvaluatorRequestorClr2Java.cs     | 34 ++++++-------
 .../Bridge/Clr2java/IFailedContextClr2Java.cs   | 34 ++++++-------
 .../Bridge/Clr2java/IFailedEvaluatorClr2Java.cs | 34 ++++++-------
 .../Bridge/Clr2java/IFailedTaskClr2Java.cs      | 34 ++++++-------
 .../Clr2java/IHttpServerBridgeClr2Java.cs       | 34 ++++++-------
 .../Bridge/Clr2java/IRunningTaskClr2Java.cs     | 34 ++++++-------
 .../Bridge/Clr2java/ISuspendedTaskClr2Java.cs   | 34 ++++++-------
 .../Bridge/Clr2java/ITaskMessageClr2Java.cs     | 34 ++++++-------
 .../Bridge/ClrClientHelper.cs                   | 34 ++++++-------
 .../Bridge/ClrHandlerHelper.cs                  | 34 ++++++-------
 .../Bridge/ClrSystemHandler.cs                  | 34 ++++++-------
 .../Bridge/ClrSystemHandlerWrapper.cs           | 34 ++++++-------
 .../Bridge/DriverBridge.cs                      | 34 ++++++-------
 .../Bridge/DriverBridgeConfigurationOptions.cs  | 34 ++++++-------
 .../Bridge/Events/ActiveContext.cs              | 34 ++++++-------
 .../Bridge/Events/AllocatedEvaluator.cs         | 34 ++++++-------
 .../Bridge/Events/ClosedContext.cs              | 34 ++++++-------
 .../Bridge/Events/CompletedEvaluator.cs         | 34 ++++++-------
 .../Bridge/Events/CompletedTask.cs              | 34 ++++++-------
 .../Bridge/Events/ContextMessage.cs             | 34 ++++++-------
 .../Bridge/Events/DriverRestartCompleted.cs     | 34 ++++++-------
 .../Bridge/Events/DriverRestarted.cs            | 35 +++++++------
 .../Bridge/Events/DriverStarted.cs              | 34 ++++++-------
 .../Bridge/Events/EvaluatorRequestor.cs         | 34 ++++++-------
 .../Bridge/Events/FailedContext.cs              | 34 ++++++-------
 .../Bridge/Events/FailedEvaluator.cs            | 34 ++++++-------
 .../Bridge/Events/FailedTask.cs                 | 34 ++++++-------
 .../Bridge/Events/RunningTask.cs                | 34 ++++++-------
 .../Bridge/Events/SuspendedTask.cs              | 34 ++++++-------
 .../Bridge/Events/TaskMessage.cs                | 34 ++++++-------
 .../Bridge/HttpMessage.cs                       | 34 ++++++-------
 .../Bridge/HttpServerHandler.cs                 | 34 ++++++-------
 .../Bridge/HttpServerPort.cs                    | 34 ++++++-------
 .../Bridge/IHttpHandler.cs                      | 38 +++++++-------
 .../Bridge/IHttpMessage.cs                      | 35 +++++++------
 .../Bridge/IInteropReturnInfo.cs                | 35 +++++++------
 .../cs/Org.Apache.REEF.Driver/Bridge/ILogger.cs | 35 +++++++------
 .../Bridge/ReefHttpRequest.cs                   | 34 ++++++-------
 .../Bridge/ReefHttpResponse.cs                  | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Driver/Constants.cs     | 34 ++++++-------
 .../Context/ContextConfiguration.cs             | 34 ++++++-------
 .../Context/ContextConfigurationOptions.cs      | 34 ++++++-------
 .../Defaults/DefaultContextMessageSource.cs     | 34 ++++++-------
 .../Defaults/DefaultContextStartHandler.cs      | 34 ++++++-------
 .../Defaults/DefaultContextStopHandler.cs       | 34 ++++++-------
 .../Context/IActiveContext.cs                   | 34 ++++++-------
 .../Context/IClosedContext.cs                   | 34 ++++++-------
 .../Org.Apache.REEF.Driver/Context/IContext.cs  | 34 ++++++-------
 .../Context/IFailedContext.cs                   | 34 ++++++-------
 .../Defaults/DefaultClientCloseHandler.cs       | 34 ++++++-------
 .../DefaultClientCloseWithMessageHandler.cs     | 34 ++++++-------
 .../Defaults/DefaultClientMessageHandler.cs     | 34 ++++++-------
 .../Defaults/DefaultContextActiveHandler.cs     | 34 ++++++-------
 .../Defaults/DefaultContextClosureHandler.cs    | 34 ++++++-------
 .../Defaults/DefaultContextFailureHandler.cs    | 34 ++++++-------
 .../Defaults/DefaultContextMessageHandler.cs    | 34 ++++++-------
 .../Defaults/DefaultCustomTraceListener.cs      | 34 ++++++-------
 .../DefaultDriverRestartCompletedHandler.cs     | 34 ++++++-------
 .../DefaultDriverRestartContextActiveHandler.cs | 34 ++++++-------
 .../Defaults/DefaultDriverRestartHandler.cs     | 34 ++++++-------
 .../DefaultDriverRestartTaskRunningHandler.cs   | 34 ++++++-------
 .../Defaults/DefaultDriverRestartedHandler.cs   | 34 ++++++-------
 .../DefaultEvaluatorAllocationHandler.cs        | 34 ++++++-------
 .../DefaultEvaluatorCompletionHandler.cs        | 34 ++++++-------
 .../Defaults/DefaultEvaluatorFailureHandler.cs  | 34 ++++++-------
 .../DefaultEvaluatorRequestorHandler.cs         | 34 ++++++-------
 .../Defaults/DefaultHttpHandler.cs              | 34 ++++++-------
 .../Defaults/DefaultProgressProvider.cs         | 34 ++++++-------
 .../Defaults/DefaultTaskCompletionHandler.cs    | 36 +++++++-------
 .../Defaults/DefaultTaskFailureHandler.cs       | 34 ++++++-------
 .../Defaults/DefaultTaskMessageHandler.cs       | 34 ++++++-------
 .../Defaults/DefaultTaskRunningHandler.cs       | 34 ++++++-------
 .../Defaults/DefaultTaskSuspensionHandler.cs    | 34 ++++++-------
 .../DriverConfigGenerator.cs                    | 34 ++++++-------
 .../DriverConfiguration.cs                      | 34 ++++++-------
 .../DriverConfigurationSettings.cs              | 34 ++++++-------
 .../DriverSubmissionSettings.cs                 | 34 ++++++-------
 .../Evaluator/EvaluatorDescriptorImpl.cs        | 34 ++++++-------
 .../Evaluator/EvaluatorException.cs             | 34 ++++++-------
 .../Evaluator/EvaluatorRequest.cs               | 34 ++++++-------
 .../Evaluator/EvaluatorRequestBuilder.cs        | 34 ++++++-------
 .../Evaluator/IAllocatedEvaluator.cs            | 34 ++++++-------
 .../Evaluator/ICompletedEvaluator.cs            | 34 ++++++-------
 .../Evaluator/IEvaluatorDescriptor.cs           | 34 ++++++-------
 .../Evaluator/IEvaluatorRequest.cs              | 34 ++++++-------
 .../Evaluator/IEvaluatorRequestor.cs            | 34 ++++++-------
 .../Evaluator/IFailedEvaluator.cs               | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Driver/IDriver.cs       | 34 ++++++-------
 .../IDriverRestartCompleted.cs                  | 34 ++++++-------
 .../Org.Apache.REEF.Driver/IDriverRestarted.cs  | 34 ++++++-------
 .../cs/Org.Apache.REEF.Driver/IDriverStarted.cs | 34 ++++++-------
 .../Org.Apache.REEF.Driver/IProgressProvider.cs | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Task/ICompletedTask.cs                      | 34 ++++++-------
 .../Org.Apache.REEF.Driver/Task/IFailedTask.cs  | 34 ++++++-------
 .../Org.Apache.REEF.Driver/Task/IRunningTask.cs | 34 ++++++-------
 .../Task/ISuspendedTask.cs                      | 34 ++++++-------
 .../Org.Apache.REEF.Driver/Task/ITaskMessage.cs | 34 ++++++-------
 .../EvaluatorConfigurationsTests.cs             | 34 ++++++-------
 .../EvaluatorTests.cs                           | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Evaluator/Evaluator.cs  | 34 ++++++-------
 .../Exceptions/ClockInstantiationException.cs   | 35 +++++++------
 ...aluatorConfigurationFileNotFoundException.cs | 35 +++++++------
 .../EvaluatorConfigurationParseException.cs     | 35 +++++++------
 .../EvaluatorInjectorInstantiationException.cs  | 34 ++++++-------
 .../Exceptions/UnhandledException.cs            | 35 +++++++------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../AllHandlers.cs                              | 34 ++++++-------
 .../AnotherHelloAllocatedEvaluatorHandler.cs    | 34 ++++++-------
 .../HelloActiveContextHandler.cs                | 34 ++++++-------
 .../HelloAllocatedEvaluatorHandler.cs           | 34 ++++++-------
 .../HelloCompletedEvaluatorHandler.cs           | 34 ++++++-------
 .../HelloDriverRestartActiveContextHandler.cs   | 34 ++++++-------
 .../HelloDriverRestartRunningTaskHandler.cs     | 34 ++++++-------
 .../HelloDriverStartHandler.cs                  | 34 ++++++-------
 .../HelloFailedEvaluatorHandler.cs              | 34 ++++++-------
 .../HelloFailedTaskHandler.cs                   | 34 ++++++-------
 .../HelloHttpHandler.cs                         | 34 ++++++-------
 .../HelloRestartHandler.cs                      | 34 ++++++-------
 .../HelloRunningTaskHandler.cs                  | 34 ++++++-------
 .../HelloTaskCompletedHandler.cs                | 34 ++++++-------
 .../HelloTaskMessageHandler.cs                  | 34 ++++++-------
 .../HelloTraceListener.cs                       | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../DriverRestart.cs                            | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 35 +++++++------
 .../HelloDriver.cs                              | 34 ++++++-------
 .../HelloREEF.cs                                | 34 ++++++-------
 .../HelloTask.cs                                | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 35 +++++++------
 .../DriverRestart/HelloRestartDriver.cs         | 34 ++++++-------
 .../DriverRestart/HelloRestartTask.cs           | 34 ++++++-------
 .../MachineLearning/KMeans/Centroids.cs         | 34 ++++++-------
 .../MachineLearning/KMeans/Constants.cs         | 34 ++++++-------
 .../KMeans/Contracts/CentroidsContract.cs       | 34 ++++++-------
 .../KMeans/Contracts/DataVectorContract.cs      | 34 ++++++-------
 .../KMeans/Contracts/PartialMeanContract.cs     | 34 ++++++-------
 .../Contracts/ProcessedResultsContract.cs       | 34 ++++++-------
 .../KMeans/DataPartitionCache.cs                | 34 ++++++-------
 .../MachineLearning/KMeans/DataVector.cs        | 36 +++++++-------
 .../KMeans/KMeansConfiguratioinOptions.cs       | 34 ++++++-------
 .../KMeans/KMeansDriverHandlers.cs              | 34 ++++++-------
 .../MachineLearning/KMeans/KMeansMasterTask.cs  | 34 ++++++-------
 .../MachineLearning/KMeans/KMeansSlaveTask.cs   | 34 ++++++-------
 .../MachineLearning/KMeans/LegacyKMeansTask.cs  | 36 +++++++-------
 .../MachineLearning/KMeans/PartialMean.cs       | 34 ++++++-------
 .../MachineLearning/KMeans/ProcessedResults.cs  | 36 +++++++-------
 .../KMeans/codecs/CentroidsCodec.cs             | 34 ++++++-------
 .../KMeans/codecs/DataVectorCodec.cs            | 34 ++++++-------
 .../KMeans/codecs/ProcessedResultsCodec.cs      | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Tasks/FailedTask/FailedTask.cs              | 34 ++++++-------
 .../Tasks/HelloTask/HelloService.cs             | 34 ++++++-------
 .../Tasks/HelloTask/HelloTask.cs                | 34 ++++++-------
 .../Tasks/HelloTask/HelloTaskMessage.cs         | 34 ++++++-------
 .../Tasks/ShellTask/ShellTask.cs                | 34 ++++++-------
 .../Tasks/StreamingTasks/StreamTask1.cs         | 34 ++++++-------
 .../Tasks/StreamingTasks/StreamTask2.cs         | 34 ++++++-------
 .../MapperCount/IdentityMapFunction.cs          | 34 ++++++-------
 .../MapperCount/IntSumReduceFunction.cs         | 34 ++++++-------
 .../MapperCount/MapperCount.cs                  | 34 ++++++-------
 .../MapperCount/MapperCountUpdateFunction.cs    | 34 ++++++-------
 .../OnREEFIMRURunTimeConfiguration.cs           | 34 ++++++-------
 .../BroadcastReceiverReduceSenderMapFunction.cs | 34 ++++++-------
 .../BroadcastReduceConfiguration.cs             | 34 ++++++-------
 ...oadcastSenderReduceReceiverUpdateFunction.cs | 34 ++++++-------
 .../IntArraySumReduceFunction.cs                | 34 ++++++-------
 .../PipelineIntDataConverter.cs                 | 34 ++++++-------
 .../PipelinedBroadcastAndReduce.cs              | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 35 +++++++------
 lang/cs/Org.Apache.REEF.IMRU.Examples/Run.cs    | 34 ++++++-------
 .../MapInputWithControlMessageTests.cs          | 34 ++++++-------
 .../MapperCountTest.cs                          | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 lang/cs/Org.Apache.REEF.IMRU/API/IIMRUClient.cs | 34 ++++++-------
 .../API/IIMRUResultHandler.cs                   | 34 ++++++-------
 .../API/IMRUCodecConfiguration.cs               | 36 +++++++-------
 .../API/IMRUJobDefinition.cs                    | 34 ++++++-------
 .../API/IMRUJobDefinitionBuilder.cs             | 34 ++++++-------
 .../API/IMRUMapConfiguration.cs                 | 35 ++++++-------
 ...IMRUPerMapperConfigGeneratorConfiguration.cs | 34 ++++++-------
 .../IMRUPipelineDataConverterConfiguration.cs   | 34 ++++++-------
 .../API/IMRUReduceFunctionConfiguration.cs      | 34 ++++++-------
 .../API/IMRUUpdateConfiguration.cs              | 34 ++++++-------
 .../cs/Org.Apache.REEF.IMRU/API/IMapFunction.cs | 34 ++++++-------
 .../Org.Apache.REEF.IMRU/API/IUpdateFunction.cs | 34 ++++++-------
 .../API/PerMapConfigGeneratorSet.cs             | 36 +++++++-------
 .../cs/Org.Apache.REEF.IMRU/API/UpdateResult.cs | 34 ++++++-------
 .../InProcess/IMRURunner.cs                     | 34 ++++++-------
 .../InProcess/InProcessIMRUClient.cs            | 34 ++++++-------
 .../InProcess/InProcessIMRUConfiguration.cs     | 34 ++++++-------
 .../InProcess/InputCodecWrapper.cs              | 34 ++++++-------
 .../InProcess/MapFunctions.cs                   | 34 ++++++-------
 .../InProcess/OutputCodecWrapper.cs             | 34 ++++++-------
 .../InProcess/Parameters/NumberOfMappers.cs     | 34 ++++++-------
 .../Client/REEFIMRUClientConfiguration.cs       | 34 ++++++-------
 .../OnREEF/Parameters/CoresForUpdateTask.cs     | 34 ++++++-------
 .../OnREEF/Parameters/CoresPerMapper.cs         | 34 ++++++-------
 .../OnREEF/Parameters/MemoryForUpdateTask.cs    | 34 ++++++-------
 .../OnREEF/Parameters/MemoryPerMapper.cs        | 34 ++++++-------
 ...apInputPipelineDataConverterConfiguration.cs | 34 ++++++-------
 ...pOutputPipelineDataConverterConfiguration.cs | 34 ++++++-------
 .../Parameters/SerializedReduceConfiguration.cs | 34 ++++++-------
 .../Parameters/SerializedUpdateConfiguration.cs | 34 ++++++-------
 .../ResultHandler/DefaultResultHandler.cs       | 34 ++++++-------
 .../OnREEF/ResultHandler/WriteResultHandler.cs  | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 35 +++++++------
 .../HadoopFileInputPartitionTest.cs             | 34 ++++++-------
 .../HadoopFileSystemTest.cs                     | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 lang/cs/Org.Apache.REEF.IO.TestClient/Run.cs    | 36 +++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../TestFilePartitionInputDataSet.cs            | 34 ++++++-------
 .../TestRandomInputDataSet.cs                   | 34 ++++++-------
 .../HadoopFileSystemConfigurationProvider.cs    | 34 ++++++-------
 .../FileSystem/FileInputPartitionDescriptor.cs  | 34 ++++++-------
 .../FileSystem/FileSystemInputPartition.cs      | 34 ++++++-------
 .../FileSystemInputPartitionConfiguration.cs    | 34 ++++++-------
 .../FileSystemPartitionInputDataSet.cs          | 34 ++++++-------
 .../FileSystem/IFileDeSerializer.cs             | 34 ++++++-------
 .../Parameters/FileDeSerializerConfigString.cs  | 34 ++++++-------
 .../Parameters/FilePathsForInputPartitions.cs   | 34 ++++++-------
 .../Parameters/FilePathsInInputPartition.cs     | 34 ++++++-------
 .../PartitionedData/IInputPartition.cs          | 34 ++++++-------
 .../PartitionedData/IPartitionDescriptor.cs     | 34 ++++++-------
 .../PartitionedData/IPartitionedInputDataSet.cs | 34 ++++++-------
 .../Parameters/NumberOfDoublesPerPartition.cs   | 34 ++++++-------
 .../Random/Parameters/NumberOfPartitions.cs     | 34 ++++++-------
 .../Random/Parameters/PartitionId.cs            | 34 ++++++-------
 .../Random/RandomInputDataConfiguration.cs      | 34 ++++++-------
 .../Random/RandomInputDataSet.cs                | 34 ++++++-------
 .../Random/RandomInputPartition.cs              | 34 ++++++-------
 .../Random/RandomInputPartitionDescriptor.cs    | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../TempFileCreation/ITempFileCreator.cs        | 34 ++++++-------
 .../TempFileConfigurationModule.cs              | 36 +++++++-------
 .../TempFileConfigurationProvider.cs            | 34 ++++++-------
 .../TempFileCreation/TempFileCreator.cs         | 38 +++++++-------
 .../TempFileCreation/TempFileFolder.cs          | 34 ++++++-------
 .../BroadcastAndReduceClient.cs                 | 34 ++++++-------
 .../PipelineBroadcastAndReduceClient.cs         | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Run.cs                                      | 34 ++++++-------
 .../BroadcastReduceDriver.cs                    | 34 ++++++-------
 .../BroadcastReduceDriverAndTasks/MasterTask.cs | 34 ++++++-------
 .../BroadcastReduceDriverAndTasks/SlaveTask.cs  | 34 ++++++-------
 .../GroupCommunication/GroupTestConfig.cs       | 34 ++++++-------
 .../GroupCommunication/GroupTestConstants.cs    | 34 ++++++-------
 .../PipelinedBroadcastReduceDriver.cs           | 34 ++++++-------
 .../PipelinedMasterTask.cs                      | 34 ++++++-------
 .../PipelinedSlaveTask.cs                       | 34 ++++++-------
 .../ScatterReduceDriverAndTasks/MasterTask.cs   | 34 ++++++-------
 .../ScatterReduceDriver.cs                      | 34 ++++++-------
 .../ScatterReduceDriverAndTasks/SlaveTask.cs    | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 35 +++++++------
 .../BlockingCollectionExtensionTests.cs         | 34 ++++++-------
 .../GroupCommunication/GroupCommuDriverTests.cs | 34 ++++++-------
 .../GroupCommunicationTests.cs                  | 34 ++++++-------
 .../GroupCommunicationTreeTopologyTests.cs      | 34 ++++++-------
 .../GroupCommunication/StreamingCodecTests.cs   | 34 ++++++-------
 .../NamingService/NameServerTests.cs            | 34 ++++++-------
 .../NetworkService/NetworkServiceTests.cs       | 34 ++++++-------
 .../StreamingNetworkServiceTests.cs             | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Group/Config/CodecConfiguration.cs          | 34 ++++++-------
 .../CodecToStreamingCodecConfiguration.cs       | 36 +++++++-------
 .../Config/GroupCommConfigurationOptions.cs     | 34 ++++++-------
 .../PipelineDataConverterConfiguration.cs       | 36 +++++++-------
 .../Group/Config/ReduceFunctionConfiguration.cs | 34 ++++++-------
 .../Group/Config/StreamingCodecConfiguration.cs | 36 +++++++-------
 .../StreamingCodecConfigurationMinusMessage.cs  | 34 ++++++-------
 .../Group/Driver/ICommunicationGroupDriver.cs   | 34 ++++++-------
 .../Group/Driver/IGroupCommDriver.cs            | 34 ++++++-------
 .../Driver/Impl/CommunicationGroupDriver.cs     | 34 ++++++-------
 .../Impl/GeneralGroupCommunicationMessage.cs    | 34 ++++++-------
 .../Group/Driver/Impl/GroupCommDriver.cs        | 34 ++++++-------
 .../Driver/Impl/GroupCommunicationMessage.cs    | 34 ++++++-------
 .../GroupCommunicationMessageStreamingCodec.cs  | 34 ++++++-------
 .../Group/Driver/Impl/MessageType.cs            | 34 ++++++-------
 .../Group/Driver/Impl/TaskStarter.cs            | 34 ++++++-------
 .../Group/Operators/IBroadcastReceiver.cs       | 34 ++++++-------
 .../Group/Operators/IBroadcastSender.cs         | 34 ++++++-------
 .../Group/Operators/IGroupCommOperator.cs       | 34 ++++++-------
 .../Operators/IGroupCommOperatorInternal.cs     | 34 ++++++-------
 .../Group/Operators/IOperatorSpec.cs            | 34 ++++++-------
 .../Group/Operators/IReduceFunction.cs          | 34 ++++++-------
 .../Group/Operators/IReduceReceiver.cs          | 34 ++++++-------
 .../Group/Operators/IReduceSender.cs            | 34 ++++++-------
 .../Group/Operators/IScatterReceiver.cs         | 34 ++++++-------
 .../Group/Operators/IScatterSender.cs           | 34 ++++++-------
 .../Operators/Impl/BroadcastOperatorSpec.cs     | 34 ++++++-------
 .../Group/Operators/Impl/BroadcastReceiver.cs   | 34 ++++++-------
 .../Group/Operators/Impl/BroadcastSender.cs     | 34 ++++++-------
 .../Operators/Impl/PipelinedReduceFunction.cs   | 34 ++++++-------
 .../Group/Operators/Impl/ReduceFunction.cs      | 34 ++++++-------
 .../Group/Operators/Impl/ReduceOperatorSpec.cs  | 34 ++++++-------
 .../Group/Operators/Impl/ReduceReceiver.cs      | 34 ++++++-------
 .../Group/Operators/Impl/ReduceSender.cs        | 34 ++++++-------
 .../Group/Operators/Impl/ScatterOperatorSpec.cs | 34 ++++++-------
 .../Group/Operators/Impl/ScatterReceiver.cs     | 34 ++++++-------
 .../Group/Operators/Impl/ScatterSender.cs       | 34 ++++++-------
 .../Group/Operators/Impl/Sender.cs              | 34 ++++++-------
 .../Group/Pipelining/IPipelineDataConverter.cs  | 34 ++++++-------
 .../Impl/DefaultPipelineDataConverter.cs        | 34 ++++++-------
 .../Group/Pipelining/PipelineMessage.cs         | 34 ++++++-------
 .../Group/Pipelining/PipelineMessageCodec.cs    | 34 ++++++-------
 .../Pipelining/StreamingPipelineMessageCodec.cs | 34 ++++++-------
 .../Group/Task/ICommunicationGroupClient.cs     | 34 ++++++-------
 .../Task/ICommunicationGroupClientInternal.cs   | 34 ++++++-------
 .../Task/ICommunicationGroupNetworkObserver.cs  | 34 ++++++-------
 .../Group/Task/IGroupCommClient.cs              | 34 ++++++-------
 .../Group/Task/IGroupCommNetworkObserver.cs     | 34 ++++++-------
 .../Group/Task/IOperatorTopology.cs             | 34 ++++++-------
 .../Group/Task/Impl/CommunicationGroupClient.cs | 34 ++++++-------
 .../Impl/CommunicationGroupNetworkObserver.cs   | 34 ++++++-------
 .../Group/Task/Impl/GroupCommClient.cs          | 34 ++++++-------
 .../Group/Task/Impl/GroupCommNetworkObserver.cs | 34 ++++++-------
 .../Group/Task/Impl/NodeStruct.cs               | 34 ++++++-------
 .../Group/Task/Impl/OperatorTopology.cs         | 34 ++++++-------
 .../Group/Topology/FlatTopology.cs              | 34 ++++++-------
 .../Group/Topology/ITopology.cs                 | 34 ++++++-------
 .../Group/Topology/TaskNode.cs                  | 34 ++++++-------
 .../Group/Topology/TopologyTypes.cs             | 34 ++++++-------
 .../Group/Topology/TreeTopology.cs              | 34 ++++++-------
 .../Naming/Codec/NamingLookupRequestCodec.cs    | 34 ++++++-------
 .../Naming/Codec/NamingLookupResponseCodec.cs   | 34 ++++++-------
 .../Naming/Codec/NamingRegisterRequestCodec.cs  | 34 ++++++-------
 .../Naming/Codec/NamingRegisterResponseCodec.cs | 34 ++++++-------
 .../Codec/NamingUnregisterRequestCodec.cs       | 34 ++++++-------
 .../Naming/Contracts/AvroNamingAssignment.cs    | 34 ++++++-------
 .../Naming/Contracts/AvroNamingLookupRequest.cs | 34 ++++++-------
 .../Contracts/AvroNamingLookupResponse.cs       | 34 ++++++-------
 .../Contracts/AvroNamingRegisterRequest.cs      | 34 ++++++-------
 .../Contracts/AvroNamingUnRegisterRequest.cs    | 34 ++++++-------
 .../Naming/Events/NamingEvent.cs                | 34 ++++++-------
 .../Naming/Events/NamingGetAllRequest.cs        | 34 ++++++-------
 .../Naming/Events/NamingGetAllResponse.cs       | 34 ++++++-------
 .../Naming/Events/NamingLookupRequest.cs        | 34 ++++++-------
 .../Naming/Events/NamingLookupResponse.cs       | 34 ++++++-------
 .../Naming/Events/NamingRegisterRequest.cs      | 34 ++++++-------
 .../Naming/Events/NamingRegisterResponse.cs     | 34 ++++++-------
 .../Naming/Events/NamingUnregisterRequest.cs    | 34 ++++++-------
 .../Naming/Events/NamingUnregisterResponse.cs   | 34 ++++++-------
 .../Naming/INameServer.cs                       | 34 ++++++-------
 .../Org.Apache.REEF.Network/Naming/NameCache.cs | 34 ++++++-------
 .../Naming/NameClient.cs                        | 34 ++++++-------
 .../Naming/NameLookupClient.cs                  | 34 ++++++-------
 .../Naming/NameRegisterClient.cs                | 34 ++++++-------
 .../Naming/NameServer.cs                        | 34 ++++++-------
 .../Observers/NamingGetAllRequestObserver.cs    | 34 ++++++-------
 .../Observers/NamingLookupRequestObserver.cs    | 34 ++++++-------
 .../Observers/NamingRegisterRequestObserver.cs  | 34 ++++++-------
 .../NamingUnregisterRequestObserver.cs          | 36 +++++++-------
 .../Naming/Parameters/NameCacheConfiguration.cs | 34 ++++++-------
 .../NetworkService/Codec/ControlMessageCodec.cs | 34 ++++++-------
 .../NetworkService/Codec/NsMessageCodec.cs      | 34 ++++++-------
 .../NetworkService/Codec/NsMessageProto.cs      | 34 ++++++-------
 .../Codec/NsMessageStreamingCodec.cs            | 34 ++++++-------
 .../Codec/StreamingCodecFunctionCache.cs        | 34 ++++++-------
 .../NetworkService/ControlMessage.cs            | 34 ++++++-------
 .../NetworkService/IConnection.cs               | 34 ++++++-------
 .../NetworkService/INetworkService.cs           | 34 ++++++-------
 .../NetworkService/NetworkService.cs            | 34 ++++++-------
 .../NetworkServiceConfiguration.cs              | 34 ++++++-------
 .../NetworkService/NetworkServiceOptions.cs     | 34 ++++++-------
 .../NetworkService/NsConnection.cs              | 34 ++++++-------
 .../NetworkService/NsMessage.cs                 | 34 ++++++-------
 .../NetworkService/StreamingNetworkService.cs   | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Utilities/BlockingCollectionExtensions.cs   | 34 ++++++-------
 .../Org.Apache.REEF.Network/Utilities/Utils.cs  | 34 ++++++-------
 .../AnonymousType.cs                            | 34 ++++++-------
 .../Org.Apache.REEF.Tang.Examples/CheckChild.cs | 34 ++++++-------
 .../DocumentedLocalNamedParameter.cs            | 34 ++++++-------
 .../Org.Apache.REEF.Tang.Examples/FileNames.cs  | 34 ++++++-------
 .../ForksInjectorInConstructor.cs               | 52 ++++++--------------
 .../GenericArgument.cs                          | 34 ++++++-------
 .../GenericAsArgument.cs                        | 34 ++++++-------
 .../NamedParameterConstructors.cs               | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../ShortNameFooAB.cs                           | 34 ++++++-------
 .../SimpleConstructors.cs                       | 34 ++++++-------
 .../TestClasses.cs                              | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Tang.Examples/Timer.cs  | 34 ++++++-------
 .../TweetExample.cs                             | 34 ++++++-------
 .../ClassHierarchy/TestAnonymousType.cs         | 34 ++++++-------
 .../ClassHierarchy/TestAvroSerialization.cs     | 34 ++++++-------
 .../ClassHierarchy/TestClassHierarchy.cs        | 34 ++++++-------
 .../ClassHierarchy/TestGeneric.cs               | 34 ++++++-------
 .../ClassHierarchy/TestMultipleInterface.cs     | 34 ++++++-------
 .../ClassHierarchy/TestNamedParameter.cs        | 34 ++++++-------
 .../ClassHierarchy/TestParameterParser.cs       | 34 ++++++-------
 .../ClassHierarchy/TestSerilization.cs          | 34 ++++++-------
 .../Configuration/TestAvroConfiguration.cs      | 34 ++++++-------
 .../TestAvroSerializerRoundTrip.cs              | 34 ++++++-------
 .../Configuration/TestConfiguration.cs          | 34 ++++++-------
 .../TestCsConfigurationBuilderExtension.cs      | 34 ++++++-------
 .../Format/TestConfigurationModule.cs           | 34 ++++++-------
 .../Format/TestConfigurationModuleForList.cs    | 34 ++++++-------
 .../Format/TestTaskConfiguration.cs             | 34 ++++++-------
 .../Injection/TestAmbigousConstructors.cs       | 34 ++++++-------
 .../Injection/TestForkInjection.cs              | 34 ++++++-------
 .../Injection/TestInjection.cs                  | 34 ++++++-------
 .../Injection/TestInjectionFuture.cs            | 34 ++++++-------
 .../Injection/TestListInjection.cs              | 34 ++++++-------
 .../Injection/TestMissingParameters.cs          | 34 ++++++-------
 .../Injection/TestMissingParamtersInNested.cs   | 34 ++++++-------
 .../Injection/TestMultipleConstructors.cs       | 34 ++++++-------
 .../Injection/TestNamedParameter.cs             | 34 ++++++-------
 .../Injection/TestSetInjection.cs               | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../ScenarioTest/HttpHandlerConfiguration.cs    | 34 ++++++-------
 .../ScenarioTest/HttpRuntimeConfiguration.cs    | 34 ++++++-------
 .../ScenarioTest/HttpRuntimeStartHandler.cs     | 34 ++++++-------
 .../ScenarioTest/HttpRuntimeStopHandler.cs      | 34 ++++++-------
 .../ScenarioTest/HttpServer.cs                  | 34 ++++++-------
 .../ScenarioTest/IHttpHandler.cs                | 35 +++++++------
 .../ScenarioTest/JettyHandler.cs                | 34 ++++++-------
 .../ScenarioTest/TestDefaultConstructor.cs      | 34 ++++++-------
 .../ScenarioTest/TestHttpService.cs             | 34 ++++++-------
 .../ScenarioTest/TestRuntimeClock.cs            | 34 ++++++-------
 .../ScenarioTest/TestTrackingURIProvider.cs     | 34 ++++++-------
 .../ScenarioTest/TrackingURIProvider.cs         | 34 ++++++-------
 .../ScenarioTest/TrackingYRIProvider.cs         | 34 ++++++-------
 .../SmokeTest/AnInterface.cs                    | 34 ++++++-------
 .../SmokeTest/AnInterfaceImplementation.cs      | 34 ++++++-------
 .../SmokeTest/CyclicDependency.cs               | 34 ++++++-------
 .../SmokeTest/CyclicDependencyClassOne.cs       | 34 ++++++-------
 .../SmokeTest/CyclicDependencyClassTwo.cs       | 34 ++++++-------
 .../SmokeTest/Handler.cs                        | 34 ++++++-------
 .../SmokeTest/InjectableClass.cs                | 34 ++++++-------
 .../SmokeTest/ListOfBaseTypes.cs                | 34 ++++++-------
 .../SmokeTest/ObjectTreeTest.cs                 | 34 ++++++-------
 .../SmokeTest/RootImplementation.cs             | 34 ++++++-------
 .../SmokeTest/RootInterface.cs                  | 34 ++++++-------
 .../SmokeTest/RoundTripTest.cs                  | 34 ++++++-------
 .../SmokeTest/SetInterface.cs                   | 36 +++++++-------
 .../SmokeTest/SetInterfaceImplOne.cs            | 34 ++++++-------
 .../SmokeTest/SetInterfaceImplTwo.cs            | 34 ++++++-------
 .../SmokeTest/SetOfBaseTypes.cs                 | 34 ++++++-------
 .../SmokeTest/SetOfImplementations.cs           | 34 ++++++-------
 .../SmokeTest/TestConfigurationModuleBuilder.cs | 34 ++++++-------
 .../Tang/TestDefaultImpementaion.cs             | 34 ++++++-------
 .../Tang/TestExternalConstructors.cs            | 34 ++++++-------
 .../Tang/TestLegacyConstructors.cs              | 34 ++++++-------
 .../Org.Apache.REEF.Tang.Tests/Tang/TestTang.cs | 34 ++++++-------
 .../Utilities/TestUtilities.cs                  | 34 ++++++-------
 .../Utilities/Utilities.cs                      | 34 ++++++-------
 .../ClassHierarchyBuilder.cs                    | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Annotations/DefaultImplementation.cs        | 34 ++++++-------
 .../Org.Apache.REEF.Tang/Annotations/Inject.cs  | 34 ++++++-------
 .../cs/Org.Apache.REEF.Tang/Annotations/Name.cs | 34 ++++++-------
 .../Annotations/NamedParameter.cs               | 34 ++++++-------
 .../Annotations/Parameter.cs                    | 34 ++++++-------
 .../cs/Org.Apache.REEF.Tang/Annotations/Unit.cs | 34 ++++++-------
 .../Exceptions/BindException.cs                 | 34 ++++++-------
 .../Exceptions/ClassHierarchyException.cs       | 34 ++++++-------
 .../Exceptions/IllegalStateException.cs         | 34 ++++++-------
 .../Exceptions/InjectionException.cs            | 34 ++++++-------
 .../Exceptions/NameResolutionException.cs       | 34 ++++++-------
 .../Exceptions/ParseException.cs                | 34 ++++++-------
 .../AvroConfiguration.cs                        | 34 ++++++-------
 .../ConfigurationEntry.cs                       | 34 ++++++-------
 .../Formats/AvroConfigurationSerializer.cs      | 34 ++++++-------
 .../Formats/ConfigurationFile.cs                | 34 ++++++-------
 .../Formats/ConfigurationModule.cs              | 34 ++++++-------
 .../Formats/ConfigurationModuleBuilder.cs       | 34 ++++++-------
 .../Formats/IConfigurationSerializer.cs         | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Tang/Formats/IImpl.cs   | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Tang/Formats/IParam.cs  | 34 ++++++-------
 .../Formats/OptionalImpl.cs                     | 34 ++++++-------
 .../Formats/OptionalParameter.cs                | 34 ++++++-------
 .../cs/Org.Apache.REEF.Tang/Formats/Provides.cs | 34 ++++++-------
 .../Formats/RequiredImpl.cs                     | 34 ++++++-------
 .../Formats/RequiredParameter.cs                | 34 ++++++-------
 .../ClassHierarchy/AbstractNode.cs              | 34 ++++++-------
 .../ClassHierarchy/AvroClassHierarchy.cs        | 34 ++++++-------
 .../AvroClassHierarchySerializer.cs             | 34 ++++++-------
 .../AvroDataContract/AvroClassNode.cs           | 34 ++++++-------
 .../AvroDataContract/AvroConstructorArg.cs      | 34 ++++++-------
 .../AvroDataContract/AvroConstructorDef.cs      | 34 ++++++-------
 .../AvroDataContract/AvroNamedParameterNode.cs  | 34 ++++++-------
 .../ClassHierarchy/AvroDataContract/AvroNode.cs | 34 ++++++-------
 .../AvroDataContract/AvroPackageNode.cs         | 34 ++++++-------
 .../ClassHierarchy/ClassHierarchyImpl.cs        | 34 ++++++-------
 .../ClassHierarchy/ClassNodeImpl.cs             | 34 ++++++-------
 .../ClassHierarchy/ConstructorArgImpl.cs        | 34 ++++++-------
 .../ClassHierarchy/ConstructorDefImpl.cs        | 34 ++++++-------
 .../ClassHierarchy/NamedParameterNodeImpl.cs    | 34 ++++++-------
 .../ClassHierarchy/NodeFactory.cs               | 34 ++++++-------
 .../ClassHierarchy/PackageNodeImpl.cs           | 34 ++++++-------
 .../ClassHierarchy/ParameterParser.cs           | 34 ++++++-------
 .../Configuration/ConfigurationBuilderImpl.cs   | 34 ++++++-------
 .../Configuration/ConfigurationImpl.cs          | 34 ++++++-------
 .../Configuration/Configurations.cs             | 34 ++++++-------
 .../Configuration/CsConfigurationBuilderImpl.cs | 34 ++++++-------
 .../Configuration/CsConfigurationImpl.cs        | 34 ++++++-------
 .../InjectionPlan/Constructor.cs                | 34 ++++++-------
 .../Implementations/InjectionPlan/CsInstance.cs | 34 ++++++-------
 .../InjectionPlan/InjectionFuture.cs            | 36 +++++++-------
 .../InjectionPlan/InjectionFuturePlan.cs        | 34 ++++++-------
 .../InjectionPlan/InjectionPlan.cs              | 34 ++++++-------
 .../InjectionPlan/InjectorImpl.cs               | 34 ++++++-------
 .../InjectionPlan/ListInjectionPlan.cs          | 34 ++++++-------
 .../InjectionPlan/SetInjectionPlan.cs           | 34 ++++++-------
 .../Implementations/InjectionPlan/Subplan.cs    | 34 ++++++-------
 .../Implementations/Tang/TangFactory.cs         | 34 ++++++-------
 .../Implementations/Tang/TangImpl.cs            | 34 ++++++-------
 .../Org.Apache.REEF.Tang/Interface/IAspect.cs   | 34 ++++++-------
 .../Interface/IClassHierarchy.cs                | 34 ++++++-------
 .../Interface/IClassHierarchySerializer.cs      | 34 ++++++-------
 .../Interface/IConfiguration.cs                 | 34 ++++++-------
 .../Interface/IConfigurationBuilder.cs          | 34 ++++++-------
 .../Interface/IConfigurationProvider.cs         | 34 ++++++-------
 .../Interface/ICsClassHierarchy.cs              | 34 ++++++-------
 .../Interface/ICsConfigurationBuilder.cs        | 34 ++++++-------
 .../ICsInternalConfigurationBuilder.cs          | 34 ++++++-------
 .../Interface/IExternalConstructor.cs           | 34 ++++++-------
 .../Org.Apache.REEF.Tang/Interface/IInjector.cs | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Tang/Interface/ITang.cs | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Protobuf/ProtocolBufferClassHierarchy.cs    | 34 ++++++-------
 .../Protobuf/ProtocolBufferInjectionPlan.cs     | 34 ++++++-------
 .../Protobuf/class_hierarchy.cs                 | 34 ++++++-------
 .../Protobuf/injection_plan.cs                  | 34 ++++++-------
 .../cs/Org.Apache.REEF.Tang/Types/IClassNode.cs | 34 ++++++-------
 .../Types/IConstructorArg.cs                    | 34 ++++++-------
 .../Types/IConstructorDef.cs                    | 34 ++++++-------
 .../Types/INamedParameterNode.cs                | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Tang/Types/INode.cs     | 34 ++++++-------
 .../Org.Apache.REEF.Tang/Types/IPackageNode.cs  | 34 ++++++-------
 .../Org.Apache.REEF.Tang/Types/ITraversable.cs  | 34 ++++++-------
 .../Util/AbstractMonotonicMultiMap.cs           | 34 ++++++-------
 .../Org.Apache.REEF.Tang/Util/AssemblyLoader.cs | 34 ++++++-------
 .../cs/Org.Apache.REEF.Tang/Util/GenericType.cs | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Tang/Util/Language.cs   | 36 +++++++-------
 .../Util/MonotonicHashMap.cs                    | 34 ++++++-------
 .../Util/MonotonicHashSet.cs                    | 34 ++++++-------
 .../Util/MonotonicMultiHashMap.cs               | 34 ++++++-------
 .../Util/MonotonicMultiMap.cs                   | 34 ++++++-------
 .../Org.Apache.REEF.Tang/Util/MonotonicSet.cs   | 34 ++++++-------
 .../Util/MonotonicTreeMap.cs                    | 34 ++++++-------
 .../Util/ReflectionUtilities.cs                 | 34 ++++++-------
 .../Org.Apache.REEF.Tang/Util/SetValuedKey.cs   | 34 ++++++-------
 .../Bridge/HelloSimpleEventHandlers.cs          | 34 ++++++-------
 .../Functional/Bridge/TestBridgeClient.cs       | 34 ++++++-------
 .../Bridge/TestFailedEvaluatorEventHandler.cs   | 34 ++++++-------
 .../Bridge/TestSimpleEventHandlers.cs           | 34 ++++++-------
 .../Functional/Driver/DriverTestStartHandler.cs | 34 ++++++-------
 .../Functional/Driver/TestDriver.cs             | 34 ++++++-------
 .../Functional/Group/BroadcastReduceTest.cs     | 34 ++++++-------
 .../Group/PipelinedBroadcastReduceTest.cs       | 34 ++++++-------
 .../Functional/Group/ScatterReduceTest.cs       | 34 ++++++-------
 .../Functional/ML/KMeans/TestKMeans.cs          | 34 ++++++-------
 .../Functional/Messaging/MessageDriver.cs       | 34 ++++++-------
 .../Functional/Messaging/MessageTask.cs         | 34 ++++++-------
 .../Functional/Messaging/TestTaskMessage.cs     | 34 ++++++-------
 .../Functional/ReefFunctionalTest.cs            | 34 ++++++-------
 .../RuntimeName/EvaluatorRequestingDriver.cs    | 34 ++++++-------
 .../Functional/RuntimeName/RuntimeNameTask.cs   | 34 ++++++-------
 .../Functional/RuntimeName/RuntimeNameTest.cs   | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Utility/TestDriverConfigGenerator.cs        | 34 ++++++-------
 .../Utility/TestExceptions.cs                   | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Utilities/AvroUtils.cs  | 36 +++++++-------
 .../Org.Apache.REEF.Utilities/ByteUtilities.cs  | 34 ++++++-------
 .../Diagnostics/DiagnosticsMessages.cs          | 34 ++++++-------
 .../Diagnostics/Exceptions.cs                   | 34 ++++++-------
 .../Org.Apache.REEF.Utilities/IIdentifiable.cs  | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Utilities/IMessage.cs   | 34 ++++++-------
 .../Logging/JavaLoggingSetting.cs               | 34 ++++++-------
 .../Org.Apache.REEF.Utilities/Logging/Level.cs  | 34 ++++++-------
 .../Org.Apache.REEF.Utilities/Logging/Logger.cs | 34 ++++++-------
 .../Org.Apache.REEF.Utilities/NetUtilities.cs   | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Utilities/Optional.cs   | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../ValidationUtilities.cs                      | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake.Tests/ClockTest.cs | 34 ++++++-------
 .../MultiCodecTest.cs                           | 34 ++++++-------
 .../PubSubSubjectTest.cs                        | 34 ++++++-------
 .../RemoteManagerTest.cs                        | 34 ++++++-------
 .../StreamingRemoteManagerTest.cs               | 34 ++++++-------
 .../StreamingTransportTest.cs                   | 34 ++++++-------
 .../Org.Apache.REEF.Wake.Tests/TransportTest.cs | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/AbstractEStage.cs  | 34 ++++++-------
 .../Examples/P2p/IEventSource.cs                | 34 ++++++-------
 .../Examples/P2p/Pull2Push.cs                   | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/IEStage.cs         | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/IEventHandler.cs   | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/IIdentifier.cs     | 34 ++++++-------
 .../Org.Apache.REEF.Wake/IIdentifierFactory.cs  | 34 ++++++-------
 .../cs/Org.Apache.REEF.Wake/IObserverFactory.cs | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/IStage.cs          | 34 ++++++-------
 .../Impl/LoggingEventHandler.cs                 | 34 ++++++-------
 .../Impl/MissingStartHandlerHandler.cs          | 34 ++++++-------
 .../Impl/MultiEventHandler.cs                   | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Impl/PeriodicEvent.cs  | 34 ++++++-------
 .../Impl/PubSubEventHandler.cs                  | 34 ++++++-------
 .../Impl/SingleThreadStage.cs                   | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Impl/SyncStage.cs  | 34 ++++++-------
 .../Impl/ThreadPoolStage.cs                     | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Impl/TimerStage.cs | 34 ++++++-------
 .../Properties/AssemblyInfo.cs                  | 34 ++++++-------
 .../Org.Apache.REEF.Wake/RX/AbstractObserver.cs | 34 ++++++-------
 .../Org.Apache.REEF.Wake/RX/AbstractRxStage.cs  | 36 +++++++-------
 lang/cs/Org.Apache.REEF.Wake/RX/IRxStage.cs     | 34 ++++++-------
 .../RX/IStaticObservable.cs                     | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/RX/ISubject.cs     | 34 ++++++-------
 .../RX/Impl/PubSubSubject.cs                    | 34 ++++++-------
 .../Org.Apache.REEF.Wake/RX/Impl/RxSyncStage.cs | 34 ++++++-------
 .../RX/Impl/RxThreadPoolStage.cs                | 34 ++++++-------
 .../RX/Impl/RxTimerStage.cs                     | 34 ++++++-------
 .../RX/Impl/SimpleSubject.cs                    | 34 ++++++-------
 .../RX/ObserverCompletedException.cs            | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Remote/ICodec.cs   | 34 ++++++-------
 .../Remote/ICodecFactory.cs                     | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Remote/IDataReader.cs  | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Remote/IDataWriter.cs  | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Remote/IDecoder.cs | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Remote/IEncoder.cs | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Remote/ILink.cs    | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Remote/IRemoteEvent.cs | 34 ++++++-------
 .../Remote/IRemoteIdentifier.cs                 | 34 ++++++-------
 .../Remote/IRemoteIdentifierFactory.cs          | 34 ++++++-------
 .../Remote/IRemoteManager.cs                    | 34 ++++++-------
 .../Remote/IRemoteManagerFactory.cs             | 34 ++++++-------
 .../Remote/IRemoteMessage.cs                    | 34 ++++++-------
 .../Remote/ISubscriptionManager.cs              | 34 ++++++-------
 .../Remote/ITcpPortProvider.cs                  | 34 ++++++-------
 .../Remote/Impl/ByteCodec.cs                    | 34 ++++++-------
 .../Remote/Impl/ByteCodecFactory.cs             | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Remote/Impl/Channel.cs | 34 ++++++-------
 .../Remote/Impl/DefaultRemoteManager.cs         | 34 ++++++-------
 .../Remote/Impl/DefaultRemoteManagerFactory.cs  | 34 ++++++-------
 .../Remote/Impl/DefaultRemoteMessage.cs         | 34 ++++++-------
 .../Remote/Impl/IPEndpointComparer.cs           | 35 ++++++-------
 .../Remote/Impl/IntCodec.cs                     | 34 ++++++-------
 .../cs/Org.Apache.REEF.Wake/Remote/Impl/Link.cs | 34 ++++++-------
 .../Remote/Impl/MultiCodec.cs                   | 34 ++++++-------
 .../Remote/Impl/MultiDecoder.cs                 | 34 ++++++-------
 .../Remote/Impl/MultiEncoder.cs                 | 34 ++++++-------
 .../Remote/Impl/ObserverContainer.cs            | 34 ++++++-------
 .../Remote/Impl/RemoteEvent.cs                  | 34 ++++++-------
 .../Remote/Impl/RemoteEventCodec.cs             | 34 ++++++-------
 .../Remote/Impl/RemoteEventDecoder.cs           | 34 ++++++-------
 .../Remote/Impl/RemoteEventEncoder.cs           | 34 ++++++-------
 .../Remote/Impl/RemoteEventEndpoint.cs          | 34 ++++++-------
 .../Remote/Impl/RemoteEventStreamingCodec.cs    | 34 ++++++-------
 .../Remote/Impl/SocketRemoteIdentifier.cs       | 34 ++++++-------
 .../Remote/Impl/StreamDataReader.cs             | 34 ++++++-------
 .../Remote/Impl/StreamDataWriter.cs             | 34 ++++++-------
 .../Remote/Impl/StreamingLink.cs                | 34 ++++++-------
 .../Remote/Impl/StreamingRemoteManager.cs       | 34 ++++++-------
 .../Impl/StreamingRemoteManagerFactory.cs       | 34 ++++++-------
 .../Remote/Impl/StreamingTransportClient.cs     | 34 ++++++-------
 .../Remote/Impl/StreamingTransportServer.cs     | 34 ++++++-------
 .../Remote/Impl/StringCodec.cs                  | 34 ++++++-------
 .../Remote/Impl/StringIdentifier.cs             | 34 ++++++-------
 .../Remote/Impl/StringIdentifierFactory.cs      | 34 ++++++-------
 .../Remote/Impl/TransportClient.cs              | 36 +++++++-------
 .../Remote/Impl/TransportEvent.cs               | 34 ++++++-------
 .../Remote/Impl/TransportServer.cs              | 34 ++++++-------
 .../Remote/Parameters/TcpPortRangeCount.cs      | 34 ++++++-------
 .../Remote/Parameters/TcpPortRangeSeed.cs       | 34 ++++++-------
 .../Remote/Parameters/TcpPortRangeStart.cs      | 34 ++++++-------
 .../Remote/Parameters/TcpPortRangeTryCount.cs   | 34 ++++++-------
 .../Remote/Proto/RemoteProtocol.proto           | 34 ++++++-------
 .../Remote/Proto/WakeRemoteProtos.cs            | 34 ++++++-------
 .../Remote/Proto/WakeRemoteProtosGen.cs         | 34 ++++++-------
 .../Remote/RemoteConfiguration.cs               | 34 ++++++-------
 .../Remote/RemoteRuntimeException.cs            | 34 ++++++-------
 .../Remote/TcpPortProvider.cs                   | 34 ++++++-------
 .../StreamingCodec/CodecToStreamingCodec.cs     | 34 ++++++-------
 .../DoubleArrayStreamingCodec.cs                | 34 ++++++-------
 .../DoubleStreamingCodec.cs                     | 34 ++++++-------
 .../FloatArrayStreamingCodec.cs                 | 34 ++++++-------
 .../FloatStreamingCodec.cs                      | 34 ++++++-------
 .../IntArrayStreamingCodec.cs                   | 34 ++++++-------
 .../CommonStreamingCodecs/IntStreamingCodec.cs  | 34 ++++++-------
 .../StringStreamingCodec.cs                     | 34 ++++++-------
 .../StreamingCodec/IStreamingCodec.cs           | 34 ++++++-------
 .../cs/Org.Apache.REEF.Wake/Time/Event/Alarm.cs | 34 ++++++-------
 .../Time/Event/StartTime.cs                     | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Time/Event/StopTime.cs | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Time/IClock.cs     | 34 ++++++-------
 .../Time/Runtime/Event/ClientAlarm.cs           | 34 ++++++-------
 .../Time/Runtime/Event/IdleClock.cs             | 34 ++++++-------
 .../Time/Runtime/Event/RuntimeAlarm.cs          | 34 ++++++-------
 .../Time/Runtime/Event/RuntimeStart.cs          | 34 ++++++-------
 .../Time/Runtime/Event/RuntimeStop.cs           | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Time/Runtime/ITimer.cs | 34 ++++++-------
 .../Time/Runtime/LogicalTimer.cs                | 34 ++++++-------
 .../Time/Runtime/RealTimer.cs                   | 34 ++++++-------
 .../Time/Runtime/RuntimeClock.cs                | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Time/Time.cs       | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Util/Actionable.cs | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Util/Disposable.cs | 34 ++++++-------
 .../Util/FixedThreadPoolTaskService.cs          | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Util/IStartable.cs | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Util/ITaskService.cs   | 34 ++++++-------
 .../LimitedConcurrencyLevelTaskScheduler.cs     | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Util/NetworkUtils.cs   | 34 ++++++-------
 .../Util/SerializationHelper.cs                 | 34 ++++++-------
 .../Org.Apache.REEF.Wake/Util/TaskExtensions.cs | 34 ++++++-------
 lang/cs/Org.Apache.REEF.Wake/Util/TimeHelper.cs | 34 ++++++-------
 .../WakeRuntimeException.cs                     | 34 ++++++-------
 889 files changed, 14290 insertions(+), 16030 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.All/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.All/Properties/AssemblyInfo.cs b/lang/cs/Org.Apache.REEF.All/Properties/AssemblyInfo.cs
index 0897d80..7791b70 100644
--- a/lang/cs/Org.Apache.REEF.All/Properties/AssemblyInfo.cs
+++ b/lang/cs/Org.Apache.REEF.All/Properties/AssemblyInfo.cs
@@ -1,21 +1,19 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
 
 using System.Reflection;
 using System.Runtime.InteropServices;

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/ActiveContextClr2Java.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/ActiveContextClr2Java.cpp b/lang/cs/Org.Apache.REEF.Bridge/ActiveContextClr2Java.cpp
index be2f271..266829d 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/ActiveContextClr2Java.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/ActiveContextClr2Java.cpp
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "Clr2JavaImpl.h"
 
 namespace Org {

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/AllocatedEvaluatorClr2Java.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/AllocatedEvaluatorClr2Java.cpp b/lang/cs/Org.Apache.REEF.Bridge/AllocatedEvaluatorClr2Java.cpp
index fc02a45..8b64538 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/AllocatedEvaluatorClr2Java.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/AllocatedEvaluatorClr2Java.cpp
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "Clr2JavaImpl.h"
 
 using namespace JavaClrBridge;

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/AssemblyInfo.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/AssemblyInfo.cpp b/lang/cs/Org.Apache.REEF.Bridge/AssemblyInfo.cpp
index 00f285e..373f58b 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/AssemblyInfo.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/AssemblyInfo.cpp
@@ -1,21 +1,19 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
 
 #include "stdafx.h"
 

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/AssemblyUtil.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/AssemblyUtil.cpp b/lang/cs/Org.Apache.REEF.Bridge/AssemblyUtil.cpp
index ce9239c..2055a5f 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/AssemblyUtil.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/AssemblyUtil.cpp
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "InteropAssemblies.h"
 
 

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.cpp b/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.cpp
index 29b01de..f9df97b 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.cpp
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "InteropUtil.h"
 #include "BinaryUtil.h"
 

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.h
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.h b/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.h
index e8dfc53..4c6bd33 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.h
+++ b/lang/cs/Org.Apache.REEF.Bridge/BinaryUtil.h
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 typedef enum BINARY_TYPE {
   BINARY_TYPE_NONE = 0,
   BINARY_TYPE_NATIVE = 1,

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/ClosedContextClr2Java.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/ClosedContextClr2Java.cpp b/lang/cs/Org.Apache.REEF.Bridge/ClosedContextClr2Java.cpp
index cac7b44..9292789 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/ClosedContextClr2Java.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/ClosedContextClr2Java.cpp
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "Clr2JavaImpl.h"
 
 namespace Org {

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/Clr2JavaImpl.h
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/Clr2JavaImpl.h b/lang/cs/Org.Apache.REEF.Bridge/Clr2JavaImpl.h
index 6a8d6b9..6aafa35 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/Clr2JavaImpl.h
+++ b/lang/cs/Org.Apache.REEF.Bridge/Clr2JavaImpl.h
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "InteropUtil.h"
 #include "org_apache_reef_javabridge_NativeInterop.h"
 #include "JavaClrBridge.h"

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/CommonUtilities.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/CommonUtilities.cpp b/lang/cs/Org.Apache.REEF.Bridge/CommonUtilities.cpp
index 6dfc7b5..c7888fe 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/CommonUtilities.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/CommonUtilities.cpp
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "Clr2JavaImpl.h"
 
 namespace Org {

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/CompletedEvaluatorClr2Java.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/CompletedEvaluatorClr2Java.cpp b/lang/cs/Org.Apache.REEF.Bridge/CompletedEvaluatorClr2Java.cpp
index 3f54ec1..68732d4 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/CompletedEvaluatorClr2Java.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/CompletedEvaluatorClr2Java.cpp
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "Clr2JavaImpl.h"
 
 namespace Org {

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/CompletedTaskClr2Java.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/CompletedTaskClr2Java.cpp b/lang/cs/Org.Apache.REEF.Bridge/CompletedTaskClr2Java.cpp
index f8790bf..c5fada1 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/CompletedTaskClr2Java.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/CompletedTaskClr2Java.cpp
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "Clr2JavaImpl.h"
 
 namespace Org {

http://git-wip-us.apache.org/repos/asf/reef/blob/61f10873/lang/cs/Org.Apache.REEF.Bridge/ContextMessageClr2Java.cpp
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Bridge/ContextMessageClr2Java.cpp b/lang/cs/Org.Apache.REEF.Bridge/ContextMessageClr2Java.cpp
index d3d594d..0a8938a 100644
--- a/lang/cs/Org.Apache.REEF.Bridge/ContextMessageClr2Java.cpp
+++ b/lang/cs/Org.Apache.REEF.Bridge/ContextMessageClr2Java.cpp
@@ -1,21 +1,20 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 #include "Clr2JavaImpl.h"
 
 namespace Org {