You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lb...@apache.org on 2016/01/22 23:07:56 UTC

[48/51] [abbrv] incubator-toree git commit: Changes to license header on all files

Changes to license header on all files


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/c3b736a4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/c3b736a4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/c3b736a4

Branch: refs/heads/TestBranch
Commit: c3b736a413a38fc3746dbfc8ba7db12f65e74ee0
Parents: 39cdd69
Author: Gino Bustelo <lb...@us.ibm.com>
Authored: Fri Jan 15 16:05:53 2016 -0600
Committer: Gino Bustelo <lb...@us.ibm.com>
Committed: Fri Jan 15 16:40:37 2016 -0600

----------------------------------------------------------------------
 Dockerfile                                      | 13 +++++----
 Makefile                                        | 13 +++++----
 NOTICE                                          |  6 ++--
 Vagrantfile                                     | 13 +++++----
 client/build.sbt                                | 23 ++++++++--------
 .../apache/toree/comm/ClientCommManager.scala   | 13 +++++----
 .../apache/toree/comm/ClientCommWriter.scala    | 13 +++++----
 .../kernel/protocol/v5/client/ActorLoader.scala | 23 ++++++++--------
 .../protocol/v5/client/SparkKernelClient.scala  | 23 ++++++++--------
 .../kernel/protocol/v5/client/Utilities.scala   | 23 ++++++++--------
 .../v5/client/boot/ClientBootstrap.scala        | 23 ++++++++--------
 .../boot/layers/HandlerInitialization.scala     | 13 +++++----
 .../boot/layers/SystemInitialization.scala      | 13 +++++----
 .../v5/client/exception/ShellException.scala    | 23 ++++++++--------
 .../v5/client/execution/DeferredExecution.scala | 23 ++++++++--------
 .../execution/DeferredExecutionManager.scala    | 23 ++++++++--------
 .../execution/DeferredExecutionTuple.scala      | 23 ++++++++--------
 .../client/execution/ExecuteRequestTuple.scala  | 23 ++++++++--------
 .../v5/client/handler/ExecuteHandler.scala      | 23 ++++++++--------
 .../v5/client/socket/HeartbeatClient.scala      | 23 ++++++++--------
 .../protocol/v5/client/socket/IOPubClient.scala | 23 ++++++++--------
 .../protocol/v5/client/socket/ShellClient.scala | 23 ++++++++--------
 .../v5/client/socket/SocketConfig.scala         | 23 ++++++++--------
 .../v5/client/socket/SocketConnection.scala     | 23 ++++++++--------
 .../v5/client/socket/SocketFactory.scala        | 23 ++++++++--------
 .../protocol/v5/client/socket/StdinClient.scala | 13 +++++----
 client/src/test/resources/testng.yaml           | 13 +++++----
 .../scala/examples/DocumentationExamples.scala  | 23 ++++++++--------
 .../scala/examples/ScalaSparkClientUsage.scala  | 23 ++++++++--------
 .../ClientToHeartbeatSpecForIntegration.scala   | 25 +++++++++--------
 .../ClientToIOPubSpecForIntegration.scala       | 25 +++++++++--------
 .../ClientToShellSpecForIntegration.scala       | 25 +++++++++--------
 .../toree/comm/ClientCommManagerSpec.scala      | 13 +++++----
 .../toree/comm/ClientCommWriterSpec.scala       | 15 ++++++----
 .../v5/client/SparkKernelClientSpec.scala       | 23 ++++++++--------
 .../execution/DeferredExecutionTest.scala       | 23 ++++++++--------
 .../v5/client/socket/HeartbeatClientSpec.scala  | 23 ++++++++--------
 .../v5/client/socket/IOPubClientSpec.scala      | 23 ++++++++--------
 .../v5/client/socket/ShellClientSpec.scala      | 23 ++++++++--------
 .../v5/client/socket/StdinClientSpec.scala      | 13 +++++----
 .../scala/system/ClientCommSpecForSystem.scala  | 13 +++++----
 .../scala/test/utils/SparkClientDeployer.scala  | 13 +++++----
 communication/build.sbt                         | 23 ++++++++--------
 .../toree/communication/SocketManager.scala     | 13 +++++----
 .../apache/toree/communication/ZMQMessage.scala | 13 +++++----
 .../actors/DealerSocketActor.scala              | 13 +++++----
 .../communication/actors/PubSocketActor.scala   | 13 +++++----
 .../communication/actors/RepSocketActor.scala   | 13 +++++----
 .../communication/actors/ReqSocketActor.scala   | 13 +++++----
 .../actors/RouterSocketActor.scala              | 13 +++++----
 .../communication/actors/SubSocketActor.scala   | 13 +++++----
 .../toree/communication/security/Hmac.scala     | 23 ++++++++--------
 .../security/SignatureCheckerActor.scala        | 23 ++++++++--------
 .../security/SignatureManagerActor.scala        | 23 ++++++++--------
 .../security/SignatureProducerActor.scala       | 23 ++++++++--------
 .../toree/communication/security/package.scala  | 23 ++++++++--------
 .../communication/socket/JeroMQSocket.scala     | 13 +++++----
 .../socket/PubSocketRunnable.scala              | 13 +++++----
 .../socket/ReqSocketRunnable.scala              | 13 +++++----
 .../toree/communication/socket/SocketLike.scala | 13 +++++----
 .../communication/socket/SocketOption.scala     | 13 +++++----
 .../communication/socket/SocketRunnable.scala   | 13 +++++----
 .../toree/communication/socket/SocketType.scala | 13 +++++----
 .../socket/ZeroMQSocketRunnable.scala           | 13 +++++----
 .../communication/utils/OrderedSupport.scala    | 23 ++++++++--------
 .../JeroMQSocketIntegrationSpec.scala           | 13 +++++----
 ...ignatureCheckerActorSpecForIntegration.scala | 23 ++++++++--------
 ...ignatureManagerActorSpecForIntegration.scala | 23 ++++++++--------
 ...gnatureProducerActorSpecForIntegration.scala | 23 ++++++++--------
 .../toree/communication/security/HmacSpec.scala | 23 ++++++++--------
 .../communication/socket/JeroMQSocketSpec.scala | 13 +++++----
 .../socket/ZeroMQSocketRunnableSpec.scala       | 13 +++++----
 .../utils/OrderedSupportSpec.scala              | 23 ++++++++--------
 etc/bin/toree-kernel                            | 13 +++++----
 kernel-api/build.sbt                            | 25 +++++++++--------
 kernel-api/project/plugins.sbt                  | 29 ++++++++++----------
 .../dependencies/DependencyDownloader.scala     | 23 ++++++++--------
 .../dependencies/IvyDependencyDownloader.scala  | 23 ++++++++--------
 .../org/apache/toree/global/StreamState.scala   | 23 ++++++++--------
 .../toree/interpreter/ExecuteFailure.scala      | 21 +++++++-------
 .../apache/toree/interpreter/Interpreter.scala  | 21 +++++++-------
 .../toree/interpreter/InterpreterTypes.scala    | 21 +++++++-------
 .../org/apache/toree/interpreter/Results.scala  | 21 +++++++-------
 .../toree/interpreter/broker/BrokerBridge.scala | 21 +++++++-------
 .../toree/interpreter/broker/BrokerCode.scala   | 21 +++++++-------
 .../interpreter/broker/BrokerException.scala    | 21 +++++++-------
 .../toree/interpreter/broker/BrokerName.scala   | 21 +++++++-------
 .../interpreter/broker/BrokerProcess.scala      | 21 +++++++-------
 .../broker/BrokerProcessHandler.scala           | 21 +++++++-------
 .../interpreter/broker/BrokerPromise.scala      | 21 +++++++-------
 .../interpreter/broker/BrokerService.scala      | 21 +++++++-------
 .../toree/interpreter/broker/BrokerState.scala  | 21 +++++++-------
 .../interpreter/broker/BrokerTransformer.scala  | 21 +++++++-------
 .../toree/interpreter/broker/BrokerTypes.scala  | 21 +++++++-------
 .../broker/BrokerTypesProvider.scala            | 21 +++++++-------
 .../producer/JavaSparkContextProducerLike.scala | 21 +++++++-------
 .../producer/SQLContextProducerLike.scala       | 21 +++++++-------
 .../imports/printers/WrapperConsole.scala       | 21 +++++++-------
 .../imports/printers/WrapperSystem.scala        | 21 +++++++-------
 .../org/apache/toree/interpreter/package.scala  | 21 +++++++-------
 .../toree/kernel/api/FactoryMethodsLike.scala   | 17 ++++++++++++
 .../apache/toree/kernel/api/KernelLike.scala    | 13 +++++----
 .../apache/toree/kernel/api/KernelOptions.scala | 23 ++++++++--------
 .../apache/toree/kernel/api/StreamInfo.scala    | 13 +++++----
 .../toree/kernel/api/StreamMethodsLike.scala    | 17 ++++++++++++
 .../org/apache/toree/magic/CellMagic.scala      | 17 ++++++++++++
 .../toree/magic/InternalClassLoader.scala       | 23 ++++++++--------
 .../org/apache/toree/magic/LineMagic.scala      | 17 ++++++++++++
 .../scala/org/apache/toree/magic/Magic.scala    | 23 ++++++++--------
 .../org/apache/toree/magic/MagicExecutor.scala  | 17 ++++++++++++
 .../org/apache/toree/magic/MagicLoader.scala    | 23 ++++++++--------
 .../magic/dependencies/DependencyMap.scala      | 23 ++++++++--------
 .../magic/dependencies/IncludeConfig.scala      | 23 ++++++++--------
 .../IncludeDependencyDownloader.scala           | 23 ++++++++--------
 .../magic/dependencies/IncludeInterpreter.scala | 23 ++++++++--------
 .../magic/dependencies/IncludeKernel.scala      | 23 ++++++++--------
 .../dependencies/IncludeKernelInterpreter.scala | 23 ++++++++--------
 .../magic/dependencies/IncludeMagicLoader.scala | 23 ++++++++--------
 .../dependencies/IncludeOutputStream.scala      | 23 ++++++++--------
 .../magic/dependencies/IncludeSQLContext.scala  | 17 ++++++++++++
 .../dependencies/IncludeSparkContext.scala      | 23 ++++++++--------
 .../scala/org/apache/toree/magic/package.scala  | 23 ++++++++--------
 .../toree/security/KernelSecurityManager.scala  | 23 ++++++++--------
 .../toree/utils/ArgumentParsingSupport.scala    | 23 ++++++++--------
 .../toree/utils/ConditionalOutputStream.scala   | 23 ++++++++--------
 .../apache/toree/utils/DownloadSupport.scala    | 23 ++++++++--------
 .../toree/utils/DynamicReflectionSupport.scala  | 23 ++++++++--------
 .../apache/toree/utils/KeyValuePairUtils.scala  | 13 +++++----
 .../apache/toree/utils/MultiClassLoader.scala   | 23 ++++++++--------
 .../apache/toree/utils/MultiOutputStream.scala  | 23 ++++++++--------
 .../toree/utils/ScheduledTaskManager.scala      | 13 +++++----
 .../org/apache/toree/utils/TaskManager.scala    | 17 ++++++++++++
 .../interpreter/broker/BrokerBridgeSpec.scala   | 21 +++++++-------
 .../broker/BrokerProcessHandlerSpec.scala       | 21 +++++++-------
 .../interpreter/broker/BrokerProcessSpec.scala  | 21 +++++++-------
 .../interpreter/broker/BrokerStateSpec.scala    | 21 +++++++-------
 .../broker/BrokerTransformerSpec.scala          | 21 +++++++-------
 .../toree/magic/InternalClassLoaderSpec.scala   | 23 ++++++++--------
 .../apache/toree/magic/MagicLoaderSpec.scala    | 29 ++++++++++----------
 .../utils/ArgumentParsingSupportSpec.scala      | 23 ++++++++--------
 .../utils/ConditionalOutputStreamSpec.scala     | 23 ++++++++--------
 .../toree/utils/DownloadSupportSpec.scala       | 23 ++++++++--------
 .../utils/DynamicReflectionSupportSpec.scala    | 23 ++++++++--------
 .../toree/utils/KeyValuePairUtilsSpec.scala     | 13 +++++----
 .../toree/utils/MultiOutputStreamSpec.scala     | 23 ++++++++--------
 .../toree/utils/ScheduledTaskManagerSpec.scala  | 13 +++++----
 .../apache/toree/utils/TaskManagerSpec.scala    | 23 ++++++++--------
 .../utils/UncaughtExceptionSuppression.scala    | 23 ++++++++--------
 kernel/build.sbt                                | 25 +++++++++--------
 kernel/project/plugins.sbt                      | 23 ++++++++--------
 .../src/main/scala/org/apache/toree/Main.scala  | 23 ++++++++--------
 .../apache/toree/boot/CommandLineOptions.scala  | 21 +++++++-------
 .../org/apache/toree/boot/KernelBootstrap.scala | 23 ++++++++--------
 .../toree/boot/layer/BareInitialization.scala   | 13 +++++----
 .../boot/layer/ComponentInitialization.scala    | 21 +++++++-------
 .../boot/layer/HandlerInitialization.scala      | 13 +++++----
 .../toree/boot/layer/HookInitialization.scala   | 13 +++++----
 .../toree/boot/layer/InterpreterManager.scala   | 17 ++++++++++++
 .../apache/toree/comm/KernelCommManager.scala   | 13 +++++----
 .../apache/toree/comm/KernelCommWriter.scala    | 13 +++++----
 .../toree/global/ExecuteRequestState.scala      | 21 +++++++-------
 .../apache/toree/global/ExecutionCounter.scala  | 23 ++++++++--------
 .../toree/global/ScheduledTaskManager.scala     | 21 +++++++-------
 .../toree/kernel/api/FactoryMethods.scala       | 21 +++++++-------
 .../org/apache/toree/kernel/api/Kernel.scala    | 21 +++++++-------
 .../apache/toree/kernel/api/StreamMethods.scala | 21 +++++++-------
 .../protocol/v5/dispatch/StatusDispatch.scala   | 23 ++++++++--------
 .../protocol/v5/handler/BaseHandler.scala       | 23 ++++++++--------
 .../v5/handler/CodeCompleteHandler.scala        | 23 ++++++++--------
 .../protocol/v5/handler/CommCloseHandler.scala  | 13 +++++----
 .../protocol/v5/handler/CommMsgHandler.scala    | 13 +++++----
 .../protocol/v5/handler/CommOpenHandler.scala   | 13 +++++----
 .../v5/handler/ExecuteRequestHandler.scala      | 23 ++++++++--------
 .../handler/GenericSocketMessageHandler.scala   | 23 ++++++++--------
 .../v5/handler/InputRequestReplyHandler.scala   | 13 +++++----
 .../v5/handler/KernelInfoRequestHandler.scala   | 23 ++++++++--------
 .../protocol/v5/handler/ShutdownHandler.scala   | 13 +++++----
 .../v5/interpreter/InterpreterActor.scala       | 23 ++++++++--------
 .../protocol/v5/interpreter/package.scala       | 23 ++++++++--------
 .../tasks/CodeCompleteTaskActor.scala           | 23 ++++++++--------
 .../tasks/ExecuteRequestTaskActor.scala         | 23 ++++++++--------
 .../tasks/InterpreterTaskFactory.scala          | 23 ++++++++--------
 .../kernel/protocol/v5/kernel/ActorLoader.scala | 23 ++++++++--------
 .../kernel/protocol/v5/kernel/Utilities.scala   | 23 ++++++++--------
 .../protocol/v5/kernel/socket/Control.scala     | 23 ++++++++--------
 .../protocol/v5/kernel/socket/Heartbeat.scala   | 23 ++++++++--------
 .../protocol/v5/kernel/socket/IOPub.scala       | 23 ++++++++--------
 .../protocol/v5/kernel/socket/Shell.scala       | 23 ++++++++--------
 .../v5/kernel/socket/SocketConfig.scala         | 23 ++++++++--------
 .../v5/kernel/socket/SocketConnection.scala     | 23 ++++++++--------
 .../v5/kernel/socket/SocketFactory.scala        | 23 ++++++++--------
 .../protocol/v5/kernel/socket/Stdin.scala       | 13 +++++----
 .../socket/ZeromqKernelMessageSocket.scala      | 13 +++++----
 .../kernel/protocol/v5/magic/MagicParser.scala  | 17 ++++++++++++
 .../protocol/v5/magic/PostProcessor.scala       | 17 ++++++++++++
 .../protocol/v5/relay/ExecuteRequestRelay.scala | 23 ++++++++--------
 .../protocol/v5/relay/KernelMessageRelay.scala  | 23 ++++++++--------
 .../protocol/v5/stream/KernelInputStream.scala  | 13 +++++----
 .../protocol/v5/stream/KernelOutputStream.scala | 23 ++++++++--------
 .../apache/toree/magic/builtin/AddDeps.scala    | 23 ++++++++--------
 .../org/apache/toree/magic/builtin/AddJar.scala | 23 ++++++++--------
 .../toree/magic/builtin/BuiltinLoader.scala     | 23 ++++++++--------
 .../org/apache/toree/magic/builtin/Html.scala   | 23 ++++++++--------
 .../apache/toree/magic/builtin/JavaScript.scala | 23 ++++++++--------
 .../apache/toree/magic/builtin/LSMagic.scala    | 23 ++++++++--------
 .../org/apache/toree/magic/builtin/RDD.scala    | 23 ++++++++--------
 .../apache/toree/magic/builtin/ShowTypes.scala  | 23 ++++++++--------
 .../apache/toree/magic/builtin/Truncation.scala | 23 ++++++++--------
 .../apache/toree/utils/MessageLogSupport.scala  | 23 ++++++++--------
 .../org/apache/toree/utils/json/RddToJson.scala | 23 ++++++++--------
 .../InterpreterActorSpecForIntegration.scala    | 21 +++++++-------
 .../PostProcessorSpecForIntegration.scala       | 21 +++++++-------
 .../toree/boot/CommandLineOptionsSpec.scala     | 23 ++++++++--------
 .../toree/comm/KernelCommManagerSpec.scala      | 13 +++++----
 .../toree/comm/KernelCommWriterSpec.scala       | 25 +++++++++--------
 .../toree/global/ExecutionCounterSpec.scala     | 23 ++++++++--------
 .../apache/toree/kernel/api/KernelSpec.scala    | 17 ++++++++++++
 .../toree/kernel/api/StreamMethodsSpec.scala    | 17 ++++++++++++
 .../v5/dispatch/StatusDispatchSpec.scala        | 23 ++++++++--------
 .../v5/handler/CodeCompleteHandlerSpec.scala    | 23 ++++++++--------
 .../v5/handler/CommCloseHandlerSpec.scala       | 13 +++++----
 .../v5/handler/CommMsgHandlerSpec.scala         | 13 +++++----
 .../v5/handler/CommOpenHandlerSpec.scala        | 13 +++++----
 .../v5/handler/ExecuteRequestHandlerSpec.scala  | 23 ++++++++--------
 .../GenericSocketMessageHandlerSpec.scala       | 23 ++++++++--------
 .../handler/InputRequestReplyHandlerSpec.scala  | 13 +++++----
 .../handler/KernelInfoRequestHandlerSpec.scala  | 23 ++++++++--------
 .../tasks/ExecuteRequestTaskActorSpec.scala     | 23 ++++++++--------
 .../protocol/v5/kernel/ActorLoaderSpec.scala    | 23 ++++++++--------
 .../v5/kernel/SimpleActorLoaderSpec.scala       | 23 ++++++++--------
 .../protocol/v5/kernel/UtilitiesSpec.scala      | 23 ++++++++--------
 .../v5/kernel/socket/HeartbeatSpec.scala        | 23 ++++++++--------
 .../protocol/v5/kernel/socket/IOPubSpec.scala   | 23 ++++++++--------
 .../protocol/v5/kernel/socket/ShellSpec.scala   | 23 ++++++++--------
 .../v5/kernel/socket/SocketConfigSpec.scala     | 23 ++++++++--------
 .../v5/kernel/socket/SocketConnectionSpec.scala | 23 ++++++++--------
 .../v5/kernel/socket/SocketFactorySpec.scala    | 23 ++++++++--------
 .../protocol/v5/kernel/socket/StdinSpec.scala   | 13 +++++----
 .../protocol/v5/magic/MagicParserSpec.scala     | 17 ++++++++++++
 .../protocol/v5/magic/PostProcessorSpec.scala   | 17 ++++++++++++
 .../v5/relay/ExecuteRequestRelaySpec.scala      | 23 ++++++++--------
 .../v5/relay/KernelMessageRelaySpec.scala       | 23 ++++++++--------
 .../v5/stream/KernelInputStreamSpec.scala       | 13 +++++----
 .../v5/stream/KernelOuputStreamSpec.scala       | 23 ++++++++--------
 .../toree/magic/builtin/AddDepsSpec.scala       | 23 ++++++++--------
 .../apache/toree/magic/builtin/AddJarSpec.scala | 23 ++++++++--------
 .../toree/magic/builtin/BuiltinLoaderSpec.scala | 23 ++++++++--------
 .../apache/toree/magic/builtin/HtmlSpec.scala   | 23 ++++++++--------
 .../toree/magic/builtin/JavaScriptSpec.scala    | 23 ++++++++--------
 .../toree/magic/builtin/LSMagicSpec.scala       | 17 ++++++++++++
 .../apache/toree/magic/builtin/RDDSpec.scala    | 23 ++++++++--------
 .../apache/toree/utils/json/RddToJsonSpec.scala | 23 ++++++++--------
 .../scala/system/KernelCommSpecForSystem.scala  | 13 +++++----
 .../src/test/scala/system/SuiteForSystem.scala  | 17 ++++++++++++
 .../src/test/scala/system/TruncationTests.scala | 13 +++++----
 .../scala/test/utils/DummyInterpreter.scala     | 17 ++++++++++++
 .../src/test/scala/test/utils/ErrorActor.scala  | 23 ++++++++--------
 .../test/utils/NoArgSparkKernelTestKit.scala    | 13 +++++----
 .../scala/test/utils/SparkContextProvider.scala | 23 ++++++++--------
 .../scala/test/utils/SparkKernelDeployer.scala  | 13 +++++----
 .../src/test/scala/test/utils/StackActor.scala  | 23 ++++++++--------
 .../scala/test/utils/TestProbeProxyActor.scala  | 23 ++++++++--------
 macros/build.sbt                                | 13 +++++----
 macros/project/plugins.sbt                      | 13 +++++----
 .../apache/toree/annotations/Experimental.scala | 15 ++++++----
 project/Build.scala                             | 21 +++++++-------
 project/Common.scala                            | 21 +++++++-------
 project/build.properties                        | 17 ++++++++++++
 project/plugins.sbt                             | 24 ++++++++--------
 protocol/build.sbt                              | 23 ++++++++--------
 protocol/project/plugins.sbt                    | 23 ++++++++--------
 .../org/apache/toree/comm/CommCallbacks.scala   | 15 ++++++----
 .../org/apache/toree/comm/CommManager.scala     | 13 +++++----
 .../org/apache/toree/comm/CommRegistrar.scala   | 15 ++++++----
 .../org/apache/toree/comm/CommStorage.scala     | 13 +++++----
 .../org/apache/toree/comm/CommWriter.scala      | 15 ++++++----
 .../toree/kernel/protocol/v5/Header.scala       | 23 ++++++++--------
 .../kernel/protocol/v5/HeaderBuilder.scala      | 23 ++++++++--------
 .../toree/kernel/protocol/v5/KMBuilder.scala    | 23 ++++++++--------
 .../kernel/protocol/v5/KernelMessage.scala      | 23 ++++++++--------
 .../protocol/v5/KernelMessageContent.scala      | 23 ++++++++--------
 .../kernel/protocol/v5/SparkKernelInfo.scala    | 23 ++++++++--------
 .../protocol/v5/content/ClearOutput.scala       | 23 ++++++++--------
 .../kernel/protocol/v5/content/CommClose.scala  | 23 ++++++++--------
 .../protocol/v5/content/CommContent.scala       | 25 +++++++++--------
 .../kernel/protocol/v5/content/CommMsg.scala    | 23 ++++++++--------
 .../kernel/protocol/v5/content/CommOpen.scala   | 23 ++++++++--------
 .../protocol/v5/content/CompleteReply.scala     | 23 ++++++++--------
 .../protocol/v5/content/CompleteRequest.scala   | 23 ++++++++--------
 .../protocol/v5/content/ConnectReply.scala      | 23 ++++++++--------
 .../protocol/v5/content/ConnectRequest.scala    | 23 ++++++++--------
 .../protocol/v5/content/DisplayData.scala       | 23 ++++++++--------
 .../protocol/v5/content/ErrorContent.scala      | 23 ++++++++--------
 .../protocol/v5/content/ExecuteInput.scala      | 23 ++++++++--------
 .../protocol/v5/content/ExecuteReply.scala      | 23 ++++++++--------
 .../protocol/v5/content/ExecuteRequest.scala    | 23 ++++++++--------
 .../protocol/v5/content/ExecuteResult.scala     | 23 ++++++++--------
 .../protocol/v5/content/HistoryReply.scala      | 23 ++++++++--------
 .../protocol/v5/content/HistoryRequest.scala    | 23 ++++++++--------
 .../kernel/protocol/v5/content/InputReply.scala | 13 +++++----
 .../protocol/v5/content/InputRequest.scala      | 13 +++++----
 .../protocol/v5/content/InspectReply.scala      | 23 ++++++++--------
 .../protocol/v5/content/InspectRequest.scala    | 23 ++++++++--------
 .../protocol/v5/content/KernelInfoReply.scala   | 23 ++++++++--------
 .../protocol/v5/content/KernelInfoRequest.scala | 23 ++++++++--------
 .../protocol/v5/content/KernelStatus.scala      | 23 ++++++++--------
 .../protocol/v5/content/ShutdownReply.scala     | 13 +++++----
 .../protocol/v5/content/ShutdownRequest.scala   | 23 ++++++++--------
 .../protocol/v5/content/StreamContent.scala     | 23 ++++++++--------
 .../kernel/protocol/v5/content/TypeString.scala | 13 +++++----
 .../kernel/protocol/v5/content/package.scala    | 23 ++++++++--------
 .../toree/kernel/protocol/v5/package.scala      | 23 ++++++++--------
 .../scala/org/apache/toree/utils/LogLike.scala  | 13 +++++----
 .../apache/toree/comm/CommCallbacksSpec.scala   | 13 +++++----
 .../org/apache/toree/comm/CommManagerSpec.scala | 13 +++++----
 .../apache/toree/comm/CommRegistrarSpec.scala   | 13 +++++----
 .../org/apache/toree/comm/CommStorageSpec.scala | 13 +++++----
 .../org/apache/toree/comm/CommWriterSpec.scala  | 15 ++++++----
 .../kernel/protocol/v5/HeaderBuilderSpec.scala  | 23 ++++++++--------
 .../toree/kernel/protocol/v5/HeaderSpec.scala   | 23 ++++++++--------
 .../kernel/protocol/v5/KMBuilderSpec.scala      | 23 ++++++++--------
 .../protocol/v5/content/ClearOutputSpec.scala   | 23 ++++++++--------
 .../protocol/v5/content/CommCloseSpec.scala     | 23 ++++++++--------
 .../protocol/v5/content/CommMsgSpec.scala       | 23 ++++++++--------
 .../protocol/v5/content/CommOpenSpec.scala      | 23 ++++++++--------
 .../v5/content/CompleteReplyErrorSpec.scala     | 23 ++++++++--------
 .../v5/content/CompleteReplyOkSpec.scala        | 23 ++++++++--------
 .../protocol/v5/content/CompleteReplySpec.scala | 23 ++++++++--------
 .../v5/content/CompleteRequestSpec.scala        | 23 ++++++++--------
 .../protocol/v5/content/ConnectReplySpec.scala  | 23 ++++++++--------
 .../v5/content/ConnectRequestSpec.scala         | 23 ++++++++--------
 .../protocol/v5/content/DisplayDataSpec.scala   | 23 ++++++++--------
 .../protocol/v5/content/ErrorContentSpec.scala  | 23 ++++++++--------
 .../protocol/v5/content/ExecuteInputSpec.scala  | 23 ++++++++--------
 .../v5/content/ExecuteReplyAbortSpec.scala      | 23 ++++++++--------
 .../v5/content/ExecuteReplyErrorSpec.scala      | 23 ++++++++--------
 .../v5/content/ExecuteReplyOkSpec.scala         | 23 ++++++++--------
 .../protocol/v5/content/ExecuteReplySpec.scala  | 23 ++++++++--------
 .../v5/content/ExecuteRequestSpec.scala         | 23 ++++++++--------
 .../protocol/v5/content/ExecuteResultSpec.scala | 23 ++++++++--------
 .../protocol/v5/content/HistoryReplySpec.scala  | 23 ++++++++--------
 .../v5/content/HistoryRequestSpec.scala         | 23 ++++++++--------
 .../protocol/v5/content/InputReplySpec.scala    | 13 +++++----
 .../protocol/v5/content/InputRequestSpec.scala  | 13 +++++----
 .../v5/content/InspectReplyErrorSpec.scala      | 23 ++++++++--------
 .../v5/content/InspectReplyOkSpec.scala         | 23 ++++++++--------
 .../protocol/v5/content/InspectReplySpec.scala  | 23 ++++++++--------
 .../v5/content/InspectRequestSpec.scala         | 23 ++++++++--------
 .../v5/content/KernelInfoReplySpec.scala        | 23 ++++++++--------
 .../v5/content/KernelInfoRequestSpec.scala      | 23 ++++++++--------
 .../protocol/v5/content/KernelStatusSpec.scala  | 23 ++++++++--------
 .../protocol/v5/content/ShutdownReplySpec.scala | 23 ++++++++--------
 .../v5/content/ShutdownRequestSpec.scala        | 23 ++++++++--------
 .../protocol/v5/content/StreamContentSpec.scala | 23 ++++++++--------
 .../toree/kernel/protocol/v5/package.scala      | 23 ++++++++--------
 pyspark-interpreter/build.sbt                   | 23 ++++++++--------
 .../interpreter/pyspark/PySparkBridge.scala     | 21 +++++++-------
 .../interpreter/pyspark/PySparkException.scala  | 21 +++++++-------
 .../pyspark/PySparkInterpreter.scala            | 21 +++++++-------
 .../interpreter/pyspark/PySparkProcess.scala    | 21 +++++++-------
 .../pyspark/PySparkProcessHandler.scala         | 21 +++++++-------
 .../interpreter/pyspark/PySparkService.scala    | 21 +++++++-------
 .../interpreter/pyspark/PySparkState.scala      | 21 +++++++-------
 .../pyspark/PySparkTransformer.scala            | 21 +++++++-------
 .../interpreter/pyspark/PySparkTypes.scala      | 21 +++++++-------
 .../kernel/interpreter/pyspark/package.scala    | 21 +++++++-------
 .../apache/toree/magic/builtin/PySpark.scala    | 21 +++++++-------
 resources/compile/application.conf              | 13 +++++----
 resources/compile/log4j.properties              | 13 +++++----
 resources/compile/reference.conf                | 13 +++++----
 resources/test/application.conf                 | 13 +++++----
 resources/test/log4j.properties                 | 13 +++++----
 resources/test/reference.conf                   | 13 +++++----
 scala-interpreter/build.sbt                     | 23 ++++++++--------
 .../interpreter/scala/ScalaException.scala      | 21 +++++++-------
 .../interpreter/scala/ScalaInterpreter.scala    | 21 +++++++-------
 .../scala/SettingsProducerLike.scala            | 21 +++++++-------
 .../scala/SparkIMainProducerLike.scala          | 21 +++++++-------
 .../scala/TaskManagerProducerLike.scala         | 21 +++++++-------
 .../org/apache/toree/magic/builtin/Scala.scala  | 21 +++++++-------
 .../AddExternalJarMagicSpecForIntegration.scala | 21 +++++++-------
 .../scala/ScalaInterpreterSpec.scala            | 21 +++++++-------
 sparkr-interpreter/build.sbt                    | 23 ++++++++--------
 .../src/main/resources/R/log4j.properties       | 21 +++++++-------
 .../src/main/resources/kernelR/sparkr_runner.R  | 23 ++++++++--------
 .../resources/kernelR/sparkr_runner_utils.R     | 27 +++++++++---------
 .../interpreter/sparkr/ReflectiveRBackend.scala | 21 +++++++-------
 .../interpreter/sparkr/SparkRBridge.scala       | 21 +++++++-------
 .../interpreter/sparkr/SparkRException.scala    | 21 +++++++-------
 .../interpreter/sparkr/SparkRInterpreter.scala  | 21 +++++++-------
 .../interpreter/sparkr/SparkRProcess.scala      | 21 +++++++-------
 .../sparkr/SparkRProcessHandler.scala           | 21 +++++++-------
 .../interpreter/sparkr/SparkRService.scala      | 21 +++++++-------
 .../kernel/interpreter/sparkr/SparkRState.scala | 21 +++++++-------
 .../interpreter/sparkr/SparkRTransformer.scala  | 21 +++++++-------
 .../kernel/interpreter/sparkr/SparkRTypes.scala | 21 +++++++-------
 .../kernel/interpreter/sparkr/package.scala     | 21 +++++++-------
 .../org/apache/toree/magic/builtin/SparkR.scala | 21 +++++++-------
 sql-interpreter/build.sbt                       | 23 ++++++++--------
 .../kernel/interpreter/sql/SqlException.scala   | 21 +++++++-------
 .../kernel/interpreter/sql/SqlInterpreter.scala | 21 +++++++-------
 .../kernel/interpreter/sql/SqlService.scala     | 21 +++++++-------
 .../kernel/interpreter/sql/SqlTransformer.scala | 21 +++++++-------
 .../toree/kernel/interpreter/sql/SqlTypes.scala | 21 +++++++-------
 .../org/apache/toree/magic/builtin/Sql.scala    | 21 +++++++-------
 src/test/scala/system/StdinForSystemSpec.scala  | 13 +++++----
 .../root/SparkKernelClientDeployer.scala        | 13 +++++----
 .../test.utils/root/SparkKernelDeployer.scala   | 13 +++++----
 408 files changed, 4471 insertions(+), 3751 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index be9a229..dcb6340 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,9 +1,10 @@
 #
