summaryrefslogtreecommitdiffstats
path: root/sl4a
diff options
context:
space:
mode:
authortturney <tturney@google.com>2015-12-28 17:53:09 -0800
committertturney <tturney@google.com>2015-12-28 18:41:50 -0800
commitdd8169b876bbfb86f37319d0fafd3134029824fe (patch)
treeafd607dc12eb254099a76ada9782fe9a6d24e1fe /sl4a
parent838d8796c0bbf7948b4dc318b3c46a1346403f53 (diff)
downloadplatform_packages_apps_Test_connectivity-dd8169b876bbfb86f37319d0fafd3134029824fe.tar.gz
platform_packages_apps_Test_connectivity-dd8169b876bbfb86f37319d0fafd3134029824fe.tar.bz2
platform_packages_apps_Test_connectivity-dd8169b876bbfb86f37319d0fafd3134029824fe.zip
Update copyright to 2016
Change-Id: I55eb853ab75243067a3f5edf771326c4665e5ad8
Diffstat (limited to 'sl4a')
-rw-r--r--sl4a/Common/Android.mk2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/BaseApplication.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/Constants.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/Exec.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/FeaturedInterpreters.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/FutureActivityTaskExecutor.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/IntentBuilders.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/Process.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/Version.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/activity/FutureActivity.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/event/Event.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ActivityResultFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/AndroidFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ApplicationManagerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/BatteryManagerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/CameraFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/CommonIntentsFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ConnectivityManagerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ContactsFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/DisplayFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/EventFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/EventServer.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/EyesFreeFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManager.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManagerFactory.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/LocationFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/PreferencesFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/SensorManagerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/SettingsFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/SignalStrengthFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/SmsFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/SpeechRecognitionFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/TextToSpeechFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ToneGeneratorFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/WakeLockFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothA2dpFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothAvrcpFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothBroadcastHelper.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothConnectionFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothDiscoveryHelper.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHidFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHspFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeAdvertiseFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeScanFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothMapFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothPairingHelper.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothRfcommFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattClientFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattServerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/media/AudioManagerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaButtonCallback.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaPlayerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaRecorderFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaScannerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaSessionFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/CarrierConfigFacade.java2
-rwxr-xr-xsl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ImsManagerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/InCallServiceImpl.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/SubscriptionManagerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomCallFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomManagerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyConstants.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyManagerFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyStateListeners.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyUtils.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ui/AlertDialogTask.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DatePickerDialogTask.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DialogTask.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ui/FullScreenTask.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ProgressDialogTask.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ui/SeekBarDialogTask.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ui/TimePickerDialogTask.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ui/UiFacade.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ViewInflater.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/future/FutureActivityTask.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/interpreter/InProcessInterpreter.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/interpreter/Interpreter.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/interpreter/InterpreterConfiguration.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlActivityTask.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlInterpreter.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/ShellInterpreter.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonBuilder.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcResult.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcServer.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiver.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManager.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManagerFactory.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/BeanShellLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/HtmlLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/JavaScriptLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/Language.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/LuaLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/PerlLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/PhpLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/PythonLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/RubyLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/ShellLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/SleepLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/SquirrelLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/SupportedLanguages.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/language/TclLanguage.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/Converter.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/MethodDescriptor.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/ParameterDescriptor.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/Rpc.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDefault.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDeprecated.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcError.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcMinSdk.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcName.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcOptional.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcParameter.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStartEvent.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStopEvent.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/trigger/ScriptTrigger.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/trigger/Trigger.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/trigger/TriggerRepository.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/util/VisibleForTesting.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/webcam/JpegProvider.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/webcam/MjpegServer.java2
-rw-r--r--sl4a/Common/src/com/googlecode/android_scripting/webcam/WebCamFacade.java2
-rw-r--r--sl4a/InterpreterForAndroid/Android.mk2
-rw-r--r--sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/AsyncTaskListener.java2
-rw-r--r--sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterInstaller.java2
-rw-r--r--sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterUninstaller.java2
-rw-r--r--sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/UrlDownloaderTask.java2
-rw-r--r--sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ZipExtractorTask.java2
-rw-r--r--sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/Main.java2
-rw-r--r--sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/InterpreterProvider.java2
-rw-r--r--sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/Sl4aHostedInterpreter.java2
-rw-r--r--sl4a/ScriptingLayer/Android.mk2
-rw-r--r--sl4a/ScriptingLayer/src/com/googlecode/android_scripting/AndroidProxy.java2
-rw-r--r--sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptLauncher.java2
-rw-r--r--sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptProcess.java2
-rw-r--r--sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptStorageAdapter.java2
-rw-r--r--sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/FacadeConfiguration.java2
-rw-r--r--sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/InterpreterProcess.java2
-rw-r--r--sl4a/ScriptingLayer/src/com/googlecode/android_scripting/trigger/EventGenerationControllingObserver.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/Android.mk2
-rw-r--r--sl4a/ScriptingLayerForAndroid/AndroidManifest.xml2
-rw-r--r--sl4a/ScriptingLayerForAndroid/jni/Android.mk2
-rw-r--r--sl4a/ScriptingLayerForAndroid/jni/com_googlecode_android_scripting_Exec.cpp2
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml2
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/values/arrays.xml2
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/values/strings.xml2
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml2
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml2
-rw-r--r--sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ActivityFlinger.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ScriptListAdapter.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/Sl4aApplication.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiBrowser.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiPrompt.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/BluetoothDeviceList.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/CustomizeWindow.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterManager.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterPicker.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/LogcatViewer.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/Preferences.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptEditor.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptManager.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptPicker.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptProcessMonitor.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerService.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerServiceLauncher.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptsLiveFolder.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ServiceUtils.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerManager.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerService.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/DurationPickerDialog.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/LocaleReceiver.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ApiProvider.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ScriptProvider.java2
-rw-r--r--sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/TelephonyTestProvider.java2
-rw-r--r--sl4a/Utils/Android.mk2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/ConvertUtils.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/FileUtils.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/ForegroundService.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/IoUtils.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/Log.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/MainThread.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/NotificationIdFactory.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/SimpleServer.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/SingleThreadExecutor.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/exception/Sl4aException.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/future/FutureResult.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/interpreter/ExternalClassLoader.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterConstants.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterDescriptor.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterPropertyNames.java2
-rw-r--r--sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterUtils.java2
-rw-r--r--sl4a/Utils/src/com/trilead/ssh2/StreamGobbler.java2
193 files changed, 193 insertions, 193 deletions
diff --git a/sl4a/Common/Android.mk b/sl4a/Common/Android.mk
index a5a7479..fc92181 100644
--- a/sl4a/Common/Android.mk
+++ b/sl4a/Common/Android.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2015 Google, Inc.
+# Copyright (C) 2016 Google, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/BaseApplication.java b/sl4a/Common/src/com/googlecode/android_scripting/BaseApplication.java
index fce1f44..f0b6905 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/BaseApplication.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/BaseApplication.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/Constants.java b/sl4a/Common/src/com/googlecode/android_scripting/Constants.java
index dc55c7e..4b18bba 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/Constants.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/Constants.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/Exec.java b/sl4a/Common/src/com/googlecode/android_scripting/Exec.java
index cb95439..bb055cb 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/Exec.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/Exec.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/FeaturedInterpreters.java b/sl4a/Common/src/com/googlecode/android_scripting/FeaturedInterpreters.java
index 1d0eb90..005560b 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/FeaturedInterpreters.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/FeaturedInterpreters.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/FutureActivityTaskExecutor.java b/sl4a/Common/src/com/googlecode/android_scripting/FutureActivityTaskExecutor.java
index cb0371a..374d122 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/FutureActivityTaskExecutor.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/FutureActivityTaskExecutor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/IntentBuilders.java b/sl4a/Common/src/com/googlecode/android_scripting/IntentBuilders.java
index f129a41..a2d7c9c 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/IntentBuilders.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/IntentBuilders.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/Process.java b/sl4a/Common/src/com/googlecode/android_scripting/Process.java
index 8fbfe39..25a80be 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/Process.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/Process.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/Version.java b/sl4a/Common/src/com/googlecode/android_scripting/Version.java
index d35e003..4ef9fff 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/Version.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/Version.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/activity/FutureActivity.java b/sl4a/Common/src/com/googlecode/android_scripting/activity/FutureActivity.java
index d2cdef2..4e1a075 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/activity/FutureActivity.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/activity/FutureActivity.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/event/Event.java b/sl4a/Common/src/com/googlecode/android_scripting/event/Event.java
index 0a23c54..3c0baf4 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/event/Event.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/event/Event.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ActivityResultFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ActivityResultFacade.java
index f0e3d62..8ba88c2 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ActivityResultFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ActivityResultFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/AndroidFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/AndroidFacade.java
index 0ba729d..3adbe19 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/AndroidFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/AndroidFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ApplicationManagerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ApplicationManagerFacade.java
index 008e8e2..69ed5ad 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ApplicationManagerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ApplicationManagerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/BatteryManagerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/BatteryManagerFacade.java
index 093da18..cae41b7 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/BatteryManagerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/BatteryManagerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/CameraFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/CameraFacade.java
index b796455..425085e 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/CameraFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/CameraFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/CommonIntentsFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/CommonIntentsFacade.java
index 9c678fe..a7970e0 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/CommonIntentsFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/CommonIntentsFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ConnectivityManagerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ConnectivityManagerFacade.java
index 5c21f05..66ca48c 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ConnectivityManagerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ConnectivityManagerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ContactsFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ContactsFacade.java
index eb0c7ea..f515b87 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ContactsFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ContactsFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/DisplayFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/DisplayFacade.java
index a321a26..9e65444 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/DisplayFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/DisplayFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/EventFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/EventFacade.java
index adb9358..46c0fbc 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/EventFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/EventFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/EventServer.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/EventServer.java
index 2c8742f..842c4f1 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/EventServer.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/EventServer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/EyesFreeFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/EyesFreeFacade.java
index b32bf06..23aa92f 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/EyesFreeFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/EyesFreeFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManager.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManager.java
index dc7f19d..90de7f9 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManager.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManagerFactory.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManagerFactory.java
index 0c8c51a..e436d03 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManagerFactory.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/FacadeManagerFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/LocationFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/LocationFacade.java
index 6f17d3f..70ed2c7 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/LocationFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/LocationFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/PreferencesFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/PreferencesFacade.java
index 8d39d2b..d6733b5 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/PreferencesFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/PreferencesFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/SensorManagerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/SensorManagerFacade.java
index b836457..8c8c2a4 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/SensorManagerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/SensorManagerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/SettingsFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/SettingsFacade.java
index 806b266..42e2fd9 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/SettingsFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/SettingsFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/SignalStrengthFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/SignalStrengthFacade.java
index e650d11..bbadedf 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/SignalStrengthFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/SignalStrengthFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/SmsFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/SmsFacade.java
index cf90fb6..d2499f4 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/SmsFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/SmsFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/SpeechRecognitionFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/SpeechRecognitionFacade.java
index 5535f97..e151be1 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/SpeechRecognitionFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/SpeechRecognitionFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/TextToSpeechFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/TextToSpeechFacade.java
index cf5a250..1a27468 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/TextToSpeechFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/TextToSpeechFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ToneGeneratorFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ToneGeneratorFacade.java
index b0c5240..b5cedaf 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ToneGeneratorFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ToneGeneratorFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/WakeLockFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/WakeLockFacade.java
index b741b7d..966e286 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/WakeLockFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/WakeLockFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothA2dpFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothA2dpFacade.java
index b09e741..0020764 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothA2dpFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothA2dpFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothAvrcpFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothAvrcpFacade.java
index f702001..97dcdff 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothAvrcpFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothAvrcpFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothBroadcastHelper.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothBroadcastHelper.java
index ec74520..dc230cb 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothBroadcastHelper.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothBroadcastHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothConnectionFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothConnectionFacade.java
index 8dbe9ac..da1eb3d 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothConnectionFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothConnectionFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothDiscoveryHelper.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothDiscoveryHelper.java
index 0c24188..f625f03 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothDiscoveryHelper.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothDiscoveryHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothFacade.java
index 8a7bfe1..798c323 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHidFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHidFacade.java
index 2499229..0eebc88 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHidFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHidFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHspFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHspFacade.java
index d1dec4d..f4514cc 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHspFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothHspFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeAdvertiseFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeAdvertiseFacade.java
index 44b8443..61fdedf 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeAdvertiseFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeAdvertiseFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeScanFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeScanFacade.java
index caf91e1..97fd530 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeScanFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothLeScanFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothMapFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothMapFacade.java
index 2ccf25b..f1a593d 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothMapFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothMapFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothPairingHelper.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothPairingHelper.java
index a5c95e6..dbefd70 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothPairingHelper.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothPairingHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothRfcommFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothRfcommFacade.java
index cc2e08f..7920523 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothRfcommFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/BluetoothRfcommFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattClientFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattClientFacade.java
index dddc224..16e2fc4 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattClientFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattClientFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattServerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattServerFacade.java
index a191a73..910b11c 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattServerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/GattServerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/AudioManagerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/AudioManagerFacade.java
index d5820c1..cdd6bd0 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/AudioManagerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/AudioManagerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaButtonCallback.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaButtonCallback.java
index 2f2c02f..fc7c11e 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaButtonCallback.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaButtonCallback.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaPlayerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaPlayerFacade.java
index 589fd06..df0b494 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaPlayerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaPlayerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaRecorderFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaRecorderFacade.java
index 651b5af..2e50804 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaRecorderFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaRecorderFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaScannerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaScannerFacade.java
index c17859a..3f43c99 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaScannerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaScannerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaSessionFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaSessionFacade.java
index 1707032..fb0a977 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaSessionFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/media/MediaSessionFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/CarrierConfigFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/CarrierConfigFacade.java
index e3de959..c02eda7 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/CarrierConfigFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/CarrierConfigFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ImsManagerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ImsManagerFacade.java
index 630e9f8..fe4e1e7 100755
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ImsManagerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ImsManagerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/InCallServiceImpl.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/InCallServiceImpl.java
index 3a95dca..23602c5 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/InCallServiceImpl.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/InCallServiceImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/SubscriptionManagerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/SubscriptionManagerFacade.java
index a7a339d..84f34b8 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/SubscriptionManagerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/SubscriptionManagerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomCallFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomCallFacade.java
index 95beafc..070e649 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomCallFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomCallFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomManagerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomManagerFacade.java
index 5f19dd3..591d5b3 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomManagerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelecomManagerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyConstants.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyConstants.java
index e55edbf..e762f28 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyConstants.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyConstants.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyManagerFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyManagerFacade.java
index fd18996..52759c1 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyManagerFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyManagerFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyStateListeners.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyStateListeners.java
index 8d9bfad..732409e 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyStateListeners.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyStateListeners.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyUtils.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyUtils.java
index 85c5864..878dd3e 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyUtils.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/TelephonyUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/AlertDialogTask.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/AlertDialogTask.java
index 4e1910e..c028a18 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/AlertDialogTask.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/AlertDialogTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DatePickerDialogTask.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DatePickerDialogTask.java
index f193d75..cf0796c 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DatePickerDialogTask.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DatePickerDialogTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DialogTask.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DialogTask.java
index 31e6cd5..ba48fcb 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DialogTask.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/DialogTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/FullScreenTask.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/FullScreenTask.java
index d4b52db..b48a53d 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/FullScreenTask.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/FullScreenTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ProgressDialogTask.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ProgressDialogTask.java
index b8f76c4..8276f0b 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ProgressDialogTask.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ProgressDialogTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/SeekBarDialogTask.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/SeekBarDialogTask.java
index 73f4de1..d536e0f 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/SeekBarDialogTask.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/SeekBarDialogTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/TimePickerDialogTask.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/TimePickerDialogTask.java
index 8a348f6..f43eadd 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/TimePickerDialogTask.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/TimePickerDialogTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/UiFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/UiFacade.java
index f338e08..ddac200 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/UiFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/UiFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ViewInflater.java b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ViewInflater.java
index d60198b..7868935 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ViewInflater.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ViewInflater.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/future/FutureActivityTask.java b/sl4a/Common/src/com/googlecode/android_scripting/future/FutureActivityTask.java
index aabd086..b474736 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/future/FutureActivityTask.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/future/FutureActivityTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/InProcessInterpreter.java b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/InProcessInterpreter.java
index 05515b4..48de556 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/InProcessInterpreter.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/InProcessInterpreter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/Interpreter.java b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/Interpreter.java
index 1b50177..74b04db 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/Interpreter.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/Interpreter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/InterpreterConfiguration.java b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/InterpreterConfiguration.java
index 49840f1..b56d06b 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/InterpreterConfiguration.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/InterpreterConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlActivityTask.java b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlActivityTask.java
index 04d8c52..84eaf1b 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlActivityTask.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlActivityTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlInterpreter.java b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlInterpreter.java
index 8895e8a..3f86ff0 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlInterpreter.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/HtmlInterpreter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/ShellInterpreter.java b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/ShellInterpreter.java
index 327603f..3cb301d 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/ShellInterpreter.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/ShellInterpreter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonBuilder.java b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonBuilder.java
index 8ddd337..7754d3e 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonBuilder.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcResult.java b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcResult.java
index bba44d9..d507c3b 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcResult.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcServer.java b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcServer.java
index f46b4d0..601b967 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcServer.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/JsonRpcServer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiver.java b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiver.java
index 0c3f339..e885422 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiver.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManager.java b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManager.java
index c1e1e76..3f6b105 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManager.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManagerFactory.java b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManagerFactory.java
index 0449dd0..defec5f 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManagerFactory.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/RpcReceiverManagerFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/BeanShellLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/BeanShellLanguage.java
index e27f334..b12daba 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/BeanShellLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/BeanShellLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/HtmlLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/HtmlLanguage.java
index ddf2870..e7abf33 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/HtmlLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/HtmlLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/JavaScriptLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/JavaScriptLanguage.java
index f3ddf08..1eeab31 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/JavaScriptLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/JavaScriptLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/Language.java b/sl4a/Common/src/com/googlecode/android_scripting/language/Language.java
index d76062b..37f3257 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/Language.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/Language.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/LuaLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/LuaLanguage.java
index 4196806..448dbc9 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/LuaLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/LuaLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/PerlLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/PerlLanguage.java
index 16afee1..2e29153 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/PerlLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/PerlLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/PhpLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/PhpLanguage.java
index 919c175..0b5f9d1 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/PhpLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/PhpLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/PythonLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/PythonLanguage.java
index 99dd290..1f35eb4 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/PythonLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/PythonLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/RubyLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/RubyLanguage.java
index 5fafc4d..fe97b92 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/RubyLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/RubyLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/ShellLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/ShellLanguage.java
index d8680c2..6290e82 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/ShellLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/ShellLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/SleepLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/SleepLanguage.java
index 16af07f..a3544ab 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/SleepLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/SleepLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/SquirrelLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/SquirrelLanguage.java
index ca6dbd4..f9b25bf 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/SquirrelLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/SquirrelLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/SupportedLanguages.java b/sl4a/Common/src/com/googlecode/android_scripting/language/SupportedLanguages.java
index 0eca2a0..e496378 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/SupportedLanguages.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/SupportedLanguages.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/language/TclLanguage.java b/sl4a/Common/src/com/googlecode/android_scripting/language/TclLanguage.java
index 909b2ea..bf741dc 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/language/TclLanguage.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/language/TclLanguage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/Converter.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/Converter.java
index 1272f6c..725a1eb 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/Converter.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/Converter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/MethodDescriptor.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/MethodDescriptor.java
index d19c4ab..0a87e81 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/MethodDescriptor.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/MethodDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/ParameterDescriptor.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/ParameterDescriptor.java
index f68b674..d69703d 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/ParameterDescriptor.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/ParameterDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/Rpc.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/Rpc.java
index 0c292d7..8fc932e 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/Rpc.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/Rpc.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDefault.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDefault.java
index aa38a0a..96a1615 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDefault.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDefault.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDeprecated.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDeprecated.java
index 3f6e64d..c717e5d 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDeprecated.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcDeprecated.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcError.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcError.java
index 56b178b..c4591c7 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcError.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcMinSdk.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcMinSdk.java
index 08c8421..82fb3d4 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcMinSdk.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcMinSdk.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcName.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcName.java
index 7744737..ededc7f 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcName.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcName.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcOptional.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcOptional.java
index 665f05c..54b0d88 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcOptional.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcOptional.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcParameter.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcParameter.java
index 5c47b62..65c2bb4 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcParameter.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcParameter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStartEvent.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStartEvent.java
index c1c489b..313df52 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStartEvent.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStartEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStopEvent.java b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStopEvent.java
index 02f30ab..478fd49 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStopEvent.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/rpc/RpcStopEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/trigger/ScriptTrigger.java b/sl4a/Common/src/com/googlecode/android_scripting/trigger/ScriptTrigger.java
index dc60b81..69bdd43 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/trigger/ScriptTrigger.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/trigger/ScriptTrigger.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/trigger/Trigger.java b/sl4a/Common/src/com/googlecode/android_scripting/trigger/Trigger.java
index ac5f281..0f28bc8 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/trigger/Trigger.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/trigger/Trigger.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/trigger/TriggerRepository.java b/sl4a/Common/src/com/googlecode/android_scripting/trigger/TriggerRepository.java
index c5bc622..d16bef1 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/trigger/TriggerRepository.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/trigger/TriggerRepository.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/util/VisibleForTesting.java b/sl4a/Common/src/com/googlecode/android_scripting/util/VisibleForTesting.java
index befd98a..5938f23 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/util/VisibleForTesting.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/util/VisibleForTesting.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/webcam/JpegProvider.java b/sl4a/Common/src/com/googlecode/android_scripting/webcam/JpegProvider.java
index 4a3ba86..d258882 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/webcam/JpegProvider.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/webcam/JpegProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/webcam/MjpegServer.java b/sl4a/Common/src/com/googlecode/android_scripting/webcam/MjpegServer.java
index bba4e4f..b7e9603 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/webcam/MjpegServer.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/webcam/MjpegServer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Common/src/com/googlecode/android_scripting/webcam/WebCamFacade.java b/sl4a/Common/src/com/googlecode/android_scripting/webcam/WebCamFacade.java
index a2de6ca..6dd94b2 100644
--- a/sl4a/Common/src/com/googlecode/android_scripting/webcam/WebCamFacade.java
+++ b/sl4a/Common/src/com/googlecode/android_scripting/webcam/WebCamFacade.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/InterpreterForAndroid/Android.mk b/sl4a/InterpreterForAndroid/Android.mk
index a04d9b4..7f222f6 100644
--- a/sl4a/InterpreterForAndroid/Android.mk
+++ b/sl4a/InterpreterForAndroid/Android.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2015 Google, Inc.
+# Copyright (C) 2016 Google, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/AsyncTaskListener.java b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/AsyncTaskListener.java
index b80315a..068f2c3 100644
--- a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/AsyncTaskListener.java
+++ b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/AsyncTaskListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterInstaller.java b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterInstaller.java
index ce5d5f9..33b29de 100644
--- a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterInstaller.java
+++ b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterInstaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterUninstaller.java b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterUninstaller.java
index dd52864..e6bbb4b 100644
--- a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterUninstaller.java
+++ b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/InterpreterUninstaller.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/UrlDownloaderTask.java b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/UrlDownloaderTask.java
index 93134b4..49a4475 100644
--- a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/UrlDownloaderTask.java
+++ b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/UrlDownloaderTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ZipExtractorTask.java b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ZipExtractorTask.java
index ccc99fe..52f503a 100644
--- a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ZipExtractorTask.java
+++ b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/ZipExtractorTask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/Main.java b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/Main.java
index 402110c..3c24fac 100644
--- a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/Main.java
+++ b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/Main.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/InterpreterProvider.java b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/InterpreterProvider.java
index fc1f0c9..249f787 100644
--- a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/InterpreterProvider.java
+++ b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/InterpreterProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/Sl4aHostedInterpreter.java b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/Sl4aHostedInterpreter.java
index 9d51586..b0b4dce 100644
--- a/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/Sl4aHostedInterpreter.java
+++ b/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/Sl4aHostedInterpreter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayer/Android.mk b/sl4a/ScriptingLayer/Android.mk
index ac430ba..2871eff 100644
--- a/sl4a/ScriptingLayer/Android.mk
+++ b/sl4a/ScriptingLayer/Android.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2015 Google, Inc.
+# Copyright (C) 2016 Google, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/AndroidProxy.java b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/AndroidProxy.java
index cd64700..2255674 100644
--- a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/AndroidProxy.java
+++ b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/AndroidProxy.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptLauncher.java b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptLauncher.java
index 216c7bc..865f077 100644
--- a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptLauncher.java
+++ b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptLauncher.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptProcess.java b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptProcess.java
index 71e639c..607bb64 100644
--- a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptProcess.java
+++ b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptProcess.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptStorageAdapter.java b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptStorageAdapter.java
index ad9ca8d..410e8f0 100644
--- a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptStorageAdapter.java
+++ b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ScriptStorageAdapter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/FacadeConfiguration.java b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/FacadeConfiguration.java
index 1d1ee03..1e9e471 100644
--- a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/FacadeConfiguration.java
+++ b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/FacadeConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/InterpreterProcess.java b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/InterpreterProcess.java
index 04e0462..0427cac 100644
--- a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/InterpreterProcess.java
+++ b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/InterpreterProcess.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/trigger/EventGenerationControllingObserver.java b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/trigger/EventGenerationControllingObserver.java
index 37cd7e6..e3d6254 100644
--- a/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/trigger/EventGenerationControllingObserver.java
+++ b/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/trigger/EventGenerationControllingObserver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/Android.mk b/sl4a/ScriptingLayerForAndroid/Android.mk
index 46ebe79..79f66c3 100644
--- a/sl4a/ScriptingLayerForAndroid/Android.mk
+++ b/sl4a/ScriptingLayerForAndroid/Android.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2015 Google, Inc.
+# Copyright (C) 2016 Google, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/AndroidManifest.xml b/sl4a/ScriptingLayerForAndroid/AndroidManifest.xml
index b9bd59b..6eddb4b 100644
--- a/sl4a/ScriptingLayerForAndroid/AndroidManifest.xml
+++ b/sl4a/ScriptingLayerForAndroid/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
-** Copyright 2015, The Android Open Source Project
+** Copyright 2016, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/jni/Android.mk b/sl4a/ScriptingLayerForAndroid/jni/Android.mk
index 1c5b96c..541aafb 100644
--- a/sl4a/ScriptingLayerForAndroid/jni/Android.mk
+++ b/sl4a/ScriptingLayerForAndroid/jni/Android.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2015 Google, Inc.
+# Copyright (C) 2016 Google, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/jni/com_googlecode_android_scripting_Exec.cpp b/sl4a/ScriptingLayerForAndroid/jni/com_googlecode_android_scripting_Exec.cpp
index 2a099c8..495f27a 100644
--- a/sl4a/ScriptingLayerForAndroid/jni/com_googlecode_android_scripting_Exec.cpp
+++ b/sl4a/ScriptingLayerForAndroid/jni/com_googlecode_android_scripting_Exec.cpp
@@ -1,5 +1,5 @@
//
-// Copyright (C) 2015 Google, Inc.
+// Copyright (C) 2016 Google, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml b/sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml
index 013b7f3..136dcaf 100644
--- a/sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/menu/terminal.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
-** Copyright 2015, The Android Open Source Project
+** Copyright 2016, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/res/values/arrays.xml b/sl4a/ScriptingLayerForAndroid/res/values/arrays.xml
index ad2cbaf..a4e3851 100644
--- a/sl4a/ScriptingLayerForAndroid/res/values/arrays.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/values/arrays.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
-** Copyright 2015, The Android Open Source Project
+** Copyright 2016, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/res/values/strings.xml b/sl4a/ScriptingLayerForAndroid/res/values/strings.xml
index 75f05fc..b95427e 100644
--- a/sl4a/ScriptingLayerForAndroid/res/values/strings.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/values/strings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
-** Copyright 2015, The Android Open Source Project
+** Copyright 2016, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml b/sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml
index 9d49d7b..e0e6d35 100644
--- a/sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/xml/preferences.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
-** Copyright 2015, The Android Open Source Project
+** Copyright 2016, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml b/sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml
index 8b2ca8b..bab5acc 100644
--- a/sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/xml/searchable_apis.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
-** Copyright 2015, The Android Open Source Project
+** Copyright 2016, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml b/sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml
index 77fa204..b0773cc 100644
--- a/sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml
+++ b/sl4a/ScriptingLayerForAndroid/res/xml/searchable_scripts.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
-** Copyright 2015, The Android Open Source Project
+** Copyright 2016, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ActivityFlinger.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ActivityFlinger.java
index 307c8fe..91216ac 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ActivityFlinger.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ActivityFlinger.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ScriptListAdapter.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ScriptListAdapter.java
index a6c4038..d1e6f65 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ScriptListAdapter.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ScriptListAdapter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/Sl4aApplication.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/Sl4aApplication.java
index 784f72e..953c6aa 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/Sl4aApplication.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/Sl4aApplication.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiBrowser.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiBrowser.java
index 8b16cef..8255313 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiBrowser.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiBrowser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiPrompt.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiPrompt.java
index f2e4b96..16bc538 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiPrompt.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ApiPrompt.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/BluetoothDeviceList.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/BluetoothDeviceList.java
index c65d9eb..962f69f 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/BluetoothDeviceList.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/BluetoothDeviceList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/CustomizeWindow.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/CustomizeWindow.java
index 9d34401..897748f 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/CustomizeWindow.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/CustomizeWindow.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterManager.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterManager.java
index b549370..dcba601 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterManager.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterPicker.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterPicker.java
index 1abd9b5..3c7d058 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterPicker.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/InterpreterPicker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/LogcatViewer.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/LogcatViewer.java
index ebcf0ed..7025c23 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/LogcatViewer.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/LogcatViewer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/Preferences.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/Preferences.java
index fc5338b..5197d9e 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/Preferences.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/Preferences.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptEditor.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptEditor.java
index f1f6099..b3bac5b 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptEditor.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptEditor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptManager.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptManager.java
index a7fe38b..adc4bdd 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptManager.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptPicker.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptPicker.java
index 008a643..7be08d2 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptPicker.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptPicker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptProcessMonitor.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptProcessMonitor.java
index 9024a47..26f93d9 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptProcessMonitor.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptProcessMonitor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerService.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerService.java
index 7c6e281..25a15b5 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerService.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerService.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerServiceLauncher.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerServiceLauncher.java
index 690a309..e373670 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerServiceLauncher.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptingLayerServiceLauncher.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptsLiveFolder.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptsLiveFolder.java
index 45b5496..191c641 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptsLiveFolder.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ScriptsLiveFolder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ServiceUtils.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ServiceUtils.java
index 819e8c3..a828a32 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ServiceUtils.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ServiceUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerManager.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerManager.java
index 6aa3cc0..fc37796 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerManager.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerService.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerService.java
index 99b9978..ed9a4bf 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerService.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/TriggerService.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/DurationPickerDialog.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/DurationPickerDialog.java
index 1a42c35..6a53fac 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/DurationPickerDialog.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/DurationPickerDialog.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/LocaleReceiver.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/LocaleReceiver.java
index 23adda8..9c51720 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/LocaleReceiver.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/LocaleReceiver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ApiProvider.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ApiProvider.java
index 5dd2aeb..5bc1754 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ApiProvider.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ApiProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ScriptProvider.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ScriptProvider.java
index ad221f1..0f16e0d 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ScriptProvider.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ScriptProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/TelephonyTestProvider.java b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/TelephonyTestProvider.java
index 8ff0f28..2ab7c24 100644
--- a/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/TelephonyTestProvider.java
+++ b/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/TelephonyTestProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/Android.mk b/sl4a/Utils/Android.mk
index 80e8c80..5417389 100644
--- a/sl4a/Utils/Android.mk
+++ b/sl4a/Utils/Android.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2015 Google, Inc.
+# Copyright (C) 2016 Google, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/ConvertUtils.java b/sl4a/Utils/src/com/googlecode/android_scripting/ConvertUtils.java
index 55610e8..3e6956d 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/ConvertUtils.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/ConvertUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/FileUtils.java b/sl4a/Utils/src/com/googlecode/android_scripting/FileUtils.java
index b7aeb41..67149df 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/FileUtils.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/FileUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/ForegroundService.java b/sl4a/Utils/src/com/googlecode/android_scripting/ForegroundService.java
index 177bbb2..64fbe24 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/ForegroundService.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/ForegroundService.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/IoUtils.java b/sl4a/Utils/src/com/googlecode/android_scripting/IoUtils.java
index 66a4b10..0fd0ca0 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/IoUtils.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/IoUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/Log.java b/sl4a/Utils/src/com/googlecode/android_scripting/Log.java
index bb79498..4947a0c 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/Log.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/Log.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/MainThread.java b/sl4a/Utils/src/com/googlecode/android_scripting/MainThread.java
index e21154c..840c1e7 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/MainThread.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/MainThread.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/NotificationIdFactory.java b/sl4a/Utils/src/com/googlecode/android_scripting/NotificationIdFactory.java
index 14cc11e..911f157 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/NotificationIdFactory.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/NotificationIdFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/SimpleServer.java b/sl4a/Utils/src/com/googlecode/android_scripting/SimpleServer.java
index 6fc0d87..b93b6cb 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/SimpleServer.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/SimpleServer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/SingleThreadExecutor.java b/sl4a/Utils/src/com/googlecode/android_scripting/SingleThreadExecutor.java
index efe6597..7c5b1c5 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/SingleThreadExecutor.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/SingleThreadExecutor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/exception/Sl4aException.java b/sl4a/Utils/src/com/googlecode/android_scripting/exception/Sl4aException.java
index 6e907a1..2f85b4b 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/exception/Sl4aException.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/exception/Sl4aException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/future/FutureResult.java b/sl4a/Utils/src/com/googlecode/android_scripting/future/FutureResult.java
index 43be163..573424c 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/future/FutureResult.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/future/FutureResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/ExternalClassLoader.java b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/ExternalClassLoader.java
index ce46a20..3bbe349 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/ExternalClassLoader.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/ExternalClassLoader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterConstants.java b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterConstants.java
index 36c9e89..b03d0d1 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterConstants.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterConstants.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterDescriptor.java b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterDescriptor.java
index 58c47ae..e7f7519 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterDescriptor.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterPropertyNames.java b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterPropertyNames.java
index 27f9181..b09fcc2 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterPropertyNames.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterPropertyNames.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterUtils.java b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterUtils.java
index 3459fd8..df81261 100644
--- a/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterUtils.java
+++ b/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/InterpreterUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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
diff --git a/sl4a/Utils/src/com/trilead/ssh2/StreamGobbler.java b/sl4a/Utils/src/com/trilead/ssh2/StreamGobbler.java
index ea4714f..83a24fa 100644
--- a/sl4a/Utils/src/com/trilead/ssh2/StreamGobbler.java
+++ b/sl4a/Utils/src/com/trilead/ssh2/StreamGobbler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 Google Inc.
+ * Copyright (C) 2016 Google Inc.
*
* 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