-# Copyright 2014 IBM Corp.
-#
-# Licensed 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
+# 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
 #
@@ -11,7 +12,7 @@
 # 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.
+# limitations under the License
 #
 
 FROM ubuntu:14.04

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 6e23722..3d706df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
 #
-# Copyright 2015 IBM Corp.
-#
-# Licensed 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
+# 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
 #
@@ -11,7 +12,7 @@
 # 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.
+# limitations under the License
 #
 
 .PHONY: help clean clean-dist build dev test test-travis

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index de30874..a9db504 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,3 +1,5 @@
-Spark Kernel
-Copyright 2014 IBM Corp.
+Apache Toree
+Copyright [2016] The Apache Software Foundation
 
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index 6cb3ee5..dddce07 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -1,9 +1,10 @@
 #
-# Copyright 2014 IBM Corp.
-#
-# Licensed 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
+# 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
 #
@@ -11,7 +12,7 @@
 # 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.
+# limitations under the License
 #
 
 # -*- mode: ruby -*-

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/build.sbt
----------------------------------------------------------------------
diff --git a/client/build.sbt b/client/build.sbt
index 4e1aa4c..45003ef 100644
--- a/client/build.sbt
+++ b/client/build.sbt
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 // Update compiler options to allow reflective calls
 scalacOptions += "-language:reflectiveCalls"

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/comm/ClientCommManager.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/comm/ClientCommManager.scala b/client/src/main/scala/org/apache/toree/comm/ClientCommManager.scala
index 196bc09..51a4f1b 100644
--- a/client/src/main/scala/org/apache/toree/comm/ClientCommManager.scala
+++ b/client/src/main/scala/org/apache/toree/comm/ClientCommManager.scala
@@ -1,9 +1,10 @@
 /*
- * Copyright 2014 IBM Corp.
- *
- *  Licensed 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
+ *  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
  *
@@ -11,7 +12,7 @@
  *  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.
+ *  limitations under the License
  */
 
 package org.apache.toree.comm

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/comm/ClientCommWriter.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/comm/ClientCommWriter.scala b/client/src/main/scala/org/apache/toree/comm/ClientCommWriter.scala
index 5259c0f..bc8bf8e 100644
--- a/client/src/main/scala/org/apache/toree/comm/ClientCommWriter.scala
+++ b/client/src/main/scala/org/apache/toree/comm/ClientCommWriter.scala
@@ -1,9 +1,10 @@
 /*
- * Copyright 2014 IBM Corp.
- *
- *  Licensed 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
+ *  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
  *
@@ -11,7 +12,7 @@
  *  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.
+ *  limitations under the License
  */
 
 package org.apache.toree.comm

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/ActorLoader.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/ActorLoader.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/ActorLoader.scala
index 4fa93bc..04a5b20 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/ActorLoader.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/ActorLoader.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/SparkKernelClient.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/SparkKernelClient.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/SparkKernelClient.scala
index 2e1c690..97830d4 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/SparkKernelClient.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/SparkKernelClient.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/Utilities.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/Utilities.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/Utilities.scala
index d31a573..b8e5fa8 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/Utilities.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/Utilities.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/ClientBootstrap.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/ClientBootstrap.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/ClientBootstrap.scala
index 33cc20f..2bff776 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/ClientBootstrap.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/ClientBootstrap.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.boot

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/HandlerInitialization.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/HandlerInitialization.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/HandlerInitialization.scala
index a379a29..fa6af59 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/HandlerInitialization.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/HandlerInitialization.scala
@@ -1,9 +1,10 @@
 /*
- * Copyright 2014 IBM Corp.
- *
- *  Licensed 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
+ *  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
  *
@@ -11,7 +12,7 @@
  *  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.
+ *  limitations under the License
  */
 
 package org.apache.toree.kernel.protocol.v5.client.boot.layers

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/SystemInitialization.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/SystemInitialization.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/SystemInitialization.scala
index 329841e..64ffa5a 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/SystemInitialization.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/boot/layers/SystemInitialization.scala
@@ -1,9 +1,10 @@
 /*
- * Copyright 2014 IBM Corp.
- *
- *  Licensed 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
+ *  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
  *
@@ -11,7 +12,7 @@
  *  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.
+ *  limitations under the License
  */
 
 package org.apache.toree.kernel.protocol.v5.client.boot.layers

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/exception/ShellException.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/exception/ShellException.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/exception/ShellException.scala
index 38936b5..3958105 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/exception/ShellException.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/exception/ShellException.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.exception

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecution.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecution.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecution.scala
index 32815f5..cf40291 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecution.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecution.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.execution

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionManager.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionManager.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionManager.scala
index 3154222..cf6c235 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionManager.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionManager.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.execution

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionTuple.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionTuple.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionTuple.scala
index 0049407..8727d63 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionTuple.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/DeferredExecutionTuple.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.execution

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/ExecuteRequestTuple.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/ExecuteRequestTuple.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/ExecuteRequestTuple.scala
index 044197f..33466fc 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/ExecuteRequestTuple.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/execution/ExecuteRequestTuple.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.execution

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/handler/ExecuteHandler.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/handler/ExecuteHandler.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/handler/ExecuteHandler.scala
index d7b7c9f..9a4c33e 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/handler/ExecuteHandler.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/handler/ExecuteHandler.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.handler

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/HeartbeatClient.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/HeartbeatClient.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/HeartbeatClient.scala
index efd7eb8..fd4c074 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/HeartbeatClient.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/HeartbeatClient.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.socket

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/IOPubClient.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/IOPubClient.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/IOPubClient.scala
index ca4b10d..02f1794 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/IOPubClient.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/IOPubClient.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.socket

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/ShellClient.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/ShellClient.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/ShellClient.scala
index ab3f478..1c1c864 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/ShellClient.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/ShellClient.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.socket

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConfig.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConfig.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConfig.scala
index 14f21fd..4931568 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConfig.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConfig.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.socket

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConnection.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConnection.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConnection.scala
index da9b02a..8a479c0 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConnection.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketConnection.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.socket

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketFactory.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketFactory.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketFactory.scala
index 087cdbc..1d39047 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketFactory.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/SocketFactory.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package org.apache.toree.kernel.protocol.v5.client.socket

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/StdinClient.scala
----------------------------------------------------------------------
diff --git a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/StdinClient.scala b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/StdinClient.scala
index e70ec32..69b74c4 100644
--- a/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/StdinClient.scala
+++ b/client/src/main/scala/org/apache/toree/kernel/protocol/v5/client/socket/StdinClient.scala
@@ -1,9 +1,10 @@
 /*
- * Copyright 2015 IBM Corp.
- *
- *  Licensed 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
+ *  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
  *
@@ -11,7 +12,7 @@
  *  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.
+ *  limitations under the License
  */
 
 package org.apache.toree.kernel.protocol.v5.client.socket

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/test/resources/testng.yaml
----------------------------------------------------------------------
diff --git a/client/src/test/resources/testng.yaml b/client/src/test/resources/testng.yaml
index b1ec4c8..dee30fe 100644
--- a/client/src/test/resources/testng.yaml
+++ b/client/src/test/resources/testng.yaml
@@ -1,9 +1,10 @@
 #
-# Copyright 2014 IBM Corp.
-#
-# Licensed 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
+# 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
 #
@@ -11,7 +12,7 @@
 # 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.
+# limitations under the License
 #
 
 name: SparkKernelJavaTests

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/test/scala/examples/DocumentationExamples.scala
----------------------------------------------------------------------
diff --git a/client/src/test/scala/examples/DocumentationExamples.scala b/client/src/test/scala/examples/DocumentationExamples.scala
index dd2a8f7..3d67f20 100644
--- a/client/src/test/scala/examples/DocumentationExamples.scala
+++ b/client/src/test/scala/examples/DocumentationExamples.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package examples

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/test/scala/examples/ScalaSparkClientUsage.scala
----------------------------------------------------------------------
diff --git a/client/src/test/scala/examples/ScalaSparkClientUsage.scala b/client/src/test/scala/examples/ScalaSparkClientUsage.scala
index 6d38c43..5f5e15f 100644
--- a/client/src/test/scala/examples/ScalaSparkClientUsage.scala
+++ b/client/src/test/scala/examples/ScalaSparkClientUsage.scala
@@ -1,17 +1,18 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
 package examples

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/test/scala/integration/unused.integration.socket/ClientToHeartbeatSpecForIntegration.scala
----------------------------------------------------------------------
diff --git a/client/src/test/scala/integration/unused.integration.socket/ClientToHeartbeatSpecForIntegration.scala b/client/src/test/scala/integration/unused.integration.socket/ClientToHeartbeatSpecForIntegration.scala
index dc6c047..ea7f1ac 100644
--- a/client/src/test/scala/integration/unused.integration.socket/ClientToHeartbeatSpecForIntegration.scala
+++ b/client/src/test/scala/integration/unused.integration.socket/ClientToHeartbeatSpecForIntegration.scala
@@ -1,19 +1,22 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
+
+
 /*
 package integration.socket
 

http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/c3b736a4/client/src/test/scala/integration/unused.integration.socket/ClientToIOPubSpecForIntegration.scala
----------------------------------------------------------------------
diff --git a/client/src/test/scala/integration/unused.integration.socket/ClientToIOPubSpecForIntegration.scala b/client/src/test/scala/integration/unused.integration.socket/ClientToIOPubSpecForIntegration.scala
index b4fe468..3ca125e 100644
--- a/client/src/test/scala/integration/unused.integration.socket/ClientToIOPubSpecForIntegration.scala
+++ b/client/src/test/scala/integration/unused.integration.socket/ClientToIOPubSpecForIntegration.scala
@@ -1,19 +1,22 @@
 /*
- * Copyright 2014 IBM Corp.
+ *  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
  *
- * Licensed 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
  *
- *     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.
+ *  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
  */
 
+
+
 /*
 package integration.socket