From e6576ecd9b4d24b42fd82b878c78f1f9af95b160 Mon Sep 17 00:00:00 2001
From: balaskoa <jeno.balasko@ericsson.com>
Date: Tue, 11 Oct 2016 14:58:47 +0200
Subject: [PATCH] Copyright update 1 (2016)

Signed-off-by: balaskoa <jeno.balasko@ericsson.com>
---
 Regression_test_project/src/MyExample.cfg                   | 2 +-
 Regression_test_project/src/MyExample.ttcn                  | 2 +-
 Regression_test_project/src/PCOType.cc                      | 2 +-
 Regression_test_project/src/PCOType.hh                      | 2 +-
 .../src/code_smells/altstep_coverage/altsteps.ttcn          | 2 +-
 .../src/code_smells/circular_importation/import_cycle.ttcn  | 2 +-
 .../src/code_smells/circular_importation/import_jang.ttcn   | 2 +-
 .../src/code_smells/circular_importation/import_jin.ttcn    | 2 +-
 .../src/code_smells/empty_statement_block/block.ttcn        | 2 +-
 .../src/code_smells/goto/say_no_to_goto.ttcn                | 2 +-
 .../src/code_smells/if_instead_altguard/altguard.ttcn       | 2 +-
 .../if_instead_receive_template/receive_template.ttcn       | 2 +-
 .../src/code_smells/if_without_else/ifelse.ttcn             | 2 +-
 .../incorrect_shift_rotate_size/shiftrotate.ttcn            | 2 +-
 .../src/code_smells/infinite_loop/loop.ttcn                 | 2 +-
 .../src/code_smells/logic_inversion/logic.ttcn              | 2 +-
 .../src/code_smells/magic_number/magic_number.ttcn          | 2 +-
 .../src/code_smells/magic_string/magic_string.ttcn          | 2 +-
 .../src/code_smells/missing_friend/buddy.ttcn               | 2 +-
 .../src/code_smells/missing_friend/guy.ttcn                 | 2 +-
 .../src/code_smells/missing_import/imported_2.ttcn          | 2 +-
 .../src/code_smells/missing_import/importer.ttcn            | 2 +-
 .../code_smells/modulename_in_definition/modulename.ttcn    | 2 +-
 .../src/code_smells/nonprivate_private/nonprivate.ttcn      | 2 +-
 .../src/code_smells/nonprivate_private/referrer.ttcn        | 2 +-
 .../src/code_smells/readonly_inout_param/ro_inout.ttcn      | 2 +-
 .../src/code_smells/readonly_loc_variable/ro_loc.ttcn       | 2 +-
 .../src/code_smells/readonly_out_param/ro_out.ttcn          | 2 +-
 .../src/code_smells/receive_any_template/any_template.ttcn  | 2 +-
 .../src/code_smells/setverdict_without_reason/verdict.ttcn  | 2 +-
 .../src/code_smells/sizecheck_in_loop/sizecheck.ttcn        | 2 +-
 .../src/code_smells/stop_in_function/stop_func.ttcn         | 2 +-
 .../src/code_smells/switch_on_boolean/switch_bool.ttcn      | 2 +-
 .../code_smells/too_complex_expression/complex_expr.ttcn    | 2 +-
 .../src/code_smells/too_many_parameters/many_param.ttcn     | 2 +-
 .../code_smells/too_many_statements/many_statements.ttcn    | 2 +-
 .../src/code_smells/typename_in_definition/type_in_def.ttcn | 2 +-
 Regression_test_project/src/code_smells/types.ttcn          | 2 +-
 .../src/code_smells/uncommented_function/no_comment.ttcn    | 2 +-
 .../src/code_smells/uninitialized_variable/init_var.ttcn    | 2 +-
 .../src/code_smells/unnecessary_control/overcomp.ttcn       | 2 +-
 .../src/code_smells/unnecessary_valueof/omit_valueof.ttcn   | 2 +-
 .../unused_function_return_values/omit_retval.ttcn          | 2 +-
 .../code_smells/unused_global_definition/unused_global.ttcn | 2 +-
 .../src/code_smells/unused_import/unused_import.ttcn        | 2 +-
 .../code_smells/unused_local_definition/unused_local.ttcn   | 2 +-
 .../omit_started_retval.ttcn                                | 2 +-
 .../code_smells/visibility_in_definition/visibility.ttcn    | 2 +-
 Regression_test_project/src/graph_tests/test1/src/a.ttcn3   | 2 +-
 Regression_test_project/src/graph_tests/test1/src/b.ttcn3   | 2 +-
 Regression_test_project/src/graph_tests/test1/src/c.ttcn3   | 2 +-
 Regression_test_project/src/graph_tests/test1/src/d.ttcn3   | 2 +-
 Regression_test_project/src/graph_tests/test1/src/e.ttcn3   | 2 +-
 Regression_test_project/src/graph_tests/test1/src/f.ttcn3   | 2 +-
 Regression_test_project/src/graph_tests/test1/src/g.ttcn3   | 2 +-
 .../src/graph_tests/test2/src/A_Module.ttcn3                | 2 +-
 .../src/metrics/AM_Branches/AM_Branches.ttcn                | 2 +-
 .../AM_CyclomaticComplexity/AM_CyclomaticComplexity.ttcn    | 2 +-
 .../src/metrics/AM_InEnvy/AM_InEnvy.ttcn                    | 2 +-
 .../src/metrics/AM_LinesOfCode/AM_LinesOfCode.ttcn          | 2 +-
 .../src/metrics/AM_Nesting/AM_Nesting.ttcn                  | 2 +-
 .../src/metrics/AM_NumberOfParams/AM_NumberOfParams.ttcn    | 2 +-
 .../src/metrics/AM_OutEnvy/AM_OutEnvy.ttcn                  | 2 +-
 .../FM_CyclomaticComplexity/FM_CyclomaticComplexity.ttcn    | 2 +-
 .../FM_DefaultActivations/FM_DefaultActivations.ttcn        | 2 +-
 .../src/metrics/FM_InEnvy/FM_InEnvy.ttcn                    | 2 +-
 .../src/metrics/FM_LinesOfCode/FM_LinesOfCode.ttcn          | 2 +-
 .../src/metrics/FM_Nesting/FM_Nesting.ttcn                  | 2 +-
 .../src/metrics/FM_NumberOfParams/FM_NumberOfParams.ttcn    | 2 +-
 .../src/metrics/FM_OutEnvy/FM_OutEnvy.ttcn                  | 2 +-
 .../src/metrics/FM_ReturnPoints/FM_ReturnPoints.ttcn        | 2 +-
 .../src/metrics/FM_ReturnPoints/FM_ReturnPoints2.ttcn       | 2 +-
 .../metrics/MM_AfferentCoupling/MM_AfferentCoupling.ttcn    | 2 +-
 .../metrics/MM_AfferentCoupling/MM_AfferentCoupling2.ttcn   | 2 +-
 .../metrics/MM_EfferentCoupling/MM_EfferentCoupling.ttcn    | 2 +-
 .../src/metrics/MM_InEnvy/MM_InEnvy.ttcn                    | 2 +-
 .../src/metrics/MM_Instability/MM_Instability.ttcn          | 2 +-
 .../src/metrics/MM_Instability/MM_Instability2.ttcn         | 2 +-
 .../src/metrics/MM_LinesOfCode/MM_LinesOfCode.ttcn          | 2 +-
 .../src/metrics/MM_NofAltsteps/MM_NofAltsteps.ttcn          | 2 +-
 .../src/metrics/MM_NofFixme/MM_NofFixme.ttcn                | 2 +-
 .../src/metrics/MM_NofFunctions/MM_NofFunctions.ttcn        | 2 +-
 .../src/metrics/MM_NofImports/MM_NofImports.ttcn            | 2 +-
 .../src/metrics/MM_NofTestcases/MM_NofTestcases.ttcn        | 2 +-
 .../src/metrics/MM_OutEnvy/MM_OutEnvy.ttcn                  | 2 +-
 .../src/metrics/MM_TimesImported/MM_TimesImported.ttcn      | 2 +-
 .../src/metrics/MM_TimesImported/MM_TimesImportee1.ttcn     | 2 +-
 .../src/metrics/MM_TimesImported/MM_TimesImportee2.ttcn     | 2 +-
 .../TM_CyclomaticComplexity/TM_CyclomaticComplexity.ttcn    | 2 +-
 .../src/metrics/TM_InEnvy/TM_InEnvy.ttcn                    | 2 +-
 .../src/metrics/TM_LinesOfCode/TM_LinesOfCode.ttcn          | 2 +-
 .../src/metrics/TM_Nesting/TM_Nesting.ttcn                  | 2 +-
 .../src/metrics/TM_NumberOfParams/TM_NumberOfParams.ttcn    | 2 +-
 .../src/metrics/TM_OutEnvy/TM_OutEnvy.ttcn                  | 2 +-
 Semantic_Analizer_Tests/cfgFile/included.cfg                | 2 +-
 Semantic_Analizer_Tests/cfgFile/ipv6addresses.cfg           | 2 +-
 .../src/Basic_tests/LazyTryCatchTest.ttcn                   | 2 +-
 .../src/Basic_tests/attribute_tests.ttcn                    | 2 +-
 .../src/Basic_tests/expression_tests.ttcn                   | 2 +-
 .../src/Basic_tests/namingConvention.ttcn                   | 2 +-
 .../src/Basic_tests/negativeTesting.ttcn                    | 2 +-
 .../src/Basic_tests/preprocessor_test/Five.ttcnin           | 2 +-
 .../preprocessor_test/ttcnpp_import_macro_test.ttcnpp       | 2 +-
 .../Basic_tests/preprocessor_test/ttcnpp_imported_B.ttcn    | 2 +-
 .../ttcnpp_marker_test_with_syntax_errors.ttcnpp            | 2 +-
 .../preprocessor_test/ttcnpp_test_imported_A.ttcn           | 2 +-
 .../Basic_tests/preprocessor_test/ttcnpp_test_incl1.ttcnin  | 2 +-
 .../Basic_tests/preprocessor_test/ttcnpp_test_incl2.ttcnin  | 2 +-
 .../Basic_tests/preprocessor_test/ttcnpp_test_main.ttcnpp   | 2 +-
 .../src/Basic_tests/specificValue_template_tests.ttcn       | 2 +-
 .../src/Basic_tests/statement_tests.ttcn                    | 2 +-
 Semantic_Analizer_Tests/src/Basic_tests/subtype_tests.ttcn  | 2 +-
 .../src/Basic_tests/t3doc_explicit_negative_test.ttcn       | 2 +-
 .../src/Basic_tests/t3doc_explicit_test.ttcn                | 2 +-
 .../src/Basic_tests/template_assignment_tests.ttcn          | 2 +-
 .../src/Basic_tests/template_formalparlist_tests.ttcn       | 2 +-
 .../src/Basic_tests/template_specific_test.ttcn             | 2 +-
 .../Basic_tests/templates/all_from/positive/all_from.ttcn   | 2 +-
 .../templates/all_from/positive/all_from_complement.ttcn    | 2 +-
 .../templates/all_from/positive/all_from_permutation.ttcn   | 2 +-
 .../templates/all_from/positive/all_from_subset.ttcn        | 2 +-
 .../templates/all_from/positive/all_from_superset.ttcn      | 2 +-
 .../Basic_tests/templates/all_from/positive/everything.ttcn | 2 +-
 .../Basic_tests/templates/all_from/positive/functions.ttcn  | 2 +-
 .../templates/all_from/positive/imported_templates.ttcn     | 2 +-
 .../src/Basic_tests/templates/all_from/positive/sapc.ttcn   | 2 +-
 .../src/Basic_tests/templates/all_from/positive/types.ttcn  | 2 +-
 .../src/Basic_tests/value_assignment_tests.ttcn             | 2 +-
 Semantic_Analizer_Tests/src/Basic_tests/value_tests.ttcn    | 2 +-
 .../src/Unstructured_tests/Semantic_errors.ttcn             | 2 +-
 .../src/Unstructured_tests/Semantic_errors2.ttcn            | 2 +-
 .../src/Unstructured_tests/Semantic_errors3.ttcn            | 2 +-
 .../src/Unstructured_tests/Semantic_errors4.ttcn            | 2 +-
 .../src/Unstructured_tests/Syntax_warnings.ttcn             | 2 +-
 .../src/Unstructured_tests/Syntax_warnings2.ttcn            | 2 +-
 .../tpdTest/Abstract_Socket_CNL113384.tpd                   | 2 +-
 Semantic_Analizer_Tests/tpdTest/AoC_v1.1.2_CNL113653.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/BFCP_CNL113751.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/BICC_ANSI_CNL113397.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/BICC_Q.1902.1_CNL113359.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/BICC_TTC_CNL113416.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/BSSGP_v10.6.0_CNL113750.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/BSSGP_v9.4.0_CNL113720.tpd  | 2 +-
 .../tpdTest/BSSMAP_v11.2.0_CNL113761.tpd                    | 2 +-
 Semantic_Analizer_Tests/tpdTest/BSSMAP_v8.6.0_CNL113655.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/CAP_v2_v6.4.0_CNL113483.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/CAP_v4.7.0_CNL113425.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.2.0_CNL113572.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.6.0_CNL113721.tpd | 2 +-
 .../tpdTest/CCAPI_MINSAT_60_CNL113601.tpd                   | 2 +-
 Semantic_Analizer_Tests/tpdTest/CDR_v9.12.0_CNL113757.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/CDR_v9.5.0_CNL113712.tpd    | 2 +-
 .../tpdTest/CDR_v9.5.0_SGSN_CNL113728.tpd                   | 2 +-
 Semantic_Analizer_Tests/tpdTest/CIP_CS4.0_CNL113535.tpd     | 2 +-
 .../tpdTest/CIP_Orga_Italy_CNL113701.tpd                    | 2 +-
 Semantic_Analizer_Tests/tpdTest/DHCP_CNL113461.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/DHCPv6_CNL113763.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/DNS_CNL113429.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/DSS1_ETSI_CNL113435.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EAP_CNL113722.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/ECMS_CORBAmsg_CNL113687.tpd | 2 +-
 .../tpdTest/EPTF_Applib_BICC_CNL113711.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_BSSMAP_CNL113608.tpd                | 2 +-
 .../tpdTest/EPTF_Applib_CAI3G_CNL113566.tpd                 | 2 +-
 .../tpdTest/EPTF_Applib_CAP_CNL113662.tpd                   | 2 +-
 .../tpdTest/EPTF_Applib_CAP_Common_CNL113662.tpd            | 2 +-
 .../tpdTest/EPTF_Applib_CAP_v2_CNL113662.tpd                | 2 +-
 .../tpdTest/EPTF_Applib_CAP_v3_CNL113662.tpd                | 2 +-
 .../tpdTest/EPTF_Applib_CAP_v4_CNL113662.tpd                | 2 +-
 .../tpdTest/EPTF_Applib_CAP_v4_v760_CNL113662.tpd           | 2 +-
 .../tpdTest/EPTF_Applib_CIP_All_CNL113666.tpd               | 2 +-
 .../tpdTest/EPTF_Applib_CIP_CNL113666.tpd                   | 2 +-
 .../tpdTest/EPTF_Applib_CIP_Orga_CNL113666.tpd              | 2 +-
 .../tpdTest/EPTF_Applib_DNS_CNL113597.tpd                   | 2 +-
 .../tpdTest/EPTF_Applib_DSS1_CNL113748.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_Diameter_CNL113521.tpd              | 2 +-
 .../tpdTest/EPTF_Applib_EricssonRTC_CNL113683.tpd           | 2 +-
 .../tpdTest/EPTF_Applib_H248_CNL113523.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_HTTP_CNL113618.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_INAP_CNL113596.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_ISUP_CNL113681.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_IUA_CNL113747.tpd                   | 2 +-
 .../tpdTest/EPTF_Applib_LANL2_CNL113698.tpd                 | 2 +-
 .../tpdTest/EPTF_Applib_LNP_CNL113714.tpd                   | 2 +-
 .../tpdTest/EPTF_Applib_MAP_CNL113595.tpd                   | 2 +-
 .../tpdTest/EPTF_Applib_MLSim_CNL113568.tpd                 | 2 +-
 .../tpdTest/EPTF_Applib_MSRP_CNL113564.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_MobileL3_CNL113609.tpd              | 2 +-
 .../tpdTest/EPTF_Applib_RANAP_CNL113647.tpd                 | 2 +-
 .../tpdTest/EPTF_Applib_SDP_CNL113744.tpd                   | 2 +-
 .../tpdTest/EPTF_Applib_SGsAP_CNL113723.tpd                 | 2 +-
 .../tpdTest/EPTF_Applib_SIP_CNL113522.tpd                   | 2 +-
 .../tpdTest/EPTF_Applib_SOAP_CNL113620.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_SRVCC_CNL113741.tpd                 | 2 +-
 .../tpdTest/EPTF_Applib_STUN_CNL113645.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_UPloadCP_CNL113634.tpd              | 2 +-
 .../tpdTest/EPTF_Applib_UserPlane_CNL113724.tpd             | 2 +-
 .../tpdTest/EPTF_Applib_VXML_CNL113565.tpd                  | 2 +-
 .../tpdTest/EPTF_Applib_XCAP_CNL113534.tpd                  | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Base.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Buffer.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CLI.tpd            | 2 +-
 .../tpdTest/EPTF_CLL_CentralScheduling.tpd                  | 2 +-
 .../tpdTest/EPTF_CLL_CentralSchedulingUIHandler.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Common.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_DataSource.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl_UI.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_FBQ.tpd            | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_GUIViewer.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HashMap.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin_UI.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILog.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogBase.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogString.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase_UI.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LoadRegulator.tpd  | 2 +-
 .../tpdTest/EPTF_CLL_LoadRegulatorUI.tpd                    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Client.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Server.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_UI.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NQueue.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NameService.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_PTCDeployment.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RandomNArray.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RedBlackTree.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Rendezvous.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RingBuffer.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Scheduler.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Semaphore.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCapture.tpd    | 2 +-
 .../tpdTest/EPTF_CLL_StatCaptureControl.tpd                 | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCaptureUI.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler_UI.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatManager.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatMeasure.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatReplay.tpd     | 2 +-
 .../tpdTest/EPTF_CLL_TimeProfileEditor.tpd                  | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport.tpd      | 2 +-
 .../tpdTest/EPTF_CLL_TransportRouting.tpd                   | 2 +-
 .../tpdTest/EPTF_CLL_Transport_CommPortIPL4.tpd             | 2 +-
 .../tpdTest/EPTF_CLL_Transport_Common.tpd                   | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL2.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL4.tpd | 2 +-
 .../tpdTest/EPTF_CLL_Transport_MessageBufferManager.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_UIHandler.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable_UI.tpd    | 2 +-
 .../tpdTest/EPTF_CommonTransport_M3_CNL113682.tpd           | 2 +-
 .../tpdTest/EPTF_CommonTransport_SCCP_CNL113610.tpd         | 2 +-
 .../tpdTest/EPTF_CommonTransport_TCAP_CNL113592.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_FreeBusyQueue_demo.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp.tpd             | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AC.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AIR.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ASDP.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ATandT.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_AC.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_SSP.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_WCE.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAI3G.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv2.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv3.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv4.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CCMP.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP_Orga.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLF.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLFv2.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CNS.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCF.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCFclient.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Common.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DIAMETER.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DNS.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DSC.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB_CLI.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EPC.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv2.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv3.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv4.tpd   | 2 +-
 .../tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd                  | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CCA.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CSCF.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_DCC.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_ECC.tpd     | 2 +-
 .../tpdTest/EPTF_GenApp_ETM_HomeZone.tpd                    | 2 +-
 .../tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd                    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_MCC.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP21.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA2.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_H248.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLR.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLRsim.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HTTP.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_INAP.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ISUP.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LDAP.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LNP.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LRF.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LTE.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MABEZ.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MAP.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MGW.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMESim.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMsim.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MRFC.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MSS.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS_noSS7.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWI.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWIAS.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Meta.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NACF.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NASS.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Netconf.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_OCF.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PCRFsim.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_HTTP.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_SIP.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ParlayX.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_RACF.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SCP.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SIP.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SNA.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SOAP.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UAAF.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_USSD.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UserPlane.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VMS.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VXML.tpd        | 2 +-
 .../tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd                 | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_XCAP.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/EPTF_ILog_demo.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/EricssonRTC_CNL113414.tpd   | 2 +-
 .../tpdTest/Ericsson_INAP_CS1plus_CNL113356.tpd             | 2 +-
 .../tpdTest/Ericsson_MAP_v2_CNL113725.tpd                   | 2 +-
 Semantic_Analizer_Tests/tpdTest/GCP_31r1_CNL113364.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/GTP_v9.11.0_CNL113765.tpd   | 2 +-
 .../tpdTest/GTPv2_Sv_v10.5.0_CNL113740.tpd                  | 2 +-
 .../tpdTest/GTPv2_Sv_v11.4.0_CNL113777.tpd                  | 2 +-
 .../tpdTest/GTPv2_Sv_v9.1.0_CNL113703.tpd                   | 2 +-
 .../tpdTest/GTPv2_Sv_v9.7.0_CNL113730.tpd                   | 2 +-
 .../tpdTest/GTPv2_Sv_v9.8.0_CNL113737.tpd                   | 2 +-
 Semantic_Analizer_Tests/tpdTest/GTPv2_v11.x.0_CNL113753.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/GiGnREPLAYasp_CNL113604.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/H225.0_v0298_CNL113354.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/H245_v6_CNL113587.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/H248_v2_CNL113424.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/HTTPmsg_CNL113312.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/IMSA2_CNL113693.tpd         | 2 +-
 Semantic_Analizer_Tests/tpdTest/IOS_HRPD_CLN113752.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/IPL4_EIN_SCTP.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/IPL4asp_CNL113531.tpd       | 2 +-
 .../tpdTest/IPL4asp_CNL113531_Interface.tpd                 | 2 +-
 Semantic_Analizer_Tests/tpdTest/IP_CNL113418.tpd            | 2 +-
 .../tpdTest/IP_Daemon_Dynamic_CNL113739.tpd                 | 2 +-
 .../tpdTest/IP_Daemon_Dynamic_CNL113739_demo.tpd            | 2 +-
 Semantic_Analizer_Tests/tpdTest/ISUP_ANSI_CNL113411.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/ISUP_Q.762_CNL113365.tpd    | 2 +-
 .../tpdTest/ISUP_Q.762_TCOM_CNL113762.tpd                   | 2 +-
 .../tpdTest/ISUP_for_Japan_CNL113727.tpd                    | 2 +-
 Semantic_Analizer_Tests/tpdTest/IUA_CNL113439.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/JSON_v07_2006_CNL113676.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/JUnit.tpd                   | 2 +-
 Semantic_Analizer_Tests/tpdTest/LANL2asp_CNL113519.tpd      | 2 +-
 .../tpdTest/LDAPasp_RFC4511_CNL113513_Functions.tpd         | 2 +-
 .../tpdTest/LDAPasp_RFC4511_CNL113513_TestPort.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/LNP_ANSI_CNL113715.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/LOADMEASasp_CNL113585.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/M2PA_CNL113558.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/M3AP_v9.4.0_CNL113735.tpd   | 2 +-
 .../tpdTest/M3UA_SCTP_Daemon_CNL113487.tpd                  | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_ANSI_v2.0_CNL113673.tpd | 2 +-
 .../tpdTest/MAP_ANSI_v2.0_CNL113673_demo.tpd                | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1.tpd | 2 +-
 .../tpdTest/MAP_Current_CNL113745_1_HLR.tpd                 | 2 +-
 .../tpdTest/MAP_Current_CNL113745_1_v123.tpd                | 2 +-
 .../tpdTest/MAP_Current_CNL113745_1_v123_HLR.tpd            | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_v10.4.0_CNL113736.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_v10.6.0_CNL113764.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_v1_CNL113431.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_v2_CNL113432.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_v6.11.0_CNL113500.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_v6.3.0_CNL113366.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_v7.12.0_CNL113635.tpd   | 2 +-
 .../tpdTest/MAP_v7.12.0_CNL113635_v123.tpd                  | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_v7.8.0_CNL113569.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/MAP_v9.3.0_CNL113710.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/MIME_CNL113352.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/MLSIMPLUSasp_CNL113749.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/MLSIMasp_CNL113538.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/MMLasp_CNL113490.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/MSRP_CNL113467.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/MTP3asp_CNL113337.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/MTP3asp_EIN_CNL113421.tpd   | 2 +-
 .../tpdTest/MobileL3_v10.5.0_CNL113758.tpd                  | 2 +-
 .../tpdTest/MobileL3_v9.5.0_CNL113719.tpd                   | 2 +-
 .../tpdTest/NAS_EPS_v10.6.1_CNL113746.tpd                   | 2 +-
 .../tpdTest/NAS_EPS_v9.7.0_CNL113729.tpd                    | 2 +-
 Semantic_Analizer_Tests/tpdTest/PIM_CNL113733.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/PIPEasp_CNL113334.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/PMIP_v10.5.0_CNL113759.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/PMIP_v8.5.0_CNL113704.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/ParlayX_CNL113540.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/ProtocolModules_Common.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/RANAP_v10.4.0_CNL113742.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/RANAP_v9.5.0_CNL113718.tpd  | 2 +-
 .../tpdTest/RANAP_v9.5.0_CNL113718_demo_RNC_to_RNC.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/ROSE_CNL113369.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/RTP_CNL113392.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/RTSP_CNL113588.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/S1AP_v10.6.0_CNL113756.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/S1AP_v8.7.0_CNL113672.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/S1AP_v9.4.0_CNL113717.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/S1AP_v9.7.0_CNL113732.tpd   | 2 +-
 .../tpdTest/SBC_AP_v10.0.0_CNL113734.tpd                    | 2 +-
 Semantic_Analizer_Tests/tpdTest/SBC_AP_v9.3.0_CNL113731.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/SCCP_CNL113341.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/SCCPasp_CNL113348.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/SCTP_Daemon_CNL113477.tpd   | 2 +-
 .../tpdTest/SCTP_Daemon_Dynamic_CNL113630.tpd               | 2 +-
 Semantic_Analizer_Tests/tpdTest/SCTPasp_CNL113469.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/SDP_CNL113353.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/SGsAP_v9.0.0_CNL113684.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/SIPmsg_CNL113319.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/SNMP_CNL113774.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/SNMPmsg_CNL113344.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/SQLasp_CNL113760.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/SRTP_CNL113769.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/SS7Common_CNL113755.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/SSHCLIENTasp_CNL113484.tpd  | 2 +-
 Semantic_Analizer_Tests/tpdTest/STDINOUTmsg_CNL113642.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/STUN_CNL113644.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/SUA_CNL113478.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/SUA_Daemon_CNL113743.tpd    | 2 +-
 Semantic_Analizer_Tests/tpdTest/SUAasp_CNL113516.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/SUNRPCasp_CNL113493.tpd     | 2 +-
 Semantic_Analizer_Tests/tpdTest/Socket_API_CNL113686.tpd    | 2 +-
 .../tpdTest/SubscriptionHistoryProtocol_1.0_CNL113584.tpd   | 2 +-
 Semantic_Analizer_Tests/tpdTest/TCAP_CNL113342.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/TCAPasp_CNL113349.tpd       | 2 +-
 .../tpdTest/TCCUsefulFunctions_CNL113472_Common.tpd         | 2 +-
 .../tpdTest/TCCUsefulFunctions_CNL113472_IPsec.tpd          | 2 +-
 .../tpdTest/TCCUsefulFunctions_CNL113472_Interface.tpd      | 2 +-
 .../tpdTest/TCCUsefulFunctions_CNL113472_Maths.tpd          | 2 +-
 .../tpdTest/TCCUsefulFunctions_CNL113472_Regexp.tpd         | 2 +-
 .../tpdTest/TCCUsefulFunctions_CNL113472_Security.tpd       | 2 +-
 .../tpdTest/TCCUsefulFunctions_CNL113472_TitanSim.tpd       | 2 +-
 .../tpdTest/TCCUsefulFunctions_CNL113472_XPath.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/TCP_CNL113675.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/TCPasp_CNL113347.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/TELNET_Daemon_CNL113667.tpd | 2 +-
 Semantic_Analizer_Tests/tpdTest/TELNETasp_CNL113320.tpd     | 2 +-
 .../tpdTest/Tariffing_v8.0.0_CNL113654.tpd                  | 2 +-
 .../tpdTest/TitanSim_evolution_files.tpd                    | 2 +-
 .../tpdTest/Trigger_HSS4.2_CNL113583.tpd                    | 2 +-
 Semantic_Analizer_Tests/tpdTest/UDP_CNL113420.tpd           | 2 +-
 Semantic_Analizer_Tests/tpdTest/UDPasp_CNL113346.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/UPloadCP_CNL113633.tpd      | 2 +-
 Semantic_Analizer_Tests/tpdTest/XML_RPC_CNL113488.tpd       | 2 +-
 Semantic_Analizer_Tests/tpdTest/XSDASN_CNL113474.tpd        | 2 +-
 Semantic_Analizer_Tests/tpdTest/XTDP_CNL113663.tpd          | 2 +-
 Semantic_Analizer_Tests/tpdTest/XTDPasp_CNL113494.tpd       | 2 +-
 .../RegressiontestErrorUpdater/src/CheckListGenerator.java  | 2 +-
 Tools/RegressiontestErrorUpdater/src/Error_Message.java     | 2 +-
 automatic_build/README.txt                                  | 2 +-
 automatic_build/build_config.xml                            | 2 +-
 automatic_build/build_import.xml                            | 2 +-
 automatic_build/build_main.xml                              | 2 +-
 automatic_build/build_org.eclipse.titan.common.xml          | 2 +-
 automatic_build/build_org.eclipse.titan.debug.xml           | 2 +-
 automatic_build/build_org.eclipse.titan.designer.xml        | 2 +-
 automatic_build/build_org.eclipse.titan.executor.xml        | 2 +-
 automatic_build/build_org.eclipse.titan.help.xml            | 2 +-
 automatic_build/build_org.eclipse.titan.log.viewer.xml      | 2 +-
 automatic_build/build_org.eclipse.titan.regressiontests.xml | 2 +-
 .../build_org.eclipse.titanium.regressiontests.xml          | 2 +-
 automatic_build/build_org.eclipse.titanium.xml              | 2 +-
 automatic_build/install/install.sh                          | 2 +-
 license.sh                                                  | 2 +-
 org.eclipse.titan.common/README.txt                         | 2 +-
 org.eclipse.titan.common/proguard.cfg                       | 2 +-
 .../src/org/eclipse/titan/common/Activator.java             | 2 +-
 .../src/org/eclipse/titan/common/actions/FormatLog.java     | 2 +-
 .../src/org/eclipse/titan/common/actions/MergeLog.java      | 2 +-
 .../titan/common/fieldeditors/TITANResourceLocator.java     | 2 +-
 .../fieldeditors/TITANResourceLocatorFieldEditor.java       | 2 +-
 .../src/org/eclipse/titan/common/graphics/ImageCache.java   | 2 +-
 .../org/eclipse/titan/common/log/format/LogFormatter.java   | 2 +-
 .../src/org/eclipse/titan/common/log/merge/LogMerger.java   | 2 +-
 .../src/org/eclipse/titan/common/log/merge/LogRecord.java   | 2 +-
 .../src/org/eclipse/titan/common/log/merge/MergeAble.java   | 2 +-
 .../org/eclipse/titan/common/log/merge/TimestampFormat.java | 2 +-
 .../src/org/eclipse/titan/common/logging/ErrorReporter.java | 2 +-
 .../org/eclipse/titan/common/parsers/AddedParseTree.java    | 2 +-
 .../src/org/eclipse/titan/common/parsers/ILexerLogUtil.java | 2 +-
 .../src/org/eclipse/titan/common/parsers/Interval.java      | 2 +-
 .../org/eclipse/titan/common/parsers/IntervalDetector.java  | 2 +-
 .../src/org/eclipse/titan/common/parsers/ParserLogger.java  | 2 +-
 .../eclipse/titan/common/parsers/SyntacticErrorStorage.java | 2 +-
 .../src/org/eclipse/titan/common/parsers/TITANMarker.java   | 2 +-
 .../src/org/eclipse/titan/common/parsers/TitanListener.java | 2 +-
 .../org/eclipse/titan/common/parsers/TokenNameResolver.java | 2 +-
 .../src/org/eclipse/titan/common/parsers/cfg/CFGNumber.java | 2 +-
 .../org/eclipse/titan/common/parsers/cfg/CfgAnalyzer.java   | 2 +-
 .../titan/common/parsers/cfg/CfgDefinitionInformation.java  | 2 +-
 .../org/eclipse/titan/common/parsers/cfg/CfgInterval.java   | 2 +-
 .../titan/common/parsers/cfg/CfgIntervalDetector.java       | 2 +-
 .../org/eclipse/titan/common/parsers/cfg/CfgLocation.java   | 2 +-
 .../eclipse/titan/common/parsers/cfg/CfgParseResult.java    | 2 +-
 .../titan/common/parsers/cfg/CfgParseTreePrinter.java       | 2 +-
 .../eclipse/titan/common/parsers/cfg/ConfigFileHandler.java | 2 +-
 .../titan/common/parsers/cfg/ConfigTreeNodeUtilities.java   | 2 +-
 .../common/parsers/cfg/indices/ComponentSectionHandler.java | 2 +-
 .../common/parsers/cfg/indices/DefineSectionHandler.java    | 2 +-
 .../common/parsers/cfg/indices/ExecuteSectionHandler.java   | 2 +-
 .../parsers/cfg/indices/ExternalCommandSectionHandler.java  | 2 +-
 .../common/parsers/cfg/indices/GroupSectionHandler.java     | 2 +-
 .../common/parsers/cfg/indices/IncludeSectionHandler.java   | 2 +-
 .../titan/common/parsers/cfg/indices/LoggingBit.java        | 2 +-
 .../titan/common/parsers/cfg/indices/LoggingBitHelper.java  | 2 +-
 .../common/parsers/cfg/indices/LoggingSectionHandler.java   | 2 +-
 .../titan/common/parsers/cfg/indices/MCSectionHandler.java  | 2 +-
 .../parsers/cfg/indices/ModuleParameterSectionHandler.java  | 2 +-
 .../cfg/indices/TestportParameterSectionHandler.java        | 2 +-
 .../src/org/eclipse/titan/common/path/PathConverter.java    | 2 +-
 .../src/org/eclipse/titan/common/path/PathUtil.java         | 2 +-
 .../org/eclipse/titan/common/path/TITANPathUtilities.java   | 2 +-
 .../src/org/eclipse/titan/common/path/TitanURIUtil.java     | 2 +-
 .../titan/common/preferences/PreferenceConstants.java       | 2 +-
 .../titan/common/preferences/PreferenceInitializer.java     | 2 +-
 .../common/preferences/pages/TITANCommonPreferencePage.java | 2 +-
 .../org/eclipse/titan/common/product/ProductConstants.java  | 2 +-
 .../org/eclipse/titan/common/product/ProductIdentity.java   | 2 +-
 .../src/org/eclipse/titan/common/usagestats/HttpPoster.java | 2 +-
 .../common/usagestats/InstalledProductInfoCollector.java    | 2 +-
 .../titan/common/usagestats/PlatformDataCollector.java      | 2 +-
 .../titan/common/usagestats/UsageStatInfoCollector.java     | 2 +-
 .../eclipse/titan/common/usagestats/UsageStatSender.java    | 2 +-
 .../src/org/eclipse/titan/common/utils/Appender.java        | 2 +-
 .../src/org/eclipse/titan/common/utils/Assert.java          | 2 +-
 .../src/org/eclipse/titan/common/utils/Cygwin.java          | 2 +-
 .../src/org/eclipse/titan/common/utils/FileUtils.java       | 2 +-
 .../src/org/eclipse/titan/common/utils/IOUtils.java         | 2 +-
 .../src/org/eclipse/titan/common/utils/Joiner.java          | 2 +-
 .../src/org/eclipse/titan/common/utils/MapAppender.java     | 2 +-
 .../src/org/eclipse/titan/common/utils/MapJoiner.java       | 2 +-
 .../src/org/eclipse/titan/common/utils/ObjectUtils.java     | 2 +-
 .../src/org/eclipse/titan/common/utils/ResourceUtils.java   | 2 +-
 .../src/org/eclipse/titan/common/utils/SelectionUtils.java  | 2 +-
 .../org/eclipse/titan/common/utils/StandardCharsets.java    | 2 +-
 .../src/org/eclipse/titan/common/utils/StringUtils.java     | 2 +-
 .../utils/environment/EnvironmentVariableResolver.java      | 2 +-
 .../titan/common/utils/preferences/PreferenceUtils.java     | 2 +-
 .../src/org/eclipse/titan/debug/Activator.java              | 2 +-
 .../org/eclipse/titan/debug/actions/Export_Debug_AST.java   | 2 +-
 .../titan/debug/actions/Export_Debug_AST_Action.java        | 2 +-
 .../org/eclipse/titan/debug/actions/ProjectReAnalyzer.java  | 2 +-
 .../titan/debug/actions/ProjectReAnalyzerEditor.java        | 2 +-
 .../titan/debug/actions/ProjectSemanticReAnalyzer.java      | 2 +-
 org.eclipse.titan.designer/README.txt                       | 2 +-
 org.eclipse.titan.designer/plugin.xml                       | 2 +-
 org.eclipse.titan.designer/proguard.cfg                     | 2 +-
 .../org/eclipse/titan/designer/AST/ASN1/ASN1Assignment.java | 2 +-
 .../eclipse/titan/designer/AST/ASN1/ASN1Assignments.java    | 2 +-
 .../src/org/eclipse/titan/designer/AST/ASN1/ASN1Object.java | 2 +-
 .../src/org/eclipse/titan/designer/AST/ASN1/ASN1Type.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/ASN1/Ass_pard.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/ASN1/Block.java      | 2 +-
 .../eclipse/titan/designer/AST/ASN1/Defined_Reference.java  | 2 +-
 .../src/org/eclipse/titan/designer/AST/ASN1/IASN1Type.java  | 2 +-
 .../eclipse/titan/designer/AST/ASN1/IObjectSet_Element.java | 2 +-
 .../eclipse/titan/designer/AST/ASN1/InformationFromObj.java | 2 +-
 .../eclipse/titan/designer/AST/ASN1/Object/ASN1Objects.java | 2 +-
 .../AST/ASN1/Object/Erroneous_FieldSpecification.java       | 2 +-
 .../eclipse/titan/designer/AST/ASN1/Object/FieldName.java   | 2 +-
 .../titan/designer/AST/ASN1/Object/FieldSetting.java        | 2 +-
 .../titan/designer/AST/ASN1/Object/FieldSetting_Object.java | 2 +-
 .../designer/AST/ASN1/Object/FieldSetting_ObjectSet.java    | 2 +-
 .../titan/designer/AST/ASN1/Object/FieldSetting_Type.java   | 2 +-
 .../titan/designer/AST/ASN1/Object/FieldSetting_Value.java  | 2 +-
 .../titan/designer/AST/ASN1/Object/FieldSpecification.java  | 2 +-
 .../titan/designer/AST/ASN1/Object/FieldSpecifications.java | 2 +-
 .../AST/ASN1/Object/FixedTypeValue_FieldSpecification.java  | 2 +-
 .../designer/AST/ASN1/Object/ObjectClassSyntax_Builder.java | 2 +-
 .../designer/AST/ASN1/Object/ObjectClassSyntax_Node.java    | 2 +-
 .../designer/AST/ASN1/Object/ObjectClassSyntax_Parser.java  | 2 +-
 .../designer/AST/ASN1/Object/ObjectClassSyntax_Visitor.java | 2 +-
 .../designer/AST/ASN1/Object/ObjectClassSyntax_literal.java | 2 +-
 .../designer/AST/ASN1/Object/ObjectClassSyntax_root.java    | 2 +-
 .../AST/ASN1/Object/ObjectClassSyntax_sequence.java         | 2 +-
 .../designer/AST/ASN1/Object/ObjectClassSyntax_setting.java | 2 +-
 .../designer/AST/ASN1/Object/ObjectClass_Definition.java    | 2 +-
 .../titan/designer/AST/ASN1/Object/ObjectClass_refd.java    | 2 +-
 .../AST/ASN1/Object/ObjectSetElementVisitor_checker.java    | 2 +-
 .../Object/ObjectSetElementVisitor_objectCollector.java     | 2 +-
 .../AST/ASN1/Object/ObjectSet_FieldSpecification.java       | 2 +-
 .../designer/AST/ASN1/Object/ObjectSet_definition.java      | 2 +-
 .../titan/designer/AST/ASN1/Object/Object_Definition.java   | 2 +-
 .../designer/AST/ASN1/Object/Object_FieldSpecification.java | 2 +-
 .../titan/designer/AST/ASN1/Object/ReferencedObject.java    | 2 +-
 .../designer/AST/ASN1/Object/Referenced_ObjectSet.java      | 2 +-
 .../designer/AST/ASN1/Object/Type_FieldSpecification.java   | 2 +-
 .../AST/ASN1/Object/Undefined_FieldSpecification.java       | 2 +-
 .../org/eclipse/titan/designer/AST/ASN1/ObjectClass.java    | 2 +-
 .../titan/designer/AST/ASN1/ObjectClass_Assignment.java     | 2 +-
 .../src/org/eclipse/titan/designer/AST/ASN1/ObjectSet.java  | 2 +-
 .../titan/designer/AST/ASN1/ObjectSetElement_Visitor.java   | 2 +-
 .../titan/designer/AST/ASN1/ObjectSet_Assignment.java       | 2 +-
 .../eclipse/titan/designer/AST/ASN1/Object_Assignment.java  | 2 +-
 .../titan/designer/AST/ASN1/Parameterised_Reference.java    | 2 +-
 .../eclipse/titan/designer/AST/ASN1/TableConstraint.java    | 2 +-
 .../eclipse/titan/designer/AST/ASN1/Type_Assignment.java    | 2 +-
 .../titan/designer/AST/ASN1/Undefined_Assignment.java       | 2 +-
 .../designer/AST/ASN1/Undefined_Assignment_OS_or_VS.java    | 2 +-
 .../designer/AST/ASN1/Undefined_Assignment_O_or_V.java      | 2 +-
 .../designer/AST/ASN1/Undefined_Assignment_T_or_OC.java     | 2 +-
 .../titan/designer/AST/ASN1/ValueSet_Assignment.java        | 2 +-
 .../eclipse/titan/designer/AST/ASN1/Value_Assignment.java   | 2 +-
 .../titan/designer/AST/ASN1/definitions/ASN1Module.java     | 2 +-
 .../titan/designer/AST/ASN1/definitions/Exports.java        | 2 +-
 .../titan/designer/AST/ASN1/definitions/ImportModule.java   | 2 +-
 .../titan/designer/AST/ASN1/definitions/Imports.java        | 2 +-
 .../designer/AST/ASN1/definitions/SpecialASN1Module.java    | 2 +-
 .../titan/designer/AST/ASN1/definitions/Symbols.java        | 2 +-
 .../titan/designer/AST/ASN1/definitions/Tag_types.java      | 2 +-
 .../titan/designer/AST/ASN1/types/ASN1_BitString_Type.java  | 2 +-
 .../titan/designer/AST/ASN1/types/ASN1_Choice_Type.java     | 2 +-
 .../titan/designer/AST/ASN1/types/ASN1_Enumerated_Type.java | 2 +-
 .../titan/designer/AST/ASN1/types/ASN1_Enumeration.java     | 2 +-
 .../titan/designer/AST/ASN1/types/ASN1_Integer_Type.java    | 2 +-
 .../titan/designer/AST/ASN1/types/ASN1_Sequence_Type.java   | 2 +-
 .../AST/ASN1/types/ASN1_Set_Seq_Choice_BaseType.java        | 2 +-
 .../titan/designer/AST/ASN1/types/ASN1_Set_Type.java        | 2 +-
 .../org/eclipse/titan/designer/AST/ASN1/types/Any_Type.java | 2 +-
 .../titan/designer/AST/ASN1/types/BMPString_Type.java       | 2 +-
 .../eclipse/titan/designer/AST/ASN1/types/CTs_EE_CTs.java   | 2 +-
 .../titan/designer/AST/ASN1/types/ComponentType.java        | 2 +-
 .../titan/designer/AST/ASN1/types/ComponentTypeList.java    | 2 +-
 .../designer/AST/ASN1/types/ComponentsOfComponentType.java  | 2 +-
 .../titan/designer/AST/ASN1/types/Embedded_PDV_Type.java    | 2 +-
 .../designer/AST/ASN1/types/ExceptionSpecification.java     | 2 +-
 .../titan/designer/AST/ASN1/types/ExtensionAddition.java    | 2 +-
 .../designer/AST/ASN1/types/ExtensionAdditionGroup.java     | 2 +-
 .../titan/designer/AST/ASN1/types/ExtensionAdditions.java   | 2 +-
 .../designer/AST/ASN1/types/ExtensionAndException.java      | 2 +-
 .../titan/designer/AST/ASN1/types/External_Type.java        | 2 +-
 .../titan/designer/AST/ASN1/types/GeneralString_Type.java   | 2 +-
 .../titan/designer/AST/ASN1/types/GeneralizedTime_Type.java | 2 +-
 .../titan/designer/AST/ASN1/types/GraphicString_Type.java   | 2 +-
 .../titan/designer/AST/ASN1/types/IA5String_Type.java       | 2 +-
 .../eclipse/titan/designer/AST/ASN1/types/NULL_Type.java    | 2 +-
 .../titan/designer/AST/ASN1/types/NumericString_Type.java   | 2 +-
 .../designer/AST/ASN1/types/ObjectClassField_Type.java      | 2 +-
 .../designer/AST/ASN1/types/ObjectDescriptor_Type.java      | 2 +-
 .../eclipse/titan/designer/AST/ASN1/types/Open_Type.java    | 2 +-
 .../titan/designer/AST/ASN1/types/PrintableString_Type.java | 2 +-
 .../titan/designer/AST/ASN1/types/RegularComponentType.java | 2 +-
 .../AST/ASN1/types/RelativeObjectIdentifier_Type.java       | 2 +-
 .../titan/designer/AST/ASN1/types/Selection_Type.java       | 2 +-
 .../titan/designer/AST/ASN1/types/TeletexString_Type.java   | 2 +-
 .../eclipse/titan/designer/AST/ASN1/types/UTCTime_Type.java | 2 +-
 .../titan/designer/AST/ASN1/types/UTF8String_Type.java      | 2 +-
 .../titan/designer/AST/ASN1/types/UniversalString_Type.java | 2 +-
 .../designer/AST/ASN1/types/UnrestrictedString_Type.java    | 2 +-
 .../titan/designer/AST/ASN1/types/VideotexString_Type.java  | 2 +-
 .../titan/designer/AST/ASN1/types/VisibleString_Type.java   | 2 +-
 .../titan/designer/AST/ASN1/values/ASN1_Null_Value.java     | 2 +-
 .../titan/designer/AST/ASN1/values/Charsymbols_Value.java   | 2 +-
 .../titan/designer/AST/ASN1/values/ISO2022String_Value.java | 2 +-
 .../eclipse/titan/designer/AST/ASN1/values/Named_Bits.java  | 2 +-
 .../titan/designer/AST/ASN1/values/Named_Integer_Value.java | 2 +-
 .../AST/ASN1/values/RelativeObjectIdentifier_Value.java     | 2 +-
 .../designer/AST/ASN1/values/Undefined_Block_Value.java     | 2 +-
 .../eclipse/titan/designer/AST/ASTLocationChainVisitor.java | 2 +-
 .../titan/designer/AST/ASTLocationConsistencyVisitor.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/ASTNode.java         | 2 +-
 .../src/org/eclipse/titan/designer/AST/ASTVisitor.java      | 2 +-
 .../titan/designer/AST/ASTtoXMLgeneratorVisitor.java        | 2 +-
 .../org/eclipse/titan/designer/AST/ArraySubReference.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/Assignment.java      | 2 +-
 .../src/org/eclipse/titan/designer/AST/Assignments.java     | 2 +-
 .../src/org/eclipse/titan/designer/AST/AtNotation.java      | 2 +-
 .../src/org/eclipse/titan/designer/AST/AtNotations.java     | 2 +-
 .../org/eclipse/titan/designer/AST/BridgingNamedNode.java   | 2 +-
 .../eclipse/titan/designer/AST/CachedReferenceChain.java    | 2 +-
 .../src/org/eclipse/titan/designer/AST/Constraint.java      | 2 +-
 .../src/org/eclipse/titan/designer/AST/Constraints.java     | 2 +-
 .../src/org/eclipse/titan/designer/AST/Error_Setting.java   | 2 +-
 .../org/eclipse/titan/designer/AST/FieldSubReference.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/Governed.java        | 2 +-
 .../src/org/eclipse/titan/designer/AST/GovernedSet.java     | 2 +-
 .../src/org/eclipse/titan/designer/AST/GovernedSimple.java  | 2 +-
 .../src/org/eclipse/titan/designer/AST/Governor.java        | 2 +-
 .../src/org/eclipse/titan/designer/AST/IASTNode.java        | 2 +-
 .../src/org/eclipse/titan/designer/AST/IGoverned.java       | 2 +-
 .../src/org/eclipse/titan/designer/AST/IGovernedSimple.java | 2 +-
 .../src/org/eclipse/titan/designer/AST/IGovernor.java       | 2 +-
 .../eclipse/titan/designer/AST/IIdentifierContainer.java    | 2 +-
 .../src/org/eclipse/titan/designer/AST/ILocateableNode.java | 2 +-
 .../src/org/eclipse/titan/designer/AST/INamedNode.java      | 2 +-
 .../src/org/eclipse/titan/designer/AST/IOutlineElement.java | 2 +-
 .../src/org/eclipse/titan/designer/AST/IReferenceChain.java | 2 +-
 .../eclipse/titan/designer/AST/IReferenceChainElement.java  | 2 +-
 .../eclipse/titan/designer/AST/IReferenceableElement.java   | 2 +-
 .../org/eclipse/titan/designer/AST/IReferencingElement.java | 2 +-
 .../org/eclipse/titan/designer/AST/IReferencingType.java    | 2 +-
 .../src/org/eclipse/titan/designer/AST/ISetting.java        | 2 +-
 .../src/org/eclipse/titan/designer/AST/ISubReference.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/IType.java           | 2 +-
 .../org/eclipse/titan/designer/AST/ITypeWithComponents.java | 2 +-
 .../src/org/eclipse/titan/designer/AST/IValue.java          | 2 +-
 .../src/org/eclipse/titan/designer/AST/IVisitableNode.java  | 2 +-
 .../src/org/eclipse/titan/designer/AST/Identifier.java      | 2 +-
 .../titan/designer/AST/Identifier_Internal_Data.java        | 2 +-
 .../eclipse/titan/designer/AST/KeywordLessIdentifier.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/LargeLocation.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/Location.java        | 2 +-
 .../src/org/eclipse/titan/designer/AST/MarkerHandler.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/Module.java          | 2 +-
 .../org/eclipse/titan/designer/AST/ModuleImportation.java   | 2 +-
 .../eclipse/titan/designer/AST/ModuleImportationChain.java  | 2 +-
 .../src/org/eclipse/titan/designer/AST/NULL_Location.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/NameReStarter.java   | 2 +-
 .../org/eclipse/titan/designer/AST/NamedBridgeScope.java    | 2 +-
 .../eclipse/titan/designer/AST/NamingConventionHelper.java  | 2 +-
 .../titan/designer/AST/ParameterisedSubReference.java       | 2 +-
 .../src/org/eclipse/titan/designer/AST/Reference.java       | 2 +-
 .../src/org/eclipse/titan/designer/AST/ReferenceChain.java  | 2 +-
 .../src/org/eclipse/titan/designer/AST/ReferenceFinder.java | 2 +-
 .../src/org/eclipse/titan/designer/AST/Scope.java           | 2 +-
 .../eclipse/titan/designer/AST/ScopeHierarchyVisitor.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/Setting.java         | 2 +-
 .../src/org/eclipse/titan/designer/AST/SubScopeVisitor.java | 2 +-
 .../titan/designer/AST/TTCN3/Expected_Value_type.java       | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/IAppendableSyntax.java | 2 +-
 .../titan/designer/AST/TTCN3/IIncrementallyUpdateable.java  | 2 +-
 .../org/eclipse/titan/designer/AST/TTCN3/TTCN3Scope.java    | 2 +-
 .../titan/designer/AST/TTCN3/TemplateRestriction.java       | 2 +-
 .../AST/TTCN3/attributes/AddressPortTypeAttribute.java      | 2 +-
 .../designer/AST/TTCN3/attributes/AnytypeAttribute.java     | 2 +-
 .../AST/TTCN3/attributes/AttributeSpecification.java        | 2 +-
 .../designer/AST/TTCN3/attributes/DecodeAttribute.java      | 2 +-
 .../AST/TTCN3/attributes/DecodeTypeMappingTarget.java       | 2 +-
 .../AST/TTCN3/attributes/DiscardTypeMappingTarget.java      | 2 +-
 .../titan/designer/AST/TTCN3/attributes/DoneAttribute.java  | 2 +-
 .../designer/AST/TTCN3/attributes/EncodeAttribute.java      | 2 +-
 .../AST/TTCN3/attributes/EncodeTypeMappingTarget.java       | 2 +-
 .../TTCN3/attributes/ErroneousAttributeSpecification.java   | 2 +-
 .../designer/AST/TTCN3/attributes/ErroneousAttributes.java  | 2 +-
 .../AST/TTCN3/attributes/ErrorBehaviorAttribute.java        | 2 +-
 .../designer/AST/TTCN3/attributes/ErrorBehaviorList.java    | 2 +-
 .../designer/AST/TTCN3/attributes/ErrorBehaviorSetting.java | 2 +-
 .../designer/AST/TTCN3/attributes/ExtensionAttribute.java   | 2 +-
 .../designer/AST/TTCN3/attributes/ExtensionsAttribute.java  | 2 +-
 .../AST/TTCN3/attributes/FunctionTypeMappingTarget.java     | 2 +-
 .../AST/TTCN3/attributes/InternalPortTypeAttribute.java     | 2 +-
 .../AST/TTCN3/attributes/ModuleVersionAttribute.java        | 2 +-
 .../AST/TTCN3/attributes/MultipleWithAttributes.java        | 2 +-
 .../designer/AST/TTCN3/attributes/PortTypeAttribute.java    | 2 +-
 .../designer/AST/TTCN3/attributes/PrintingAttribute.java    | 2 +-
 .../titan/designer/AST/TTCN3/attributes/PrintingType.java   | 2 +-
 .../designer/AST/TTCN3/attributes/PrototypeAttribute.java   | 2 +-
 .../AST/TTCN3/attributes/ProviderPortTypeAttribute.java     | 2 +-
 .../titan/designer/AST/TTCN3/attributes/Qualifier.java      | 2 +-
 .../titan/designer/AST/TTCN3/attributes/Qualifiers.java     | 2 +-
 .../AST/TTCN3/attributes/SimpleTypeMappingTarget.java       | 2 +-
 .../designer/AST/TTCN3/attributes/SingleWithAttribute.java  | 2 +-
 .../AST/TTCN3/attributes/TitanVersionAttribute.java         | 2 +-
 .../designer/AST/TTCN3/attributes/TransparentAttribute.java | 2 +-
 .../titan/designer/AST/TTCN3/attributes/TypeMapping.java    | 2 +-
 .../designer/AST/TTCN3/attributes/TypeMappingTarget.java    | 2 +-
 .../designer/AST/TTCN3/attributes/TypeMappingTargets.java   | 2 +-
 .../titan/designer/AST/TTCN3/attributes/TypeMappings.java   | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/attributes/Types.java  | 2 +-
 .../AST/TTCN3/attributes/UserPortTypeAttribute.java         | 2 +-
 .../AST/TTCN3/attributes/VersionRequirementAttribute.java   | 2 +-
 .../designer/AST/TTCN3/attributes/WithAttributesPath.java   | 2 +-
 .../designer/AST/TTCN3/definitions/ActualParameter.java     | 2 +-
 .../designer/AST/TTCN3/definitions/ActualParameterList.java | 2 +-
 .../titan/designer/AST/TTCN3/definitions/ControlPart.java   | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_Altstep.java   | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_Const.java     | 2 +-
 .../designer/AST/TTCN3/definitions/Def_ExternalConst.java   | 2 +-
 .../designer/AST/TTCN3/definitions/Def_Extfunction.java     | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_Function.java  | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_ModulePar.java | 2 +-
 .../AST/TTCN3/definitions/Def_ModulePar_Template.java       | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_Port.java      | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_Template.java  | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_Testcase.java  | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_Timer.java     | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_Type.java      | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Def_Var.java       | 2 +-
 .../designer/AST/TTCN3/definitions/Def_Var_Template.java    | 2 +-
 .../AST/TTCN3/definitions/Default_ActualParameter.java      | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Definition.java    | 2 +-
 .../titan/designer/AST/TTCN3/definitions/Definitions.java   | 2 +-
 .../AST/TTCN3/definitions/For_Loop_Definitions.java         | 2 +-
 .../designer/AST/TTCN3/definitions/FormalParameter.java     | 2 +-
 .../designer/AST/TTCN3/definitions/FormalParameterList.java | 2 +-
 .../titan/designer/AST/TTCN3/definitions/FriendModule.java  | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/definitions/Group.java | 2 +-
 .../AST/TTCN3/definitions/IParameterisedAssignment.java     | 2 +-
 .../titan/designer/AST/TTCN3/definitions/ImportModule.java  | 2 +-
 .../AST/TTCN3/definitions/Referenced_ActualParameter.java   | 2 +-
 .../titan/designer/AST/TTCN3/definitions/RunsOnScope.java   | 2 +-
 .../titan/designer/AST/TTCN3/definitions/TTCN3Module.java   | 2 +-
 .../AST/TTCN3/definitions/Template_ActualParameter.java     | 2 +-
 .../AST/TTCN3/definitions/TestcaseFormalParameterList.java  | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/definitions/Timer.java | 2 +-
 .../AST/TTCN3/definitions/Value_ActualParameter.java        | 2 +-
 .../designer/AST/TTCN3/definitions/VisibilityModifier.java  | 2 +-
 .../designer/AST/TTCN3/statements/Action_Statement.java     | 2 +-
 .../AST/TTCN3/statements/Activate_Referenced_Statement.java | 2 +-
 .../designer/AST/TTCN3/statements/Activate_Statement.java   | 2 +-
 .../titan/designer/AST/TTCN3/statements/AltGuard.java       | 2 +-
 .../titan/designer/AST/TTCN3/statements/AltGuards.java      | 2 +-
 .../titan/designer/AST/TTCN3/statements/Alt_Statement.java  | 2 +-
 .../AST/TTCN3/statements/Altstep_Applied_Statement.java     | 2 +-
 .../AST/TTCN3/statements/Altstep_Instance_Statement.java    | 2 +-
 .../TTCN3/statements/AssignmentList_Parameter_Redirect.java | 2 +-
 .../designer/AST/TTCN3/statements/Assignment_Statement.java | 2 +-
 .../designer/AST/TTCN3/statements/Break_Statement.java      | 2 +-
 .../titan/designer/AST/TTCN3/statements/Call_Statement.java | 2 +-
 .../designer/AST/TTCN3/statements/Catch_Statement.java      | 2 +-
 .../AST/TTCN3/statements/Check_Catch_Statement.java         | 2 +-
 .../AST/TTCN3/statements/Check_Getcall_Statement.java       | 2 +-
 .../AST/TTCN3/statements/Check_Getreply_Statement.java      | 2 +-
 .../designer/AST/TTCN3/statements/Check_Port_Statement.java | 2 +-
 .../AST/TTCN3/statements/Check_Receive_Port_Statement.java  | 2 +-
 .../designer/AST/TTCN3/statements/Clear_Statement.java      | 2 +-
 .../designer/AST/TTCN3/statements/Connect_Statement.java    | 2 +-
 .../designer/AST/TTCN3/statements/Continue_Statement.java   | 2 +-
 .../designer/AST/TTCN3/statements/Deactivate_Statement.java | 2 +-
 .../designer/AST/TTCN3/statements/Definition_Statement.java | 2 +-
 .../designer/AST/TTCN3/statements/Disconnect_Statement.java | 2 +-
 .../designer/AST/TTCN3/statements/DoWhile_Statement.java    | 2 +-
 .../titan/designer/AST/TTCN3/statements/Done_Statement.java | 2 +-
 .../titan/designer/AST/TTCN3/statements/Else_Altguard.java  | 2 +-
 .../titan/designer/AST/TTCN3/statements/For_Statement.java  | 2 +-
 .../AST/TTCN3/statements/Function_Applied_Statement.java    | 2 +-
 .../AST/TTCN3/statements/Function_Instance_Statement.java   | 2 +-
 .../designer/AST/TTCN3/statements/Getcall_Statement.java    | 2 +-
 .../designer/AST/TTCN3/statements/Getreply_Statement.java   | 2 +-
 .../titan/designer/AST/TTCN3/statements/Goto_statement.java | 2 +-
 .../titan/designer/AST/TTCN3/statements/Halt_Statement.java | 2 +-
 .../titan/designer/AST/TTCN3/statements/If_Clause.java      | 2 +-
 .../titan/designer/AST/TTCN3/statements/If_Clauses.java     | 2 +-
 .../titan/designer/AST/TTCN3/statements/If_Statement.java   | 2 +-
 .../designer/AST/TTCN3/statements/Int2Enum_Statement.java   | 2 +-
 .../designer/AST/TTCN3/statements/Interleave_Statement.java | 2 +-
 .../designer/AST/TTCN3/statements/InternalLogArgument.java  | 2 +-
 .../designer/AST/TTCN3/statements/Invoke_Altguard.java      | 2 +-
 .../titan/designer/AST/TTCN3/statements/Kill_Statement.java | 2 +-
 .../designer/AST/TTCN3/statements/Killed_Statement.java     | 2 +-
 .../designer/AST/TTCN3/statements/Label_Statement.java      | 2 +-
 .../titan/designer/AST/TTCN3/statements/LogArgument.java    | 2 +-
 .../titan/designer/AST/TTCN3/statements/LogArguments.java   | 2 +-
 .../titan/designer/AST/TTCN3/statements/Log_Statement.java  | 2 +-
 .../AST/TTCN3/statements/Macro_InternalLogArgument.java     | 2 +-
 .../titan/designer/AST/TTCN3/statements/Map_Statement.java  | 2 +-
 .../AST/TTCN3/statements/Match_InternalLogArgument.java     | 2 +-
 .../designer/AST/TTCN3/statements/Operation_Altguard.java   | 2 +-
 .../designer/AST/TTCN3/statements/Parameter_Assignment.java | 2 +-
 .../AST/TTCN3/statements/Parameter_Assignments.java         | 2 +-
 .../designer/AST/TTCN3/statements/Parameter_Redirect.java   | 2 +-
 .../titan/designer/AST/TTCN3/statements/Port_Utility.java   | 2 +-
 .../designer/AST/TTCN3/statements/Raise_Statement.java      | 2 +-
 .../AST/TTCN3/statements/Receive_Port_Statement.java        | 2 +-
 .../AST/TTCN3/statements/Reference_InternalLogArgument.java | 2 +-
 .../designer/AST/TTCN3/statements/Referenced_Altguard.java  | 2 +-
 .../statements/Referenced_Testcase_Instance_Statement.java  | 2 +-
 .../designer/AST/TTCN3/statements/Repeat_Statement.java     | 2 +-
 .../designer/AST/TTCN3/statements/Reply_Statement.java      | 2 +-
 .../designer/AST/TTCN3/statements/Return_Statement.java     | 2 +-
 .../titan/designer/AST/TTCN3/statements/SelectCase.java     | 2 +-
 .../designer/AST/TTCN3/statements/SelectCase_Statement.java | 2 +-
 .../titan/designer/AST/TTCN3/statements/SelectCases.java    | 2 +-
 .../titan/designer/AST/TTCN3/statements/Send_Statement.java | 2 +-
 .../designer/AST/TTCN3/statements/Setverdict_Statement.java | 2 +-
 .../AST/TTCN3/statements/Start_Component_Statement.java     | 2 +-
 .../designer/AST/TTCN3/statements/Start_Port_Statement.java | 2 +-
 .../AST/TTCN3/statements/Start_Profiler_Statement.java      | 2 +-
 .../statements/Start_Referenced_Component_Statement.java    | 2 +-
 .../AST/TTCN3/statements/Start_Timer_Statement.java         | 2 +-
 .../titan/designer/AST/TTCN3/statements/Statement.java      | 2 +-
 .../titan/designer/AST/TTCN3/statements/StatementBlock.java | 2 +-
 .../AST/TTCN3/statements/StatementBlock_Statement.java      | 2 +-
 .../AST/TTCN3/statements/Stop_Component_Statement.java      | 2 +-
 .../AST/TTCN3/statements/Stop_Execution_Statement.java      | 2 +-
 .../designer/AST/TTCN3/statements/Stop_Port_Statement.java  | 2 +-
 .../AST/TTCN3/statements/Stop_Profiler_Statement.java       | 2 +-
 .../designer/AST/TTCN3/statements/Stop_Timer_Statement.java | 2 +-
 .../AST/TTCN3/statements/String2Ttcn_Statement.java         | 2 +-
 .../AST/TTCN3/statements/String_InternalLogArgument.java    | 2 +-
 .../statements/TemplateInstance_InternalLogArgument.java    | 2 +-
 .../AST/TTCN3/statements/TestcaseStop_Statement.java        | 2 +-
 .../AST/TTCN3/statements/Testcase_Instance_Statement.java   | 2 +-
 .../designer/AST/TTCN3/statements/Timeout_Statement.java    | 2 +-
 .../AST/TTCN3/statements/Trigger_Port_Statement.java        | 2 +-
 .../designer/AST/TTCN3/statements/TryCatch_Statement.java   | 2 +-
 .../AST/TTCN3/statements/Unknown_Applied_Statement.java     | 2 +-
 .../AST/TTCN3/statements/Unknown_Instance_Statement.java    | 2 +-
 .../AST/TTCN3/statements/Unknown_Start_Statement.java       | 2 +-
 .../AST/TTCN3/statements/Unknown_Stop_Statement.java        | 2 +-
 .../designer/AST/TTCN3/statements/Unmap_Statement.java      | 2 +-
 .../AST/TTCN3/statements/Value_InternalLogArgument.java     | 2 +-
 .../TTCN3/statements/VariableList_Parameter_Redirect.java   | 2 +-
 .../designer/AST/TTCN3/statements/Variable_Entries.java     | 2 +-
 .../titan/designer/AST/TTCN3/statements/Variable_Entry.java | 2 +-
 .../designer/AST/TTCN3/statements/While_Statement.java      | 2 +-
 .../titan/designer/AST/TTCN3/templates/AllElementsFrom.java | 2 +-
 .../designer/AST/TTCN3/templates/AnyOrOmit_Template.java    | 2 +-
 .../designer/AST/TTCN3/templates/Any_Value_Template.java    | 2 +-
 .../AST/TTCN3/templates/BitString_Pattern_Template.java     | 2 +-
 .../AST/TTCN3/templates/CharString_Pattern_Template.java    | 2 +-
 .../AST/TTCN3/templates/ComplementedList_Template.java      | 2 +-
 .../designer/AST/TTCN3/templates/CompositeTemplate.java     | 2 +-
 .../AST/TTCN3/templates/HexString_Pattern_Template.java     | 2 +-
 .../titan/designer/AST/TTCN3/templates/ITTCN3Template.java  | 2 +-
 .../designer/AST/TTCN3/templates/ITemplateListItem.java     | 2 +-
 .../titan/designer/AST/TTCN3/templates/IndexedTemplate.java | 2 +-
 .../designer/AST/TTCN3/templates/IndexedTemplates.java      | 2 +-
 .../designer/AST/TTCN3/templates/Indexed_Template_List.java | 2 +-
 .../titan/designer/AST/TTCN3/templates/Invoke_Template.java | 2 +-
 .../designer/AST/TTCN3/templates/LengthRestriction.java     | 2 +-
 .../titan/designer/AST/TTCN3/templates/ListOfTemplates.java | 2 +-
 .../titan/designer/AST/TTCN3/templates/NamedParameter.java  | 2 +-
 .../titan/designer/AST/TTCN3/templates/NamedParameters.java | 2 +-
 .../titan/designer/AST/TTCN3/templates/NamedTemplate.java   | 2 +-
 .../titan/designer/AST/TTCN3/templates/NamedTemplates.java  | 2 +-
 .../designer/AST/TTCN3/templates/Named_Template_List.java   | 2 +-
 .../designer/AST/TTCN3/templates/NotUsed_Template.java      | 2 +-
 .../AST/TTCN3/templates/OctetString_Pattern_Template.java   | 2 +-
 .../designer/AST/TTCN3/templates/OmitValue_Template.java    | 2 +-
 .../AST/TTCN3/templates/ParsedActualParameters.java         | 2 +-
 .../titan/designer/AST/TTCN3/templates/PatternString.java   | 2 +-
 .../AST/TTCN3/templates/PermutationMatch_Template.java      | 2 +-
 .../AST/TTCN3/templates/RangeLenghtRestriction.java         | 2 +-
 .../designer/AST/TTCN3/templates/Referenced_Template.java   | 2 +-
 .../AST/TTCN3/templates/SingleLenghtRestriction.java        | 2 +-
 .../AST/TTCN3/templates/SpecificValue_Template.java         | 4 +++-
 .../designer/AST/TTCN3/templates/SubsetMatch_Template.java  | 2 +-
 .../AST/TTCN3/templates/SupersetMatch_Template.java         | 2 +-
 .../titan/designer/AST/TTCN3/templates/TTCN3Template.java   | 2 +-
 .../titan/designer/AST/TTCN3/templates/TemplateBody.java    | 2 +-
 .../designer/AST/TTCN3/templates/TemplateInstance.java      | 2 +-
 .../designer/AST/TTCN3/templates/TemplateInstances.java     | 2 +-
 .../titan/designer/AST/TTCN3/templates/Template_List.java   | 2 +-
 .../titan/designer/AST/TTCN3/templates/Templates.java       | 2 +-
 .../TTCN3/templates/UnivCharString_Pattern_Template.java    | 2 +-
 .../titan/designer/AST/TTCN3/templates/ValueRange.java      | 2 +-
 .../designer/AST/TTCN3/templates/Value_Range_Template.java  | 2 +-
 .../titan/designer/AST/TTCN3/types/AbstractOfType.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/Address_Type.java        | 2 +-
 .../titan/designer/AST/TTCN3/types/Altstep_Type.java        | 2 +-
 .../titan/designer/AST/TTCN3/types/Anytype_Type.java        | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/types/Array_Type.java  | 2 +-
 .../titan/designer/AST/TTCN3/types/BitString_Type.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/Boolean_Type.java        | 2 +-
 .../titan/designer/AST/TTCN3/types/CharString_Type.java     | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/types/CompField.java   | 2 +-
 .../titan/designer/AST/TTCN3/types/CompFieldMap.java        | 2 +-
 .../titan/designer/AST/TTCN3/types/ComponentTypeBody.java   | 2 +-
 .../AST/TTCN3/types/ComponentTypeReferenceList.java         | 2 +-
 .../titan/designer/AST/TTCN3/types/Component_Type.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/Default_Type.java        | 2 +-
 .../titan/designer/AST/TTCN3/types/DefinitionContainer.java | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/types/EnumItem.java    | 2 +-
 .../titan/designer/AST/TTCN3/types/EnumerationItems.java    | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/types/Float_Type.java  | 2 +-
 .../titan/designer/AST/TTCN3/types/Function_Type.java       | 2 +-
 .../titan/designer/AST/TTCN3/types/HexString_Type.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/Integer_Type.java        | 2 +-
 .../titan/designer/AST/TTCN3/types/ObjectID_Type.java       | 2 +-
 .../titan/designer/AST/TTCN3/types/OctetString_Type.java    | 2 +-
 .../titan/designer/AST/TTCN3/types/PortTypeBody.java        | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/types/Port_Type.java   | 2 +-
 .../titan/designer/AST/TTCN3/types/Referenced_Type.java     | 2 +-
 .../titan/designer/AST/TTCN3/types/SequenceOf_Type.java     | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/types/SetOf_Type.java  | 2 +-
 .../titan/designer/AST/TTCN3/types/SignatureExceptions.java | 2 +-
 .../designer/AST/TTCN3/types/SignatureFormalParameter.java  | 2 +-
 .../AST/TTCN3/types/SignatureFormalParameterList.java       | 2 +-
 .../titan/designer/AST/TTCN3/types/Signature_Type.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/TTCN3_Choice_Type.java   | 2 +-
 .../designer/AST/TTCN3/types/TTCN3_Enumerated_Type.java     | 2 +-
 .../titan/designer/AST/TTCN3/types/TTCN3_Sequence_Type.java | 2 +-
 .../AST/TTCN3/types/TTCN3_Set_Seq_Choice_BaseType.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/TTCN3_Set_Type.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/Testcase_Type.java       | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/types/TypeFactory.java | 2 +-
 .../org/eclipse/titan/designer/AST/TTCN3/types/TypeSet.java | 2 +-
 .../designer/AST/TTCN3/types/UniversalCharstring_Type.java  | 2 +-
 .../titan/designer/AST/TTCN3/types/Verdict_Type.java        | 2 +-
 .../AST/TTCN3/types/subtypes/BooleanListConstraint.java     | 2 +-
 .../titan/designer/AST/TTCN3/types/subtypes/CharLimit.java  | 2 +-
 .../designer/AST/TTCN3/types/subtypes/EmptyStringSet.java   | 2 +-
 .../designer/AST/TTCN3/types/subtypes/FullStringSet.java    | 2 +-
 .../designer/AST/TTCN3/types/subtypes/IntegerLimit.java     | 2 +-
 .../AST/TTCN3/types/subtypes/Length_ParsedSubType.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/subtypes/LimitType.java  | 2 +-
 .../designer/AST/TTCN3/types/subtypes/ParsedSubType.java    | 2 +-
 .../AST/TTCN3/types/subtypes/Pattern_ParsedSubType.java     | 2 +-
 .../AST/TTCN3/types/subtypes/RangeListConstraint.java       | 2 +-
 .../AST/TTCN3/types/subtypes/Range_ParsedSubType.java       | 2 +-
 .../titan/designer/AST/TTCN3/types/subtypes/RealLimit.java  | 2 +-
 .../AST/TTCN3/types/subtypes/RealRangeListConstraint.java   | 2 +-
 .../AST/TTCN3/types/subtypes/Single_ParsedSubType.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/subtypes/SizeLimit.java  | 2 +-
 .../AST/TTCN3/types/subtypes/StringPatternConstraint.java   | 2 +-
 .../AST/TTCN3/types/subtypes/StringSetConstraint.java       | 2 +-
 .../AST/TTCN3/types/subtypes/StringSetOperation.java        | 2 +-
 .../types/subtypes/StringSizeAndValueListConstraint.java    | 2 +-
 .../AST/TTCN3/types/subtypes/StringSubtypeTreeElement.java  | 2 +-
 .../AST/TTCN3/types/subtypes/StringValueConstraint.java     | 2 +-
 .../titan/designer/AST/TTCN3/types/subtypes/SubType.java    | 2 +-
 .../AST/TTCN3/types/subtypes/SubtypeConstraint.java         | 2 +-
 .../designer/AST/TTCN3/types/subtypes/TernaryBool.java      | 2 +-
 .../titan/designer/AST/TTCN3/types/subtypes/UCharLimit.java | 2 +-
 .../AST/TTCN3/types/subtypes/UStringValueConstraint.java    | 2 +-
 .../TTCN3/types/subtypes/ValueListAndSizeConstraint.java    | 2 +-
 .../AST/TTCN3/types/subtypes/ValueListConstraint.java       | 2 +-
 .../AST/TTCN3/types/subtypes/VerdicttypeListConstraint.java | 2 +-
 .../designer/AST/TTCN3/values/Altstep_Reference_Value.java  | 2 +-
 .../titan/designer/AST/TTCN3/values/Anytype_Value.java      | 2 +-
 .../titan/designer/AST/TTCN3/values/ArrayDimension.java     | 2 +-
 .../titan/designer/AST/TTCN3/values/ArrayDimensions.java    | 2 +-
 .../titan/designer/AST/TTCN3/values/Array_Value.java        | 2 +-
 .../titan/designer/AST/TTCN3/values/Bitstring_Value.java    | 2 +-
 .../titan/designer/AST/TTCN3/values/Boolean_Value.java      | 2 +-
 .../designer/AST/TTCN3/values/CharstringExtractor.java      | 2 +-
 .../titan/designer/AST/TTCN3/values/Charstring_Value.java   | 2 +-
 .../titan/designer/AST/TTCN3/values/Choice_Value.java       | 2 +-
 .../titan/designer/AST/TTCN3/values/Default_Null_Value.java | 2 +-
 .../titan/designer/AST/TTCN3/values/Enumerated_Value.java   | 2 +-
 .../titan/designer/AST/TTCN3/values/Expression_Value.java   | 2 +-
 .../titan/designer/AST/TTCN3/values/FAT_Null_Value.java     | 2 +-
 .../designer/AST/TTCN3/values/Function_Reference_Value.java | 2 +-
 .../titan/designer/AST/TTCN3/values/Hexstring_Value.java    | 2 +-
 .../titan/designer/AST/TTCN3/values/IndexedValue.java       | 2 +-
 .../titan/designer/AST/TTCN3/values/Integer_Value.java      | 2 +-
 .../titan/designer/AST/TTCN3/values/Macro_Value.java        | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/values/NamedValue.java | 2 +-
 .../titan/designer/AST/TTCN3/values/NamedValues.java        | 2 +-
 .../titan/designer/AST/TTCN3/values/Notused_Value.java      | 2 +-
 .../AST/TTCN3/values/ObjectIdentifierComponent.java         | 2 +-
 .../designer/AST/TTCN3/values/ObjectIdentifier_Value.java   | 2 +-
 .../titan/designer/AST/TTCN3/values/Octetstring_Value.java  | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/values/Omit_Value.java | 2 +-
 .../designer/AST/TTCN3/values/RangedArrayDimension.java     | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/values/Real_Value.java | 2 +-
 .../titan/designer/AST/TTCN3/values/Referenced_Value.java   | 2 +-
 .../titan/designer/AST/TTCN3/values/SequenceOf_Value.java   | 2 +-
 .../titan/designer/AST/TTCN3/values/Sequence_Value.java     | 2 +-
 .../titan/designer/AST/TTCN3/values/SetOf_Value.java        | 2 +-
 .../eclipse/titan/designer/AST/TTCN3/values/Set_Value.java  | 2 +-
 .../designer/AST/TTCN3/values/SingleArrayDimension.java     | 2 +-
 .../titan/designer/AST/TTCN3/values/TTCN3_Null_Value.java   | 2 +-
 .../designer/AST/TTCN3/values/Testcase_Reference_Value.java | 2 +-
 .../AST/TTCN3/values/Undefined_LowerIdentifier_Value.java   | 2 +-
 .../titan/designer/AST/TTCN3/values/UniversalChar.java      | 2 +-
 .../designer/AST/TTCN3/values/UniversalCharstring.java      | 2 +-
 .../AST/TTCN3/values/UniversalCharstring_Value.java         | 2 +-
 .../org/eclipse/titan/designer/AST/TTCN3/values/Values.java | 2 +-
 .../titan/designer/AST/TTCN3/values/Verdict_Value.java      | 2 +-
 .../values/expressions/ActivateDereferedExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/ActivateExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/AddExpression.java         | 2 +-
 .../values/expressions/AllComponentAliveExpression.java     | 2 +-
 .../values/expressions/AllComponentRunningExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/And4bExpression.java       | 2 +-
 .../AST/TTCN3/values/expressions/AndExpression.java         | 2 +-
 .../values/expressions/AnyComponentAliveExpression.java     | 2 +-
 .../values/expressions/AnyComponentRunningExpression.java   | 2 +-
 .../TTCN3/values/expressions/AnyTimerRunningExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/ApplyExpression.java       | 2 +-
 .../AST/TTCN3/values/expressions/Bit2HexExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Bit2IntExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Bit2OctExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Bit2StrExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/BitstringUtilities.java    | 2 +-
 .../AST/TTCN3/values/expressions/Char2IntExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/Char2OctExpression.java    | 2 +-
 .../TTCN3/values/expressions/ComponentAliveExpression.java  | 2 +-
 .../TTCN3/values/expressions/ComponentCreateExpression.java | 2 +-
 .../TTCN3/values/expressions/ComponentNullExpression.java   | 2 +-
 .../values/expressions/ComponentRunnningExpression.java     | 2 +-
 .../TTCN3/values/expressions/DecodeBase64Expression.java    | 2 +-
 .../AST/TTCN3/values/expressions/DecodeExpression.java      | 2 +-
 .../AST/TTCN3/values/expressions/DecompExpression.java      | 2 +-
 .../TTCN3/values/expressions/DecvalueUnicharExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/DivideExpression.java      | 2 +-
 .../TTCN3/values/expressions/EncodeBase64Expression.java    | 2 +-
 .../AST/TTCN3/values/expressions/EncodeExpression.java      | 2 +-
 .../TTCN3/values/expressions/EncvalueUnicharExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/Enum2IntExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/EqualsExpression.java      | 2 +-
 .../values/expressions/ExecuteDereferedExpression.java      | 2 +-
 .../AST/TTCN3/values/expressions/ExecuteExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/ExpressionUtilities.java   | 2 +-
 .../AST/TTCN3/values/expressions/Float2IntExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/Float2StrExpression.java   | 2 +-
 .../values/expressions/GetStringencodingExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/GetverdictExpression.java  | 2 +-
 .../AST/TTCN3/values/expressions/GreaterThanExpression.java | 2 +-
 .../values/expressions/GreaterThanOrEqualExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/Hex2BitExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Hex2IntExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Hex2OctExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Hex2StrExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Int2BitExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Int2CharExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/Int2FloatExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/Int2HexExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Int2OctExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Int2StrExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Int2UnicharExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/IsBoundExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/IsChoosenExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/IsPresentExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/IsValueExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/LengthofExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/LessThanExpression.java    | 2 +-
 .../TTCN3/values/expressions/LessThanOrEqualExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/Log2StrExpression.java     | 2 +-
 .../TTCN3/values/expressions/MTCComponentExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/MatchExpression.java       | 2 +-
 .../AST/TTCN3/values/expressions/ModuloExpression.java      | 2 +-
 .../AST/TTCN3/values/expressions/MultiplyExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/Not4bExpression.java       | 2 +-
 .../AST/TTCN3/values/expressions/NotExpression.java         | 2 +-
 .../AST/TTCN3/values/expressions/NotequalesExpression.java  | 2 +-
 .../AST/TTCN3/values/expressions/Oct2BitExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Oct2CharExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/Oct2HexExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Oct2IntExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Oct2StrExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Oct2UnicharExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/Or4bExpression.java        | 2 +-
 .../designer/AST/TTCN3/values/expressions/OrExpression.java | 2 +-
 .../TTCN3/values/expressions/ProfilerRunningExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/RNDExpression.java         | 2 +-
 .../TTCN3/values/expressions/RNDWithValueExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/RefersExpression.java      | 2 +-
 .../AST/TTCN3/values/expressions/RegexpExpression.java      | 2 +-
 .../AST/TTCN3/values/expressions/RemainderExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/RemoveBomExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/ReplaceExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/RotateLeftExpression.java  | 2 +-
 .../AST/TTCN3/values/expressions/RotateRightExpression.java | 2 +-
 .../TTCN3/values/expressions/SelfComponentExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/ShiftLeftExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/ShiftRightExpression.java  | 2 +-
 .../AST/TTCN3/values/expressions/SizeOfExpression.java      | 2 +-
 .../AST/TTCN3/values/expressions/Str2BitExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Str2FloatExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/Str2HexExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Str2IntExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Str2OctExpression.java     | 2 +-
 .../values/expressions/StringConcatenationExpression.java   | 2 +-
 .../AST/TTCN3/values/expressions/SubstrExpression.java      | 2 +-
 .../AST/TTCN3/values/expressions/SubstractExpression.java   | 2 +-
 .../TTCN3/values/expressions/SystemComponentExpression.java | 2 +-
 .../TTCN3/values/expressions/TestcasenameExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/TimerReadExpression.java   | 2 +-
 .../TTCN3/values/expressions/TimerRunningExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/Ttcn2StringExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/UnaryMinusExpression.java  | 2 +-
 .../AST/TTCN3/values/expressions/UnaryPlusExpression.java   | 2 +-
 .../TTCN3/values/expressions/UndefRunningExpression.java    | 2 +-
 .../TTCN3/values/expressions/Unichar2CharExpression.java    | 2 +-
 .../AST/TTCN3/values/expressions/Unichar2IntExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/Unichar2OctExpression.java | 2 +-
 .../AST/TTCN3/values/expressions/ValueofExpression.java     | 2 +-
 .../AST/TTCN3/values/expressions/Xor4bExpression.java       | 2 +-
 .../AST/TTCN3/values/expressions/XorExpression.java         | 2 +-
 .../org/eclipse/titan/designer/AST/TemporalReference.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/Type.java            | 2 +-
 .../eclipse/titan/designer/AST/TypeCompatibilityInfo.java   | 2 +-
 .../src/org/eclipse/titan/designer/AST/Value.java           | 2 +-
 .../designer/AST/brokenpartsanalyzers/AnalyzerFactory.java  | 2 +-
 .../AST/brokenpartsanalyzers/AssignmentHandler.java         | 2 +-
 .../brokenpartsanalyzers/AssignmentHandlerAFTGeneral.java   | 2 +-
 .../brokenpartsanalyzers/AssignmentHandlerAFTRerences.java  | 2 +-
 .../brokenpartsanalyzers/AssignmentHandlerComponent.java    | 2 +-
 .../AST/brokenpartsanalyzers/AssignmentHandlerFactory.java  | 2 +-
 .../AST/brokenpartsanalyzers/BrokenPartsChecker.java        | 2 +-
 .../AST/brokenpartsanalyzers/BrokenPartsViaReferences.java  | 2 +-
 .../AST/brokenpartsanalyzers/IAssignmentChecker.java        | 2 +-
 .../designer/AST/brokenpartsanalyzers/IBaseAnalyzer.java    | 2 +-
 .../AST/brokenpartsanalyzers/OriginalModuleSelection.java   | 2 +-
 .../AST/brokenpartsanalyzers/ReferenceCollector.java        | 2 +-
 .../AST/brokenpartsanalyzers/ReferencesProcessor.java       | 2 +-
 .../AST/brokenpartsanalyzers/SelectionAlgorithm.java        | 2 +-
 .../AST/brokenpartsanalyzers/SelectionMethodBase.java       | 2 +-
 .../src/org/eclipse/titan/designer/Activator.java           | 2 +-
 .../src/org/eclipse/titan/designer/DebugUtils.java          | 2 +-
 .../src/org/eclipse/titan/designer/GeneralConstants.java    | 2 +-
 .../src/org/eclipse/titan/designer/GlobalDeltaVisitor.java  | 2 +-
 .../src/org/eclipse/titan/designer/HeadlessStorage.java     | 2 +-
 .../src/org/eclipse/titan/designer/SaveParticipant.java     | 2 +-
 .../org/eclipse/titan/designer/actions/CheckSemantic.java   | 2 +-
 .../src/org/eclipse/titan/designer/actions/CheckSyntax.java | 2 +-
 .../org/eclipse/titan/designer/actions/CheckVersion.java    | 2 +-
 .../org/eclipse/titan/designer/actions/ConvertXSD2TTCN.java | 2 +-
 .../eclipse/titan/designer/actions/ExcludeFromBuild.java    | 2 +-
 .../eclipse/titan/designer/actions/ExternalTitanAction.java | 2 +-
 .../titan/designer/actions/FindDefinitionAction.java        | 2 +-
 .../titan/designer/actions/GenerateBuilderInformation.java  | 2 +-
 .../titan/designer/actions/GenerateTestPortSkeleton.java    | 2 +-
 .../org/eclipse/titan/designer/actions/NatureConverter.java | 2 +-
 .../org/eclipse/titan/designer/actions/RemoteBuilder.java   | 2 +-
 .../titan/designer/actions/external_build_information.xsd   | 2 +-
 .../org/eclipse/titan/designer/application/InvokeBuild.java | 2 +-
 .../org/eclipse/titan/designer/application/LoadFromTpd.java | 2 +-
 .../designer/commonFilters/ExcludedResourceFilter.java      | 2 +-
 .../designer/commonFilters/ResourceExclusionHelper.java     | 2 +-
 .../designer/commonFilters/WorkingDirectoryFilter.java      | 2 +-
 .../org/eclipse/titan/designer/consoles/TITANConsole.java   | 2 +-
 .../eclipse/titan/designer/consoles/TITANDebugConsole.java  | 2 +-
 .../designer/core/CompilerVersionInformationCollector.java  | 2 +-
 .../eclipse/titan/designer/core/LoadBalancingUtilities.java | 2 +-
 .../src/org/eclipse/titan/designer/core/OutputAnalyzer.java | 2 +-
 .../eclipse/titan/designer/core/ProductIdentityHelper.java  | 2 +-
 .../eclipse/titan/designer/core/ProjectBasedBuilder.java    | 2 +-
 .../designer/core/ReferencedProjectResourceVisitor.java     | 2 +-
 .../eclipse/titan/designer/core/SymbolicLinkHandler.java    | 2 +-
 .../src/org/eclipse/titan/designer/core/TITANBuilder.java   | 2 +-
 .../designer/core/TITANBuilderResourceDeltaVisitor.java     | 2 +-
 .../titan/designer/core/TITANBuilderResourceVisitor.java    | 2 +-
 .../titan/designer/core/TITANInstallationValidator.java     | 2 +-
 .../src/org/eclipse/titan/designer/core/TITANJob.java       | 2 +-
 .../src/org/eclipse/titan/designer/core/TITANNature.java    | 2 +-
 .../titan/designer/core/makefile/BaseDirectoryStruct.java   | 2 +-
 .../designer/core/makefile/InternalMakefileGenerator.java   | 2 +-
 .../designer/core/makefile/MakefileGeneratorVisitor.java    | 2 +-
 .../eclipse/titan/designer/core/makefile/ModuleStruct.java  | 2 +-
 .../titan/designer/core/makefile/OtherFileStruct.java       | 2 +-
 .../designer/core/makefile/TTCN3IncludeFileStruct.java      | 2 +-
 .../eclipse/titan/designer/core/makefile/UserStruct.java    | 2 +-
 .../titan/designer/declarationsearch/Declaration.java       | 2 +-
 .../designer/declarationsearch/DefinitionDeclaration.java   | 2 +-
 .../titan/designer/declarationsearch/FieldDeclaration.java  | 2 +-
 .../designer/declarationsearch/IdentifierFinderVisitor.java | 2 +-
 .../titan/designer/declarationsearch/ModuleDeclaration.java | 2 +-
 .../eclipse/titan/designer/decorators/DecoratorVisitor.java | 2 +-
 .../eclipse/titan/designer/decorators/OverlayImageIcon.java | 2 +-
 .../eclipse/titan/designer/decorators/TITANDecorator.java   | 2 +-
 .../org/eclipse/titan/designer/editors/AnnotationHover.java | 2 +-
 .../titan/designer/editors/AnnotationImageProvider.java     | 2 +-
 .../org/eclipse/titan/designer/editors/BaseTextHover.java   | 2 +-
 .../designer/editors/BracketCompletionAutoEditStrategy.java | 2 +-
 .../editors/ClosingBracketIndentationAutoEditStrategy.java  | 2 +-
 .../org/eclipse/titan/designer/editors/ColorManager.java    | 2 +-
 .../eclipse/titan/designer/editors/CompletionProposal.java  | 2 +-
 .../org/eclipse/titan/designer/editors/ContentAssitant.java | 2 +-
 .../org/eclipse/titan/designer/editors/EditorTracker.java   | 2 +-
 .../org/eclipse/titan/designer/editors/FoldingSupport.java  | 2 +-
 .../eclipse/titan/designer/editors/GeneralPairMatcher.java  | 2 +-
 .../designer/editors/GeneralTITANAutoEditStrategy.java      | 2 +-
 .../titan/designer/editors/GlobalIntervalHandler.java       | 2 +-
 .../titan/designer/editors/HeuristicalIntervalDetector.java | 2 +-
 .../titan/designer/editors/IEditorWithCarretOffset.java     | 2 +-
 .../designer/editors/IHeuristicalIntervalDetector.java      | 2 +-
 .../eclipse/titan/designer/editors/IReferenceParser.java    | 2 +-
 .../titan/designer/editors/ISemanticTITANEditor.java        | 2 +-
 .../designer/editors/IntervallBasedDamagerRepairer.java     | 2 +-
 .../titan/designer/editors/NonRuleBasedDamagerRepairer.java | 2 +-
 .../eclipse/titan/designer/editors/OccurencesMarker.java    | 2 +-
 .../eclipse/titan/designer/editors/OutlineViewSorter.java   | 2 +-
 .../src/org/eclipse/titan/designer/editors/Pair.java        | 2 +-
 .../eclipse/titan/designer/editors/ProposalCollector.java   | 2 +-
 .../titan/designer/editors/SkeletonTemplateProposal.java    | 2 +-
 .../titan/designer/editors/StringDetectionPatternRule.java  | 2 +-
 .../src/org/eclipse/titan/designer/editors/T3Doc.java       | 2 +-
 .../titan/designer/editors/TITANTemplateContext.java        | 2 +-
 .../src/org/eclipse/titan/designer/editors/TextHover.java   | 2 +-
 .../eclipse/titan/designer/editors/TextHoverControl.java    | 2 +-
 .../eclipse/titan/designer/editors/WhiteSpaceDetector.java  | 2 +-
 .../designer/editors/actions/AbstractIndentAction.java      | 2 +-
 .../editors/actions/DeclarationCollectionHelper.java        | 2 +-
 .../designer/editors/actions/DeclarationCollector.java      | 2 +-
 .../titan/designer/editors/actions/FirstCharAction.java     | 2 +-
 .../titan/designer/editors/actions/IndentationSupport.java  | 2 +-
 .../titan/designer/editors/actions/LastCharAction.java      | 2 +-
 .../designer/editors/actions/OpenDeclarationHelper.java     | 2 +-
 .../editors/actions/OpenDeclarationLabelProvider.java       | 2 +-
 .../titan/designer/editors/actions/ToggleComment.java       | 2 +-
 .../designer/editors/asn1editor/ASN1CodeSkeletons.java      | 2 +-
 .../editors/asn1editor/ASN1DoubleClickStrategy.java         | 2 +-
 .../titan/designer/editors/asn1editor/ASN1Editor.java       | 2 +-
 .../designer/editors/asn1editor/ASN1FoldingSupport.java     | 2 +-
 .../designer/editors/asn1editor/ASN1ReferenceParser.java    | 2 +-
 .../titan/designer/editors/asn1editor/CodeScanner.java      | 2 +-
 .../titan/designer/editors/asn1editor/Configuration.java    | 2 +-
 .../designer/editors/asn1editor/ContentAssistProcessor.java | 2 +-
 .../editors/asn1editor/DocumentSetupParticipant.java        | 2 +-
 .../editors/asn1editor/HeuristicalIntervalDetector.java     | 2 +-
 .../designer/editors/asn1editor/OutlineContentProvider.java | 2 +-
 .../designer/editors/asn1editor/OutlineLabelProvider.java   | 2 +-
 .../titan/designer/editors/asn1editor/OutlinePage.java      | 2 +-
 .../titan/designer/editors/asn1editor/PairMatcher.java      | 2 +-
 .../titan/designer/editors/asn1editor/PartitionScanner.java | 2 +-
 .../designer/editors/asn1editor/ReconcilingStrategy.java    | 2 +-
 .../asn1editor/SmartIndentAfterNewLineAutoEditStrategy.java | 2 +-
 .../titan/designer/editors/asn1editor/TextHover.java        | 2 +-
 .../titan/designer/editors/asn1editor/WordDetector.java     | 2 +-
 .../designer/editors/asn1editor/actions/FindReferences.java | 2 +-
 .../asn1editor/actions/GotoMatchingBracketAction.java       | 2 +-
 .../designer/editors/asn1editor/actions/IndentAction.java   | 2 +-
 .../editors/asn1editor/actions/OpenDeclaration.java         | 2 +-
 .../editors/asn1editor/actions/RenameRefactoringAction.java | 2 +-
 .../titan/designer/editors/configeditor/CodeScanner.java    | 2 +-
 .../titan/designer/editors/configeditor/ConfigEditor.java   | 2 +-
 .../designer/editors/configeditor/ConfigFoldingSupport.java | 2 +-
 .../editors/configeditor/ConfigReferenceParser.java         | 2 +-
 .../designer/editors/configeditor/ConfigSkeletons.java      | 2 +-
 .../designer/editors/configeditor/ConfigTextEditor.java     | 2 +-
 .../titan/designer/editors/configeditor/Configuration.java  | 2 +-
 .../editors/configeditor/ContentAssistProcessor.java        | 2 +-
 .../editors/configeditor/DocumentSetupParticipant.java      | 2 +-
 .../titan/designer/editors/configeditor/FormColorCache.java | 2 +-
 .../titan/designer/editors/configeditor/PairMatcher.java    | 2 +-
 .../designer/editors/configeditor/PartitionScanner.java     | 2 +-
 .../designer/editors/configeditor/ReconcilingStrategy.java  | 2 +-
 .../titan/designer/editors/configeditor/TextHover.java      | 2 +-
 .../titan/designer/editors/configeditor/WordDetector.java   | 2 +-
 .../actions/ConfigDeclarationCollectionHelper.java          | 2 +-
 .../editors/configeditor/actions/FirstCharAction.java       | 2 +-
 .../configeditor/actions/GotoMatchingBracketAction.java     | 2 +-
 .../designer/editors/configeditor/actions/IndentAction.java | 2 +-
 .../editors/configeditor/actions/LastCharAction.java        | 2 +-
 .../editors/configeditor/actions/OpenDeclaration.java       | 2 +-
 .../configeditor/actions/OpenDeclarationLabelProvider.java  | 2 +-
 .../pages/compgroupmc/ComponentItemTransfer.java            | 2 +-
 .../compgroupmc/ComponentSectionDragSourceListener.java     | 2 +-
 .../compgroupmc/ComponentSectionDropTargetListener.java     | 2 +-
 .../pages/compgroupmc/ComponentsDataContentProvider.java    | 2 +-
 .../pages/compgroupmc/ComponentsDataLabelProvider.java      | 2 +-
 .../pages/compgroupmc/ComponentsGroupsMCPage.java           | 2 +-
 .../configeditor/pages/compgroupmc/ComponentsSubPage.java   | 2 +-
 .../pages/compgroupmc/GroupDataContentProvider.java         | 2 +-
 .../pages/compgroupmc/GroupDataLabelProvider.java           | 2 +-
 .../pages/compgroupmc/GroupItemDataContentProvider.java     | 2 +-
 .../pages/compgroupmc/GroupItemDataLabelProvider.java       | 2 +-
 .../configeditor/pages/compgroupmc/GroupsSubPage.java       | 2 +-
 .../editors/configeditor/pages/compgroupmc/MCSubPage.java   | 2 +-
 .../pages/execute/ExecuteDataContentProvider.java           | 2 +-
 .../pages/execute/ExecuteDataLabelProvider.java             | 2 +-
 .../pages/execute/ExecuteExternalcommandsPage.java          | 2 +-
 .../configeditor/pages/execute/ExecuteItemTransfer.java     | 2 +-
 .../pages/execute/ExecuteSectionDragSourceListener.java     | 2 +-
 .../pages/execute/ExecuteSectionDropTargetListener.java     | 2 +-
 .../editors/configeditor/pages/execute/ExecuteSubPage.java  | 2 +-
 .../configeditor/pages/execute/ExternalCommandBrowser.java  | 2 +-
 .../configeditor/pages/execute/ExternalCommandsSubPage.java | 2 +-
 .../pages/include/DefineDataContentProvider.java            | 2 +-
 .../configeditor/pages/include/DefineDataLabelProvider.java | 2 +-
 .../configeditor/pages/include/DefineItemTransfer.java      | 2 +-
 .../pages/include/DefineSectionDragSourceListener.java      | 2 +-
 .../pages/include/DefineSectionDropTargetListener.java      | 2 +-
 .../editors/configeditor/pages/include/DefineSubPage.java   | 2 +-
 .../pages/include/IncludeDataContentProvider.java           | 2 +-
 .../pages/include/IncludeDataLabelProvider.java             | 2 +-
 .../configeditor/pages/include/IncludeDefinePage.java       | 2 +-
 .../configeditor/pages/include/IncludeItemTransfer.java     | 2 +-
 .../pages/include/IncludeSectionDragSourceListener.java     | 2 +-
 .../pages/include/IncludeSectionDropTargetListener.java     | 2 +-
 .../editors/configeditor/pages/include/IncludeSubPage.java  | 2 +-
 .../configeditor/pages/logging/GeneralOptionsSubPage.java   | 2 +-
 .../pages/logging/LoggerTreeContentProvider.java            | 2 +-
 .../configeditor/pages/logging/LoggerTreeLabelProvider.java | 2 +-
 .../pages/logging/LoggingBitsContentProvider.java           | 2 +-
 .../pages/logging/LoggingBitsLabelProvider.java             | 2 +-
 .../configeditor/pages/logging/LoggingBitsSubPage.java      | 2 +-
 .../editors/configeditor/pages/logging/LoggingPage.java     | 2 +-
 .../configeditor/pages/logging/LoggingTreeSubPage.java      | 2 +-
 .../configeditor/pages/logging/NewComponentDialog.java      | 2 +-
 .../editors/configeditor/pages/logging/NewPluginDialog.java | 2 +-
 .../pages/logging/ParamDataContentProvider.java             | 2 +-
 .../configeditor/pages/logging/ParamDataLabelProvider.java  | 2 +-
 .../editors/configeditor/pages/logging/ParamDialog.java     | 2 +-
 .../pages/modulepar/ModuleParameterDataContentProvider.java | 2 +-
 .../pages/modulepar/ModuleParameterDataLabelProvider.java   | 2 +-
 .../modulepar/ModuleParameterSectionDragSourceListener.java | 2 +-
 .../modulepar/ModuleParameterSectionDropTargetListener.java | 2 +-
 .../pages/modulepar/ModuleParameterSectionPage.java         | 2 +-
 .../pages/modulepar/ModuleParameterTransfer.java            | 2 +-
 .../testportpar/TestportParameterDataContentProvider.java   | 2 +-
 .../testportpar/TestportParameterDataLabelProvider.java     | 2 +-
 .../TestportParameterSectionDragSourceListener.java         | 2 +-
 .../TestportParameterSectionDropTargetListener.java         | 2 +-
 .../pages/testportpar/TestportParameterTransfer.java        | 2 +-
 .../pages/testportpar/TestportParametersSectionPage.java    | 2 +-
 .../designer/editors/referenceSearch/ReferenceSearch.java   | 2 +-
 .../referenceSearch/ReferenceSearchContentProvider.java     | 2 +-
 .../editors/referenceSearch/ReferenceSearchMatch.java       | 2 +-
 .../editors/referenceSearch/ReferenceSearchQuery.java       | 2 +-
 .../editors/referenceSearch/ReferenceSearchResult.java      | 2 +-
 .../editors/referenceSearch/ReferenceSearchResultView.java  | 2 +-
 .../titan/designer/editors/ttcn3editor/CodeScanner.java     | 2 +-
 .../titan/designer/editors/ttcn3editor/Configuration.java   | 2 +-
 .../editors/ttcn3editor/ContentAssistProcessor.java         | 2 +-
 .../editors/ttcn3editor/DocumentSetupParticipant.java       | 2 +-
 .../designer/editors/ttcn3editor/DoubleClickStrategy.java   | 2 +-
 .../titan/designer/editors/ttcn3editor/MacroDetector.java   | 2 +-
 .../editors/ttcn3editor/OutlineContentProvider.java         | 2 +-
 .../designer/editors/ttcn3editor/OutlineLabelProvider.java  | 2 +-
 .../titan/designer/editors/ttcn3editor/OutlinePage.java     | 2 +-
 .../titan/designer/editors/ttcn3editor/PairMatcher.java     | 2 +-
 .../designer/editors/ttcn3editor/PartitionScanner.java      | 2 +-
 .../titan/designer/editors/ttcn3editor/Reconciler.java      | 2 +-
 .../designer/editors/ttcn3editor/ReconcilingStrategy.java   | 2 +-
 .../SmartIndentAfterNewLineAutoEditStrategy.java            | 2 +-
 .../designer/editors/ttcn3editor/TTCN3CodeSkeletons.java    | 2 +-
 .../titan/designer/editors/ttcn3editor/TTCN3Editor.java     | 2 +-
 .../designer/editors/ttcn3editor/TTCN3FoldingSupport.java   | 2 +-
 .../titan/designer/editors/ttcn3editor/TTCN3Keywords.java   | 2 +-
 .../designer/editors/ttcn3editor/TTCN3ReferenceParser.java  | 2 +-
 .../ttcn3editor/TTCN3StringDetectionPatternRule.java        | 2 +-
 .../titan/designer/editors/ttcn3editor/TextHover.java       | 2 +-
 .../editors/ttcn3editor/TitanSpecificKeywordDetector.java   | 2 +-
 .../titan/designer/editors/ttcn3editor/WordDetector.java    | 2 +-
 .../designer/editors/ttcn3editor/actions/AddImport.java     | 2 +-
 .../editors/ttcn3editor/actions/FindReferences.java         | 2 +-
 .../ttcn3editor/actions/GotoMatchingBracketAction.java      | 2 +-
 .../designer/editors/ttcn3editor/actions/IndentAction.java  | 2 +-
 .../editors/ttcn3editor/actions/OpenDeclaration.java        | 2 +-
 .../ttcn3editor/actions/RenameRefactoringAction.java        | 2 +-
 .../titan/designer/editors/ttcnppeditor/CodeScanner.java    | 2 +-
 .../titan/designer/editors/ttcnppeditor/Configuration.java  | 2 +-
 .../editors/ttcnppeditor/ContentAssistProcessor.java        | 2 +-
 .../editors/ttcnppeditor/DocumentSetupParticipant.java      | 2 +-
 .../titan/designer/editors/ttcnppeditor/MacroDetector.java  | 2 +-
 .../titan/designer/editors/ttcnppeditor/PairMatcher.java    | 2 +-
 .../designer/editors/ttcnppeditor/PartitionScanner.java     | 2 +-
 .../designer/editors/ttcnppeditor/ReconcilingStrategy.java  | 2 +-
 .../titan/designer/editors/ttcnppeditor/TTCNPPEditor.java   | 2 +-
 .../titan/designer/editors/ttcnppeditor/WordDetector.java   | 2 +-
 .../editors/ttcnppeditor/actions/FindReferences.java        | 2 +-
 .../ttcnppeditor/actions/GotoMatchingBracketAction.java     | 2 +-
 .../designer/editors/ttcnppeditor/actions/IndentAction.java | 2 +-
 .../editors/ttcnppeditor/actions/OpenDeclaration.java       | 2 +-
 .../ttcnppeditor/actions/RenameRefactoringAction.java       | 2 +-
 .../eclipse/titan/designer/extensions/ExtensionHandler.java | 2 +-
 .../titan/designer/extensions/IProjectProcesser.java        | 2 +-
 .../titan/designer/finddefinition/DefinitionFinder.java     | 2 +-
 .../finddefinition/DefinitionListSelectionDialog.java       | 2 +-
 .../designer/finddefinition/StoredDefinitionFilter.java     | 2 +-
 .../src/org/eclipse/titan/designer/graphics/ImageCache.java | 2 +-
 .../org/eclipse/titan/designer/license/Base64Decoder.java   | 2 +-
 .../src/org/eclipse/titan/designer/license/License.java     | 2 +-
 .../eclipse/titan/designer/license/LicenseValidator.java    | 2 +-
 .../eclipse/titan/designer/license/TITANDSAPublicKey.java   | 2 +-
 .../titan/designer/nativewin32actions/CheckSemantic.java    | 2 +-
 .../titan/designer/nativewin32actions/CheckSyntax.java      | 2 +-
 .../titan/designer/nativewin32actions/CheckVersion.java     | 2 +-
 .../designer/nativewin32actions/NativeWIN32TITANJob.java    | 2 +-
 .../titan/designer/parsers/CompilationTimeStamp.java        | 2 +-
 .../org/eclipse/titan/designer/parsers/FileSaveTracker.java | 2 +-
 .../org/eclipse/titan/designer/parsers/GlobalParser.java    | 2 +-
 .../designer/parsers/GlobalProjectStructureTracker.java     | 2 +-
 .../org/eclipse/titan/designer/parsers/ISourceAnalyzer.java | 2 +-
 .../titan/designer/parsers/OutdatedConfigFileCollector.java | 2 +-
 .../titan/designer/parsers/OutdatedFileCollector.java       | 2 +-
 .../eclipse/titan/designer/parsers/ParserMarkerSupport.java | 2 +-
 .../org/eclipse/titan/designer/parsers/Parser_Helper.java   | 2 +-
 .../titan/designer/parsers/ProjectConfigurationParser.java  | 2 +-
 .../eclipse/titan/designer/parsers/ProjectSourceParser.java | 2 +-
 .../designer/parsers/ProjectSourceSemanticAnalyzer.java     | 2 +-
 .../designer/parsers/ProjectSourceSyntacticAnalyzer.java    | 2 +-
 .../designer/parsers/ProjectStructureDataCollector.java     | 2 +-
 .../titan/designer/parsers/asn1parser/ASN1Analyzer.java     | 2 +-
 .../titan/designer/parsers/asn1parser/ASN1Listener.java     | 2 +-
 .../parsers/asn1parser/BlockLevelTokenStreamTracker.java    | 2 +-
 .../titan/designer/parsers/asn1parser/BlockTokenSource.java | 2 +-
 .../designer/parsers/asn1parser/FormalParameter_Helper.java | 2 +-
 .../parsers/asn1parser/ModuleLevelTokenStreamTracker.java   | 2 +-
 .../titan/designer/parsers/asn1parser/NamedType_Helper.java | 2 +-
 .../parsers/asn1parser/SyntaxLevelTokenStreamTracker.java   | 2 +-
 .../parsers/asn1parser/TokenWithIndexAndSubTokens.java      | 2 +-
 .../asn1parser/TokenWithIndexAndSubTokensFactory.java       | 2 +-
 .../extensionattributeparser/EncodeMappingHelper.java       | 2 +-
 .../ExtensionAttributeAnalyzer.java                         | 2 +-
 .../titan/designer/parsers/logparser/FileFinder.java        | 2 +-
 .../designer/parsers/preprocess/PreprocessorDirective.java  | 2 +-
 .../titan/designer/parsers/ttcn3parser/CatchOp_Helper.java  | 2 +-
 .../designer/parsers/ttcn3parser/Configuration_Helper.java  | 2 +-
 .../designer/parsers/ttcn3parser/Connection_Helper.java     | 2 +-
 .../designer/parsers/ttcn3parser/IIdentifierReparser.java   | 2 +-
 .../designer/parsers/ttcn3parser/ITTCN3ReparseBase.java     | 2 +-
 .../designer/parsers/ttcn3parser/ITtcn3FileReparser.java    | 2 +-
 .../designer/parsers/ttcn3parser/IdentifierReparser.java    | 2 +-
 .../parsers/ttcn3parser/PPDirectiveTokenFactory.java        | 2 +-
 .../titan/designer/parsers/ttcn3parser/PPListener.java      | 2 +-
 .../designer/parsers/ttcn3parser/PortRedirect_Helper.java   | 2 +-
 .../designer/parsers/ttcn3parser/PortReference_Helper.java  | 2 +-
 .../parsers/ttcn3parser/PreprocessedTokenStream.java        | 2 +-
 .../designer/parsers/ttcn3parser/ReParseException.java      | 2 +-
 .../designer/parsers/ttcn3parser/Redirection_Helper.java    | 2 +-
 .../designer/parsers/ttcn3parser/ReparseUtilities.java      | 2 +-
 .../designer/parsers/ttcn3parser/ReturnType_Helper.java     | 2 +-
 .../titan/designer/parsers/ttcn3parser/TTCN3Analyzer.java   | 2 +-
 .../parsers/ttcn3parser/TTCN3ReferenceAnalyzer.java         | 2 +-
 .../designer/parsers/ttcn3parser/TTCN3ReparseUpdater.java   | 2 +-
 .../parsers/ttcn3parser/Template_definition_helper.java     | 2 +-
 .../designer/parsers/ttcn3parser/Ttcn3FileReparser.java     | 2 +-
 .../parsers/ttcn3parser/Type_Identifier_Helper.java         | 2 +-
 .../titan/designer/perspectives/EditingPerspective.java     | 2 +-
 .../designer/preferences/PreferenceConstantValues.java      | 2 +-
 .../titan/designer/preferences/PreferenceConstants.java     | 2 +-
 .../titan/designer/preferences/PreferenceInitializer.java   | 2 +-
 .../titan/designer/preferences/SubscribedBoolean.java       | 2 +-
 .../eclipse/titan/designer/preferences/SubscribedInt.java   | 2 +-
 .../titan/designer/preferences/SubscribedObject.java        | 2 +-
 .../titan/designer/preferences/pages/ComboFieldEditor.java  | 2 +-
 .../titan/designer/preferences/pages/ContentAssistPage.java | 2 +-
 .../designer/preferences/pages/DebugPreferencePage.java     | 2 +-
 .../preferences/pages/ErrorsWarningsPreferencePage.java     | 2 +-
 .../designer/preferences/pages/ExcludeRegexpEditor.java     | 2 +-
 .../preferences/pages/ExcludedResourcesPreferencePage.java  | 2 +-
 .../titan/designer/preferences/pages/ExportOptionsPage.java | 2 +-
 .../titan/designer/preferences/pages/FoldingPage.java       | 2 +-
 .../preferences/pages/ISyntaxHighlightTreeElement.java      | 2 +-
 .../titan/designer/preferences/pages/IndentationPage.java   | 2 +-
 .../designer/preferences/pages/MarkOccurrencesPage.java     | 2 +-
 .../preferences/pages/NamingConventionPreferencePage.java   | 2 +-
 .../preferences/pages/OnTheFlyCheckerPreferencePage.java    | 2 +-
 .../titan/designer/preferences/pages/RegexpEntryDialog.java | 2 +-
 .../designer/preferences/pages/ShowMatchingBracketPage.java | 2 +-
 .../preferences/pages/SyntaxHighlightColoringElement.java   | 2 +-
 .../preferences/pages/SyntaxHighlightColoringGroup.java     | 2 +-
 .../preferences/pages/SyntaxHighlightContentProvider.java   | 2 +-
 .../designer/preferences/pages/SyntaxHighlightPage.java     | 2 +-
 .../preferences/pages/SyntaxhighlightLabelProvider.java     | 2 +-
 .../titan/designer/preferences/pages/TITANActionPage.java   | 2 +-
 .../designer/preferences/pages/TITANPreferencePage.java     | 2 +-
 .../titan/designer/preferences/pages/TypingPage.java        | 2 +-
 .../titan/designer/productUtilities/ProductConstants.java   | 2 +-
 .../titan/designer/properties/IPropertyChangeListener.java  | 2 +-
 .../designer/properties/PropertyNotificationManager.java    | 2 +-
 .../properties/data/BaseNamingConventionPropertyData.java   | 2 +-
 .../titan/designer/properties/data/BuildLocation.java       | 2 +-
 .../designer/properties/data/CCompilerOptionsData.java      | 2 +-
 .../properties/data/COptimalizationOptionsData.java         | 2 +-
 .../titan/designer/properties/data/DOMErrorHandlerImpl.java | 2 +-
 .../designer/properties/data/FileBuildPropertyData.java     | 2 +-
 .../designer/properties/data/FolderBuildPropertyData.java   | 2 +-
 .../properties/data/FolderNamingConventionPropertyData.java | 2 +-
 .../properties/data/InternalMakefileCreationData.java       | 2 +-
 .../designer/properties/data/LinkerFlagsOptionsData.java    | 2 +-
 .../properties/data/LinkerLibrariesOptionsData.java         | 2 +-
 .../titan/designer/properties/data/ListConverter.java       | 2 +-
 .../titan/designer/properties/data/MakeAttributesData.java  | 2 +-
 .../designer/properties/data/MakefileCreationData.java      | 2 +-
 .../data/PlatformSpecificLibrariesOptionsData.java          | 2 +-
 .../properties/data/PreprocessorIncludedOptionsData.java    | 2 +-
 .../properties/data/PreprocessorSymbolsOptionsData.java     | 2 +-
 .../designer/properties/data/ProjectBuildPropertyData.java  | 2 +-
 .../properties/data/ProjectConfigurationsPropertyData.java  | 2 +-
 .../properties/data/ProjectDocumentHandlingUtility.java     | 2 +-
 .../titan/designer/properties/data/ProjectFileHandler.java  | 2 +-
 .../data/ProjectNamingConventionPropertyData.java           | 2 +-
 .../properties/data/ProjectRemoteBuildPropertyData.java     | 2 +-
 .../designer/properties/data/TITANFlagsOptionsData.java     | 2 +-
 .../properties/data/TTCN3PreprocessorOptionsData.java       | 2 +-
 .../designer/properties/data/ValidatorErrorHandler.java     | 2 +-
 .../properties/pages/BaseNamingConventionPropertyPage.java  | 2 +-
 .../designer/properties/pages/CCompilerOptionsPage.java     | 2 +-
 .../properties/pages/COptimalizationOptionsPage.java        | 2 +-
 .../properties/pages/ConfigurationManagerControl.java       | 2 +-
 .../designer/properties/pages/FieldEditorPropertyPage.java  | 2 +-
 .../designer/properties/pages/FileBuildPropertyPage.java    | 2 +-
 .../titan/designer/properties/pages/FileListItemDialog.java | 2 +-
 .../designer/properties/pages/FolderBuildPropertyPage.java  | 2 +-
 .../designer/properties/pages/FolderListItemDialog.java     | 2 +-
 .../pages/FolderNamingConventionPropertyPage.java           | 2 +-
 .../titan/designer/properties/pages/IOptionsPage.java       | 2 +-
 .../properties/pages/IProjectFileResourceVisitor.java       | 2 +-
 .../properties/pages/InternalMakefileCreationTab.java       | 2 +-
 .../designer/properties/pages/LinkerFlagsOptionsPage.java   | 2 +-
 .../properties/pages/LinkerLibrariesOptionsPage.java        | 2 +-
 .../titan/designer/properties/pages/LinkerOptionsPage.java  | 2 +-
 .../titan/designer/properties/pages/ListItemDialog.java     | 2 +-
 .../titan/designer/properties/pages/MakeAttributesTab.java  | 2 +-
 .../designer/properties/pages/MakefileCreationTab.java      | 2 +-
 .../titan/designer/properties/pages/MyFileListControl.java  | 2 +-
 .../designer/properties/pages/MyFolderListControl.java      | 2 +-
 .../titan/designer/properties/pages/MyListControl.java      | 2 +-
 .../titan/designer/properties/pages/OptionElement.java      | 2 +-
 .../properties/pages/OptionElementContentProvider.java      | 2 +-
 .../properties/pages/OptionElementLabelProvider.java        | 2 +-
 .../pages/PlatformSpecificLibrariesOptionsPage.java         | 2 +-
 .../properties/pages/PreprocessorIncludedOptionsPage.java   | 2 +-
 .../designer/properties/pages/PreprocessorOptionsPage.java  | 2 +-
 .../properties/pages/PreprocessorSymbolsOptionsPage.java    | 2 +-
 .../designer/properties/pages/ProjectBuildPropertyPage.java | 2 +-
 .../properties/pages/ProjectConfigurationsPropertyPage.java | 2 +-
 .../pages/ProjectNamingConventionPropertyPage.java          | 2 +-
 .../properties/pages/ProjectRemoteBuildPropertyPage.java    | 2 +-
 .../titan/designer/properties/pages/PropertyStore.java      | 2 +-
 .../titan/designer/properties/pages/RemoteHostDialog.java   | 2 +-
 .../designer/properties/pages/TITANFlagsOptionsPage.java    | 2 +-
 .../properties/pages/TTCN3PreprocessorOptionsPage.java      | 2 +-
 .../titan/designer/refactoring/RenameRefactoring.java       | 2 +-
 .../designer/refactoring/RenameRefactoringInputPage.java    | 2 +-
 .../titan/designer/refactoring/RenameRefactoringWizard.java | 2 +-
 .../eclipse/titan/designer/samples/EmptyProjectSample.java  | 2 +-
 .../eclipse/titan/designer/samples/HelloWorldSample.java    | 6 +++---
 .../org/eclipse/titan/designer/samples/SampleProject.java   | 2 +-
 .../org/eclipse/titan/designer/samples/SampleProjects.java  | 2 +-
 .../eclipse/titan/designer/wizards/GUIProjectImporter.java  | 2 +-
 .../designer/wizards/NewASN1ModuleCreationWizardPage.java   | 2 +-
 .../eclipse/titan/designer/wizards/NewASN1ModuleWizard.java | 2 +-
 .../designer/wizards/NewConfigFileCreationWizardPage.java   | 2 +-
 .../designer/wizards/NewConfigFileOptionsWizardPage.java    | 2 +-
 .../eclipse/titan/designer/wizards/NewConfigFileWizard.java | 2 +-
 .../titan/designer/wizards/NewTITANProjectContentPage.java  | 2 +-
 .../titan/designer/wizards/NewTITANProjectCreationPage.java | 2 +-
 .../designer/wizards/NewTITANProjectOptionsWizardPage.java  | 2 +-
 .../titan/designer/wizards/NewTITANProjectWizard.java       | 2 +-
 .../designer/wizards/NewTTCN3ModuleCreationWizardPage.java  | 2 +-
 .../titan/designer/wizards/NewTTCN3ModuleWizard.java        | 2 +-
 .../titan/designer/wizards/TITANProjectImportMainPage.java  | 2 +-
 .../titan/designer/wizards/TITANProjectImportPage.java      | 2 +-
 .../designer/wizards/TITANProjectImportRecursivelyPage.java | 2 +-
 .../titan/designer/wizards/TITANProjectImportWizard.java    | 2 +-
 .../wizards/projectFormat/EditPathVariableDialog.java       | 2 +-
 .../wizards/projectFormat/NewPathVariableDialog.java        | 2 +-
 .../wizards/projectFormat/NewProjectNameDialog.java         | 2 +-
 .../projectFormat/NewTITANProjectImportMainPage.java        | 2 +-
 .../projectFormat/NewTITANProjectImportOptionsPage.java     | 2 +-
 .../wizards/projectFormat/NewTITANProjectImportWizard.java  | 2 +-
 .../wizards/projectFormat/ProjectFormatConstants.java       | 2 +-
 .../projectFormat/TITANAutomaticProjectExporter.java        | 2 +-
 .../wizards/projectFormat/TITANProjectExportMainPage.java   | 2 +-
 .../projectFormat/TITANProjectExportOptionsPage.java        | 2 +-
 .../wizards/projectFormat/TITANProjectExportWizard.java     | 2 +-
 .../wizards/projectFormat/TITANProjectExporter.java         | 2 +-
 .../titan/designer/wizards/projectFormat/TpdImporter.java   | 2 +-
 org.eclipse.titan.designer/supression.xml                   | 2 +-
 org.eclipse.titan.designer/toc.xml                          | 2 +-
 org.eclipse.titan.executor/README.txt                       | 2 +-
 org.eclipse.titan.executor/proguard.cfg                     | 2 +-
 .../src/org/eclipse/titan/executor/Activator.java           | 2 +-
 .../src/org/eclipse/titan/executor/GeneralConstants.java    | 2 +-
 .../src/org/eclipse/titan/executor/HostController.java      | 2 +-
 .../src/org/eclipse/titan/executor/TITANConsole.java        | 2 +-
 .../src/org/eclipse/titan/executor/TITANDebugConsole.java   | 2 +-
 .../titan/executor/designerconnection/DesignerHelper.java   | 2 +-
 .../executor/designerconnection/DynamicLinkingHelper.java   | 2 +-
 .../executor/designerconnection/EnvironmentHelper.java      | 2 +-
 .../org/eclipse/titan/executor/executors/BaseExecutor.java  | 2 +-
 .../org/eclipse/titan/executor/executors/ExecuteDialog.java | 2 +-
 .../executor/executors/ExecuteDialogContentProvider.java    | 2 +-
 .../executor/executors/ExecuteDialogLabelProvider.java      | 2 +-
 .../src/org/eclipse/titan/executor/executors/HostJob.java   | 2 +-
 .../org/eclipse/titan/executor/executors/ITreeBranch.java   | 2 +-
 .../src/org/eclipse/titan/executor/executors/ITreeLeaf.java | 2 +-
 .../eclipse/titan/executor/executors/LaunchShortcut.java    | 2 +-
 .../titan/executor/executors/LaunchShortcutConfig.java      | 2 +-
 .../eclipse/titan/executor/executors/SeverityResolver.java  | 2 +-
 .../executors/TitanLaunchConfigurationDelegate.java         | 2 +-
 .../org/eclipse/titan/executor/executors/TreeBranch.java    | 2 +-
 .../src/org/eclipse/titan/executor/executors/TreeLeaf.java  | 2 +-
 .../eclipse/titan/executor/executors/jni/JniExecutor.java   | 2 +-
 .../executor/executors/jni/LaunchConfigurationTabGroup.java | 2 +-
 .../titan/executor/executors/jni/LaunchShortcut.java        | 2 +-
 .../titan/executor/executors/jni/LaunchShortcutConfig.java  | 2 +-
 .../titan/executor/executors/mctr/cli/BackgroundThread.java | 2 +-
 .../titan/executor/executors/mctr/cli/CliExecutor.java      | 2 +-
 .../executors/mctr/cli/LaunchConfigurationDelegate.java     | 2 +-
 .../executors/mctr/cli/LaunchConfigurationTabGroup.java     | 2 +-
 .../titan/executor/executors/mctr/cli/LaunchShortcut.java   | 2 +-
 .../executor/executors/mctr/cli/LaunchShortcutConfig.java   | 2 +-
 .../executors/single/LaunchConfigurationDelegate.java       | 2 +-
 .../executors/single/LaunchConfigurationTabGroup.java       | 2 +-
 .../titan/executor/executors/single/LaunchShortcut.java     | 2 +-
 .../executor/executors/single/LaunchShortcutConfig.java     | 2 +-
 .../eclipse/titan/executor/executors/single/MyBoolean.java  | 2 +-
 .../titan/executor/executors/single/SingleExecutor.java     | 2 +-
 .../src/org/eclipse/titan/executor/graphics/ImageCache.java | 2 +-
 .../src/org/eclipse/titan/executor/jni/ComponentStruct.java | 2 +-
 .../src/org/eclipse/titan/executor/jni/HcStateEnum.java     | 2 +-
 .../src/org/eclipse/titan/executor/jni/HostStruct.java      | 2 +-
 .../src/org/eclipse/titan/executor/jni/IJNICallback.java    | 2 +-
 .../src/org/eclipse/titan/executor/jni/JNIMiddleWare.java   | 2 +-
 .../src/org/eclipse/titan/executor/jni/McStateEnum.java     | 2 +-
 .../src/org/eclipse/titan/executor/jni/QualifiedName.java   | 2 +-
 .../src/org/eclipse/titan/executor/jni/TcStateEnum.java     | 2 +-
 .../src/org/eclipse/titan/executor/jni/Timeval.java         | 2 +-
 .../org/eclipse/titan/executor/jni/TransportTypeEnum.java   | 2 +-
 .../src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java | 2 +-
 .../org/eclipse/titan/executor/jni/adapter/IJNIAdapter.java | 2 +-
 .../titan/executor/perspectives/ExecutingPerspective.java   | 2 +-
 .../titan/executor/preferences/ExecutorPreferencePage.java  | 2 +-
 .../titan/executor/preferences/PreferenceConstants.java     | 2 +-
 .../titan/executor/preferences/PreferenceInitializer.java   | 2 +-
 .../titan/executor/properties/FieldEditorPropertyPage.java  | 2 +-
 .../eclipse/titan/executor/properties/PropertyStore.java    | 2 +-
 .../executor/property/testers/CompilationModeProperty.java  | 2 +-
 .../hostcontrollers/HostControllerContentProvider.java      | 2 +-
 .../tabpages/hostcontrollers/HostControllerDialog.java      | 2 +-
 .../hostcontrollers/HostControllerLabelProvider.java        | 2 +-
 .../tabpages/hostcontrollers/HostControllersTab.java        | 2 +-
 .../tabpages/maincontroller/BaseMainControllerTab.java      | 2 +-
 .../tabpages/maincontroller/JNIMainControllerTab.java       | 2 +-
 .../tabpages/maincontroller/MctrCliMainControllerTab.java   | 2 +-
 .../tabpages/maincontroller/SingleMainControllerTab.java    | 2 +-
 .../tabpages/performance/BasePerformanceSettingsTab.java    | 2 +-
 .../tabpages/performance/JniPerformanceSettingsTab.java     | 2 +-
 .../tabpages/performance/MctrCliPerformanceSettingsTab.java | 2 +-
 .../tabpages/performance/SinglePerformanceSettingsTab.java  | 2 +-
 .../tabpages/testset/KnownTestcasesDragSourceListener.java  | 2 +-
 .../executor/tabpages/testset/TestCaseTreeElement.java      | 2 +-
 .../eclipse/titan/executor/tabpages/testset/TestSetTab.java | 2 +-
 .../titan/executor/tabpages/testset/TestcaseTransfer.java   | 2 +-
 .../executor/tabpages/testset/TestcasesContentProvider.java | 2 +-
 .../executor/tabpages/testset/TestcasesLabelProvider.java   | 2 +-
 .../titan/executor/tabpages/testset/TestsetDialog.java      | 2 +-
 .../tabpages/testset/TestsetTreeDragSourceListener.java     | 2 +-
 .../tabpages/testset/TestsetTreeDropTargetListener.java     | 2 +-
 .../titan/executor/tabpages/testset/TestsetTreeElement.java | 2 +-
 .../executor/views/executormonitor/ComponentElement.java    | 2 +-
 .../executormonitor/ExecutorMonitorContentProvider.java     | 2 +-
 .../views/executormonitor/ExecutorMonitorLabelProvider.java | 2 +-
 .../executor/views/executormonitor/ExecutorMonitorView.java | 2 +-
 .../executor/views/executormonitor/ExecutorStorage.java     | 2 +-
 .../views/executormonitor/HostControllerElement.java        | 2 +-
 .../executor/views/executormonitor/InformationElement.java  | 2 +-
 .../titan/executor/views/executormonitor/LaunchElement.java | 2 +-
 .../titan/executor/views/executormonitor/LaunchStorage.java | 2 +-
 .../executor/views/executormonitor/LaunchesListener.java    | 2 +-
 .../views/executormonitor/MainControllerElement.java        | 2 +-
 .../titan/executor/views/notification/Notification.java     | 2 +-
 .../views/notification/NotificationContentProvider.java     | 2 +-
 .../views/notification/NotificationLabelProvider.java       | 2 +-
 .../titan/executor/views/notification/NotificationView.java | 2 +-
 .../executor/views/testexecution/ExecutedTestcase.java      | 2 +-
 .../views/testexecution/TestExecutionContentProvider.java   | 2 +-
 .../views/testexecution/TestExecutionLabelProvider.java     | 2 +-
 .../executor/views/testexecution/TestExecutionView.java     | 2 +-
 org.eclipse.titan.executor/toc.xml                          | 2 +-
 org.eclipse.titan.help/README.txt                           | 2 +-
 org.eclipse.titan.help/plugin.xml                           | 2 +-
 org.eclipse.titan.help/toc.xml                              | 2 +-
 .../src/org/eclipse/titan/log/viewer/Activator.java         | 2 +-
 .../src/org/eclipse/titan/log/viewer/ResourceListener.java  | 2 +-
 .../log/viewer/actions/CloseAllConnectedViewMenuAction.java | 2 +-
 .../titan/log/viewer/actions/ExtractComponentsAction.java   | 2 +-
 .../log/viewer/actions/ExtractComponentsMenuAction.java     | 2 +-
 .../titan/log/viewer/actions/ExtractTestCasesAction.java    | 2 +-
 .../log/viewer/actions/ExtractTestCasesMenuAction.java      | 2 +-
 .../titan/log/viewer/actions/LogFileActionProvider.java     | 2 +-
 .../titan/log/viewer/actions/OpenLogSearchPageAction.java   | 2 +-
 .../titan/log/viewer/actions/OpenMSCViewMenuAction.java     | 2 +-
 .../titan/log/viewer/actions/OpenSourceViewMenuAction.java  | 2 +-
 .../log/viewer/actions/OpenStatisticalViewMenuAction.java   | 2 +-
 .../viewer/actions/OpenTextTableProjectsViewMenuAction.java | 2 +-
 .../actions/OpenTextTableStatisticalViewMenuAction.java     | 2 +-
 .../titan/log/viewer/actions/OpenValueViewMenuAction.java   | 2 +-
 .../titan/log/viewer/actions/TestCaseActionProvider.java    | 2 +-
 .../org/eclipse/titan/log/viewer/console/ConsoleWriter.java | 2 +-
 .../org/eclipse/titan/log/viewer/console/TITANConsole.java  | 2 +-
 .../eclipse/titan/log/viewer/console/TITANDebugConsole.java | 2 +-
 .../titan/log/viewer/exceptions/TechnicalException.java     | 2 +-
 .../titan/log/viewer/exceptions/TitanLogException.java      | 2 +-
 .../log/viewer/exceptions/TitanLogExceptionHandler.java     | 2 +-
 .../eclipse/titan/log/viewer/exceptions/UserException.java  | 2 +-
 .../eclipse/titan/log/viewer/extractors/ComponentEvent.java | 2 +-
 .../log/viewer/extractors/ComponentEventDispatcher.java     | 2 +-
 .../titan/log/viewer/extractors/ComponentExtractor.java     | 2 +-
 .../org/eclipse/titan/log/viewer/extractors/Extractor.java  | 2 +-
 .../eclipse/titan/log/viewer/extractors/TestCaseEvent.java  | 2 +-
 .../log/viewer/extractors/TestCaseEventDispatcher.java      | 2 +-
 .../titan/log/viewer/extractors/TestCaseExtractor.java      | 2 +-
 .../titan/log/viewer/factories/MessageAnalyserFactory.java  | 2 +-
 .../titan/log/viewer/factories/PerspectiveFactory.java      | 2 +-
 .../org/eclipse/titan/log/viewer/models/FilterPattern.java  | 2 +-
 .../eclipse/titan/log/viewer/models/LogFileMetaData.java    | 2 +-
 .../org/eclipse/titan/log/viewer/models/LogRecordIndex.java | 2 +-
 .../eclipse/titan/log/viewer/models/SourceInformation.java  | 2 +-
 .../org/eclipse/titan/log/viewer/models/TimeInterval.java   | 2 +-
 .../eclipse/titan/log/viewer/natures/TitanLogProject.java   | 2 +-
 .../eclipse/titan/log/viewer/parsers/ConnectedRecord.java   | 2 +-
 .../src/org/eclipse/titan/log/viewer/parsers/Constants.java | 2 +-
 .../org/eclipse/titan/log/viewer/parsers/Decipherer.java    | 2 +-
 .../titan/log/viewer/parsers/EventObjectFactory.java        | 2 +-
 .../eclipse/titan/log/viewer/parsers/MessageAnalyser.java   | 2 +-
 .../titan/log/viewer/parsers/MessageAnalyserFormat1.java    | 2 +-
 .../titan/log/viewer/parsers/MessageAnalyserFormat2.java    | 2 +-
 .../titan/log/viewer/parsers/MessageAnalyserParallel1.java  | 2 +-
 .../titan/log/viewer/parsers/MessageAnalyserParallel2.java  | 2 +-
 .../titan/log/viewer/parsers/MessageAnalyserSingle1.java    | 2 +-
 .../titan/log/viewer/parsers/MessageAnalyserSingle2.java    | 2 +-
 .../src/org/eclipse/titan/log/viewer/parsers/Parser.java    | 2 +-
 .../org/eclipse/titan/log/viewer/parsers/RecordParser.java  | 2 +-
 .../src/org/eclipse/titan/log/viewer/parsers/Tokens.java    | 2 +-
 .../eclipse/titan/log/viewer/parsers/data/LogRecord.java    | 2 +-
 .../org/eclipse/titan/log/viewer/parsers/data/TestCase.java | 2 +-
 .../eclipse/titan/log/viewer/parsers/data/TreeModel.java    | 2 +-
 .../titan/log/viewer/parsers/token/ComponentReference.java  | 2 +-
 .../src/org/eclipse/titan/log/viewer/parsers/token/EOR.java | 2 +-
 .../eclipse/titan/log/viewer/parsers/token/EventType.java   | 2 +-
 .../org/eclipse/titan/log/viewer/parsers/token/Message.java | 2 +-
 .../eclipse/titan/log/viewer/parsers/token/SourceInfo.java  | 2 +-
 .../eclipse/titan/log/viewer/parsers/token/TimeStamp.java   | 2 +-
 .../org/eclipse/titan/log/viewer/parsers/token/Token.java   | 2 +-
 .../org/eclipse/titan/log/viewer/parsers/token/Unknown.java | 2 +-
 .../eclipse/titan/log/viewer/parsers/token/WhiteSpace.java  | 2 +-
 .../viewer/preferences/DecipheringPreferenceHandler.java    | 2 +-
 .../log/viewer/preferences/FilteredSilentEventUtils.java    | 2 +-
 .../titan/log/viewer/preferences/PreferenceConstants.java   | 2 +-
 .../titan/log/viewer/preferences/PreferenceInitializer.java | 2 +-
 .../titan/log/viewer/preferences/PreferencesHandler.java    | 2 +-
 .../titan/log/viewer/preferences/PreferencesHolder.java     | 2 +-
 .../titan/log/viewer/preferences/data/KeywordColor.java     | 2 +-
 .../viewer/preferences/fieldeditors/CheckBoxTreeEditor.java | 2 +-
 .../preferences/fieldeditors/MutableComboFieldEditor.java   | 2 +-
 .../viewer/preferences/fieldeditors/StringListEditor.java   | 2 +-
 .../preferences/fieldeditors/TitanColorFieldEditor.java     | 2 +-
 .../viewer/preferences/fieldeditors/TitanListEditor.java    | 2 +-
 .../fieldeditors/TitanRadioGroupFieldEditor.java            | 2 +-
 .../preferences/pages/ComponentsVisualOrderPrefPage.java    | 2 +-
 .../viewer/preferences/pages/DecipheringPreferencePage.java | 2 +-
 .../preferences/pages/FilteredComponentsPrefPage.java       | 2 +-
 .../viewer/preferences/pages/FilteredFunctionsPrefPage.java | 2 +-
 .../preferences/pages/FilteredPortsPreferencePage.java      | 2 +-
 .../viewer/preferences/pages/FilteredSignalsPrefPage.java   | 2 +-
 .../preferences/pages/FilteredSilentEventPrefPage.java      | 2 +-
 .../viewer/preferences/pages/GeneralSettingsPrefPage.java   | 2 +-
 .../log/viewer/preferences/pages/HighlightKeywordsPage.java | 2 +-
 .../preferences/pages/LogViewerPreferenceRootPage.java      | 2 +-
 .../viewer/preferences/pages/SetverdictPreferencePage.java  | 2 +-
 .../eclipse/titan/log/viewer/properties/PropertyStore.java  | 2 +-
 .../eclipse/titan/log/viewer/readers/CachedLogReader.java   | 2 +-
 .../eclipse/titan/log/viewer/readers/FilteredLogReader.java | 2 +-
 .../org/eclipse/titan/log/viewer/readers/ILogReader.java    | 2 +-
 .../org/eclipse/titan/log/viewer/readers/LogFileReader.java | 2 +-
 .../titan/log/viewer/readers/SequentialLogFileReader.java   | 2 +-
 .../eclipse/titan/log/viewer/readers/TestFileReader.java    | 2 +-
 .../org/eclipse/titan/log/viewer/readers/ValueReader.java   | 2 +-
 .../org/eclipse/titan/log/viewer/search/LogSearchQuery.java | 2 +-
 .../eclipse/titan/log/viewer/search/LogSearchResult.java    | 2 +-
 .../titan/log/viewer/search/SearchLabelProvider.java        | 2 +-
 .../org/eclipse/titan/log/viewer/search/SearchPattern.java  | 2 +-
 .../titan/log/viewer/search/TreeContentProvider.java        | 2 +-
 .../src/org/eclipse/titan/log/viewer/utils/ActionUtils.java | 2 +-
 .../src/org/eclipse/titan/log/viewer/utils/Constants.java   | 2 +-
 .../eclipse/titan/log/viewer/utils/ImportExportUtils.java   | 2 +-
 .../eclipse/titan/log/viewer/utils/LogFileCacheHandler.java | 2 +-
 .../org/eclipse/titan/log/viewer/utils/LogFileHandler.java  | 2 +-
 .../src/org/eclipse/titan/log/viewer/utils/Messages.java    | 2 +-
 .../titan/log/viewer/utils/ResourcePropertyHandler.java     | 2 +-
 .../org/eclipse/titan/log/viewer/utils/SelectionUtils.java  | 2 +-
 .../src/org/eclipse/titan/log/viewer/views/DetailsView.java | 2 +-
 .../org/eclipse/titan/log/viewer/views/ILogViewerView.java  | 2 +-
 .../org/eclipse/titan/log/viewer/views/LogSearchPage.java   | 2 +-
 .../eclipse/titan/log/viewer/views/LogSearchResultPage.java | 2 +-
 .../org/eclipse/titan/log/viewer/views/MSCFilterDialog.java | 2 +-
 .../src/org/eclipse/titan/log/viewer/views/MSCView.java     | 2 +-
 .../org/eclipse/titan/log/viewer/views/StatisticalView.java | 2 +-
 .../eclipse/titan/log/viewer/views/details/DetailData.java  | 2 +-
 .../viewer/views/details/DetailsViewContentProvider.java    | 2 +-
 .../log/viewer/views/details/DetailsViewLabelProvider.java  | 2 +-
 .../titan/log/viewer/views/details/StatisticalData.java     | 2 +-
 .../titan/log/viewer/views/details/TextViewComposite.java   | 2 +-
 .../eclipse/titan/log/viewer/views/details/TreeLeaf.java    | 2 +-
 .../eclipse/titan/log/viewer/views/details/TreeObject.java  | 2 +-
 .../eclipse/titan/log/viewer/views/details/TreeParent.java  | 2 +-
 .../titan/log/viewer/views/details/TreeViewComposite.java   | 2 +-
 .../titan/log/viewer/views/msc/model/EventObject.java       | 2 +-
 .../titan/log/viewer/views/msc/model/EventSelection.java    | 2 +-
 .../eclipse/titan/log/viewer/views/msc/model/EventType.java | 2 +-
 .../titan/log/viewer/views/msc/model/ExecutionModel.java    | 2 +-
 .../titan/log/viewer/views/msc/model/IEventObject.java      | 2 +-
 .../eclipse/titan/log/viewer/views/msc/model/MSCModel.java  | 2 +-
 .../titan/log/viewer/views/msc/model/TestComponent.java     | 2 +-
 .../log/viewer/views/msc/ui/actions/DelayedSelectable.java  | 2 +-
 .../log/viewer/views/msc/ui/actions/DelayedSelector.java    | 2 +-
 .../titan/log/viewer/views/msc/ui/actions/FileFinder.java   | 2 +-
 .../views/msc/ui/actions/JumpToNextSetverdictAction.java    | 2 +-
 .../msc/ui/actions/JumpToPreviousSetverdictAction.java      | 2 +-
 .../log/viewer/views/msc/ui/actions/OpenSourceAction.java   | 2 +-
 .../viewer/views/msc/ui/actions/OpenTextTableAction.java    | 2 +-
 .../viewer/views/msc/ui/actions/OpenValueViewAction.java    | 2 +-
 .../viewer/views/msc/ui/actions/RefreshMSCViewAction.java   | 2 +-
 .../titan/log/viewer/views/msc/ui/actions/ZoomAction.java   | 2 +-
 .../titan/log/viewer/views/msc/ui/core/BaseMessage.java     | 2 +-
 .../titan/log/viewer/views/msc/ui/core/BasicFrame.java      | 2 +-
 .../log/viewer/views/msc/ui/core/ComponentCreation.java     | 2 +-
 .../log/viewer/views/msc/ui/core/ComponentEventNode.java    | 2 +-
 .../log/viewer/views/msc/ui/core/ComponentTermination.java  | 2 +-
 .../titan/log/viewer/views/msc/ui/core/Enqueued.java        | 2 +-
 .../eclipse/titan/log/viewer/views/msc/ui/core/Frame.java   | 2 +-
 .../titan/log/viewer/views/msc/ui/core/Function.java        | 2 +-
 .../titan/log/viewer/views/msc/ui/core/FunctionDone.java    | 2 +-
 .../titan/log/viewer/views/msc/ui/core/FunctionNode.java    | 2 +-
 .../titan/log/viewer/views/msc/ui/core/Lifeline.java        | 2 +-
 .../titan/log/viewer/views/msc/ui/core/LifelineHeader.java  | 2 +-
 .../eclipse/titan/log/viewer/views/msc/ui/core/MSCNode.java | 2 +-
 .../titan/log/viewer/views/msc/ui/core/PortConnection.java  | 2 +-
 .../log/viewer/views/msc/ui/core/PortDisconnection.java     | 2 +-
 .../titan/log/viewer/views/msc/ui/core/PortEventNode.java   | 2 +-
 .../titan/log/viewer/views/msc/ui/core/PortMapping.java     | 2 +-
 .../titan/log/viewer/views/msc/ui/core/PortUnmapping.java   | 2 +-
 .../titan/log/viewer/views/msc/ui/core/ReceiveSignal.java   | 2 +-
 .../titan/log/viewer/views/msc/ui/core/RectangleDrawer.java | 2 +-
 .../titan/log/viewer/views/msc/ui/core/SendSignal.java      | 2 +-
 .../titan/log/viewer/views/msc/ui/core/SetverdictComp.java  | 2 +-
 .../log/viewer/views/msc/ui/core/SetverdictUnknown.java     | 2 +-
 .../eclipse/titan/log/viewer/views/msc/ui/core/Signal.java  | 2 +-
 .../titan/log/viewer/views/msc/ui/core/SilentEvent.java     | 2 +-
 .../titan/log/viewer/views/msc/ui/core/TestCaseEnd.java     | 2 +-
 .../log/viewer/views/msc/ui/core/TestCaseEventNode.java     | 2 +-
 .../titan/log/viewer/views/msc/ui/core/TestCaseStart.java   | 2 +-
 .../titan/log/viewer/views/msc/ui/core/TimeStampNode.java   | 2 +-
 .../titan/log/viewer/views/msc/ui/view/DiagramToolTip.java  | 2 +-
 .../org/eclipse/titan/log/viewer/views/msc/ui/view/IGC.java | 2 +-
 .../titan/log/viewer/views/msc/ui/view/MSCWidget.java       | 2 +-
 .../org/eclipse/titan/log/viewer/views/msc/ui/view/NGC.java | 2 +-
 .../titan/log/viewer/views/msc/ui/view/Overview.java        | 2 +-
 .../titan/log/viewer/views/msc/ui/view/ScrollView.java      | 2 +-
 .../titan/log/viewer/views/msc/util/MSCConstants.java       | 2 +-
 .../titan/log/viewer/views/msc/util/MSCNodeComparator.java  | 2 +-
 .../titan/log/viewer/views/navigator/FileSizeDecorator.java | 2 +-
 .../log/viewer/views/navigator/LogFileContentProvider.java  | 2 +-
 .../log/viewer/views/navigator/LogFileLabelProvider.java    | 2 +-
 .../viewer/views/navigator/ProjectsViewerMenuListener.java  | 2 +-
 .../viewer/views/navigator/ProjectsViewerMenuManager.java   | 2 +-
 .../views/navigator/TestCasesViewerLabelProvider.java       | 2 +-
 .../titan/log/viewer/views/text/table/CloseAllAction.java   | 2 +-
 .../titan/log/viewer/views/text/table/FilterAction.java     | 2 +-
 .../titan/log/viewer/views/text/table/IconHandler.java      | 2 +-
 .../titan/log/viewer/views/text/table/SetVerdictFilter.java | 2 +-
 .../log/viewer/views/text/table/SwitchToMscAction.java      | 2 +-
 .../titan/log/viewer/views/text/table/TextTableView.java    | 2 +-
 .../log/viewer/views/text/table/TextTableViewHelper.java    | 2 +-
 org.eclipse.titan.log.viewer/toc.xml                        | 2 +-
 org.eclipse.titan.regressiontests/build.xml                 | 2 +-
 .../org/eclipse/titan/regressiontests/HeadlessRunner.java   | 2 +-
 .../org/eclipse/titan/regressiontests/MainTestSuite.java    | 2 +-
 .../org/eclipse/titan/regressiontests/MyTextListener.java   | 2 +-
 .../titan/regressiontests/common/CommonTestSuite.java       | 2 +-
 .../titan/regressiontests/common/actions/FormatLogTest.java | 2 +-
 .../titan/regressiontests/common/actions/MergeLogTest.java  | 2 +-
 .../regressiontests/designer/Designer_plugin_tests.java     | 2 +-
 .../regressiontests/designer/dynamictests/ChangeTests.java  | 2 +-
 .../designer/statictests/Basic_tests/AST_tests.java         | 2 +-
 .../statictests/Basic_tests/AST_warnings_tests.java         | 2 +-
 .../designer/statictests/Basic_tests/LazyTryCatchTest.java  | 2 +-
 .../statictests/Basic_tests/templates/AllFromTest.java      | 2 +-
 .../Basic_tests/templates/TemplateTestSuite.java            | 2 +-
 .../regressiontests/designer/statictests/StaticTests.java   | 2 +-
 .../Unstructured_tests/Semantic_errors_tests.java           | 2 +-
 .../Unstructured_tests/Semantic_warnings_tests.java         | 2 +-
 .../Unstructured_tests/Syntactical_errors_tests.java        | 2 +-
 .../Unstructured_tests/Syntactical_warning_tests.java       | 2 +-
 .../statictests/Unstructured_tests/Unstructured_tests.java  | 2 +-
 .../designer/unittest/DesignerUnitTestSuite.java            | 2 +-
 .../titan/regressiontests/designer/unittest/TpdTest.java    | 2 +-
 .../library/JUnitXMLListener/JUnitXMLRunListener.java       | 2 +-
 .../regressiontests/library/JUnitXMLListener/TestCase.java  | 2 +-
 .../regressiontests/library/JUnitXMLListener/TestSuite.java | 2 +-
 .../regressiontests/library/MarkerHandlingLibrary.java      | 2 +-
 .../titan/regressiontests/library/MarkerToCheck.java        | 2 +-
 .../regressiontests/library/ProjectHandlingLibrary.java     | 2 +-
 .../regressiontests/library/WorkspaceHandlingLibrary.java   | 2 +-
 .../titan/regressiontests/tools/ChecklistGenerator.java     | 2 +-
 .../titanium/regressiontests/CustomConfigurable.java        | 2 +-
 .../org/eclipse/titanium/regressiontests/GeneralTests.java  | 2 +-
 .../eclipse/titanium/regressiontests/HeadlessRunner.java    | 2 +-
 .../org/eclipse/titanium/regressiontests/MainTestSuite.java | 2 +-
 .../eclipse/titanium/regressiontests/MyTextListener.java    | 2 +-
 .../titanium/regressiontests/TitaniumPluginTests.java       | 2 +-
 .../titanium/regressiontests/Titanium_plugin_tests.java     | 2 +-
 .../library/JUnitXMLListener/JUnitXMLRunListener.java       | 2 +-
 .../regressiontests/library/JUnitXMLListener/TestCase.java  | 2 +-
 .../regressiontests/library/JUnitXMLListener/TestSuite.java | 2 +-
 .../regressiontests/library/MarkerHandlingLibrary.java      | 2 +-
 .../titanium/regressiontests/library/MarkerToCheck.java     | 2 +-
 .../regressiontests/library/ProjectHandlingLibrary.java     | 2 +-
 .../regressiontests/library/WorkspaceHandlingLibrary.java   | 2 +-
 .../regressiontests/titanium/markers/CodeSmellChecker.java  | 2 +-
 .../regressiontests/titanium/markers/Expectation.java       | 2 +-
 .../regressiontests/titanium/metrics/Expectation.java       | 2 +-
 .../regressiontests/titanium/metrics/MetricsChecker.java    | 2 +-
 .../titanium/regressiontests/tools/ChecklistGenerator.java  | 2 +-
 .../src/org/eclipse/titanium/Activator.java                 | 2 +-
 .../src/org/eclipse/titanium/TypeHierarchy.java             | 2 +-
 .../src/org/eclipse/titanium/actions/CheckCodeSmells.java   | 2 +-
 .../org/eclipse/titanium/actions/ComponentGraphAction.java  | 2 +-
 .../eclipse/titanium/actions/ExportDataForSonarAction.java  | 2 +-
 .../src/org/eclipse/titanium/actions/ExportProblems.java    | 2 +-
 .../src/org/eclipse/titanium/actions/MetricsViewOpener.java | 2 +-
 .../src/org/eclipse/titanium/actions/ModuleGraphAction.java | 2 +-
 .../org/eclipse/titanium/actions/OrganizeFromBrowser.java   | 2 +-
 .../org/eclipse/titanium/actions/OrganizeFromEditor.java    | 2 +-
 .../src/org/eclipse/titanium/actions/TopViewOpener.java     | 2 +-
 .../src/org/eclipse/titanium/actions/javadoc-info.java      | 2 +-
 .../org/eclipse/titanium/applications/ClearAllProjects.java | 2 +-
 .../eclipse/titanium/applications/ExportAllCodeSmells.java  | 2 +-
 .../titanium/applications/ExportAllCodeSmellsToCSV.java     | 2 +-
 .../eclipse/titanium/applications/ExportDataForSonar.java   | 2 +-
 .../titanium/applications/ImportProjectsFromPrj.java        | 2 +-
 .../titanium/applications/ImportProjectsFromTpd.java        | 2 +-
 .../eclipse/titanium/applications/InformationExporter.java  | 2 +-
 .../titanium/applications/MergeExportedMarkerTables.java    | 2 +-
 .../org/eclipse/titanium/applications/SaveComponentDot.java | 2 +-
 .../org/eclipse/titanium/applications/SaveComponentNet.java | 2 +-
 .../org/eclipse/titanium/applications/SaveModuleDot.java    | 2 +-
 .../org/eclipse/titanium/applications/SaveModuleNet.java    | 2 +-
 .../src/org/eclipse/titanium/error/ConsoleErrorHandler.java | 2 +-
 .../src/org/eclipse/titanium/error/ErrorHandler.java        | 2 +-
 .../src/org/eclipse/titanium/error/ErrorMessage.java        | 2 +-
 .../src/org/eclipse/titanium/error/GUIErrorHandler.java     | 2 +-
 .../org/eclipse/titanium/error/PrimitiveErrorHandler.java   | 2 +-
 .../src/org/eclipse/titanium/error/package-info.java        | 2 +-
 .../eclipse/titanium/graph/clustering/AutomaticCluster.java | 2 +-
 .../org/eclipse/titanium/graph/clustering/BaseCluster.java  | 2 +-
 .../eclipse/titanium/graph/clustering/ClustererBuilder.java | 2 +-
 .../eclipse/titanium/graph/clustering/ClusteringTools.java  | 2 +-
 .../titanium/graph/clustering/FolderNameCluster.java        | 2 +-
 .../titanium/graph/clustering/FullModuleNameCluster.java    | 2 +-
 .../titanium/graph/clustering/LinkedFileCluster.java        | 2 +-
 .../titanium/graph/clustering/ModuleLocationCluster.java    | 2 +-
 .../titanium/graph/clustering/ModuleNameCluster.java        | 2 +-
 .../org/eclipse/titanium/graph/clustering/PathCluster.java  | 2 +-
 .../eclipse/titanium/graph/clustering/RegexpCluster.java    | 2 +-
 .../titanium/graph/clustering/SparseModuleNameCluster.java  | 2 +-
 .../titanium/graph/clustering/gui/ClusterTransformer.java   | 2 +-
 .../eclipse/titanium/graph/clustering/gui/package-info.java | 2 +-
 .../org/eclipse/titanium/graph/clustering/package-info.java | 2 +-
 .../graph/clustering/visualization/ClusterEdge.java         | 2 +-
 .../graph/clustering/visualization/ClusterNode.java         | 2 +-
 .../graph/clustering/visualization/package-info.java        | 2 +-
 .../eclipse/titanium/graph/components/EdgeDescriptor.java   | 2 +-
 .../org/eclipse/titanium/graph/components/EdgeStroke.java   | 2 +-
 .../org/eclipse/titanium/graph/components/NodeColours.java  | 2 +-
 .../eclipse/titanium/graph/components/NodeDescriptor.java   | 2 +-
 .../org/eclipse/titanium/graph/components/package-info.java | 2 +-
 .../titanium/graph/generators/ComponentGraphGenerator.java  | 2 +-
 .../eclipse/titanium/graph/generators/GraphGenerator.java   | 2 +-
 .../titanium/graph/generators/ModuleGraphGenerator.java     | 2 +-
 .../titanium/graph/gui/common/CustomSatelliteViewer.java    | 2 +-
 .../graph/gui/common/CustomVisualizationViewer.java         | 2 +-
 .../src/org/eclipse/titanium/graph/gui/common/Layouts.java  | 2 +-
 .../org/eclipse/titanium/graph/gui/common/package-info.java | 2 +-
 .../titanium/graph/gui/dialogs/ExportPreferencesDialog.java | 2 +-
 .../org/eclipse/titanium/graph/gui/dialogs/InfoWindow.java  | 2 +-
 .../eclipse/titanium/graph/gui/dialogs/package-info.java    | 2 +-
 .../titanium/graph/gui/layouts/BaseHierarchicalLayout.java  | 2 +-
 .../eclipse/titanium/graph/gui/layouts/MetricLayout.java    | 2 +-
 .../titanium/graph/gui/layouts/ReverseDAGLayout.java        | 2 +-
 .../titanium/graph/gui/layouts/TitaniumDAGLayout.java       | 2 +-
 .../titanium/graph/gui/layouts/TitaniumISOMLayout.java      | 2 +-
 .../graph/gui/layouts/algorithms/DAGLayoutAlgorithm.java    | 2 +-
 .../gui/layouts/algorithms/DAGLayoutReverseAlgorithm.java   | 2 +-
 .../gui/layouts/algorithms/HierarcicalLayoutAlgorithm.java  | 2 +-
 .../graph/gui/layouts/algorithms/MetricLayoutAlgorithm.java | 2 +-
 .../eclipse/titanium/graph/gui/layouts/package-info.java    | 2 +-
 .../titanium/graph/gui/menus/MeasureableNodePopupMenu.java  | 2 +-
 .../org/eclipse/titanium/graph/gui/menus/NodePopupMenu.java | 2 +-
 .../org/eclipse/titanium/graph/gui/menus/package-info.java  | 2 +-
 .../src/org/eclipse/titanium/graph/gui/package-info.java    | 2 +-
 .../org/eclipse/titanium/graph/gui/utils/LayoutEntry.java   | 2 +-
 .../org/eclipse/titanium/graph/gui/utils/MetricsEntry.java  | 2 +-
 .../titanium/graph/gui/utils/MetricsLayoutEntry.java        | 2 +-
 .../org/eclipse/titanium/graph/gui/utils/package-info.java  | 2 +-
 .../titanium/graph/gui/windows/ComponentGraphEditor.java    | 2 +-
 .../org/eclipse/titanium/graph/gui/windows/GraphEditor.java | 2 +-
 .../titanium/graph/gui/windows/ModuleGraphEditor.java       | 2 +-
 .../eclipse/titanium/graph/gui/windows/SatelliteView.java   | 2 +-
 .../eclipse/titanium/graph/gui/windows/package-info.java    | 2 +-
 .../eclipse/titanium/graph/utils/CheckParallelPaths.java    | 2 +-
 .../src/org/eclipse/titanium/graph/utils/CircleCheck.java   | 2 +-
 .../org/eclipse/titanium/graph/utils/GraphVizWriter.java    | 2 +-
 .../src/org/eclipse/titanium/graph/utils/javadoc-info.java  | 2 +-
 .../titanium/graph/visualization/BadLayoutException.java    | 2 +-
 .../org/eclipse/titanium/graph/visualization/ErrorType.java | 2 +-
 .../eclipse/titanium/graph/visualization/GraphHandler.java  | 2 +-
 .../eclipse/titanium/graph/visualization/GraphRenderer.java | 2 +-
 .../eclipse/titanium/graph/visualization/LayoutBuilder.java | 2 +-
 .../graph/visualization/MeasureableGraphHandler.java        | 2 +-
 .../eclipse/titanium/graph/visualization/javadoc-info.java  | 2 +-
 .../src/org/eclipse/titanium/gui/FindWindow.java            | 2 +-
 .../src/org/eclipse/titanium/gui/Searchable.java            | 2 +-
 .../src/org/eclipse/titanium/gui/package-info.java          | 2 +-
 .../titanium/markers/export/BaseProblemExporter.java        | 2 +-
 .../eclipse/titanium/markers/export/CsvProblemExporter.java | 2 +-
 .../titanium/markers/export/ExportedProblemMerger.java      | 2 +-
 .../titanium/markers/export/SingleCsvProblemExporter.java   | 2 +-
 .../eclipse/titanium/markers/export/XlsProblemExporter.java | 2 +-
 .../src/org/eclipse/titanium/markers/handler/Marker.java    | 2 +-
 .../org/eclipse/titanium/markers/handler/MarkerHandler.java | 2 +-
 .../titanium/markers/spotters/BaseCodeSmellSpotter.java     | 2 +-
 .../markers/spotters/BaseModuleCodeSmellSpotter.java        | 2 +-
 .../markers/spotters/BaseProjectCodeSmellSpotter.java       | 2 +-
 .../markers/spotters/implementation/AltstepCoverage.java    | 2 +-
 .../spotters/implementation/CircularImportation.java        | 2 +-
 .../spotters/implementation/ConsecutiveAssignments.java     | 2 +-
 .../markers/spotters/implementation/ConvertToEnum.java      | 2 +-
 .../spotters/implementation/EmptyStatementBlock.java        | 2 +-
 .../titanium/markers/spotters/implementation/Goto.java      | 2 +-
 .../markers/spotters/implementation/IfInsteadAltguard.java  | 2 +-
 .../spotters/implementation/IfInsteadReceiveTemplate.java   | 2 +-
 .../markers/spotters/implementation/IfWithoutElse.java      | 2 +-
 .../markers/spotters/implementation/IncorrectRotate.java    | 2 +-
 .../markers/spotters/implementation/IncorrectShift.java     | 2 +-
 .../markers/spotters/implementation/InfiniteLoop.java       | 2 +-
 .../markers/spotters/implementation/IsBoundWithoutElse.java | 2 +-
 .../markers/spotters/implementation/IsValueWithValue.java   | 2 +-
 .../spotters/implementation/IterateOnWrongArray.java        | 2 +-
 .../titanium/markers/spotters/implementation/Lazy.java      | 2 +-
 .../markers/spotters/implementation/LogicInversion.java     | 2 +-
 .../markers/spotters/implementation/MagicNumber.java        | 2 +-
 .../markers/spotters/implementation/MagicString.java        | 2 +-
 .../markers/spotters/implementation/MissingFriend.java      | 2 +-
 .../markers/spotters/implementation/MissingImport.java      | 2 +-
 .../markers/spotters/implementation/ModuleName.java         | 2 +-
 .../markers/spotters/implementation/NonprivatePrivate.java  | 2 +-
 .../markers/spotters/implementation/PrivateViaPublic.java   | 2 +-
 .../markers/spotters/implementation/ReadOnlyInOutPar.java   | 2 +-
 .../markers/spotters/implementation/ReadOnlyLocal.java      | 2 +-
 .../markers/spotters/implementation/ReadOnlyOutPar.java     | 2 +-
 .../spotters/implementation/ReadingOutParBeforeWritten.java | 2 +-
 .../markers/spotters/implementation/ReceiveAnyTemplate.java | 2 +-
 .../markers/spotters/implementation/SelectCoverage.java     | 2 +-
 .../spotters/implementation/SelectWithNumbersSorted.java    | 2 +-
 .../titanium/markers/spotters/implementation/Shorthand.java | 2 +-
 .../markers/spotters/implementation/SizeCheckInLoop.java    | 2 +-
 .../markers/spotters/implementation/StaticData.java         | 2 +-
 .../markers/spotters/implementation/StopInFunction.java     | 2 +-
 .../markers/spotters/implementation/SwitchOnBoolean.java    | 2 +-
 .../spotters/implementation/TooComplexExpression.java       | 2 +-
 .../markers/spotters/implementation/TooManyParameters.java  | 2 +-
 .../markers/spotters/implementation/TooManyStatements.java  | 2 +-
 .../markers/spotters/implementation/TypenameInDef.java      | 2 +-
 .../spotters/implementation/UncommentedDefinition.java      | 2 +-
 .../markers/spotters/implementation/UninitializedVar.java   | 2 +-
 .../markers/spotters/implementation/UnnecessaryControl.java | 2 +-
 .../markers/spotters/implementation/UnnecessaryValueof.java | 2 +-
 .../spotters/implementation/UnusedGlobalDefinition.java     | 2 +-
 .../markers/spotters/implementation/UnusedImport.java       | 2 +-
 .../spotters/implementation/UnusedLocalDefinition.java      | 2 +-
 .../markers/spotters/implementation/UnusedRetval.java       | 2 +-
 .../spotters/implementation/UnusedStartedFuncRetVal.java    | 2 +-
 .../spotters/implementation/UnusedStartedRefFuncRetVal.java | 2 +-
 .../spotters/implementation/VerdictWithoutReason.java       | 2 +-
 .../markers/spotters/implementation/Visibility.java         | 2 +-
 .../org/eclipse/titanium/markers/types/CodeSmellType.java   | 2 +-
 .../markers/types/ProblemNameToPreferenceMapper.java        | 2 +-
 .../src/org/eclipse/titanium/markers/types/ProblemType.java | 2 +-
 .../src/org/eclipse/titanium/markers/types/TaskType.java    | 2 +-
 .../src/org/eclipse/titanium/markers/utils/Analyzer.java    | 2 +-
 .../org/eclipse/titanium/markers/utils/AnalyzerBuilder.java | 2 +-
 .../org/eclipse/titanium/markers/utils/AnalyzerCache.java   | 2 +-
 .../org/eclipse/titanium/markers/utils/ExecuteAnalyzer.java | 2 +-
 .../titanium/markers/utils/RiskFactorCalculator.java        | 2 +-
 .../src/org/eclipse/titanium/metrics/AltstepMetric.java     | 2 +-
 .../src/org/eclipse/titanium/metrics/FunctionMetric.java    | 2 +-
 .../src/org/eclipse/titanium/metrics/IMetric.java           | 2 +-
 .../src/org/eclipse/titanium/metrics/IMetricEnum.java       | 2 +-
 .../src/org/eclipse/titanium/metrics/MetricData.java        | 2 +-
 .../src/org/eclipse/titanium/metrics/MetricGroup.java       | 2 +-
 .../src/org/eclipse/titanium/metrics/ModuleMetric.java      | 2 +-
 .../src/org/eclipse/titanium/metrics/ProjectMetric.java     | 2 +-
 .../src/org/eclipse/titanium/metrics/Risks.java             | 2 +-
 .../src/org/eclipse/titanium/metrics/StatColumn.java        | 2 +-
 .../src/org/eclipse/titanium/metrics/Statistics.java        | 2 +-
 .../src/org/eclipse/titanium/metrics/TestcaseMetric.java    | 2 +-
 .../eclipse/titanium/metrics/implementation/AMBranches.java | 2 +-
 .../metrics/implementation/AMCyclomaticComplexity.java      | 2 +-
 .../eclipse/titanium/metrics/implementation/AMInEnvy.java   | 2 +-
 .../titanium/metrics/implementation/AMLinesOfCode.java      | 2 +-
 .../eclipse/titanium/metrics/implementation/AMNesting.java  | 2 +-
 .../titanium/metrics/implementation/AMNumberOfParams.java   | 2 +-
 .../eclipse/titanium/metrics/implementation/AMOutEnvy.java  | 2 +-
 .../titanium/metrics/implementation/BaseAltstepMetric.java  | 2 +-
 .../titanium/metrics/implementation/BaseFunctionMetric.java | 2 +-
 .../eclipse/titanium/metrics/implementation/BaseMetric.java | 2 +-
 .../titanium/metrics/implementation/BaseModuleMetric.java   | 2 +-
 .../titanium/metrics/implementation/BaseProjectMetric.java  | 2 +-
 .../titanium/metrics/implementation/BaseTestcaseMetric.java | 2 +-
 .../metrics/implementation/FMCyclomaticComplexity.java      | 2 +-
 .../metrics/implementation/FMDefaultActivations.java        | 2 +-
 .../eclipse/titanium/metrics/implementation/FMInEnvy.java   | 2 +-
 .../titanium/metrics/implementation/FMLinesOfCode.java      | 2 +-
 .../eclipse/titanium/metrics/implementation/FMNesting.java  | 2 +-
 .../titanium/metrics/implementation/FMNumberOfParams.java   | 2 +-
 .../eclipse/titanium/metrics/implementation/FMOutEnvy.java  | 2 +-
 .../titanium/metrics/implementation/FMReturnPoints.java     | 2 +-
 .../titanium/metrics/implementation/MMAfferentCoupling.java | 2 +-
 .../titanium/metrics/implementation/MMEfferentCoupling.java | 2 +-
 .../eclipse/titanium/metrics/implementation/MMInEnvy.java   | 2 +-
 .../titanium/metrics/implementation/MMInstability.java      | 2 +-
 .../titanium/metrics/implementation/MMLinesOfCode.java      | 2 +-
 .../titanium/metrics/implementation/MMNofAltsteps.java      | 2 +-
 .../eclipse/titanium/metrics/implementation/MMNofFixme.java | 2 +-
 .../titanium/metrics/implementation/MMNofFunctions.java     | 2 +-
 .../titanium/metrics/implementation/MMNofImports.java       | 2 +-
 .../titanium/metrics/implementation/MMNofStatements.java    | 2 +-
 .../titanium/metrics/implementation/MMNofTestcases.java     | 2 +-
 .../eclipse/titanium/metrics/implementation/MMOutEnvy.java  | 2 +-
 .../titanium/metrics/implementation/MMTimesImported.java    | 2 +-
 .../eclipse/titanium/metrics/implementation/Metrics.java    | 2 +-
 .../titanium/metrics/implementation/PMNofASN1Modules.java   | 2 +-
 .../titanium/metrics/implementation/PMNofTTCN3Modules.java  | 2 +-
 .../metrics/implementation/TMCyclomaticComplexity.java      | 2 +-
 .../eclipse/titanium/metrics/implementation/TMInEnvy.java   | 2 +-
 .../titanium/metrics/implementation/TMLinesOfCode.java      | 2 +-
 .../eclipse/titanium/metrics/implementation/TMNesting.java  | 2 +-
 .../titanium/metrics/implementation/TMNumberOfParams.java   | 2 +-
 .../eclipse/titanium/metrics/implementation/TMOutEnvy.java  | 2 +-
 .../src/org/eclipse/titanium/metrics/package-info.java      | 2 +-
 .../titanium/metrics/preferences/IRiskEditorListener.java   | 2 +-
 .../metrics/preferences/IRiskEditorPropertyListener.java    | 2 +-
 .../titanium/metrics/preferences/IRiskFieldEditor.java      | 2 +-
 .../metrics/preferences/InstabilityRiskFieldEditor.java     | 2 +-
 .../titanium/metrics/preferences/PreferenceManager.java     | 2 +-
 .../eclipse/titanium/metrics/preferences/RiskMethod.java    | 2 +-
 .../titanium/metrics/preferences/SimpleRiskFieldEditor.java | 2 +-
 .../eclipse/titanium/metrics/preferences/package-info.java  | 2 +-
 .../src/org/eclipse/titanium/metrics/risk/BaseRisk.java     | 2 +-
 .../src/org/eclipse/titanium/metrics/risk/IRisk.java        | 2 +-
 .../src/org/eclipse/titanium/metrics/risk/LinearRisk.java   | 2 +-
 .../src/org/eclipse/titanium/metrics/risk/TriangleRisk.java | 2 +-
 .../org/eclipse/titanium/metrics/topview/Comparator.java    | 2 +-
 .../org/eclipse/titanium/metrics/topview/DCListener.java    | 2 +-
 .../titanium/metrics/topview/MetricSelectorDialog.java      | 2 +-
 .../src/org/eclipse/titanium/metrics/topview/TopView.java   | 2 +-
 .../org/eclipse/titanium/metrics/topview/package-info.java  | 2 +-
 .../titanium/metrics/utils/ModuleMetricsWrapper.java        | 2 +-
 .../src/org/eclipse/titanium/metrics/utils/RiskLevel.java   | 2 +-
 .../org/eclipse/titanium/metrics/utils/WrapperStore.java    | 2 +-
 .../org/eclipse/titanium/metrics/utils/package-info.java    | 2 +-
 .../src/org/eclipse/titanium/metrics/view/AltstepNode.java  | 2 +-
 .../org/eclipse/titanium/metrics/view/ContentProvider.java  | 2 +-
 .../org/eclipse/titanium/metrics/view/ExportSetDialog.java  | 2 +-
 .../src/org/eclipse/titanium/metrics/view/FunctionNode.java | 2 +-
 .../src/org/eclipse/titanium/metrics/view/IContentNode.java | 2 +-
 .../src/org/eclipse/titanium/metrics/view/INode.java        | 2 +-
 .../src/org/eclipse/titanium/metrics/view/IOpenable.java    | 2 +-
 .../org/eclipse/titanium/metrics/view/LabelProvider.java    | 2 +-
 .../src/org/eclipse/titanium/metrics/view/MetricsView.java  | 2 +-
 .../src/org/eclipse/titanium/metrics/view/ModuleNode.java   | 2 +-
 .../org/eclipse/titanium/metrics/view/ModuleStatNode.java   | 2 +-
 .../src/org/eclipse/titanium/metrics/view/ProjectNode.java  | 2 +-
 .../org/eclipse/titanium/metrics/view/ProjectStatNode.java  | 2 +-
 .../src/org/eclipse/titanium/metrics/view/RootNode.java     | 2 +-
 .../src/org/eclipse/titanium/metrics/view/Sorter.java       | 2 +-
 .../src/org/eclipse/titanium/metrics/view/TestcaseNode.java | 2 +-
 .../src/org/eclipse/titanium/metrics/view/XLSExporter.java  | 2 +-
 .../src/org/eclipse/titanium/metrics/view/package-info.java | 2 +-
 .../titanium/metrics/visitors/ActivatedBranchVisitor.java   | 2 +-
 .../org/eclipse/titanium/metrics/visitors/CCVisitor.java    | 2 +-
 .../src/org/eclipse/titanium/metrics/visitors/Counter.java  | 2 +-
 .../eclipse/titanium/metrics/visitors/CounterVisitor.java   | 2 +-
 .../org/eclipse/titanium/metrics/visitors/DepthVisitor.java | 2 +-
 .../metrics/visitors/ExternalFeatureEnvyDetector.java       | 2 +-
 .../metrics/visitors/InternalFeatureEnvyDetector.java       | 2 +-
 .../titanium/metrics/visitors/ReturnPointVisitor.java       | 2 +-
 .../org/eclipse/titanium/metrics/visitors/package-info.java | 2 +-
 .../src/org/eclipse/titanium/organize/OrganizeImports.java  | 2 +-
 .../preferences/CodeSmellTypeToPreferenceTypeMapper.java    | 2 +-
 .../eclipse/titanium/preferences/PreferenceConstants.java   | 2 +-
 .../eclipse/titanium/preferences/PreferenceInitializer.java | 2 +-
 .../eclipse/titanium/preferences/ProblemTypePreference.java | 2 +-
 .../titanium/preferences/pages/GraphClusterAutoPage.java    | 2 +-
 .../preferences/pages/GraphClusterFolderNamePage.java       | 2 +-
 .../preferences/pages/GraphClusterModuleNamePage.java       | 2 +-
 .../titanium/preferences/pages/GraphClusterPage.java        | 2 +-
 .../titanium/preferences/pages/GraphClusterRegexpPage.java  | 2 +-
 .../titanium/preferences/pages/GraphMetricsPage.java        | 2 +-
 .../titanium/preferences/pages/GraphPreferencePage.java     | 2 +-
 .../org/eclipse/titanium/preferences/pages/ListEditor.java  | 2 +-
 .../titanium/preferences/pages/MarkersPreferencePage.java   | 2 +-
 .../preferences/pages/MetricsLimitPreferencePage.java       | 2 +-
 .../titanium/preferences/pages/MetricsPreferencePage.java   | 2 +-
 .../preferences/pages/MetricsViewPreferencePage.java        | 2 +-
 .../preferences/pages/OrganizeImportPreferencePage.java     | 2 +-
 .../eclipse/titanium/preferences/pages/RegexpEditor.java    | 2 +-
 .../eclipse/titanium/preferences/pages/RepairTimePage.java  | 2 +-
 .../preferences/pages/RiskFactorPreferencePage.java         | 2 +-
 .../titanium/preferences/pages/TitaniumPreferencePage.java  | 2 +-
 .../eclipse/titanium/sonar/metrics/ModuleMetricsDto.java    | 2 +-
 .../eclipse/titanium/sonar/metrics/ProjectMetricsDto.java   | 2 +-
 .../titanium/sonar/metrics/SonarMetricsExporter.java        | 2 +-
 .../src/org/eclipse/titanium/swt/SWTResourceManager.java    | 2 +-
 .../src/org/eclipse/titanium/utils/LocationHighlighter.java | 2 +-
 .../src/org/eclipse/titanium/utils/ProjectAnalyzerJob.java  | 2 +-
 .../eclipse/titanium/utils/ProjectStructureExporter.java    | 2 +-
 .../src/org/eclipse/titanium/utils/SonarDataExporter.java   | 2 +-
 2305 files changed, 2309 insertions(+), 2307 deletions(-)

diff --git a/Regression_test_project/src/MyExample.cfg b/Regression_test_project/src/MyExample.cfg
index 4b4e367b26..e07bab773e 100644
--- a/Regression_test_project/src/MyExample.cfg
+++ b/Regression_test_project/src/MyExample.cfg
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/MyExample.ttcn b/Regression_test_project/src/MyExample.ttcn
index a4ab128e36..eacd6ea2fd 100644
--- a/Regression_test_project/src/MyExample.ttcn
+++ b/Regression_test_project/src/MyExample.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/PCOType.cc b/Regression_test_project/src/PCOType.cc
index 56bde56a9e..83cd68270d 100644
--- a/Regression_test_project/src/PCOType.cc
+++ b/Regression_test_project/src/PCOType.cc
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2000-2015 Ericsson Telecom AB
+// Copyright (c) 2000-2016 Ericsson Telecom AB
 // All rights reserved. This program and the accompanying materials
 // are made available under the terms of the Eclipse Public License v1.0
 // which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/PCOType.hh b/Regression_test_project/src/PCOType.hh
index 4782f2c655..b6b9fe439e 100644
--- a/Regression_test_project/src/PCOType.hh
+++ b/Regression_test_project/src/PCOType.hh
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Copyright (c) 2000-2015 Ericsson Telecom AB
+// Copyright (c) 2000-2016 Ericsson Telecom AB
 // All rights reserved. This program and the accompanying materials
 // are made available under the terms of the Eclipse Public License v1.0
 // which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/altstep_coverage/altsteps.ttcn b/Regression_test_project/src/code_smells/altstep_coverage/altsteps.ttcn
index f6d8c958a2..dff98052bf 100644
--- a/Regression_test_project/src/code_smells/altstep_coverage/altsteps.ttcn
+++ b/Regression_test_project/src/code_smells/altstep_coverage/altsteps.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/circular_importation/import_cycle.ttcn b/Regression_test_project/src/code_smells/circular_importation/import_cycle.ttcn
index a25e887d8c..19402790d3 100644
--- a/Regression_test_project/src/code_smells/circular_importation/import_cycle.ttcn
+++ b/Regression_test_project/src/code_smells/circular_importation/import_cycle.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/circular_importation/import_jang.ttcn b/Regression_test_project/src/code_smells/circular_importation/import_jang.ttcn
index 9fa38a3a2f..0d29ef4b2e 100644
--- a/Regression_test_project/src/code_smells/circular_importation/import_jang.ttcn
+++ b/Regression_test_project/src/code_smells/circular_importation/import_jang.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/circular_importation/import_jin.ttcn b/Regression_test_project/src/code_smells/circular_importation/import_jin.ttcn
index c427bc5df3..6d814ed5ec 100644
--- a/Regression_test_project/src/code_smells/circular_importation/import_jin.ttcn
+++ b/Regression_test_project/src/code_smells/circular_importation/import_jin.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/empty_statement_block/block.ttcn b/Regression_test_project/src/code_smells/empty_statement_block/block.ttcn
index 7e286c2719..8c6fcacde0 100644
--- a/Regression_test_project/src/code_smells/empty_statement_block/block.ttcn
+++ b/Regression_test_project/src/code_smells/empty_statement_block/block.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/goto/say_no_to_goto.ttcn b/Regression_test_project/src/code_smells/goto/say_no_to_goto.ttcn
index 1699ff9f79..4cf7093e93 100644
--- a/Regression_test_project/src/code_smells/goto/say_no_to_goto.ttcn
+++ b/Regression_test_project/src/code_smells/goto/say_no_to_goto.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/if_instead_altguard/altguard.ttcn b/Regression_test_project/src/code_smells/if_instead_altguard/altguard.ttcn
index 6b8f78467d..6e32fb2018 100644
--- a/Regression_test_project/src/code_smells/if_instead_altguard/altguard.ttcn
+++ b/Regression_test_project/src/code_smells/if_instead_altguard/altguard.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/if_instead_receive_template/receive_template.ttcn b/Regression_test_project/src/code_smells/if_instead_receive_template/receive_template.ttcn
index 93b08bbeb7..5c50ee96fe 100644
--- a/Regression_test_project/src/code_smells/if_instead_receive_template/receive_template.ttcn
+++ b/Regression_test_project/src/code_smells/if_instead_receive_template/receive_template.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/if_without_else/ifelse.ttcn b/Regression_test_project/src/code_smells/if_without_else/ifelse.ttcn
index fe2a50de75..e890204e47 100644
--- a/Regression_test_project/src/code_smells/if_without_else/ifelse.ttcn
+++ b/Regression_test_project/src/code_smells/if_without_else/ifelse.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/incorrect_shift_rotate_size/shiftrotate.ttcn b/Regression_test_project/src/code_smells/incorrect_shift_rotate_size/shiftrotate.ttcn
index 5b4a0a62fb..6e739b44c2 100644
--- a/Regression_test_project/src/code_smells/incorrect_shift_rotate_size/shiftrotate.ttcn
+++ b/Regression_test_project/src/code_smells/incorrect_shift_rotate_size/shiftrotate.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/infinite_loop/loop.ttcn b/Regression_test_project/src/code_smells/infinite_loop/loop.ttcn
index b757e34f19..a17c49c613 100644
--- a/Regression_test_project/src/code_smells/infinite_loop/loop.ttcn
+++ b/Regression_test_project/src/code_smells/infinite_loop/loop.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/logic_inversion/logic.ttcn b/Regression_test_project/src/code_smells/logic_inversion/logic.ttcn
index c36c0f4f04..a311c0bdf0 100644
--- a/Regression_test_project/src/code_smells/logic_inversion/logic.ttcn
+++ b/Regression_test_project/src/code_smells/logic_inversion/logic.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/magic_number/magic_number.ttcn b/Regression_test_project/src/code_smells/magic_number/magic_number.ttcn
index 662a65c929..28adb0917c 100644
--- a/Regression_test_project/src/code_smells/magic_number/magic_number.ttcn
+++ b/Regression_test_project/src/code_smells/magic_number/magic_number.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/magic_string/magic_string.ttcn b/Regression_test_project/src/code_smells/magic_string/magic_string.ttcn
index 2422151d2d..c5b7003c71 100644
--- a/Regression_test_project/src/code_smells/magic_string/magic_string.ttcn
+++ b/Regression_test_project/src/code_smells/magic_string/magic_string.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/missing_friend/buddy.ttcn b/Regression_test_project/src/code_smells/missing_friend/buddy.ttcn
index 9aa540fd9c..fe4590bd18 100644
--- a/Regression_test_project/src/code_smells/missing_friend/buddy.ttcn
+++ b/Regression_test_project/src/code_smells/missing_friend/buddy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/missing_friend/guy.ttcn b/Regression_test_project/src/code_smells/missing_friend/guy.ttcn
index 91c333fb55..d2395df35e 100644
--- a/Regression_test_project/src/code_smells/missing_friend/guy.ttcn
+++ b/Regression_test_project/src/code_smells/missing_friend/guy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/missing_import/imported_2.ttcn b/Regression_test_project/src/code_smells/missing_import/imported_2.ttcn
index 1bb123e9f2..416c62e8dd 100644
--- a/Regression_test_project/src/code_smells/missing_import/imported_2.ttcn
+++ b/Regression_test_project/src/code_smells/missing_import/imported_2.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/missing_import/importer.ttcn b/Regression_test_project/src/code_smells/missing_import/importer.ttcn
index 9609ba80d0..48fa331c32 100644
--- a/Regression_test_project/src/code_smells/missing_import/importer.ttcn
+++ b/Regression_test_project/src/code_smells/missing_import/importer.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/modulename_in_definition/modulename.ttcn b/Regression_test_project/src/code_smells/modulename_in_definition/modulename.ttcn
index c7f11f4233..bce82294fd 100644
--- a/Regression_test_project/src/code_smells/modulename_in_definition/modulename.ttcn
+++ b/Regression_test_project/src/code_smells/modulename_in_definition/modulename.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/nonprivate_private/nonprivate.ttcn b/Regression_test_project/src/code_smells/nonprivate_private/nonprivate.ttcn
index 1ad1c72c2b..33928e6463 100644
--- a/Regression_test_project/src/code_smells/nonprivate_private/nonprivate.ttcn
+++ b/Regression_test_project/src/code_smells/nonprivate_private/nonprivate.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/nonprivate_private/referrer.ttcn b/Regression_test_project/src/code_smells/nonprivate_private/referrer.ttcn
index cc8418d669..2c6c1fa6fa 100644
--- a/Regression_test_project/src/code_smells/nonprivate_private/referrer.ttcn
+++ b/Regression_test_project/src/code_smells/nonprivate_private/referrer.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/readonly_inout_param/ro_inout.ttcn b/Regression_test_project/src/code_smells/readonly_inout_param/ro_inout.ttcn
index 28373da648..3fce5c08e2 100644
--- a/Regression_test_project/src/code_smells/readonly_inout_param/ro_inout.ttcn
+++ b/Regression_test_project/src/code_smells/readonly_inout_param/ro_inout.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/readonly_loc_variable/ro_loc.ttcn b/Regression_test_project/src/code_smells/readonly_loc_variable/ro_loc.ttcn
index cd0e7ce815..8f67f4e833 100644
--- a/Regression_test_project/src/code_smells/readonly_loc_variable/ro_loc.ttcn
+++ b/Regression_test_project/src/code_smells/readonly_loc_variable/ro_loc.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/readonly_out_param/ro_out.ttcn b/Regression_test_project/src/code_smells/readonly_out_param/ro_out.ttcn
index a52e8d7e04..091039751f 100644
--- a/Regression_test_project/src/code_smells/readonly_out_param/ro_out.ttcn
+++ b/Regression_test_project/src/code_smells/readonly_out_param/ro_out.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/receive_any_template/any_template.ttcn b/Regression_test_project/src/code_smells/receive_any_template/any_template.ttcn
index e398e7ce65..2c0c90911c 100644
--- a/Regression_test_project/src/code_smells/receive_any_template/any_template.ttcn
+++ b/Regression_test_project/src/code_smells/receive_any_template/any_template.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/setverdict_without_reason/verdict.ttcn b/Regression_test_project/src/code_smells/setverdict_without_reason/verdict.ttcn
index 3b2a5003eb..bd8ba926d6 100644
--- a/Regression_test_project/src/code_smells/setverdict_without_reason/verdict.ttcn
+++ b/Regression_test_project/src/code_smells/setverdict_without_reason/verdict.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/sizecheck_in_loop/sizecheck.ttcn b/Regression_test_project/src/code_smells/sizecheck_in_loop/sizecheck.ttcn
index 174d5a6403..3f9b0e31a7 100644
--- a/Regression_test_project/src/code_smells/sizecheck_in_loop/sizecheck.ttcn
+++ b/Regression_test_project/src/code_smells/sizecheck_in_loop/sizecheck.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/stop_in_function/stop_func.ttcn b/Regression_test_project/src/code_smells/stop_in_function/stop_func.ttcn
index 4d3bca397c..b0e48bfa18 100644
--- a/Regression_test_project/src/code_smells/stop_in_function/stop_func.ttcn
+++ b/Regression_test_project/src/code_smells/stop_in_function/stop_func.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/switch_on_boolean/switch_bool.ttcn b/Regression_test_project/src/code_smells/switch_on_boolean/switch_bool.ttcn
index 1182d6e80d..4d26e653a9 100644
--- a/Regression_test_project/src/code_smells/switch_on_boolean/switch_bool.ttcn
+++ b/Regression_test_project/src/code_smells/switch_on_boolean/switch_bool.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/too_complex_expression/complex_expr.ttcn b/Regression_test_project/src/code_smells/too_complex_expression/complex_expr.ttcn
index 1849e4e392..e34e30f9f9 100644
--- a/Regression_test_project/src/code_smells/too_complex_expression/complex_expr.ttcn
+++ b/Regression_test_project/src/code_smells/too_complex_expression/complex_expr.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/too_many_parameters/many_param.ttcn b/Regression_test_project/src/code_smells/too_many_parameters/many_param.ttcn
index 7f0d0d11cd..f659dd8790 100644
--- a/Regression_test_project/src/code_smells/too_many_parameters/many_param.ttcn
+++ b/Regression_test_project/src/code_smells/too_many_parameters/many_param.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/too_many_statements/many_statements.ttcn b/Regression_test_project/src/code_smells/too_many_statements/many_statements.ttcn
index 32f00803b9..4474cd193b 100644
--- a/Regression_test_project/src/code_smells/too_many_statements/many_statements.ttcn
+++ b/Regression_test_project/src/code_smells/too_many_statements/many_statements.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/typename_in_definition/type_in_def.ttcn b/Regression_test_project/src/code_smells/typename_in_definition/type_in_def.ttcn
index e0a351eca8..6f57f23e6d 100644
--- a/Regression_test_project/src/code_smells/typename_in_definition/type_in_def.ttcn
+++ b/Regression_test_project/src/code_smells/typename_in_definition/type_in_def.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/types.ttcn b/Regression_test_project/src/code_smells/types.ttcn
index fbed2a0a8c..bbcaa12141 100644
--- a/Regression_test_project/src/code_smells/types.ttcn
+++ b/Regression_test_project/src/code_smells/types.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/uncommented_function/no_comment.ttcn b/Regression_test_project/src/code_smells/uncommented_function/no_comment.ttcn
index 77f1bf5e54..3535f51ffe 100644
--- a/Regression_test_project/src/code_smells/uncommented_function/no_comment.ttcn
+++ b/Regression_test_project/src/code_smells/uncommented_function/no_comment.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/uninitialized_variable/init_var.ttcn b/Regression_test_project/src/code_smells/uninitialized_variable/init_var.ttcn
index 7820209db1..d4d95cd82e 100644
--- a/Regression_test_project/src/code_smells/uninitialized_variable/init_var.ttcn
+++ b/Regression_test_project/src/code_smells/uninitialized_variable/init_var.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/unnecessary_control/overcomp.ttcn b/Regression_test_project/src/code_smells/unnecessary_control/overcomp.ttcn
index c109415dfb..2aaf0119d6 100644
--- a/Regression_test_project/src/code_smells/unnecessary_control/overcomp.ttcn
+++ b/Regression_test_project/src/code_smells/unnecessary_control/overcomp.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/unnecessary_valueof/omit_valueof.ttcn b/Regression_test_project/src/code_smells/unnecessary_valueof/omit_valueof.ttcn
index 1aeabfa55a..120ba26e90 100644
--- a/Regression_test_project/src/code_smells/unnecessary_valueof/omit_valueof.ttcn
+++ b/Regression_test_project/src/code_smells/unnecessary_valueof/omit_valueof.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/unused_function_return_values/omit_retval.ttcn b/Regression_test_project/src/code_smells/unused_function_return_values/omit_retval.ttcn
index b344344d8c..8d593363c3 100644
--- a/Regression_test_project/src/code_smells/unused_function_return_values/omit_retval.ttcn
+++ b/Regression_test_project/src/code_smells/unused_function_return_values/omit_retval.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/unused_global_definition/unused_global.ttcn b/Regression_test_project/src/code_smells/unused_global_definition/unused_global.ttcn
index b79e1950d3..2d5d79601e 100644
--- a/Regression_test_project/src/code_smells/unused_global_definition/unused_global.ttcn
+++ b/Regression_test_project/src/code_smells/unused_global_definition/unused_global.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/unused_import/unused_import.ttcn b/Regression_test_project/src/code_smells/unused_import/unused_import.ttcn
index b21f086549..d2158282ba 100644
--- a/Regression_test_project/src/code_smells/unused_import/unused_import.ttcn
+++ b/Regression_test_project/src/code_smells/unused_import/unused_import.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/unused_local_definition/unused_local.ttcn b/Regression_test_project/src/code_smells/unused_local_definition/unused_local.ttcn
index 08ab38d6ab..097473dbc8 100644
--- a/Regression_test_project/src/code_smells/unused_local_definition/unused_local.ttcn
+++ b/Regression_test_project/src/code_smells/unused_local_definition/unused_local.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/unused_started_function_return_values/omit_started_retval.ttcn b/Regression_test_project/src/code_smells/unused_started_function_return_values/omit_started_retval.ttcn
index 4e25bd3e3d..ecc75bba58 100644
--- a/Regression_test_project/src/code_smells/unused_started_function_return_values/omit_started_retval.ttcn
+++ b/Regression_test_project/src/code_smells/unused_started_function_return_values/omit_started_retval.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/code_smells/visibility_in_definition/visibility.ttcn b/Regression_test_project/src/code_smells/visibility_in_definition/visibility.ttcn
index 217733574e..b73c0a6d41 100644
--- a/Regression_test_project/src/code_smells/visibility_in_definition/visibility.ttcn
+++ b/Regression_test_project/src/code_smells/visibility_in_definition/visibility.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/graph_tests/test1/src/a.ttcn3 b/Regression_test_project/src/graph_tests/test1/src/a.ttcn3
index 9731baa32f..d7b09696f6 100644
--- a/Regression_test_project/src/graph_tests/test1/src/a.ttcn3
+++ b/Regression_test_project/src/graph_tests/test1/src/a.ttcn3
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/graph_tests/test1/src/b.ttcn3 b/Regression_test_project/src/graph_tests/test1/src/b.ttcn3
index 6c30a359b9..568bf36a8a 100644
--- a/Regression_test_project/src/graph_tests/test1/src/b.ttcn3
+++ b/Regression_test_project/src/graph_tests/test1/src/b.ttcn3
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/graph_tests/test1/src/c.ttcn3 b/Regression_test_project/src/graph_tests/test1/src/c.ttcn3
index 276be04010..fa97ddf4de 100644
--- a/Regression_test_project/src/graph_tests/test1/src/c.ttcn3
+++ b/Regression_test_project/src/graph_tests/test1/src/c.ttcn3
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/graph_tests/test1/src/d.ttcn3 b/Regression_test_project/src/graph_tests/test1/src/d.ttcn3
index ebd2e3a17d..3c61ff2466 100644
--- a/Regression_test_project/src/graph_tests/test1/src/d.ttcn3
+++ b/Regression_test_project/src/graph_tests/test1/src/d.ttcn3
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/graph_tests/test1/src/e.ttcn3 b/Regression_test_project/src/graph_tests/test1/src/e.ttcn3
index 83cca159a9..bcd85ebe3c 100644
--- a/Regression_test_project/src/graph_tests/test1/src/e.ttcn3
+++ b/Regression_test_project/src/graph_tests/test1/src/e.ttcn3
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/graph_tests/test1/src/f.ttcn3 b/Regression_test_project/src/graph_tests/test1/src/f.ttcn3
index e290a5b47c..de72293896 100644
--- a/Regression_test_project/src/graph_tests/test1/src/f.ttcn3
+++ b/Regression_test_project/src/graph_tests/test1/src/f.ttcn3
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/graph_tests/test1/src/g.ttcn3 b/Regression_test_project/src/graph_tests/test1/src/g.ttcn3
index e79b00534e..000f4e4770 100644
--- a/Regression_test_project/src/graph_tests/test1/src/g.ttcn3
+++ b/Regression_test_project/src/graph_tests/test1/src/g.ttcn3
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/graph_tests/test2/src/A_Module.ttcn3 b/Regression_test_project/src/graph_tests/test2/src/A_Module.ttcn3
index 774177ea0a..930e70d3e6 100644
--- a/Regression_test_project/src/graph_tests/test2/src/A_Module.ttcn3
+++ b/Regression_test_project/src/graph_tests/test2/src/A_Module.ttcn3
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/AM_Branches/AM_Branches.ttcn b/Regression_test_project/src/metrics/AM_Branches/AM_Branches.ttcn
index e8c39f4be7..9c4326bb28 100644
--- a/Regression_test_project/src/metrics/AM_Branches/AM_Branches.ttcn
+++ b/Regression_test_project/src/metrics/AM_Branches/AM_Branches.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/AM_CyclomaticComplexity/AM_CyclomaticComplexity.ttcn b/Regression_test_project/src/metrics/AM_CyclomaticComplexity/AM_CyclomaticComplexity.ttcn
index 95a36f1c54..15e553019f 100644
--- a/Regression_test_project/src/metrics/AM_CyclomaticComplexity/AM_CyclomaticComplexity.ttcn
+++ b/Regression_test_project/src/metrics/AM_CyclomaticComplexity/AM_CyclomaticComplexity.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/AM_InEnvy/AM_InEnvy.ttcn b/Regression_test_project/src/metrics/AM_InEnvy/AM_InEnvy.ttcn
index 8c6f7f4d79..12266e7d02 100644
--- a/Regression_test_project/src/metrics/AM_InEnvy/AM_InEnvy.ttcn
+++ b/Regression_test_project/src/metrics/AM_InEnvy/AM_InEnvy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/AM_LinesOfCode/AM_LinesOfCode.ttcn b/Regression_test_project/src/metrics/AM_LinesOfCode/AM_LinesOfCode.ttcn
index a72cf4a715..21e245f568 100644
--- a/Regression_test_project/src/metrics/AM_LinesOfCode/AM_LinesOfCode.ttcn
+++ b/Regression_test_project/src/metrics/AM_LinesOfCode/AM_LinesOfCode.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/AM_Nesting/AM_Nesting.ttcn b/Regression_test_project/src/metrics/AM_Nesting/AM_Nesting.ttcn
index 148bfe402b..f4cd24927c 100644
--- a/Regression_test_project/src/metrics/AM_Nesting/AM_Nesting.ttcn
+++ b/Regression_test_project/src/metrics/AM_Nesting/AM_Nesting.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/AM_NumberOfParams/AM_NumberOfParams.ttcn b/Regression_test_project/src/metrics/AM_NumberOfParams/AM_NumberOfParams.ttcn
index 1cc41a26c9..f5e1226a41 100644
--- a/Regression_test_project/src/metrics/AM_NumberOfParams/AM_NumberOfParams.ttcn
+++ b/Regression_test_project/src/metrics/AM_NumberOfParams/AM_NumberOfParams.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/AM_OutEnvy/AM_OutEnvy.ttcn b/Regression_test_project/src/metrics/AM_OutEnvy/AM_OutEnvy.ttcn
index fa548781a1..39faaf1bd7 100644
--- a/Regression_test_project/src/metrics/AM_OutEnvy/AM_OutEnvy.ttcn
+++ b/Regression_test_project/src/metrics/AM_OutEnvy/AM_OutEnvy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/FM_CyclomaticComplexity/FM_CyclomaticComplexity.ttcn b/Regression_test_project/src/metrics/FM_CyclomaticComplexity/FM_CyclomaticComplexity.ttcn
index e3468bab97..0fe790c298 100644
--- a/Regression_test_project/src/metrics/FM_CyclomaticComplexity/FM_CyclomaticComplexity.ttcn
+++ b/Regression_test_project/src/metrics/FM_CyclomaticComplexity/FM_CyclomaticComplexity.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/FM_DefaultActivations/FM_DefaultActivations.ttcn b/Regression_test_project/src/metrics/FM_DefaultActivations/FM_DefaultActivations.ttcn
index 68694f45ca..4d064a8fe4 100644
--- a/Regression_test_project/src/metrics/FM_DefaultActivations/FM_DefaultActivations.ttcn
+++ b/Regression_test_project/src/metrics/FM_DefaultActivations/FM_DefaultActivations.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/FM_InEnvy/FM_InEnvy.ttcn b/Regression_test_project/src/metrics/FM_InEnvy/FM_InEnvy.ttcn
index 42c1c889d2..97de55b190 100644
--- a/Regression_test_project/src/metrics/FM_InEnvy/FM_InEnvy.ttcn
+++ b/Regression_test_project/src/metrics/FM_InEnvy/FM_InEnvy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/FM_LinesOfCode/FM_LinesOfCode.ttcn b/Regression_test_project/src/metrics/FM_LinesOfCode/FM_LinesOfCode.ttcn
index bd057fca79..e257da195e 100644
--- a/Regression_test_project/src/metrics/FM_LinesOfCode/FM_LinesOfCode.ttcn
+++ b/Regression_test_project/src/metrics/FM_LinesOfCode/FM_LinesOfCode.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/FM_Nesting/FM_Nesting.ttcn b/Regression_test_project/src/metrics/FM_Nesting/FM_Nesting.ttcn
index 3606eef8a3..b15e50975c 100644
--- a/Regression_test_project/src/metrics/FM_Nesting/FM_Nesting.ttcn
+++ b/Regression_test_project/src/metrics/FM_Nesting/FM_Nesting.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/FM_NumberOfParams/FM_NumberOfParams.ttcn b/Regression_test_project/src/metrics/FM_NumberOfParams/FM_NumberOfParams.ttcn
index 150bebc8e2..fd33842db7 100644
--- a/Regression_test_project/src/metrics/FM_NumberOfParams/FM_NumberOfParams.ttcn
+++ b/Regression_test_project/src/metrics/FM_NumberOfParams/FM_NumberOfParams.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/FM_OutEnvy/FM_OutEnvy.ttcn b/Regression_test_project/src/metrics/FM_OutEnvy/FM_OutEnvy.ttcn
index 6fc1642bcf..440ff0b914 100644
--- a/Regression_test_project/src/metrics/FM_OutEnvy/FM_OutEnvy.ttcn
+++ b/Regression_test_project/src/metrics/FM_OutEnvy/FM_OutEnvy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/FM_ReturnPoints/FM_ReturnPoints.ttcn b/Regression_test_project/src/metrics/FM_ReturnPoints/FM_ReturnPoints.ttcn
index adac382190..780a3b9dc6 100644
--- a/Regression_test_project/src/metrics/FM_ReturnPoints/FM_ReturnPoints.ttcn
+++ b/Regression_test_project/src/metrics/FM_ReturnPoints/FM_ReturnPoints.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/FM_ReturnPoints/FM_ReturnPoints2.ttcn b/Regression_test_project/src/metrics/FM_ReturnPoints/FM_ReturnPoints2.ttcn
index 6bda04803d..a67485ba25 100644
--- a/Regression_test_project/src/metrics/FM_ReturnPoints/FM_ReturnPoints2.ttcn
+++ b/Regression_test_project/src/metrics/FM_ReturnPoints/FM_ReturnPoints2.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_AfferentCoupling/MM_AfferentCoupling.ttcn b/Regression_test_project/src/metrics/MM_AfferentCoupling/MM_AfferentCoupling.ttcn
index 9ca7cfd332..dc39aa1a36 100644
--- a/Regression_test_project/src/metrics/MM_AfferentCoupling/MM_AfferentCoupling.ttcn
+++ b/Regression_test_project/src/metrics/MM_AfferentCoupling/MM_AfferentCoupling.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_AfferentCoupling/MM_AfferentCoupling2.ttcn b/Regression_test_project/src/metrics/MM_AfferentCoupling/MM_AfferentCoupling2.ttcn
index e25522d0a4..d585b705f7 100644
--- a/Regression_test_project/src/metrics/MM_AfferentCoupling/MM_AfferentCoupling2.ttcn
+++ b/Regression_test_project/src/metrics/MM_AfferentCoupling/MM_AfferentCoupling2.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_EfferentCoupling/MM_EfferentCoupling.ttcn b/Regression_test_project/src/metrics/MM_EfferentCoupling/MM_EfferentCoupling.ttcn
index 53cdd414b3..4d2a6a632e 100644
--- a/Regression_test_project/src/metrics/MM_EfferentCoupling/MM_EfferentCoupling.ttcn
+++ b/Regression_test_project/src/metrics/MM_EfferentCoupling/MM_EfferentCoupling.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_InEnvy/MM_InEnvy.ttcn b/Regression_test_project/src/metrics/MM_InEnvy/MM_InEnvy.ttcn
index 3a9262ffd5..ab13d94209 100644
--- a/Regression_test_project/src/metrics/MM_InEnvy/MM_InEnvy.ttcn
+++ b/Regression_test_project/src/metrics/MM_InEnvy/MM_InEnvy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_Instability/MM_Instability.ttcn b/Regression_test_project/src/metrics/MM_Instability/MM_Instability.ttcn
index a01fbb77fe..d6ca9821d5 100644
--- a/Regression_test_project/src/metrics/MM_Instability/MM_Instability.ttcn
+++ b/Regression_test_project/src/metrics/MM_Instability/MM_Instability.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_Instability/MM_Instability2.ttcn b/Regression_test_project/src/metrics/MM_Instability/MM_Instability2.ttcn
index 9acd69eb41..7432e4357e 100644
--- a/Regression_test_project/src/metrics/MM_Instability/MM_Instability2.ttcn
+++ b/Regression_test_project/src/metrics/MM_Instability/MM_Instability2.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_LinesOfCode/MM_LinesOfCode.ttcn b/Regression_test_project/src/metrics/MM_LinesOfCode/MM_LinesOfCode.ttcn
index 68014bfbb7..c979ffbeeb 100644
--- a/Regression_test_project/src/metrics/MM_LinesOfCode/MM_LinesOfCode.ttcn
+++ b/Regression_test_project/src/metrics/MM_LinesOfCode/MM_LinesOfCode.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_NofAltsteps/MM_NofAltsteps.ttcn b/Regression_test_project/src/metrics/MM_NofAltsteps/MM_NofAltsteps.ttcn
index bac57dfab9..ce1bca589f 100644
--- a/Regression_test_project/src/metrics/MM_NofAltsteps/MM_NofAltsteps.ttcn
+++ b/Regression_test_project/src/metrics/MM_NofAltsteps/MM_NofAltsteps.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_NofFixme/MM_NofFixme.ttcn b/Regression_test_project/src/metrics/MM_NofFixme/MM_NofFixme.ttcn
index c2cbea1af7..aff7405ef6 100644
--- a/Regression_test_project/src/metrics/MM_NofFixme/MM_NofFixme.ttcn
+++ b/Regression_test_project/src/metrics/MM_NofFixme/MM_NofFixme.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_NofFunctions/MM_NofFunctions.ttcn b/Regression_test_project/src/metrics/MM_NofFunctions/MM_NofFunctions.ttcn
index 8ee1ad16c0..c9bbe231ff 100644
--- a/Regression_test_project/src/metrics/MM_NofFunctions/MM_NofFunctions.ttcn
+++ b/Regression_test_project/src/metrics/MM_NofFunctions/MM_NofFunctions.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_NofImports/MM_NofImports.ttcn b/Regression_test_project/src/metrics/MM_NofImports/MM_NofImports.ttcn
index 11c9960352..cbdec1177b 100644
--- a/Regression_test_project/src/metrics/MM_NofImports/MM_NofImports.ttcn
+++ b/Regression_test_project/src/metrics/MM_NofImports/MM_NofImports.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_NofTestcases/MM_NofTestcases.ttcn b/Regression_test_project/src/metrics/MM_NofTestcases/MM_NofTestcases.ttcn
index 9381dfe968..2242c20767 100644
--- a/Regression_test_project/src/metrics/MM_NofTestcases/MM_NofTestcases.ttcn
+++ b/Regression_test_project/src/metrics/MM_NofTestcases/MM_NofTestcases.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_OutEnvy/MM_OutEnvy.ttcn b/Regression_test_project/src/metrics/MM_OutEnvy/MM_OutEnvy.ttcn
index e7c73e1623..86256935bd 100644
--- a/Regression_test_project/src/metrics/MM_OutEnvy/MM_OutEnvy.ttcn
+++ b/Regression_test_project/src/metrics/MM_OutEnvy/MM_OutEnvy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImported.ttcn b/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImported.ttcn
index dd1129786c..21397b792b 100644
--- a/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImported.ttcn
+++ b/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImported.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImportee1.ttcn b/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImportee1.ttcn
index 1c8bab1d7b..06089f1c8e 100644
--- a/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImportee1.ttcn
+++ b/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImportee1.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImportee2.ttcn b/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImportee2.ttcn
index bf94752786..a7c9989ef3 100644
--- a/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImportee2.ttcn
+++ b/Regression_test_project/src/metrics/MM_TimesImported/MM_TimesImportee2.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/TM_CyclomaticComplexity/TM_CyclomaticComplexity.ttcn b/Regression_test_project/src/metrics/TM_CyclomaticComplexity/TM_CyclomaticComplexity.ttcn
index fb98a8da77..81855edae3 100644
--- a/Regression_test_project/src/metrics/TM_CyclomaticComplexity/TM_CyclomaticComplexity.ttcn
+++ b/Regression_test_project/src/metrics/TM_CyclomaticComplexity/TM_CyclomaticComplexity.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/TM_InEnvy/TM_InEnvy.ttcn b/Regression_test_project/src/metrics/TM_InEnvy/TM_InEnvy.ttcn
index 0eb31f3b4a..b8d8dc88bf 100644
--- a/Regression_test_project/src/metrics/TM_InEnvy/TM_InEnvy.ttcn
+++ b/Regression_test_project/src/metrics/TM_InEnvy/TM_InEnvy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/TM_LinesOfCode/TM_LinesOfCode.ttcn b/Regression_test_project/src/metrics/TM_LinesOfCode/TM_LinesOfCode.ttcn
index ea71e2b02a..d72d55373d 100644
--- a/Regression_test_project/src/metrics/TM_LinesOfCode/TM_LinesOfCode.ttcn
+++ b/Regression_test_project/src/metrics/TM_LinesOfCode/TM_LinesOfCode.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/TM_Nesting/TM_Nesting.ttcn b/Regression_test_project/src/metrics/TM_Nesting/TM_Nesting.ttcn
index 5d1cdd54c7..e6ca4a0928 100644
--- a/Regression_test_project/src/metrics/TM_Nesting/TM_Nesting.ttcn
+++ b/Regression_test_project/src/metrics/TM_Nesting/TM_Nesting.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/TM_NumberOfParams/TM_NumberOfParams.ttcn b/Regression_test_project/src/metrics/TM_NumberOfParams/TM_NumberOfParams.ttcn
index 6b6202609f..539ad71b16 100644
--- a/Regression_test_project/src/metrics/TM_NumberOfParams/TM_NumberOfParams.ttcn
+++ b/Regression_test_project/src/metrics/TM_NumberOfParams/TM_NumberOfParams.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Regression_test_project/src/metrics/TM_OutEnvy/TM_OutEnvy.ttcn b/Regression_test_project/src/metrics/TM_OutEnvy/TM_OutEnvy.ttcn
index 00128af2f0..561c63855b 100644
--- a/Regression_test_project/src/metrics/TM_OutEnvy/TM_OutEnvy.ttcn
+++ b/Regression_test_project/src/metrics/TM_OutEnvy/TM_OutEnvy.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/cfgFile/included.cfg b/Semantic_Analizer_Tests/cfgFile/included.cfg
index 1c0112daed..1f22730c46 100644
--- a/Semantic_Analizer_Tests/cfgFile/included.cfg
+++ b/Semantic_Analizer_Tests/cfgFile/included.cfg
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/cfgFile/ipv6addresses.cfg b/Semantic_Analizer_Tests/cfgFile/ipv6addresses.cfg
index cd15efc975..37fbad6ba1 100644
--- a/Semantic_Analizer_Tests/cfgFile/ipv6addresses.cfg
+++ b/Semantic_Analizer_Tests/cfgFile/ipv6addresses.cfg
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/LazyTryCatchTest.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/LazyTryCatchTest.ttcn
index 051233f3c1..ea1930aff7 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/LazyTryCatchTest.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/LazyTryCatchTest.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/attribute_tests.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/attribute_tests.ttcn
index 41c85bc4ff..a0e6139e7e 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/attribute_tests.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/attribute_tests.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/expression_tests.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/expression_tests.ttcn
index 57d1a37edb..eeff5c0364 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/expression_tests.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/expression_tests.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/namingConvention.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/namingConvention.ttcn
index 1b4a5f00d9..9e8c9a62ab 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/namingConvention.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/namingConvention.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/negativeTesting.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/negativeTesting.ttcn
index 5ea301fcf2..290d5e0fbd 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/negativeTesting.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/negativeTesting.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/Five.ttcnin b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/Five.ttcnin
index c3ed57d4ef..3101ae53f1 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/Five.ttcnin
+++ b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/Five.ttcnin
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_import_macro_test.ttcnpp b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_import_macro_test.ttcnpp
index 1666120981..d5f3f91e54 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_import_macro_test.ttcnpp
+++ b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_import_macro_test.ttcnpp
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_imported_B.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_imported_B.ttcn
index bf06c79eb9..f90800a393 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_imported_B.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_imported_B.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_marker_test_with_syntax_errors.ttcnpp b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_marker_test_with_syntax_errors.ttcnpp
index 4155f4ff84..bbf35255bc 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_marker_test_with_syntax_errors.ttcnpp
+++ b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_marker_test_with_syntax_errors.ttcnpp
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_imported_A.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_imported_A.ttcn
index 68c35d4099..06a430dc60 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_imported_A.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_imported_A.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_incl1.ttcnin b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_incl1.ttcnin
index e914a7f931..9e69d617d3 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_incl1.ttcnin
+++ b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_incl1.ttcnin
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_incl2.ttcnin b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_incl2.ttcnin
index fdcdcf20a7..093d8fca01 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_incl2.ttcnin
+++ b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_incl2.ttcnin
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_main.ttcnpp b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_main.ttcnpp
index 18065a7771..6f47c3cd64 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_main.ttcnpp
+++ b/Semantic_Analizer_Tests/src/Basic_tests/preprocessor_test/ttcnpp_test_main.ttcnpp
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/specificValue_template_tests.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/specificValue_template_tests.ttcn
index a0b8de144c..7d9c758338 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/specificValue_template_tests.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/specificValue_template_tests.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/statement_tests.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/statement_tests.ttcn
index 00be509c6f..4f1c7a18fd 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/statement_tests.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/statement_tests.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/subtype_tests.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/subtype_tests.ttcn
index 3700468031..612e274bb4 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/subtype_tests.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/subtype_tests.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/t3doc_explicit_negative_test.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/t3doc_explicit_negative_test.ttcn
index de985fdbb2..512cc03737 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/t3doc_explicit_negative_test.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/t3doc_explicit_negative_test.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/t3doc_explicit_test.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/t3doc_explicit_test.ttcn
index 4b1a1700c0..4be3f51d2c 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/t3doc_explicit_test.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/t3doc_explicit_test.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/template_assignment_tests.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/template_assignment_tests.ttcn
index c1484ed582..ff7967c4a0 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/template_assignment_tests.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/template_assignment_tests.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/template_formalparlist_tests.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/template_formalparlist_tests.ttcn
index 96285c8450..c76e1f17a4 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/template_formalparlist_tests.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/template_formalparlist_tests.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/template_specific_test.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/template_specific_test.ttcn
index 5feb235765..b71e6bee93 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/template_specific_test.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/template_specific_test.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from.ttcn
index b7f451e481..c2764cb14f 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_complement.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_complement.ttcn
index 481aa4740d..1cac8cde36 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_complement.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_complement.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_permutation.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_permutation.ttcn
index eb0e6dfd3d..4e29e1d27b 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_permutation.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_permutation.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_subset.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_subset.ttcn
index e282dd8ae5..ac782efc56 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_subset.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_subset.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_superset.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_superset.ttcn
index 998df0887d..f3c9d447f2 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_superset.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/all_from_superset.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/everything.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/everything.ttcn
index 8698ee7f7d..58d9be5698 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/everything.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/everything.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/functions.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/functions.ttcn
index c64a222fb5..fb1fc2bf88 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/functions.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/functions.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/imported_templates.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/imported_templates.ttcn
index 84dd3ad326..a224e9c6f7 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/imported_templates.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/imported_templates.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/sapc.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/sapc.ttcn
index 45a5939fbc..99a84adf11 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/sapc.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/sapc.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/types.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/types.ttcn
index 2f2c2878a4..5f3c71d540 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/types.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/templates/all_from/positive/types.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/value_assignment_tests.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/value_assignment_tests.ttcn
index 72651d98a3..7155d351d0 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/value_assignment_tests.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/value_assignment_tests.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Basic_tests/value_tests.ttcn b/Semantic_Analizer_Tests/src/Basic_tests/value_tests.ttcn
index 630a788061..79f0220e7f 100644
--- a/Semantic_Analizer_Tests/src/Basic_tests/value_tests.ttcn
+++ b/Semantic_Analizer_Tests/src/Basic_tests/value_tests.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors.ttcn b/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors.ttcn
index 70751044ef..0912f974de 100644
--- a/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors.ttcn
+++ b/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors2.ttcn b/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors2.ttcn
index 320680322e..540058018e 100644
--- a/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors2.ttcn
+++ b/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors2.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors3.ttcn b/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors3.ttcn
index 453f5d7672..c29e524880 100644
--- a/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors3.ttcn
+++ b/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors3.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors4.ttcn b/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors4.ttcn
index 22ade45cc1..dada49d7a7 100644
--- a/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors4.ttcn
+++ b/Semantic_Analizer_Tests/src/Unstructured_tests/Semantic_errors4.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Unstructured_tests/Syntax_warnings.ttcn b/Semantic_Analizer_Tests/src/Unstructured_tests/Syntax_warnings.ttcn
index c8cffb069c..cf3c6d7551 100644
--- a/Semantic_Analizer_Tests/src/Unstructured_tests/Syntax_warnings.ttcn
+++ b/Semantic_Analizer_Tests/src/Unstructured_tests/Syntax_warnings.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/src/Unstructured_tests/Syntax_warnings2.ttcn b/Semantic_Analizer_Tests/src/Unstructured_tests/Syntax_warnings2.ttcn
index f5673f2fc4..4e472ea7cc 100644
--- a/Semantic_Analizer_Tests/src/Unstructured_tests/Syntax_warnings2.ttcn
+++ b/Semantic_Analizer_Tests/src/Unstructured_tests/Syntax_warnings2.ttcn
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Semantic_Analizer_Tests/tpdTest/Abstract_Socket_CNL113384.tpd b/Semantic_Analizer_Tests/tpdTest/Abstract_Socket_CNL113384.tpd
index 0ac5b1a142..fef8d964ad 100644
--- a/Semantic_Analizer_Tests/tpdTest/Abstract_Socket_CNL113384.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/Abstract_Socket_CNL113384.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/AoC_v1.1.2_CNL113653.tpd b/Semantic_Analizer_Tests/tpdTest/AoC_v1.1.2_CNL113653.tpd
index e32de3a27c..634cbf5d87 100644
--- a/Semantic_Analizer_Tests/tpdTest/AoC_v1.1.2_CNL113653.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/AoC_v1.1.2_CNL113653.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/BFCP_CNL113751.tpd b/Semantic_Analizer_Tests/tpdTest/BFCP_CNL113751.tpd
index cb33a3c31a..7d3cdac49f 100644
--- a/Semantic_Analizer_Tests/tpdTest/BFCP_CNL113751.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/BFCP_CNL113751.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/BICC_ANSI_CNL113397.tpd b/Semantic_Analizer_Tests/tpdTest/BICC_ANSI_CNL113397.tpd
index 8d0f5d82fe..ea62bdb791 100644
--- a/Semantic_Analizer_Tests/tpdTest/BICC_ANSI_CNL113397.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/BICC_ANSI_CNL113397.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/BICC_Q.1902.1_CNL113359.tpd b/Semantic_Analizer_Tests/tpdTest/BICC_Q.1902.1_CNL113359.tpd
index cf6913d8bb..e9513f8f27 100644
--- a/Semantic_Analizer_Tests/tpdTest/BICC_Q.1902.1_CNL113359.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/BICC_Q.1902.1_CNL113359.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/BICC_TTC_CNL113416.tpd b/Semantic_Analizer_Tests/tpdTest/BICC_TTC_CNL113416.tpd
index 0f13c46f9c..a1a214839d 100644
--- a/Semantic_Analizer_Tests/tpdTest/BICC_TTC_CNL113416.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/BICC_TTC_CNL113416.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/BSSGP_v10.6.0_CNL113750.tpd b/Semantic_Analizer_Tests/tpdTest/BSSGP_v10.6.0_CNL113750.tpd
index 7095cf5f8e..e32fe0ca68 100644
--- a/Semantic_Analizer_Tests/tpdTest/BSSGP_v10.6.0_CNL113750.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/BSSGP_v10.6.0_CNL113750.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/BSSGP_v9.4.0_CNL113720.tpd b/Semantic_Analizer_Tests/tpdTest/BSSGP_v9.4.0_CNL113720.tpd
index 292bd2e93c..8816c74bc0 100644
--- a/Semantic_Analizer_Tests/tpdTest/BSSGP_v9.4.0_CNL113720.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/BSSGP_v9.4.0_CNL113720.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/BSSMAP_v11.2.0_CNL113761.tpd b/Semantic_Analizer_Tests/tpdTest/BSSMAP_v11.2.0_CNL113761.tpd
index 295205e47c..91faacad0a 100644
--- a/Semantic_Analizer_Tests/tpdTest/BSSMAP_v11.2.0_CNL113761.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/BSSMAP_v11.2.0_CNL113761.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/BSSMAP_v8.6.0_CNL113655.tpd b/Semantic_Analizer_Tests/tpdTest/BSSMAP_v8.6.0_CNL113655.tpd
index b3278903d5..86c86ec546 100644
--- a/Semantic_Analizer_Tests/tpdTest/BSSMAP_v8.6.0_CNL113655.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/BSSMAP_v8.6.0_CNL113655.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CAP_v2_v6.4.0_CNL113483.tpd b/Semantic_Analizer_Tests/tpdTest/CAP_v2_v6.4.0_CNL113483.tpd
index 340c9e42c6..a020b84978 100644
--- a/Semantic_Analizer_Tests/tpdTest/CAP_v2_v6.4.0_CNL113483.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CAP_v2_v6.4.0_CNL113483.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CAP_v4.7.0_CNL113425.tpd b/Semantic_Analizer_Tests/tpdTest/CAP_v4.7.0_CNL113425.tpd
index 6bedf29955..d2f3d0f847 100644
--- a/Semantic_Analizer_Tests/tpdTest/CAP_v4.7.0_CNL113425.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CAP_v4.7.0_CNL113425.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.2.0_CNL113572.tpd b/Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.2.0_CNL113572.tpd
index 39508369f5..ccf6120e0c 100644
--- a/Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.2.0_CNL113572.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.2.0_CNL113572.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.6.0_CNL113721.tpd b/Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.6.0_CNL113721.tpd
index 0487d3dd36..010bb947c3 100644
--- a/Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.6.0_CNL113721.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CAP_v4_v7.6.0_CNL113721.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CCAPI_MINSAT_60_CNL113601.tpd b/Semantic_Analizer_Tests/tpdTest/CCAPI_MINSAT_60_CNL113601.tpd
index a44ef971ba..6f55d42e18 100644
--- a/Semantic_Analizer_Tests/tpdTest/CCAPI_MINSAT_60_CNL113601.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CCAPI_MINSAT_60_CNL113601.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CDR_v9.12.0_CNL113757.tpd b/Semantic_Analizer_Tests/tpdTest/CDR_v9.12.0_CNL113757.tpd
index 8cc4e425d3..90a5757246 100644
--- a/Semantic_Analizer_Tests/tpdTest/CDR_v9.12.0_CNL113757.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CDR_v9.12.0_CNL113757.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CDR_v9.5.0_CNL113712.tpd b/Semantic_Analizer_Tests/tpdTest/CDR_v9.5.0_CNL113712.tpd
index 703c07b9fb..09281c0c96 100644
--- a/Semantic_Analizer_Tests/tpdTest/CDR_v9.5.0_CNL113712.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CDR_v9.5.0_CNL113712.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CDR_v9.5.0_SGSN_CNL113728.tpd b/Semantic_Analizer_Tests/tpdTest/CDR_v9.5.0_SGSN_CNL113728.tpd
index aee6e52115..e52a579bb0 100644
--- a/Semantic_Analizer_Tests/tpdTest/CDR_v9.5.0_SGSN_CNL113728.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CDR_v9.5.0_SGSN_CNL113728.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CIP_CS4.0_CNL113535.tpd b/Semantic_Analizer_Tests/tpdTest/CIP_CS4.0_CNL113535.tpd
index 8e6fd084af..2e85f50175 100644
--- a/Semantic_Analizer_Tests/tpdTest/CIP_CS4.0_CNL113535.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CIP_CS4.0_CNL113535.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/CIP_Orga_Italy_CNL113701.tpd b/Semantic_Analizer_Tests/tpdTest/CIP_Orga_Italy_CNL113701.tpd
index 9926db1be8..46c248d7b8 100644
--- a/Semantic_Analizer_Tests/tpdTest/CIP_Orga_Italy_CNL113701.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/CIP_Orga_Italy_CNL113701.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/DHCP_CNL113461.tpd b/Semantic_Analizer_Tests/tpdTest/DHCP_CNL113461.tpd
index b0af40c2f5..6b74463adb 100644
--- a/Semantic_Analizer_Tests/tpdTest/DHCP_CNL113461.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/DHCP_CNL113461.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/DHCPv6_CNL113763.tpd b/Semantic_Analizer_Tests/tpdTest/DHCPv6_CNL113763.tpd
index b15a2515ab..4b869fe5fe 100644
--- a/Semantic_Analizer_Tests/tpdTest/DHCPv6_CNL113763.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/DHCPv6_CNL113763.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/DNS_CNL113429.tpd b/Semantic_Analizer_Tests/tpdTest/DNS_CNL113429.tpd
index 8b5b42b87c..0bca692b39 100644
--- a/Semantic_Analizer_Tests/tpdTest/DNS_CNL113429.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/DNS_CNL113429.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/DSS1_ETSI_CNL113435.tpd b/Semantic_Analizer_Tests/tpdTest/DSS1_ETSI_CNL113435.tpd
index 5e7520fcac..571f875a72 100644
--- a/Semantic_Analizer_Tests/tpdTest/DSS1_ETSI_CNL113435.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/DSS1_ETSI_CNL113435.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EAP_CNL113722.tpd b/Semantic_Analizer_Tests/tpdTest/EAP_CNL113722.tpd
index 07592f39c1..9a352fd636 100644
--- a/Semantic_Analizer_Tests/tpdTest/EAP_CNL113722.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EAP_CNL113722.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/ECMS_CORBAmsg_CNL113687.tpd b/Semantic_Analizer_Tests/tpdTest/ECMS_CORBAmsg_CNL113687.tpd
index 62e8191a81..ae8896e5f0 100644
--- a/Semantic_Analizer_Tests/tpdTest/ECMS_CORBAmsg_CNL113687.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/ECMS_CORBAmsg_CNL113687.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_BICC_CNL113711.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_BICC_CNL113711.tpd
index a616f008e0..408c3c10ca 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_BICC_CNL113711.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_BICC_CNL113711.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_BSSMAP_CNL113608.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_BSSMAP_CNL113608.tpd
index f785fcdb9f..b328b86759 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_BSSMAP_CNL113608.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_BSSMAP_CNL113608.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAI3G_CNL113566.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAI3G_CNL113566.tpd
index 6251869c44..8704a7627a 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAI3G_CNL113566.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAI3G_CNL113566.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_CNL113662.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_CNL113662.tpd
index ee2d2b274f..8a25b489fc 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_CNL113662.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_CNL113662.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_Common_CNL113662.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_Common_CNL113662.tpd
index 3ef5b6b10b..d2dd868820 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_Common_CNL113662.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_Common_CNL113662.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v2_CNL113662.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v2_CNL113662.tpd
index 6fcc294f81..299e42f86f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v2_CNL113662.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v2_CNL113662.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v3_CNL113662.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v3_CNL113662.tpd
index b14d559d3a..764fa53687 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v3_CNL113662.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v3_CNL113662.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v4_CNL113662.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v4_CNL113662.tpd
index 48c036d4ae..25e9a1221d 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v4_CNL113662.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v4_CNL113662.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v4_v760_CNL113662.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v4_v760_CNL113662.tpd
index 605c3e7c5a..9767396490 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v4_v760_CNL113662.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CAP_v4_v760_CNL113662.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_All_CNL113666.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_All_CNL113666.tpd
index 19d4e14acb..61f794a44f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_All_CNL113666.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_All_CNL113666.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_CNL113666.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_CNL113666.tpd
index cfa6c173bb..1f526e1d34 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_CNL113666.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_CNL113666.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_Orga_CNL113666.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_Orga_CNL113666.tpd
index d2e1d82e8c..3a81e30456 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_Orga_CNL113666.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_CIP_Orga_CNL113666.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_DNS_CNL113597.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_DNS_CNL113597.tpd
index e4b46694a8..fbade79600 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_DNS_CNL113597.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_DNS_CNL113597.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_DSS1_CNL113748.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_DSS1_CNL113748.tpd
index a5afc7a723..5ba28a3104 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_DSS1_CNL113748.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_DSS1_CNL113748.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_Diameter_CNL113521.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_Diameter_CNL113521.tpd
index 8f922fd54c..3a6c4e609f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_Diameter_CNL113521.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_Diameter_CNL113521.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_EricssonRTC_CNL113683.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_EricssonRTC_CNL113683.tpd
index 5756dfcb27..d2aeb32225 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_EricssonRTC_CNL113683.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_EricssonRTC_CNL113683.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_H248_CNL113523.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_H248_CNL113523.tpd
index cdbe3b3611..2846648c4a 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_H248_CNL113523.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_H248_CNL113523.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_HTTP_CNL113618.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_HTTP_CNL113618.tpd
index e48118822d..bf4f521d24 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_HTTP_CNL113618.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_HTTP_CNL113618.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_INAP_CNL113596.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_INAP_CNL113596.tpd
index 0fab3a1a10..6b9fe1c074 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_INAP_CNL113596.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_INAP_CNL113596.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_ISUP_CNL113681.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_ISUP_CNL113681.tpd
index d3e4e6bfed..0e36fba2ee 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_ISUP_CNL113681.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_ISUP_CNL113681.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_IUA_CNL113747.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_IUA_CNL113747.tpd
index 27ef876107..73ae8cd448 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_IUA_CNL113747.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_IUA_CNL113747.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_LANL2_CNL113698.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_LANL2_CNL113698.tpd
index 74b5e32cba..33b468beeb 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_LANL2_CNL113698.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_LANL2_CNL113698.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_LNP_CNL113714.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_LNP_CNL113714.tpd
index 59c9fa3c0d..ce32e84d1f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_LNP_CNL113714.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_LNP_CNL113714.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MAP_CNL113595.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MAP_CNL113595.tpd
index 48363dab24..eb47efed46 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MAP_CNL113595.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MAP_CNL113595.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MLSim_CNL113568.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MLSim_CNL113568.tpd
index af56078bc1..63c23b6ea0 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MLSim_CNL113568.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MLSim_CNL113568.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MSRP_CNL113564.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MSRP_CNL113564.tpd
index f0dc37aeb6..aef97ce531 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MSRP_CNL113564.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MSRP_CNL113564.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MobileL3_CNL113609.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MobileL3_CNL113609.tpd
index 30695d851d..2253426f59 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MobileL3_CNL113609.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_MobileL3_CNL113609.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_RANAP_CNL113647.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_RANAP_CNL113647.tpd
index 695e5e2f88..552eaf3791 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_RANAP_CNL113647.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_RANAP_CNL113647.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SDP_CNL113744.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SDP_CNL113744.tpd
index 9f55a652fa..ed1f3db685 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SDP_CNL113744.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SDP_CNL113744.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SGsAP_CNL113723.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SGsAP_CNL113723.tpd
index f29b8b62e3..9d746145be 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SGsAP_CNL113723.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SGsAP_CNL113723.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SIP_CNL113522.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SIP_CNL113522.tpd
index 0f69e60eef..627f58932f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SIP_CNL113522.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SIP_CNL113522.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SOAP_CNL113620.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SOAP_CNL113620.tpd
index 3e03fb8aaf..ddb8670d37 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SOAP_CNL113620.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SOAP_CNL113620.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SRVCC_CNL113741.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SRVCC_CNL113741.tpd
index 65fe9b3f71..78d93ac23a 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SRVCC_CNL113741.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_SRVCC_CNL113741.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_STUN_CNL113645.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_STUN_CNL113645.tpd
index a091c1ddcd..c667e11e9f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_STUN_CNL113645.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_STUN_CNL113645.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_UPloadCP_CNL113634.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_UPloadCP_CNL113634.tpd
index 66689eeeb4..849622b661 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_UPloadCP_CNL113634.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_UPloadCP_CNL113634.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_UserPlane_CNL113724.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_UserPlane_CNL113724.tpd
index c72afd388b..2dd8ba7a5b 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_UserPlane_CNL113724.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_UserPlane_CNL113724.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_VXML_CNL113565.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_VXML_CNL113565.tpd
index 82fecb199c..cb1e63e9c2 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_VXML_CNL113565.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_VXML_CNL113565.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_XCAP_CNL113534.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_XCAP_CNL113534.tpd
index 642ed71a1e..d50f2453e5 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_XCAP_CNL113534.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_Applib_XCAP_CNL113534.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Base.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Base.tpd
index f2bdb1b4fe..d12e760e43 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Base.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Base.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Buffer.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Buffer.tpd
index fd64185e1a..3216fcd68f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Buffer.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Buffer.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CLI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CLI.tpd
index ecac4e1668..440db2ceb5 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CLI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CLI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CentralScheduling.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CentralScheduling.tpd
index 2de26b6ff2..99128230a4 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CentralScheduling.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CentralScheduling.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CentralSchedulingUIHandler.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CentralSchedulingUIHandler.tpd
index 431a685807..a31f11c277 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CentralSchedulingUIHandler.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_CentralSchedulingUIHandler.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Common.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Common.tpd
index bd53b98dfb..505a566042 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Common.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Common.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_DataSource.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_DataSource.tpd
index 5437379a3a..1bf3aff0b2 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_DataSource.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_DataSource.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl.tpd
index 4cf162bcc0..495cdacc73 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl_UI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl_UI.tpd
index 325ff580cd..413dcbd9e6 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl_UI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ExecCtrl_UI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_FBQ.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_FBQ.tpd
index cba594e14e..2586c395f4 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_FBQ.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_FBQ.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_GUIViewer.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_GUIViewer.tpd
index 0c15e9cd14..af2d927eea 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_GUIViewer.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_GUIViewer.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HashMap.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HashMap.tpd
index 6db9e84f0a..77b2d30068 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HashMap.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HashMap.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin.tpd
index 211b2a4f07..a1e1adf697 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin_UI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin_UI.tpd
index 1e25a90833..8b9e3658e8 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin_UI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_HostAdmin_UI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILog.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILog.tpd
index 4b61eb1652..af87340699 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILog.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILog.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogBase.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogBase.tpd
index 146effab3d..d4b98cd9d2 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogBase.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogBase.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogString.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogString.tpd
index 08baa58af3..b63478559a 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogString.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_ILogString.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase.tpd
index 187e2d3e90..32c05e31f6 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase_UI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase_UI.tpd
index 556563d79e..ebd620a0ef 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase_UI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LGenBase_UI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LoadRegulator.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LoadRegulator.tpd
index 4be8a04479..c0eed3a485 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LoadRegulator.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LoadRegulator.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LoadRegulatorUI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LoadRegulatorUI.tpd
index 4748784d7c..b8a66de562 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LoadRegulatorUI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_LoadRegulatorUI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging.tpd
index 5ac81e8ba9..79229d26aa 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Client.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Client.tpd
index e5faebc0e0..8ebd3e8a6f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Client.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Client.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Server.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Server.tpd
index 6351dd91e8..e317c43b08 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Server.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_Server.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_UI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_UI.tpd
index 039ca24cf9..519fada58f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_UI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Logging_UI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NQueue.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NQueue.tpd
index ab4575e137..35d64ea923 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NQueue.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NQueue.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NameService.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NameService.tpd
index 9bcdd3b026..af28ff1f04 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NameService.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_NameService.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_PTCDeployment.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_PTCDeployment.tpd
index 0ed2791487..a386c69ed0 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_PTCDeployment.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_PTCDeployment.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RandomNArray.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RandomNArray.tpd
index 5ff043cab4..9943802c33 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RandomNArray.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RandomNArray.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RedBlackTree.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RedBlackTree.tpd
index c0c006c2eb..84005fa531 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RedBlackTree.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RedBlackTree.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Rendezvous.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Rendezvous.tpd
index 7849d43a6c..95928002bd 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Rendezvous.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Rendezvous.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RingBuffer.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RingBuffer.tpd
index 49cc7ed4c4..0ab9985bd9 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RingBuffer.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_RingBuffer.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Scheduler.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Scheduler.tpd
index 2f0a9a14ca..8b91261c29 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Scheduler.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Scheduler.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Semaphore.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Semaphore.tpd
index 39286a554e..2b5610d3a8 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Semaphore.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Semaphore.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCapture.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCapture.tpd
index ce443c2462..d5f93546f6 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCapture.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCapture.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCaptureControl.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCaptureControl.tpd
index 27875e6dc6..cd14afff35 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCaptureControl.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCaptureControl.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCaptureUI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCaptureUI.tpd
index 794ed45e8e..aaa1f00d36 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCaptureUI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatCaptureUI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler.tpd
index 1977401faf..764e7333b3 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler_UI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler_UI.tpd
index 0c0f04c9ac..1f92c3668f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler_UI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatHandler_UI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatManager.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatManager.tpd
index de305597fe..71048269af 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatManager.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatManager.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatMeasure.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatMeasure.tpd
index 05101b5182..c5d7ff02ff 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatMeasure.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatMeasure.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatReplay.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatReplay.tpd
index 38ef61a0c2..969c04dc83 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatReplay.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_StatReplay.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_TimeProfileEditor.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_TimeProfileEditor.tpd
index a2fb5050d8..8782bd9ca5 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_TimeProfileEditor.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_TimeProfileEditor.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport.tpd
index 5fc1333816..cc3fc34869 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_TransportRouting.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_TransportRouting.tpd
index 4e8d0d7073..2957d87848 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_TransportRouting.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_TransportRouting.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_CommPortIPL4.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_CommPortIPL4.tpd
index ced456d114..70c7ef75b5 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_CommPortIPL4.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_CommPortIPL4.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_Common.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_Common.tpd
index b3628f2fb4..ab914ecd2a 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_Common.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_Common.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL2.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL2.tpd
index cd9d9f12d6..e34e4381be 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL2.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL2.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL4.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL4.tpd
index e45a39057e..5be920caff 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL4.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_IPL4.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_MessageBufferManager.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_MessageBufferManager.tpd
index 4ce8e2d4ca..55afaa5c07 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_MessageBufferManager.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Transport_MessageBufferManager.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_UIHandler.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_UIHandler.tpd
index a2c55cf501..623e610d66 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_UIHandler.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_UIHandler.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable.tpd
index 955683891b..2759540fd5 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable_UI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable_UI.tpd
index be231b62ae..e27a90c027 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable_UI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CLL_Variable_UI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_M3_CNL113682.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_M3_CNL113682.tpd
index ef670b5ada..353518f9ff 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_M3_CNL113682.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_M3_CNL113682.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_SCCP_CNL113610.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_SCCP_CNL113610.tpd
index d25a8838ed..4a03866c61 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_SCCP_CNL113610.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_SCCP_CNL113610.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_TCAP_CNL113592.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_TCAP_CNL113592.tpd
index 438bbd0d63..24c28021cc 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_TCAP_CNL113592.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_CommonTransport_TCAP_CNL113592.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_FreeBusyQueue_demo.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_FreeBusyQueue_demo.tpd
index f85d1922f5..83d77da204 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_FreeBusyQueue_demo.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_FreeBusyQueue_demo.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp.tpd
index 245af1ff41..b47e5d3383 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AC.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AC.tpd
index ced667151d..428e80c08e 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AC.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AC.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AIR.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AIR.tpd
index bf9ebc472f..2eae37914b 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AIR.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_AIR.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ASDP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ASDP.tpd
index 3b85d4a7aa..aea49dfa4b 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ASDP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ASDP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ATandT.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ATandT.tpd
index aef15408f7..cf136e2b78 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ATandT.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ATandT.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_AC.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_AC.tpd
index c1e365e2c3..a48c3b291e 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_AC.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_AC.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_SSP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_SSP.tpd
index 51807f2511..3f9dde75fa 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_SSP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_SSP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_WCE.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_WCE.tpd
index 1553c5eabd..842f3bb850 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_WCE.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_BCS_WCE.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAI3G.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAI3G.tpd
index f8703b7fe7..8744a7f00a 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAI3G.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAI3G.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv2.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv2.tpd
index befcb83c84..cc5d7131e7 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv2.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv2.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv3.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv3.tpd
index 5991cbd2d8..fe6904482b 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv3.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv3.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv4.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv4.tpd
index a166d44fd4..37b4ef54a0 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv4.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CAPv4.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CCMP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CCMP.tpd
index b830377e4a..e3bb8f7643 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CCMP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CCMP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP.tpd
index 9804d95246..c2ffd05b57 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP_Orga.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP_Orga.tpd
index d53ac2dd32..0b2cfc0391 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP_Orga.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CIP_Orga.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLF.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLF.tpd
index 68d423ce93..d6af3f2406 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLF.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLF.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLFv2.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLFv2.tpd
index af56d3757a..d65f4301e9 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLFv2.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CLFv2.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CNS.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CNS.tpd
index 1753773082..29da57be0e 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CNS.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CNS.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCF.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCF.tpd
index 3463ea3081..b53397479e 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCF.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCF.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCFclient.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCFclient.tpd
index e07f04900a..e97dec86b2 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCFclient.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_CSCFclient.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Common.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Common.tpd
index 0352ece7a1..dff5dc7e31 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Common.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Common.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DIAMETER.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DIAMETER.tpd
index 4cf7dbc639..b541483730 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DIAMETER.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DIAMETER.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DNS.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DNS.tpd
index be980f0800..b7b10e6350 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DNS.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DNS.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DSC.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DSC.tpd
index f6b52c136b..de7c4a5056 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DSC.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_DSC.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB.tpd
index ba21846937..675ab51ef7 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB_CLI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB_CLI.tpd
index a10a2c1a4c..67858b8bb1 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB_CLI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EDB_CLI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EPC.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EPC.tpd
index 3494dbf54e..4804fa23d6 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EPC.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_EPC.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM.tpd
index 4a21f6b557..6d66261dcc 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv2.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv2.tpd
index f6e79c3652..774d8d8ce0 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv2.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv2.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv3.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv3.tpd
index a7f62d8a8e..273531e538 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv3.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv3.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv4.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv4.tpd
index 78475f9081..7cf8530f15 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv4.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv4.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd
index bd6d0cf4cb..a59a6d3a40 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CAPv4_v760.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CCA.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CCA.tpd
index c219a14461..21450f14f4 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CCA.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CCA.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CSCF.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CSCF.tpd
index a57de87244..88c0ab1f8d 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CSCF.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_CSCF.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_DCC.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_DCC.tpd
index ca3ab609d8..9f562eaa92 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_DCC.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_DCC.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_ECC.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_ECC.tpd
index 142330edb2..0169156ecd 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_ECC.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_ECC.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_HomeZone.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_HomeZone.tpd
index eb46760f77..a882133441 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_HomeZone.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_HomeZone.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd
index ae71997d76..f6b244b007 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_LTE_INAP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_MCC.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_MCC.tpd
index 08bd6a217a..a86a621961 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_MCC.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_MCC.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP.tpd
index 32e2846349..61148c83bb 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP21.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP21.tpd
index 391c659ddd..90fefb30c1 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP21.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_NP21.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA.tpd
index a2ad3b82c0..0ecfa94490 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA2.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA2.tpd
index c972374038..8f4833d8e4 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA2.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ETM_SNA2.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_H248.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_H248.tpd
index 8d68002e9c..f994274fe9 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_H248.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_H248.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLR.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLR.tpd
index 991cd79fb7..7a01365b50 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLR.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLR.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLRsim.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLRsim.tpd
index cee59bca3a..6eba6c4796 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLRsim.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HLRsim.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HTTP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HTTP.tpd
index d36fec9b48..a3c7aecbe6 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HTTP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_HTTP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_INAP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_INAP.tpd
index ced665233a..e00a28be5e 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_INAP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_INAP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ISUP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ISUP.tpd
index b9db867e29..d200a3eb58 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ISUP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ISUP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LDAP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LDAP.tpd
index c7c8e7f4b3..fd8ac04096 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LDAP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LDAP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LNP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LNP.tpd
index 10fd4ffb15..071459327f 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LNP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LNP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LRF.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LRF.tpd
index 515504abf1..841ee686e2 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LRF.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LRF.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LTE.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LTE.tpd
index dad4d4bde9..02691cc72c 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LTE.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_LTE.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MABEZ.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MABEZ.tpd
index 740827b9f6..3fc3bb4a10 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MABEZ.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MABEZ.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MAP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MAP.tpd
index f627158f47..3c275d8bf3 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MAP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MAP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MGW.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MGW.tpd
index 3088d01e4d..1cf3710cba 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MGW.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MGW.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMESim.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMESim.tpd
index 3e4f217466..982aa3e4ad 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMESim.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMESim.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMsim.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMsim.tpd
index 244dfba6b6..e3e159d503 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMsim.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MMsim.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MRFC.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MRFC.tpd
index 71dd2c3bbf..7ac97a55cf 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MRFC.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MRFC.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MSS.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MSS.tpd
index 617d5a18d0..8f34ac4f8d 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MSS.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MSS.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS.tpd
index 6b238e8cd9..883fef633c 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS_noSS7.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS_noSS7.tpd
index eb465a5a58..044632d442 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS_noSS7.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MTAS_noSS7.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWI.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWI.tpd
index 917fafbd2c..687dc02aa8 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWI.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWI.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWIAS.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWIAS.tpd
index 504424ebf9..706707ea3c 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWIAS.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_MWIAS.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Meta.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Meta.tpd
index c607c9b650..5083eee6a1 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Meta.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Meta.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NACF.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NACF.tpd
index f1ffeba6ed..f7ae4f0fe1 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NACF.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NACF.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NASS.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NASS.tpd
index 9305940e6c..b94f2c5c71 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NASS.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_NASS.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Netconf.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Netconf.tpd
index 3130e5d2c9..bfcf8ba250 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Netconf.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_Netconf.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_OCF.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_OCF.tpd
index e736c0ec1c..a8951b01e5 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_OCF.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_OCF.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PCRFsim.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PCRFsim.tpd
index 36e33e9df1..df4affacef 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PCRFsim.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PCRFsim.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM.tpd
index 348547a5f6..1ac368697a 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_HTTP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_HTTP.tpd
index 97cd176d5e..c55e0c5bc7 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_HTTP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_HTTP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_SIP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_SIP.tpd
index 5bfc98ddfe..ea9a674e8c 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_SIP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_PGM_SIP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ParlayX.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ParlayX.tpd
index 75528c4bc7..0591b4bbfa 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ParlayX.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_ParlayX.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_RACF.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_RACF.tpd
index 903f8e74b0..5fff54a307 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_RACF.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_RACF.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SCP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SCP.tpd
index 054b25cfd7..b5f52f123e 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SCP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SCP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SIP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SIP.tpd
index 72e366610b..06f5c71bdf 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SIP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SIP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SNA.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SNA.tpd
index 4e1e0dbc1c..92ea6125a0 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SNA.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SNA.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SOAP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SOAP.tpd
index dbddbe13ea..b78a8a37e5 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SOAP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_SOAP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UAAF.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UAAF.tpd
index 4252b8fb80..d1e526f687 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UAAF.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UAAF.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_USSD.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_USSD.tpd
index b10bb907b7..e049f575e4 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_USSD.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_USSD.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UserPlane.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UserPlane.tpd
index 9254ede797..8a68ae0742 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UserPlane.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_UserPlane.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VMS.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VMS.tpd
index 95b0d151a0..c67212ad1a 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VMS.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VMS.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VXML.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VXML.tpd
index d2d48f96b9..b40a18bf61 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VXML.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_VXML.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd
index 267698b32d..e8cc23d706 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_WCE_HTTP_Client.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_XCAP.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_XCAP.tpd
index 8bc6f81871..f8c48cc0a1 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_XCAP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_GenApp_XCAP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EPTF_ILog_demo.tpd b/Semantic_Analizer_Tests/tpdTest/EPTF_ILog_demo.tpd
index dd62bc23be..33cd765c37 100644
--- a/Semantic_Analizer_Tests/tpdTest/EPTF_ILog_demo.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EPTF_ILog_demo.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/EricssonRTC_CNL113414.tpd b/Semantic_Analizer_Tests/tpdTest/EricssonRTC_CNL113414.tpd
index a9df75ded7..2799168d8b 100644
--- a/Semantic_Analizer_Tests/tpdTest/EricssonRTC_CNL113414.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/EricssonRTC_CNL113414.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/Ericsson_INAP_CS1plus_CNL113356.tpd b/Semantic_Analizer_Tests/tpdTest/Ericsson_INAP_CS1plus_CNL113356.tpd
index 7c26370970..40d8883386 100644
--- a/Semantic_Analizer_Tests/tpdTest/Ericsson_INAP_CS1plus_CNL113356.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/Ericsson_INAP_CS1plus_CNL113356.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/Ericsson_MAP_v2_CNL113725.tpd b/Semantic_Analizer_Tests/tpdTest/Ericsson_MAP_v2_CNL113725.tpd
index c45100d140..8f3216eac6 100644
--- a/Semantic_Analizer_Tests/tpdTest/Ericsson_MAP_v2_CNL113725.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/Ericsson_MAP_v2_CNL113725.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/GCP_31r1_CNL113364.tpd b/Semantic_Analizer_Tests/tpdTest/GCP_31r1_CNL113364.tpd
index 5cea7acb1c..30cde1747b 100644
--- a/Semantic_Analizer_Tests/tpdTest/GCP_31r1_CNL113364.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/GCP_31r1_CNL113364.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/GTP_v9.11.0_CNL113765.tpd b/Semantic_Analizer_Tests/tpdTest/GTP_v9.11.0_CNL113765.tpd
index 3439339937..53bc03d18d 100644
--- a/Semantic_Analizer_Tests/tpdTest/GTP_v9.11.0_CNL113765.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/GTP_v9.11.0_CNL113765.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v10.5.0_CNL113740.tpd b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v10.5.0_CNL113740.tpd
index 697f9edceb..0d81052eca 100644
--- a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v10.5.0_CNL113740.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v10.5.0_CNL113740.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v11.4.0_CNL113777.tpd b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v11.4.0_CNL113777.tpd
index d71a6b365c..b898c55abd 100644
--- a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v11.4.0_CNL113777.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v11.4.0_CNL113777.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.1.0_CNL113703.tpd b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.1.0_CNL113703.tpd
index 8b39805f0c..ac6cd62882 100644
--- a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.1.0_CNL113703.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.1.0_CNL113703.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.7.0_CNL113730.tpd b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.7.0_CNL113730.tpd
index 72ab646f77..3bdeef5683 100644
--- a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.7.0_CNL113730.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.7.0_CNL113730.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.8.0_CNL113737.tpd b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.8.0_CNL113737.tpd
index 80c02a5681..a778eaf6cc 100644
--- a/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.8.0_CNL113737.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/GTPv2_Sv_v9.8.0_CNL113737.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/GTPv2_v11.x.0_CNL113753.tpd b/Semantic_Analizer_Tests/tpdTest/GTPv2_v11.x.0_CNL113753.tpd
index 108c5be9ef..4a55018a54 100644
--- a/Semantic_Analizer_Tests/tpdTest/GTPv2_v11.x.0_CNL113753.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/GTPv2_v11.x.0_CNL113753.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/GiGnREPLAYasp_CNL113604.tpd b/Semantic_Analizer_Tests/tpdTest/GiGnREPLAYasp_CNL113604.tpd
index 95983d0659..4acd23dc73 100644
--- a/Semantic_Analizer_Tests/tpdTest/GiGnREPLAYasp_CNL113604.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/GiGnREPLAYasp_CNL113604.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/H225.0_v0298_CNL113354.tpd b/Semantic_Analizer_Tests/tpdTest/H225.0_v0298_CNL113354.tpd
index a206f1d2e6..967b288ab2 100644
--- a/Semantic_Analizer_Tests/tpdTest/H225.0_v0298_CNL113354.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/H225.0_v0298_CNL113354.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/H245_v6_CNL113587.tpd b/Semantic_Analizer_Tests/tpdTest/H245_v6_CNL113587.tpd
index 889c25bafb..d4aaecf84f 100644
--- a/Semantic_Analizer_Tests/tpdTest/H245_v6_CNL113587.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/H245_v6_CNL113587.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/H248_v2_CNL113424.tpd b/Semantic_Analizer_Tests/tpdTest/H248_v2_CNL113424.tpd
index 9e68e570d3..68da36a894 100644
--- a/Semantic_Analizer_Tests/tpdTest/H248_v2_CNL113424.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/H248_v2_CNL113424.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/HTTPmsg_CNL113312.tpd b/Semantic_Analizer_Tests/tpdTest/HTTPmsg_CNL113312.tpd
index 4d33a12568..af49020a88 100644
--- a/Semantic_Analizer_Tests/tpdTest/HTTPmsg_CNL113312.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/HTTPmsg_CNL113312.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/IMSA2_CNL113693.tpd b/Semantic_Analizer_Tests/tpdTest/IMSA2_CNL113693.tpd
index 295c488dd2..eda4ff4b14 100644
--- a/Semantic_Analizer_Tests/tpdTest/IMSA2_CNL113693.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/IMSA2_CNL113693.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/IOS_HRPD_CLN113752.tpd b/Semantic_Analizer_Tests/tpdTest/IOS_HRPD_CLN113752.tpd
index fcb9516e13..0ba8c90d22 100644
--- a/Semantic_Analizer_Tests/tpdTest/IOS_HRPD_CLN113752.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/IOS_HRPD_CLN113752.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/IPL4_EIN_SCTP.tpd b/Semantic_Analizer_Tests/tpdTest/IPL4_EIN_SCTP.tpd
index e4a0e73e4e..28678dc528 100644
--- a/Semantic_Analizer_Tests/tpdTest/IPL4_EIN_SCTP.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/IPL4_EIN_SCTP.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/IPL4asp_CNL113531.tpd b/Semantic_Analizer_Tests/tpdTest/IPL4asp_CNL113531.tpd
index 7b334cd582..3156e26143 100644
--- a/Semantic_Analizer_Tests/tpdTest/IPL4asp_CNL113531.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/IPL4asp_CNL113531.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/IPL4asp_CNL113531_Interface.tpd b/Semantic_Analizer_Tests/tpdTest/IPL4asp_CNL113531_Interface.tpd
index b5cca266bb..67abdae307 100644
--- a/Semantic_Analizer_Tests/tpdTest/IPL4asp_CNL113531_Interface.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/IPL4asp_CNL113531_Interface.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/IP_CNL113418.tpd b/Semantic_Analizer_Tests/tpdTest/IP_CNL113418.tpd
index d2afd1d6e6..476e7d1ffe 100644
--- a/Semantic_Analizer_Tests/tpdTest/IP_CNL113418.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/IP_CNL113418.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/IP_Daemon_Dynamic_CNL113739.tpd b/Semantic_Analizer_Tests/tpdTest/IP_Daemon_Dynamic_CNL113739.tpd
index 3c0f587ac8..6e36603f16 100644
--- a/Semantic_Analizer_Tests/tpdTest/IP_Daemon_Dynamic_CNL113739.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/IP_Daemon_Dynamic_CNL113739.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/IP_Daemon_Dynamic_CNL113739_demo.tpd b/Semantic_Analizer_Tests/tpdTest/IP_Daemon_Dynamic_CNL113739_demo.tpd
index 52424adec2..68cbb8aabe 100644
--- a/Semantic_Analizer_Tests/tpdTest/IP_Daemon_Dynamic_CNL113739_demo.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/IP_Daemon_Dynamic_CNL113739_demo.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/ISUP_ANSI_CNL113411.tpd b/Semantic_Analizer_Tests/tpdTest/ISUP_ANSI_CNL113411.tpd
index ab62fab25e..717b2bf168 100644
--- a/Semantic_Analizer_Tests/tpdTest/ISUP_ANSI_CNL113411.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/ISUP_ANSI_CNL113411.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/ISUP_Q.762_CNL113365.tpd b/Semantic_Analizer_Tests/tpdTest/ISUP_Q.762_CNL113365.tpd
index 3aa72de5e1..9f2aff3b3b 100644
--- a/Semantic_Analizer_Tests/tpdTest/ISUP_Q.762_CNL113365.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/ISUP_Q.762_CNL113365.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/ISUP_Q.762_TCOM_CNL113762.tpd b/Semantic_Analizer_Tests/tpdTest/ISUP_Q.762_TCOM_CNL113762.tpd
index e9da4b9b21..d37ba2c210 100644
--- a/Semantic_Analizer_Tests/tpdTest/ISUP_Q.762_TCOM_CNL113762.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/ISUP_Q.762_TCOM_CNL113762.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/ISUP_for_Japan_CNL113727.tpd b/Semantic_Analizer_Tests/tpdTest/ISUP_for_Japan_CNL113727.tpd
index ba954934f3..f291356195 100644
--- a/Semantic_Analizer_Tests/tpdTest/ISUP_for_Japan_CNL113727.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/ISUP_for_Japan_CNL113727.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/IUA_CNL113439.tpd b/Semantic_Analizer_Tests/tpdTest/IUA_CNL113439.tpd
index ad27220146..078bf6da4e 100644
--- a/Semantic_Analizer_Tests/tpdTest/IUA_CNL113439.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/IUA_CNL113439.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/JSON_v07_2006_CNL113676.tpd b/Semantic_Analizer_Tests/tpdTest/JSON_v07_2006_CNL113676.tpd
index be1852fa5b..29de6234a3 100644
--- a/Semantic_Analizer_Tests/tpdTest/JSON_v07_2006_CNL113676.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/JSON_v07_2006_CNL113676.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/JUnit.tpd b/Semantic_Analizer_Tests/tpdTest/JUnit.tpd
index 1321632e3c..327d670049 100644
--- a/Semantic_Analizer_Tests/tpdTest/JUnit.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/JUnit.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/LANL2asp_CNL113519.tpd b/Semantic_Analizer_Tests/tpdTest/LANL2asp_CNL113519.tpd
index 7528f70b8b..70009e9fab 100644
--- a/Semantic_Analizer_Tests/tpdTest/LANL2asp_CNL113519.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/LANL2asp_CNL113519.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/LDAPasp_RFC4511_CNL113513_Functions.tpd b/Semantic_Analizer_Tests/tpdTest/LDAPasp_RFC4511_CNL113513_Functions.tpd
index 7b6e680835..b38645a734 100644
--- a/Semantic_Analizer_Tests/tpdTest/LDAPasp_RFC4511_CNL113513_Functions.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/LDAPasp_RFC4511_CNL113513_Functions.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/LDAPasp_RFC4511_CNL113513_TestPort.tpd b/Semantic_Analizer_Tests/tpdTest/LDAPasp_RFC4511_CNL113513_TestPort.tpd
index d26902be30..0e61581cdb 100644
--- a/Semantic_Analizer_Tests/tpdTest/LDAPasp_RFC4511_CNL113513_TestPort.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/LDAPasp_RFC4511_CNL113513_TestPort.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/LNP_ANSI_CNL113715.tpd b/Semantic_Analizer_Tests/tpdTest/LNP_ANSI_CNL113715.tpd
index cfd3172002..7426c8fe46 100644
--- a/Semantic_Analizer_Tests/tpdTest/LNP_ANSI_CNL113715.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/LNP_ANSI_CNL113715.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/LOADMEASasp_CNL113585.tpd b/Semantic_Analizer_Tests/tpdTest/LOADMEASasp_CNL113585.tpd
index 72fd051ecc..b53bf15f8c 100644
--- a/Semantic_Analizer_Tests/tpdTest/LOADMEASasp_CNL113585.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/LOADMEASasp_CNL113585.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/M2PA_CNL113558.tpd b/Semantic_Analizer_Tests/tpdTest/M2PA_CNL113558.tpd
index 128693d050..958943c33f 100644
--- a/Semantic_Analizer_Tests/tpdTest/M2PA_CNL113558.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/M2PA_CNL113558.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/M3AP_v9.4.0_CNL113735.tpd b/Semantic_Analizer_Tests/tpdTest/M3AP_v9.4.0_CNL113735.tpd
index 059b96e8fd..14d475b5d9 100644
--- a/Semantic_Analizer_Tests/tpdTest/M3AP_v9.4.0_CNL113735.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/M3AP_v9.4.0_CNL113735.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/M3UA_SCTP_Daemon_CNL113487.tpd b/Semantic_Analizer_Tests/tpdTest/M3UA_SCTP_Daemon_CNL113487.tpd
index 792bde69b6..905b388ec8 100644
--- a/Semantic_Analizer_Tests/tpdTest/M3UA_SCTP_Daemon_CNL113487.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/M3UA_SCTP_Daemon_CNL113487.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_ANSI_v2.0_CNL113673.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_ANSI_v2.0_CNL113673.tpd
index 9997e45fb6..7d8c4ae0e6 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_ANSI_v2.0_CNL113673.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_ANSI_v2.0_CNL113673.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_ANSI_v2.0_CNL113673_demo.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_ANSI_v2.0_CNL113673_demo.tpd
index 728a785704..8d5de0d75c 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_ANSI_v2.0_CNL113673_demo.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_ANSI_v2.0_CNL113673_demo.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1.tpd
index f7c935260c..a778f72a09 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_HLR.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_HLR.tpd
index 9f4074d635..736864bd09 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_HLR.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_HLR.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_v123.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_v123.tpd
index 63e358c0d2..2b6f0881b1 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_v123.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_v123.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_v123_HLR.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_v123_HLR.tpd
index c247c6d9eb..60ce2b8fd1 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_v123_HLR.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_Current_CNL113745_1_v123_HLR.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v10.4.0_CNL113736.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v10.4.0_CNL113736.tpd
index a4a7a96bec..6cdd2a265a 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v10.4.0_CNL113736.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v10.4.0_CNL113736.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v10.6.0_CNL113764.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v10.6.0_CNL113764.tpd
index 5ad80c18e8..50b1b9154c 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v10.6.0_CNL113764.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v10.6.0_CNL113764.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v1_CNL113431.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v1_CNL113431.tpd
index b10b57e938..54f6ddc0b3 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v1_CNL113431.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v1_CNL113431.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v2_CNL113432.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v2_CNL113432.tpd
index 5e34937f97..daf152f7af 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v2_CNL113432.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v2_CNL113432.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v6.11.0_CNL113500.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v6.11.0_CNL113500.tpd
index 0e67629b9c..a89f899156 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v6.11.0_CNL113500.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v6.11.0_CNL113500.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v6.3.0_CNL113366.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v6.3.0_CNL113366.tpd
index 00b69250a0..5c3bf0c110 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v6.3.0_CNL113366.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v6.3.0_CNL113366.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v7.12.0_CNL113635.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v7.12.0_CNL113635.tpd
index 3a9804a1ee..cc2e371193 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v7.12.0_CNL113635.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v7.12.0_CNL113635.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v7.12.0_CNL113635_v123.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v7.12.0_CNL113635_v123.tpd
index e2542160b5..7157cbc7e8 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v7.12.0_CNL113635_v123.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v7.12.0_CNL113635_v123.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v7.8.0_CNL113569.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v7.8.0_CNL113569.tpd
index 5b6b369160..1c51734cfd 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v7.8.0_CNL113569.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v7.8.0_CNL113569.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MAP_v9.3.0_CNL113710.tpd b/Semantic_Analizer_Tests/tpdTest/MAP_v9.3.0_CNL113710.tpd
index 50cc6a2649..2ff48ef622 100644
--- a/Semantic_Analizer_Tests/tpdTest/MAP_v9.3.0_CNL113710.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MAP_v9.3.0_CNL113710.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MIME_CNL113352.tpd b/Semantic_Analizer_Tests/tpdTest/MIME_CNL113352.tpd
index b3a069e7aa..42375bf9cb 100644
--- a/Semantic_Analizer_Tests/tpdTest/MIME_CNL113352.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MIME_CNL113352.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MLSIMPLUSasp_CNL113749.tpd b/Semantic_Analizer_Tests/tpdTest/MLSIMPLUSasp_CNL113749.tpd
index 9697fd6a00..1382717140 100644
--- a/Semantic_Analizer_Tests/tpdTest/MLSIMPLUSasp_CNL113749.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MLSIMPLUSasp_CNL113749.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MLSIMasp_CNL113538.tpd b/Semantic_Analizer_Tests/tpdTest/MLSIMasp_CNL113538.tpd
index 979e0cc992..d983c51507 100644
--- a/Semantic_Analizer_Tests/tpdTest/MLSIMasp_CNL113538.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MLSIMasp_CNL113538.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MMLasp_CNL113490.tpd b/Semantic_Analizer_Tests/tpdTest/MMLasp_CNL113490.tpd
index 2e3b7c7c72..6660025f63 100644
--- a/Semantic_Analizer_Tests/tpdTest/MMLasp_CNL113490.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MMLasp_CNL113490.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MSRP_CNL113467.tpd b/Semantic_Analizer_Tests/tpdTest/MSRP_CNL113467.tpd
index b9c696bdd6..fe03de8c1b 100644
--- a/Semantic_Analizer_Tests/tpdTest/MSRP_CNL113467.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MSRP_CNL113467.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MTP3asp_CNL113337.tpd b/Semantic_Analizer_Tests/tpdTest/MTP3asp_CNL113337.tpd
index a20c08bab8..2cbf2febb0 100644
--- a/Semantic_Analizer_Tests/tpdTest/MTP3asp_CNL113337.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MTP3asp_CNL113337.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MTP3asp_EIN_CNL113421.tpd b/Semantic_Analizer_Tests/tpdTest/MTP3asp_EIN_CNL113421.tpd
index be66eb755a..39573ffebb 100644
--- a/Semantic_Analizer_Tests/tpdTest/MTP3asp_EIN_CNL113421.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MTP3asp_EIN_CNL113421.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MobileL3_v10.5.0_CNL113758.tpd b/Semantic_Analizer_Tests/tpdTest/MobileL3_v10.5.0_CNL113758.tpd
index a2e5fe0971..1cb170e8cb 100644
--- a/Semantic_Analizer_Tests/tpdTest/MobileL3_v10.5.0_CNL113758.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MobileL3_v10.5.0_CNL113758.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/MobileL3_v9.5.0_CNL113719.tpd b/Semantic_Analizer_Tests/tpdTest/MobileL3_v9.5.0_CNL113719.tpd
index ce35f0ef04..1203fcaa6c 100644
--- a/Semantic_Analizer_Tests/tpdTest/MobileL3_v9.5.0_CNL113719.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/MobileL3_v9.5.0_CNL113719.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/NAS_EPS_v10.6.1_CNL113746.tpd b/Semantic_Analizer_Tests/tpdTest/NAS_EPS_v10.6.1_CNL113746.tpd
index 7db3abbf68..7ef276e5e6 100644
--- a/Semantic_Analizer_Tests/tpdTest/NAS_EPS_v10.6.1_CNL113746.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/NAS_EPS_v10.6.1_CNL113746.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/NAS_EPS_v9.7.0_CNL113729.tpd b/Semantic_Analizer_Tests/tpdTest/NAS_EPS_v9.7.0_CNL113729.tpd
index 73fdd0c14e..54dc7f6179 100644
--- a/Semantic_Analizer_Tests/tpdTest/NAS_EPS_v9.7.0_CNL113729.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/NAS_EPS_v9.7.0_CNL113729.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/PIM_CNL113733.tpd b/Semantic_Analizer_Tests/tpdTest/PIM_CNL113733.tpd
index a443fefd4c..5f98be63c7 100644
--- a/Semantic_Analizer_Tests/tpdTest/PIM_CNL113733.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/PIM_CNL113733.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/PIPEasp_CNL113334.tpd b/Semantic_Analizer_Tests/tpdTest/PIPEasp_CNL113334.tpd
index 335f97cc10..994ebcb2a1 100644
--- a/Semantic_Analizer_Tests/tpdTest/PIPEasp_CNL113334.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/PIPEasp_CNL113334.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/PMIP_v10.5.0_CNL113759.tpd b/Semantic_Analizer_Tests/tpdTest/PMIP_v10.5.0_CNL113759.tpd
index 11f4160633..dd46967c6e 100644
--- a/Semantic_Analizer_Tests/tpdTest/PMIP_v10.5.0_CNL113759.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/PMIP_v10.5.0_CNL113759.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/PMIP_v8.5.0_CNL113704.tpd b/Semantic_Analizer_Tests/tpdTest/PMIP_v8.5.0_CNL113704.tpd
index c50ac1f273..962402bc88 100644
--- a/Semantic_Analizer_Tests/tpdTest/PMIP_v8.5.0_CNL113704.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/PMIP_v8.5.0_CNL113704.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/ParlayX_CNL113540.tpd b/Semantic_Analizer_Tests/tpdTest/ParlayX_CNL113540.tpd
index efba178901..d8311c951c 100644
--- a/Semantic_Analizer_Tests/tpdTest/ParlayX_CNL113540.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/ParlayX_CNL113540.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/ProtocolModules_Common.tpd b/Semantic_Analizer_Tests/tpdTest/ProtocolModules_Common.tpd
index 9ba2500fe4..303b7b36dc 100644
--- a/Semantic_Analizer_Tests/tpdTest/ProtocolModules_Common.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/ProtocolModules_Common.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/RANAP_v10.4.0_CNL113742.tpd b/Semantic_Analizer_Tests/tpdTest/RANAP_v10.4.0_CNL113742.tpd
index 9d86f0d1d8..72f46d77ad 100644
--- a/Semantic_Analizer_Tests/tpdTest/RANAP_v10.4.0_CNL113742.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/RANAP_v10.4.0_CNL113742.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/RANAP_v9.5.0_CNL113718.tpd b/Semantic_Analizer_Tests/tpdTest/RANAP_v9.5.0_CNL113718.tpd
index 888819bd36..24cbbdafb5 100644
--- a/Semantic_Analizer_Tests/tpdTest/RANAP_v9.5.0_CNL113718.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/RANAP_v9.5.0_CNL113718.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/RANAP_v9.5.0_CNL113718_demo_RNC_to_RNC.tpd b/Semantic_Analizer_Tests/tpdTest/RANAP_v9.5.0_CNL113718_demo_RNC_to_RNC.tpd
index aaa4048825..785ca8c252 100644
--- a/Semantic_Analizer_Tests/tpdTest/RANAP_v9.5.0_CNL113718_demo_RNC_to_RNC.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/RANAP_v9.5.0_CNL113718_demo_RNC_to_RNC.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/ROSE_CNL113369.tpd b/Semantic_Analizer_Tests/tpdTest/ROSE_CNL113369.tpd
index 799ed2fb7d..e8de98ff15 100644
--- a/Semantic_Analizer_Tests/tpdTest/ROSE_CNL113369.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/ROSE_CNL113369.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/RTP_CNL113392.tpd b/Semantic_Analizer_Tests/tpdTest/RTP_CNL113392.tpd
index 629c23fbd7..fe16872569 100644
--- a/Semantic_Analizer_Tests/tpdTest/RTP_CNL113392.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/RTP_CNL113392.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/RTSP_CNL113588.tpd b/Semantic_Analizer_Tests/tpdTest/RTSP_CNL113588.tpd
index 9649550c9e..b456cc694a 100644
--- a/Semantic_Analizer_Tests/tpdTest/RTSP_CNL113588.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/RTSP_CNL113588.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/S1AP_v10.6.0_CNL113756.tpd b/Semantic_Analizer_Tests/tpdTest/S1AP_v10.6.0_CNL113756.tpd
index 6c04b7b1bc..8bb4184521 100644
--- a/Semantic_Analizer_Tests/tpdTest/S1AP_v10.6.0_CNL113756.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/S1AP_v10.6.0_CNL113756.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/S1AP_v8.7.0_CNL113672.tpd b/Semantic_Analizer_Tests/tpdTest/S1AP_v8.7.0_CNL113672.tpd
index 281f0d9605..d8014b4687 100644
--- a/Semantic_Analizer_Tests/tpdTest/S1AP_v8.7.0_CNL113672.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/S1AP_v8.7.0_CNL113672.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/S1AP_v9.4.0_CNL113717.tpd b/Semantic_Analizer_Tests/tpdTest/S1AP_v9.4.0_CNL113717.tpd
index 2148085cbb..ae34ad571f 100644
--- a/Semantic_Analizer_Tests/tpdTest/S1AP_v9.4.0_CNL113717.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/S1AP_v9.4.0_CNL113717.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/S1AP_v9.7.0_CNL113732.tpd b/Semantic_Analizer_Tests/tpdTest/S1AP_v9.7.0_CNL113732.tpd
index e7697dfb76..667fab8799 100644
--- a/Semantic_Analizer_Tests/tpdTest/S1AP_v9.7.0_CNL113732.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/S1AP_v9.7.0_CNL113732.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SBC_AP_v10.0.0_CNL113734.tpd b/Semantic_Analizer_Tests/tpdTest/SBC_AP_v10.0.0_CNL113734.tpd
index 30d9d4dfff..1c45632fd2 100644
--- a/Semantic_Analizer_Tests/tpdTest/SBC_AP_v10.0.0_CNL113734.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SBC_AP_v10.0.0_CNL113734.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SBC_AP_v9.3.0_CNL113731.tpd b/Semantic_Analizer_Tests/tpdTest/SBC_AP_v9.3.0_CNL113731.tpd
index 726902c381..d0f8ae85db 100644
--- a/Semantic_Analizer_Tests/tpdTest/SBC_AP_v9.3.0_CNL113731.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SBC_AP_v9.3.0_CNL113731.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SCCP_CNL113341.tpd b/Semantic_Analizer_Tests/tpdTest/SCCP_CNL113341.tpd
index 1742808224..645be182c6 100644
--- a/Semantic_Analizer_Tests/tpdTest/SCCP_CNL113341.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SCCP_CNL113341.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SCCPasp_CNL113348.tpd b/Semantic_Analizer_Tests/tpdTest/SCCPasp_CNL113348.tpd
index 2b1c2327fb..e0fc2d34f8 100644
--- a/Semantic_Analizer_Tests/tpdTest/SCCPasp_CNL113348.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SCCPasp_CNL113348.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SCTP_Daemon_CNL113477.tpd b/Semantic_Analizer_Tests/tpdTest/SCTP_Daemon_CNL113477.tpd
index c6b43c50a3..06b1f05d96 100644
--- a/Semantic_Analizer_Tests/tpdTest/SCTP_Daemon_CNL113477.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SCTP_Daemon_CNL113477.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SCTP_Daemon_Dynamic_CNL113630.tpd b/Semantic_Analizer_Tests/tpdTest/SCTP_Daemon_Dynamic_CNL113630.tpd
index ebac25ca96..9b1296f692 100644
--- a/Semantic_Analizer_Tests/tpdTest/SCTP_Daemon_Dynamic_CNL113630.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SCTP_Daemon_Dynamic_CNL113630.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SCTPasp_CNL113469.tpd b/Semantic_Analizer_Tests/tpdTest/SCTPasp_CNL113469.tpd
index e634e94e1f..8bc172b4bf 100644
--- a/Semantic_Analizer_Tests/tpdTest/SCTPasp_CNL113469.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SCTPasp_CNL113469.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SDP_CNL113353.tpd b/Semantic_Analizer_Tests/tpdTest/SDP_CNL113353.tpd
index 925b785fe1..d769c388e7 100644
--- a/Semantic_Analizer_Tests/tpdTest/SDP_CNL113353.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SDP_CNL113353.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SGsAP_v9.0.0_CNL113684.tpd b/Semantic_Analizer_Tests/tpdTest/SGsAP_v9.0.0_CNL113684.tpd
index 8e62d60fa4..9b51e43506 100644
--- a/Semantic_Analizer_Tests/tpdTest/SGsAP_v9.0.0_CNL113684.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SGsAP_v9.0.0_CNL113684.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SIPmsg_CNL113319.tpd b/Semantic_Analizer_Tests/tpdTest/SIPmsg_CNL113319.tpd
index 55947d3bbe..abe8b903e1 100644
--- a/Semantic_Analizer_Tests/tpdTest/SIPmsg_CNL113319.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SIPmsg_CNL113319.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SNMP_CNL113774.tpd b/Semantic_Analizer_Tests/tpdTest/SNMP_CNL113774.tpd
index 8e7cd5f244..0dc0aee9dc 100644
--- a/Semantic_Analizer_Tests/tpdTest/SNMP_CNL113774.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SNMP_CNL113774.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SNMPmsg_CNL113344.tpd b/Semantic_Analizer_Tests/tpdTest/SNMPmsg_CNL113344.tpd
index c18959a348..97e06023bc 100644
--- a/Semantic_Analizer_Tests/tpdTest/SNMPmsg_CNL113344.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SNMPmsg_CNL113344.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SQLasp_CNL113760.tpd b/Semantic_Analizer_Tests/tpdTest/SQLasp_CNL113760.tpd
index 8960b52f5b..342a702ebd 100644
--- a/Semantic_Analizer_Tests/tpdTest/SQLasp_CNL113760.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SQLasp_CNL113760.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SRTP_CNL113769.tpd b/Semantic_Analizer_Tests/tpdTest/SRTP_CNL113769.tpd
index bdbf366261..b164d3d9b3 100644
--- a/Semantic_Analizer_Tests/tpdTest/SRTP_CNL113769.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SRTP_CNL113769.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SS7Common_CNL113755.tpd b/Semantic_Analizer_Tests/tpdTest/SS7Common_CNL113755.tpd
index a70f808337..8bccb48819 100644
--- a/Semantic_Analizer_Tests/tpdTest/SS7Common_CNL113755.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SS7Common_CNL113755.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SSHCLIENTasp_CNL113484.tpd b/Semantic_Analizer_Tests/tpdTest/SSHCLIENTasp_CNL113484.tpd
index 02a995517c..74c2f2cdc3 100644
--- a/Semantic_Analizer_Tests/tpdTest/SSHCLIENTasp_CNL113484.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SSHCLIENTasp_CNL113484.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/STDINOUTmsg_CNL113642.tpd b/Semantic_Analizer_Tests/tpdTest/STDINOUTmsg_CNL113642.tpd
index 0b5071d074..2776634b7a 100644
--- a/Semantic_Analizer_Tests/tpdTest/STDINOUTmsg_CNL113642.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/STDINOUTmsg_CNL113642.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/STUN_CNL113644.tpd b/Semantic_Analizer_Tests/tpdTest/STUN_CNL113644.tpd
index b9fba2728f..d06bb91e33 100644
--- a/Semantic_Analizer_Tests/tpdTest/STUN_CNL113644.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/STUN_CNL113644.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SUA_CNL113478.tpd b/Semantic_Analizer_Tests/tpdTest/SUA_CNL113478.tpd
index dca4080247..2337cc36be 100644
--- a/Semantic_Analizer_Tests/tpdTest/SUA_CNL113478.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SUA_CNL113478.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SUA_Daemon_CNL113743.tpd b/Semantic_Analizer_Tests/tpdTest/SUA_Daemon_CNL113743.tpd
index 8d2ddab32e..4e0edc68b2 100644
--- a/Semantic_Analizer_Tests/tpdTest/SUA_Daemon_CNL113743.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SUA_Daemon_CNL113743.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SUAasp_CNL113516.tpd b/Semantic_Analizer_Tests/tpdTest/SUAasp_CNL113516.tpd
index 53c21d32c6..7863693d38 100644
--- a/Semantic_Analizer_Tests/tpdTest/SUAasp_CNL113516.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SUAasp_CNL113516.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SUNRPCasp_CNL113493.tpd b/Semantic_Analizer_Tests/tpdTest/SUNRPCasp_CNL113493.tpd
index e0ab925a05..1a06a58fc3 100644
--- a/Semantic_Analizer_Tests/tpdTest/SUNRPCasp_CNL113493.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SUNRPCasp_CNL113493.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/Socket_API_CNL113686.tpd b/Semantic_Analizer_Tests/tpdTest/Socket_API_CNL113686.tpd
index 4468eb41ac..cedd377a17 100644
--- a/Semantic_Analizer_Tests/tpdTest/Socket_API_CNL113686.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/Socket_API_CNL113686.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/SubscriptionHistoryProtocol_1.0_CNL113584.tpd b/Semantic_Analizer_Tests/tpdTest/SubscriptionHistoryProtocol_1.0_CNL113584.tpd
index 8a4fe67900..8131b85a69 100644
--- a/Semantic_Analizer_Tests/tpdTest/SubscriptionHistoryProtocol_1.0_CNL113584.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/SubscriptionHistoryProtocol_1.0_CNL113584.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCAP_CNL113342.tpd b/Semantic_Analizer_Tests/tpdTest/TCAP_CNL113342.tpd
index 23a3a8df3d..7e028c0a52 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCAP_CNL113342.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCAP_CNL113342.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCAPasp_CNL113349.tpd b/Semantic_Analizer_Tests/tpdTest/TCAPasp_CNL113349.tpd
index 1ff4a5da3f..cc68083241 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCAPasp_CNL113349.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCAPasp_CNL113349.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Common.tpd b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Common.tpd
index dfb9e17762..26f262e7f7 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Common.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Common.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_IPsec.tpd b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_IPsec.tpd
index 7d552c79dd..baf8eae4f9 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_IPsec.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_IPsec.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Interface.tpd b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Interface.tpd
index 0202b67acd..47e2bc8b84 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Interface.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Interface.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Maths.tpd b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Maths.tpd
index 79f91e78c4..05a2acd016 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Maths.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Maths.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Regexp.tpd b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Regexp.tpd
index 26f5a9ad1a..c5d87a8c25 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Regexp.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Regexp.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Security.tpd b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Security.tpd
index 62a0858e69..c0598e560d 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Security.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_Security.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_TitanSim.tpd b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_TitanSim.tpd
index 9b368983a7..4fe76b3013 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_TitanSim.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_TitanSim.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_XPath.tpd b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_XPath.tpd
index f9bfacb421..7f6ff3a29a 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_XPath.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCCUsefulFunctions_CNL113472_XPath.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCP_CNL113675.tpd b/Semantic_Analizer_Tests/tpdTest/TCP_CNL113675.tpd
index 24677b85c3..7e496fc4bd 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCP_CNL113675.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCP_CNL113675.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TCPasp_CNL113347.tpd b/Semantic_Analizer_Tests/tpdTest/TCPasp_CNL113347.tpd
index b357e41499..6af6cb2e6f 100644
--- a/Semantic_Analizer_Tests/tpdTest/TCPasp_CNL113347.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TCPasp_CNL113347.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TELNET_Daemon_CNL113667.tpd b/Semantic_Analizer_Tests/tpdTest/TELNET_Daemon_CNL113667.tpd
index f33f308961..0935518d69 100644
--- a/Semantic_Analizer_Tests/tpdTest/TELNET_Daemon_CNL113667.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TELNET_Daemon_CNL113667.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TELNETasp_CNL113320.tpd b/Semantic_Analizer_Tests/tpdTest/TELNETasp_CNL113320.tpd
index 41aa63ff2c..3cc04e6273 100644
--- a/Semantic_Analizer_Tests/tpdTest/TELNETasp_CNL113320.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TELNETasp_CNL113320.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/Tariffing_v8.0.0_CNL113654.tpd b/Semantic_Analizer_Tests/tpdTest/Tariffing_v8.0.0_CNL113654.tpd
index c8608c2ad6..89ae1f8cf0 100644
--- a/Semantic_Analizer_Tests/tpdTest/Tariffing_v8.0.0_CNL113654.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/Tariffing_v8.0.0_CNL113654.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/TitanSim_evolution_files.tpd b/Semantic_Analizer_Tests/tpdTest/TitanSim_evolution_files.tpd
index 7c583bdd62..43d5243717 100644
--- a/Semantic_Analizer_Tests/tpdTest/TitanSim_evolution_files.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/TitanSim_evolution_files.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/Trigger_HSS4.2_CNL113583.tpd b/Semantic_Analizer_Tests/tpdTest/Trigger_HSS4.2_CNL113583.tpd
index c9459c8009..d922de2435 100644
--- a/Semantic_Analizer_Tests/tpdTest/Trigger_HSS4.2_CNL113583.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/Trigger_HSS4.2_CNL113583.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/UDP_CNL113420.tpd b/Semantic_Analizer_Tests/tpdTest/UDP_CNL113420.tpd
index dae9998799..40dbb51a8c 100644
--- a/Semantic_Analizer_Tests/tpdTest/UDP_CNL113420.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/UDP_CNL113420.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/UDPasp_CNL113346.tpd b/Semantic_Analizer_Tests/tpdTest/UDPasp_CNL113346.tpd
index e74e599eee..4efd5c0f9e 100644
--- a/Semantic_Analizer_Tests/tpdTest/UDPasp_CNL113346.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/UDPasp_CNL113346.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/UPloadCP_CNL113633.tpd b/Semantic_Analizer_Tests/tpdTest/UPloadCP_CNL113633.tpd
index dbe0752eb4..452202ef28 100644
--- a/Semantic_Analizer_Tests/tpdTest/UPloadCP_CNL113633.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/UPloadCP_CNL113633.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/XML_RPC_CNL113488.tpd b/Semantic_Analizer_Tests/tpdTest/XML_RPC_CNL113488.tpd
index 961c32a177..59dd6f19a2 100644
--- a/Semantic_Analizer_Tests/tpdTest/XML_RPC_CNL113488.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/XML_RPC_CNL113488.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/XSDASN_CNL113474.tpd b/Semantic_Analizer_Tests/tpdTest/XSDASN_CNL113474.tpd
index 47eb14744b..4e1602c850 100644
--- a/Semantic_Analizer_Tests/tpdTest/XSDASN_CNL113474.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/XSDASN_CNL113474.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/XTDP_CNL113663.tpd b/Semantic_Analizer_Tests/tpdTest/XTDP_CNL113663.tpd
index 11a09e97f8..6409d9275a 100644
--- a/Semantic_Analizer_Tests/tpdTest/XTDP_CNL113663.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/XTDP_CNL113663.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Semantic_Analizer_Tests/tpdTest/XTDPasp_CNL113494.tpd b/Semantic_Analizer_Tests/tpdTest/XTDPasp_CNL113494.tpd
index 7d97196f9c..b5e0e3c28c 100644
--- a/Semantic_Analizer_Tests/tpdTest/XTDPasp_CNL113494.tpd
+++ b/Semantic_Analizer_Tests/tpdTest/XTDPasp_CNL113494.tpd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Public License v1.0
diff --git a/Tools/RegressiontestErrorUpdater/src/CheckListGenerator.java b/Tools/RegressiontestErrorUpdater/src/CheckListGenerator.java
index 9549df1d7c..c173e67ab2 100644
--- a/Tools/RegressiontestErrorUpdater/src/CheckListGenerator.java
+++ b/Tools/RegressiontestErrorUpdater/src/CheckListGenerator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/Tools/RegressiontestErrorUpdater/src/Error_Message.java b/Tools/RegressiontestErrorUpdater/src/Error_Message.java
index 5a183101e6..6f3cf4e473 100644
--- a/Tools/RegressiontestErrorUpdater/src/Error_Message.java
+++ b/Tools/RegressiontestErrorUpdater/src/Error_Message.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/automatic_build/README.txt b/automatic_build/README.txt
index 4713eb58ba..12cc6a64fe 100644
--- a/automatic_build/README.txt
+++ b/automatic_build/README.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/automatic_build/build_config.xml b/automatic_build/build_config.xml
index 860fe9f242..66c1c727c8 100644
--- a/automatic_build/build_config.xml
+++ b/automatic_build/build_config.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_import.xml b/automatic_build/build_import.xml
index 3afd139e41..bbfca07be8 100644
--- a/automatic_build/build_import.xml
+++ b/automatic_build/build_import.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_main.xml b/automatic_build/build_main.xml
index 6313f1dc2c..ca1cd8d90c 100644
--- a/automatic_build/build_main.xml
+++ b/automatic_build/build_main.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_org.eclipse.titan.common.xml b/automatic_build/build_org.eclipse.titan.common.xml
index 4cb9450314..d40f11accc 100644
--- a/automatic_build/build_org.eclipse.titan.common.xml
+++ b/automatic_build/build_org.eclipse.titan.common.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_org.eclipse.titan.debug.xml b/automatic_build/build_org.eclipse.titan.debug.xml
index f7fac46a09..f23cb57742 100644
--- a/automatic_build/build_org.eclipse.titan.debug.xml
+++ b/automatic_build/build_org.eclipse.titan.debug.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_org.eclipse.titan.designer.xml b/automatic_build/build_org.eclipse.titan.designer.xml
index 7fd28ea2d0..448e3f26a8 100644
--- a/automatic_build/build_org.eclipse.titan.designer.xml
+++ b/automatic_build/build_org.eclipse.titan.designer.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_org.eclipse.titan.executor.xml b/automatic_build/build_org.eclipse.titan.executor.xml
index 006a1f46da..e471c9eabb 100644
--- a/automatic_build/build_org.eclipse.titan.executor.xml
+++ b/automatic_build/build_org.eclipse.titan.executor.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_org.eclipse.titan.help.xml b/automatic_build/build_org.eclipse.titan.help.xml
index 2233763845..28a75ee00a 100644
--- a/automatic_build/build_org.eclipse.titan.help.xml
+++ b/automatic_build/build_org.eclipse.titan.help.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_org.eclipse.titan.log.viewer.xml b/automatic_build/build_org.eclipse.titan.log.viewer.xml
index de6ccca670..98947a1e12 100644
--- a/automatic_build/build_org.eclipse.titan.log.viewer.xml
+++ b/automatic_build/build_org.eclipse.titan.log.viewer.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_org.eclipse.titan.regressiontests.xml b/automatic_build/build_org.eclipse.titan.regressiontests.xml
index 0657435974..c8b4388cbb 100644
--- a/automatic_build/build_org.eclipse.titan.regressiontests.xml
+++ b/automatic_build/build_org.eclipse.titan.regressiontests.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_org.eclipse.titanium.regressiontests.xml b/automatic_build/build_org.eclipse.titanium.regressiontests.xml
index a27a7ec6c9..a72ea8f823 100644
--- a/automatic_build/build_org.eclipse.titanium.regressiontests.xml
+++ b/automatic_build/build_org.eclipse.titanium.regressiontests.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/build_org.eclipse.titanium.xml b/automatic_build/build_org.eclipse.titanium.xml
index bf12052904..e4c005134f 100644
--- a/automatic_build/build_org.eclipse.titanium.xml
+++ b/automatic_build/build_org.eclipse.titanium.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/automatic_build/install/install.sh b/automatic_build/install/install.sh
index 420e96ddfe..0268fdb0b8 100644
--- a/automatic_build/install/install.sh
+++ b/automatic_build/install/install.sh
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/license.sh b/license.sh
index 80fe6eaf92..cd1feb4a30 100755
--- a/license.sh
+++ b/license.sh
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/README.txt b/org.eclipse.titan.common/README.txt
index 7aa879bb84..a9f9fe101b 100644
--- a/org.eclipse.titan.common/README.txt
+++ b/org.eclipse.titan.common/README.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/proguard.cfg b/org.eclipse.titan.common/proguard.cfg
index 1d57291636..5f25730e35 100644
--- a/org.eclipse.titan.common/proguard.cfg
+++ b/org.eclipse.titan.common/proguard.cfg
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/Activator.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/Activator.java
index aac4b33967..0b8f898a9c 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/Activator.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/Activator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/actions/FormatLog.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/actions/FormatLog.java
index 889a6b7966..c978b1325f 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/actions/FormatLog.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/actions/FormatLog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/actions/MergeLog.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/actions/MergeLog.java
index ba39ba12c3..93ef1783ca 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/actions/MergeLog.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/actions/MergeLog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/fieldeditors/TITANResourceLocator.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/fieldeditors/TITANResourceLocator.java
index 465ae64e88..f4ee64a440 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/fieldeditors/TITANResourceLocator.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/fieldeditors/TITANResourceLocator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/fieldeditors/TITANResourceLocatorFieldEditor.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/fieldeditors/TITANResourceLocatorFieldEditor.java
index 6bb3d3df51..46af3307b2 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/fieldeditors/TITANResourceLocatorFieldEditor.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/fieldeditors/TITANResourceLocatorFieldEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/graphics/ImageCache.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/graphics/ImageCache.java
index 7fb6e9b2dd..65ade35a2b 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/graphics/ImageCache.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/graphics/ImageCache.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/format/LogFormatter.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/format/LogFormatter.java
index 370adc84d9..6888502b71 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/format/LogFormatter.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/format/LogFormatter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/LogMerger.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/LogMerger.java
index d11f544847..c55f193859 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/LogMerger.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/LogMerger.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/LogRecord.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/LogRecord.java
index 9fedb88ea6..6700206c29 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/LogRecord.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/LogRecord.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/MergeAble.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/MergeAble.java
index 52fb3e42ba..f1b9772dfa 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/MergeAble.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/MergeAble.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/TimestampFormat.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/TimestampFormat.java
index 63fb989883..9b31134bc1 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/TimestampFormat.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/log/merge/TimestampFormat.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/logging/ErrorReporter.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/logging/ErrorReporter.java
index 52ffb52df5..c061c3a811 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/logging/ErrorReporter.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/logging/ErrorReporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/AddedParseTree.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/AddedParseTree.java
index 554430e1d9..fd8d2f30a1 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/AddedParseTree.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/AddedParseTree.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/ILexerLogUtil.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/ILexerLogUtil.java
index 2dc8d5667b..0f7472280c 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/ILexerLogUtil.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/ILexerLogUtil.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/Interval.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/Interval.java
index bef6f1d9d5..4a9df0e924 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/Interval.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/Interval.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/IntervalDetector.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/IntervalDetector.java
index ac19cb6e40..ffed9274d8 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/IntervalDetector.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/IntervalDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/ParserLogger.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/ParserLogger.java
index 32fdb7dcaa..6d82ea6b12 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/ParserLogger.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/ParserLogger.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/SyntacticErrorStorage.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/SyntacticErrorStorage.java
index 51dfb2c449..74dad659e7 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/SyntacticErrorStorage.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/SyntacticErrorStorage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TITANMarker.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TITANMarker.java
index fc9ef3c1f1..246bf01eb7 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TITANMarker.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TITANMarker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TitanListener.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TitanListener.java
index 444ed3e58d..8ad888ee29 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TitanListener.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TitanListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TokenNameResolver.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TokenNameResolver.java
index db80f159b0..5cf87d6248 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TokenNameResolver.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/TokenNameResolver.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CFGNumber.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CFGNumber.java
index 1dd35a00b1..288292313a 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CFGNumber.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CFGNumber.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgAnalyzer.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgAnalyzer.java
index d92531def1..3d59495a02 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgAnalyzer.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgDefinitionInformation.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgDefinitionInformation.java
index f2ae0d1b51..440bfc8420 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgDefinitionInformation.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgDefinitionInformation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgInterval.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgInterval.java
index faacabb73e..94ec0dd5c1 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgInterval.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgInterval.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgIntervalDetector.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgIntervalDetector.java
index c2e85c9892..04ca0c17ae 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgIntervalDetector.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgIntervalDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgLocation.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgLocation.java
index d1533a4042..e049161da4 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgLocation.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgLocation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgParseResult.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgParseResult.java
index 32ccaf40ae..1523efeb94 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgParseResult.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgParseResult.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgParseTreePrinter.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgParseTreePrinter.java
index 16ff3c167b..7414de59fe 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgParseTreePrinter.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/CfgParseTreePrinter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/ConfigFileHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/ConfigFileHandler.java
index ee13497c60..e4234197e1 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/ConfigFileHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/ConfigFileHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/ConfigTreeNodeUtilities.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/ConfigTreeNodeUtilities.java
index 1098647a48..330621f664 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/ConfigTreeNodeUtilities.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/ConfigTreeNodeUtilities.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ComponentSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ComponentSectionHandler.java
index 0597a5c8bc..e811df3bdd 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ComponentSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ComponentSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/DefineSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/DefineSectionHandler.java
index 8df90af948..fd5e4fcfcf 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/DefineSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/DefineSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ExecuteSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ExecuteSectionHandler.java
index 40163eeff6..5edd146e2b 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ExecuteSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ExecuteSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ExternalCommandSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ExternalCommandSectionHandler.java
index e370ec9a45..38dbde8124 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ExternalCommandSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ExternalCommandSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/GroupSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/GroupSectionHandler.java
index bbc1b62408..4bdea35b48 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/GroupSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/GroupSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/IncludeSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/IncludeSectionHandler.java
index 0c92c62168..ed2d1e60f6 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/IncludeSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/IncludeSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingBit.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingBit.java
index d96348f63a..7d3d165819 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingBit.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingBit.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingBitHelper.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingBitHelper.java
index 549b7beb6a..ed45ec2eef 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingBitHelper.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingBitHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingSectionHandler.java
index 0fd55ec972..7f8a87bb08 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/LoggingSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/MCSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/MCSectionHandler.java
index 73ff1267b2..261eaca38e 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/MCSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/MCSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ModuleParameterSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ModuleParameterSectionHandler.java
index 7bb8a34d36..37cd241135 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ModuleParameterSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/ModuleParameterSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/TestportParameterSectionHandler.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/TestportParameterSectionHandler.java
index bcbe127ca7..232f558a7c 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/TestportParameterSectionHandler.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/parsers/cfg/indices/TestportParameterSectionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/path/PathConverter.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/path/PathConverter.java
index afbb24d5d7..857b9d8a93 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/path/PathConverter.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/path/PathConverter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/path/PathUtil.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/path/PathUtil.java
index eb8168abef..2d5622de20 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/path/PathUtil.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/path/PathUtil.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/path/TITANPathUtilities.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/path/TITANPathUtilities.java
index 1ab8476e72..6082fe2ca0 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/path/TITANPathUtilities.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/path/TITANPathUtilities.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/path/TitanURIUtil.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/path/TitanURIUtil.java
index 245706a988..292faa046f 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/path/TitanURIUtil.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/path/TitanURIUtil.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/PreferenceConstants.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/PreferenceConstants.java
index aadf7ee9e1..420b340bda 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/PreferenceConstants.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/PreferenceConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/PreferenceInitializer.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/PreferenceInitializer.java
index aa9f0ca40b..4a184a6be5 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/PreferenceInitializer.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/PreferenceInitializer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/pages/TITANCommonPreferencePage.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/pages/TITANCommonPreferencePage.java
index f567d2cf56..7a5e7c08ec 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/pages/TITANCommonPreferencePage.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/preferences/pages/TITANCommonPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductConstants.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductConstants.java
index 6aca727457..28b0b9f18a 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductConstants.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductIdentity.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductIdentity.java
index 19ecca9e61..b861b57923 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductIdentity.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/product/ProductIdentity.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/HttpPoster.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/HttpPoster.java
index d8358e653b..d444733f3a 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/HttpPoster.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/HttpPoster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/InstalledProductInfoCollector.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/InstalledProductInfoCollector.java
index 462b848e77..4ae00ff796 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/InstalledProductInfoCollector.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/InstalledProductInfoCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/PlatformDataCollector.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/PlatformDataCollector.java
index 33b7268b53..5e84a7433e 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/PlatformDataCollector.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/PlatformDataCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/UsageStatInfoCollector.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/UsageStatInfoCollector.java
index fe1655f7f0..117caf8709 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/UsageStatInfoCollector.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/UsageStatInfoCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/UsageStatSender.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/UsageStatSender.java
index a28962d4d0..ce78bad311 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/UsageStatSender.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/usagestats/UsageStatSender.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Appender.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Appender.java
index 217ba5eb34..3cdf71821e 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Appender.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Appender.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Assert.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Assert.java
index d84b05895d..f003c3a2f6 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Assert.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Assert.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Cygwin.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Cygwin.java
index 123804391f..ef54d39942 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Cygwin.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Cygwin.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/FileUtils.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/FileUtils.java
index 9a7f52f6ed..7792fbe4f7 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/FileUtils.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/FileUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/IOUtils.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/IOUtils.java
index 00710741d4..a49dea0879 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/IOUtils.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/IOUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Joiner.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Joiner.java
index b14f6767ba..0180c4b245 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Joiner.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/Joiner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/MapAppender.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/MapAppender.java
index 14d3232fb4..17f6eba1db 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/MapAppender.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/MapAppender.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/MapJoiner.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/MapJoiner.java
index fcb99294e0..bf8ee5d83e 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/MapJoiner.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/MapJoiner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/ObjectUtils.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/ObjectUtils.java
index 51169de0fd..69af514889 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/ObjectUtils.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/ObjectUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/ResourceUtils.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/ResourceUtils.java
index d308beea54..2a5c4e2eea 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/ResourceUtils.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/ResourceUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/SelectionUtils.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/SelectionUtils.java
index 6d65ed3143..7ca8d6bb59 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/SelectionUtils.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/SelectionUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/StandardCharsets.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/StandardCharsets.java
index 473cb0657d..26be498a40 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/StandardCharsets.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/StandardCharsets.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/StringUtils.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/StringUtils.java
index a39a467dfc..b35415164f 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/StringUtils.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/StringUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/environment/EnvironmentVariableResolver.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/environment/EnvironmentVariableResolver.java
index 7092c28357..11e710dc38 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/environment/EnvironmentVariableResolver.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/environment/EnvironmentVariableResolver.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/preferences/PreferenceUtils.java b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/preferences/PreferenceUtils.java
index caa898b905..b2469f58b8 100644
--- a/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/preferences/PreferenceUtils.java
+++ b/org.eclipse.titan.common/src/org/eclipse/titan/common/utils/preferences/PreferenceUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/Activator.java b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/Activator.java
index 6e630087f6..3a2a38926e 100644
--- a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/Activator.java
+++ b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/Activator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/Export_Debug_AST.java b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/Export_Debug_AST.java
index 01e05f0ea5..70f1a7f30e 100644
--- a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/Export_Debug_AST.java
+++ b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/Export_Debug_AST.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/Export_Debug_AST_Action.java b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/Export_Debug_AST_Action.java
index 47cb071ec2..890f2d25cc 100644
--- a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/Export_Debug_AST_Action.java
+++ b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/Export_Debug_AST_Action.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectReAnalyzer.java b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectReAnalyzer.java
index 79cad3ffc6..75055562c7 100644
--- a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectReAnalyzer.java
+++ b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectReAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectReAnalyzerEditor.java b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectReAnalyzerEditor.java
index b2628e8a1d..00b614430a 100644
--- a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectReAnalyzerEditor.java
+++ b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectReAnalyzerEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectSemanticReAnalyzer.java b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectSemanticReAnalyzer.java
index 509521dd8e..939aa1040f 100644
--- a/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectSemanticReAnalyzer.java
+++ b/org.eclipse.titan.debug/src/org/eclipse/titan/debug/actions/ProjectSemanticReAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/README.txt b/org.eclipse.titan.designer/README.txt
index d30bbdc1da..08b7e6f82b 100644
--- a/org.eclipse.titan.designer/README.txt
+++ b/org.eclipse.titan.designer/README.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/plugin.xml b/org.eclipse.titan.designer/plugin.xml
index 5821b84d9b..29db59adca 100644
--- a/org.eclipse.titan.designer/plugin.xml
+++ b/org.eclipse.titan.designer/plugin.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/org.eclipse.titan.designer/proguard.cfg b/org.eclipse.titan.designer/proguard.cfg
index 4436806c68..0ef328ddf1 100644
--- a/org.eclipse.titan.designer/proguard.cfg
+++ b/org.eclipse.titan.designer/proguard.cfg
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Assignment.java
index 881536aa19..21261dba60 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Assignments.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Assignments.java
index 6aa3d1fd36..fde32089e3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Assignments.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Assignments.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Object.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Object.java
index 44257f1368..c376adbbaa 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Object.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Object.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Type.java
index 1203cb7854..90e6ef2259 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ASN1Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Ass_pard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Ass_pard.java
index a4ca0f1109..045b84243c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Ass_pard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Ass_pard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Block.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Block.java
index 8fde9cc0b8..b58d492eed 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Block.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Block.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Defined_Reference.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Defined_Reference.java
index 35fbffa999..71105ee831 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Defined_Reference.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Defined_Reference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/IASN1Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/IASN1Type.java
index 4d42e57164..5574d45354 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/IASN1Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/IASN1Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/IObjectSet_Element.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/IObjectSet_Element.java
index 39183e03f2..e4a458e90d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/IObjectSet_Element.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/IObjectSet_Element.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/InformationFromObj.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/InformationFromObj.java
index 9ecc9d9577..a9f2b5a4e0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/InformationFromObj.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/InformationFromObj.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ASN1Objects.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ASN1Objects.java
index e64cf95cb0..207bd3d870 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ASN1Objects.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ASN1Objects.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Erroneous_FieldSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Erroneous_FieldSpecification.java
index f6d2f7979f..f1215daf9c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Erroneous_FieldSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Erroneous_FieldSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldName.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldName.java
index 1c3adb6107..efd0d01a87 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldName.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldName.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting.java
index 51c21c77ef..ce2c896c71 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Object.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Object.java
index 36be051582..75ed47d2e6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Object.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Object.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_ObjectSet.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_ObjectSet.java
index bc97a1fe1b..50f7715d14 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_ObjectSet.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_ObjectSet.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Type.java
index cedbe2419f..a871320ef6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Value.java
index 90b7b1f8cc..93f5826245 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSetting_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSpecification.java
index 97f35df440..d12f19272b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSpecifications.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSpecifications.java
index b3464440c3..0ac374133d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSpecifications.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FieldSpecifications.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FixedTypeValue_FieldSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FixedTypeValue_FieldSpecification.java
index 4c805fff3b..e446f999c5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FixedTypeValue_FieldSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/FixedTypeValue_FieldSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Builder.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Builder.java
index 3f5aa092d5..8aadb6fd37 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Builder.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Builder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Node.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Node.java
index efa2b28d46..b696ae0083 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Node.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Node.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Parser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Parser.java
index fd5d851896..254ad9a54f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Parser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Parser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Visitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Visitor.java
index cd48200cbb..864926547c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Visitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_Visitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_literal.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_literal.java
index cadf43bc93..99c90b5d33 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_literal.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_literal.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_root.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_root.java
index c1b3f0c9a8..48d6f4bdef 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_root.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_root.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_sequence.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_sequence.java
index a31b20da8a..5c4e4d30c5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_sequence.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_sequence.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_setting.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_setting.java
index d3978a024e..037a33adf7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_setting.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClassSyntax_setting.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClass_Definition.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClass_Definition.java
index 2aac5e95b7..d1da965fd0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClass_Definition.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClass_Definition.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClass_refd.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClass_refd.java
index edbd24ce83..7733c36d73 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClass_refd.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectClass_refd.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSetElementVisitor_checker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSetElementVisitor_checker.java
index 14f8be4fbb..790f35eb50 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSetElementVisitor_checker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSetElementVisitor_checker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSetElementVisitor_objectCollector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSetElementVisitor_objectCollector.java
index 26ce852c9a..86c549bc47 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSetElementVisitor_objectCollector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSetElementVisitor_objectCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSet_FieldSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSet_FieldSpecification.java
index e8b5548a84..85c73f93d5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSet_FieldSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSet_FieldSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSet_definition.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSet_definition.java
index 94988d25c2..7fc4aff906 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSet_definition.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ObjectSet_definition.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Object_Definition.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Object_Definition.java
index 7737bc755e..e9bbe242fe 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Object_Definition.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Object_Definition.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Object_FieldSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Object_FieldSpecification.java
index 4fde6053f5..c99bf5364e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Object_FieldSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Object_FieldSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ReferencedObject.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ReferencedObject.java
index eaea8364e2..ac7c1c035f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ReferencedObject.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/ReferencedObject.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Referenced_ObjectSet.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Referenced_ObjectSet.java
index 5ff270e88a..78a05ed852 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Referenced_ObjectSet.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Referenced_ObjectSet.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Type_FieldSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Type_FieldSpecification.java
index 8101e28056..6a47b8cb58 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Type_FieldSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Type_FieldSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Undefined_FieldSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Undefined_FieldSpecification.java
index c85c03d8fe..3c1cbdf70d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Undefined_FieldSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object/Undefined_FieldSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectClass.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectClass.java
index 7a23bcf6f7..05fbd57d85 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectClass.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectClass.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectClass_Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectClass_Assignment.java
index 66d5b924e1..392a2a4a9e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectClass_Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectClass_Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSet.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSet.java
index 810ce5cb14..439118cd05 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSet.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSet.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSetElement_Visitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSetElement_Visitor.java
index 2096218267..71a6dc1a76 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSetElement_Visitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSetElement_Visitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSet_Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSet_Assignment.java
index f143e20fa7..6ad3886cd6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSet_Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ObjectSet_Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object_Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object_Assignment.java
index 3891374e43..01f6978834 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object_Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Object_Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Parameterised_Reference.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Parameterised_Reference.java
index 961031c309..5df207030b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Parameterised_Reference.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Parameterised_Reference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/TableConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/TableConstraint.java
index 1786ae6c61..4368ded4e5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/TableConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/TableConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Type_Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Type_Assignment.java
index f6b95fa147..485a6f6aac 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Type_Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Type_Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment.java
index cdc4bdbe9d..20087acf71 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_OS_or_VS.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_OS_or_VS.java
index 08d3cecab6..b6d13d9ea0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_OS_or_VS.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_OS_or_VS.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_O_or_V.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_O_or_V.java
index cb577118d5..470f9e8965 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_O_or_V.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_O_or_V.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_T_or_OC.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_T_or_OC.java
index c66231c7ae..1ef799719d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_T_or_OC.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Undefined_Assignment_T_or_OC.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ValueSet_Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ValueSet_Assignment.java
index a26460f9ea..91d134aa1c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ValueSet_Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/ValueSet_Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Value_Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Value_Assignment.java
index 8477ec0727..b1063e4cd8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Value_Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/Value_Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/ASN1Module.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/ASN1Module.java
index 5c0e50b675..5e9891f93a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/ASN1Module.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/ASN1Module.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Exports.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Exports.java
index 8cca71729d..09059bf308 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Exports.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Exports.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/ImportModule.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/ImportModule.java
index 540b4079f7..be91c86032 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/ImportModule.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/ImportModule.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Imports.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Imports.java
index 55605bd825..a580a4c777 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Imports.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Imports.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/SpecialASN1Module.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/SpecialASN1Module.java
index 8fb90eb1a6..bf9fd01c0e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/SpecialASN1Module.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/SpecialASN1Module.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Symbols.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Symbols.java
index fbc7ece539..2be8eaf9d1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Symbols.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Symbols.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Tag_types.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Tag_types.java
index f9c491a940..48a9657d32 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Tag_types.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/definitions/Tag_types.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_BitString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_BitString_Type.java
index c7b1615ffb..e741610d04 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_BitString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_BitString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Choice_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Choice_Type.java
index e1a6228e27..6d65eadcda 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Choice_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Choice_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Enumerated_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Enumerated_Type.java
index 4760579728..a018ee8870 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Enumerated_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Enumerated_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Enumeration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Enumeration.java
index 64b4e0b695..1bdb2ddd4e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Enumeration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Enumeration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Integer_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Integer_Type.java
index 9a5b1d4695..e1874b1be6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Integer_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Integer_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Sequence_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Sequence_Type.java
index 6444743099..97adca0f5d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Sequence_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Sequence_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Set_Seq_Choice_BaseType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Set_Seq_Choice_BaseType.java
index 128e423cd7..7c91f1f915 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Set_Seq_Choice_BaseType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Set_Seq_Choice_BaseType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Set_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Set_Type.java
index e4809f37ea..2c4c1e6db8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Set_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ASN1_Set_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Any_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Any_Type.java
index f75ae39ad0..353c7bfd98 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Any_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Any_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/BMPString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/BMPString_Type.java
index c06ae275ce..75168bab54 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/BMPString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/BMPString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/CTs_EE_CTs.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/CTs_EE_CTs.java
index a8300ef83a..e32f58c4a8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/CTs_EE_CTs.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/CTs_EE_CTs.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentType.java
index 839ef28d14..5dea09ccbe 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentTypeList.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentTypeList.java
index 50cfb2f262..236c0b654d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentTypeList.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentTypeList.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentsOfComponentType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentsOfComponentType.java
index ff919d06a3..3f2f2a3b47 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentsOfComponentType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ComponentsOfComponentType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Embedded_PDV_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Embedded_PDV_Type.java
index 21ddbf6f3f..d35b40ff44 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Embedded_PDV_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Embedded_PDV_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExceptionSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExceptionSpecification.java
index 9602004534..fc9d07f54f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExceptionSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExceptionSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAddition.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAddition.java
index bec2578e39..66ca164317 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAddition.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAddition.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAdditionGroup.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAdditionGroup.java
index 402073c8a3..69ec404db3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAdditionGroup.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAdditionGroup.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAdditions.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAdditions.java
index de01f2c88e..7e856cb870 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAdditions.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAdditions.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAndException.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAndException.java
index a16b7a5e1a..e0a418aa7a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAndException.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ExtensionAndException.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/External_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/External_Type.java
index ac82a6863a..ba7cb9b71a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/External_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/External_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GeneralString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GeneralString_Type.java
index 08cbd036c7..9cc51b2484 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GeneralString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GeneralString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GeneralizedTime_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GeneralizedTime_Type.java
index 6a080e0bf0..068ff68e06 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GeneralizedTime_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GeneralizedTime_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GraphicString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GraphicString_Type.java
index e330579a92..4abe2e134d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GraphicString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/GraphicString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/IA5String_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/IA5String_Type.java
index e6aef40d24..a26714ff37 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/IA5String_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/IA5String_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/NULL_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/NULL_Type.java
index 39c3c2c7c2..2364d46e1b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/NULL_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/NULL_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/NumericString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/NumericString_Type.java
index a74eee0fa1..6516c28bd4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/NumericString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/NumericString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ObjectClassField_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ObjectClassField_Type.java
index c8a89db004..c5c0c84063 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ObjectClassField_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ObjectClassField_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ObjectDescriptor_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ObjectDescriptor_Type.java
index dd3d50195d..6d6b98aee6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ObjectDescriptor_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/ObjectDescriptor_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Open_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Open_Type.java
index 930c84515f..133d3d5613 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Open_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Open_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/PrintableString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/PrintableString_Type.java
index 175cf233c0..7d2d538447 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/PrintableString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/PrintableString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/RegularComponentType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/RegularComponentType.java
index 46e8b65f2a..2fa820f3dc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/RegularComponentType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/RegularComponentType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/RelativeObjectIdentifier_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/RelativeObjectIdentifier_Type.java
index 7277d6867a..4264cd39fe 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/RelativeObjectIdentifier_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/RelativeObjectIdentifier_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Selection_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Selection_Type.java
index 911bb3d399..8ab39f6039 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Selection_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/Selection_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/TeletexString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/TeletexString_Type.java
index 320b5c06a3..a4ae69ea4e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/TeletexString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/TeletexString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UTCTime_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UTCTime_Type.java
index 293c37fe3c..8d7dd36a9f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UTCTime_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UTCTime_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UTF8String_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UTF8String_Type.java
index 6feea3a296..6a1a1e4fa0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UTF8String_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UTF8String_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UniversalString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UniversalString_Type.java
index 6d1288942c..72678a89e0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UniversalString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UniversalString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UnrestrictedString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UnrestrictedString_Type.java
index 22dbfb4e0c..4fde163404 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UnrestrictedString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/UnrestrictedString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/VideotexString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/VideotexString_Type.java
index ba4b533278..c86bb376e0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/VideotexString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/VideotexString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/VisibleString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/VisibleString_Type.java
index 062a924375..a360e8f72d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/VisibleString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/types/VisibleString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/ASN1_Null_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/ASN1_Null_Value.java
index f03fb038e1..77d78c4de9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/ASN1_Null_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/ASN1_Null_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Charsymbols_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Charsymbols_Value.java
index b439158401..339fd992c2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Charsymbols_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Charsymbols_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/ISO2022String_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/ISO2022String_Value.java
index 3262016fc9..9a85ecb3be 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/ISO2022String_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/ISO2022String_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Named_Bits.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Named_Bits.java
index 6c268ad368..67336591a9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Named_Bits.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Named_Bits.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Named_Integer_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Named_Integer_Value.java
index 9e3dd4892d..f88e51b7bb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Named_Integer_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Named_Integer_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/RelativeObjectIdentifier_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/RelativeObjectIdentifier_Value.java
index 36d165a8cb..28b71b5f22 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/RelativeObjectIdentifier_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/RelativeObjectIdentifier_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Undefined_Block_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Undefined_Block_Value.java
index 6178daf6ef..8ab6d44f38 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Undefined_Block_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASN1/values/Undefined_Block_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTLocationChainVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTLocationChainVisitor.java
index c3a1e61dd9..89d210ba60 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTLocationChainVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTLocationChainVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTLocationConsistencyVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTLocationConsistencyVisitor.java
index 20a9c63c96..0834797369 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTLocationConsistencyVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTLocationConsistencyVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTNode.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTNode.java
index 669eab6237..2a6d5c4166 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTNode.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTVisitor.java
index aabd7f5ac6..98105361c1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTtoXMLgeneratorVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTtoXMLgeneratorVisitor.java
index be87b4e086..dbfbe8df3b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTtoXMLgeneratorVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ASTtoXMLgeneratorVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ArraySubReference.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ArraySubReference.java
index 37284593ef..5ef55213a6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ArraySubReference.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ArraySubReference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Assignment.java
index 9362aacf71..71861289e2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Assignments.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Assignments.java
index 4a2d5d941e..0338908d92 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Assignments.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Assignments.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/AtNotation.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/AtNotation.java
index 708b00563d..1d69ea0255 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/AtNotation.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/AtNotation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/AtNotations.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/AtNotations.java
index b0dfd0f1d8..54492c464b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/AtNotations.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/AtNotations.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/BridgingNamedNode.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/BridgingNamedNode.java
index a3dba690d9..1e9b4cbb6d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/BridgingNamedNode.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/BridgingNamedNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/CachedReferenceChain.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/CachedReferenceChain.java
index 994733816f..6656ea540a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/CachedReferenceChain.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/CachedReferenceChain.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Constraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Constraint.java
index 227f8cc65b..6e58f922d1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Constraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Constraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Constraints.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Constraints.java
index fd10ea8cd5..44222210d1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Constraints.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Constraints.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Error_Setting.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Error_Setting.java
index f4cbf10632..53f05584be 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Error_Setting.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Error_Setting.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/FieldSubReference.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/FieldSubReference.java
index eff2d21d01..70abde5f53 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/FieldSubReference.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/FieldSubReference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Governed.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Governed.java
index c751488aea..f317047a84 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Governed.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Governed.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/GovernedSet.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/GovernedSet.java
index 1bdb48d0ac..9d052782a2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/GovernedSet.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/GovernedSet.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/GovernedSimple.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/GovernedSimple.java
index a3e81e0fc3..5303abc015 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/GovernedSimple.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/GovernedSimple.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Governor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Governor.java
index 61de8d15ac..046cdc8126 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Governor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Governor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IASTNode.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IASTNode.java
index 21db2a7073..a177d1c8fd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IASTNode.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IASTNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGoverned.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGoverned.java
index 599f1af274..b2a6eab28f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGoverned.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGoverned.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGovernedSimple.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGovernedSimple.java
index fbe62981b7..af2007a8bb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGovernedSimple.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGovernedSimple.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGovernor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGovernor.java
index 4642968d92..954706b565 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGovernor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IGovernor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IIdentifierContainer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IIdentifierContainer.java
index c3763b9d65..70cdcbd287 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IIdentifierContainer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IIdentifierContainer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ILocateableNode.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ILocateableNode.java
index 0bd815663e..db2f43b669 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ILocateableNode.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ILocateableNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/INamedNode.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/INamedNode.java
index fec151007b..16d55bd4d5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/INamedNode.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/INamedNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IOutlineElement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IOutlineElement.java
index 3b1eb59bd7..57375695c2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IOutlineElement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IOutlineElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceChain.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceChain.java
index 819dc8425b..0ce054501b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceChain.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceChain.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceChainElement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceChainElement.java
index 03d4672c12..6b634ed6f4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceChainElement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceChainElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceableElement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceableElement.java
index 31f9e769ed..bcd082d2fc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceableElement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferenceableElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferencingElement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferencingElement.java
index f3c7a2a751..2097061e89 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferencingElement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferencingElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferencingType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferencingType.java
index 986b4bbbbb..9fc0ab6913 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferencingType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IReferencingType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ISetting.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ISetting.java
index 30abab73df..6467e2ac21 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ISetting.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ISetting.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ISubReference.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ISubReference.java
index c8061010fa..2006eddc03 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ISubReference.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ISubReference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IType.java
index b0dadeb64c..68df539149 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ITypeWithComponents.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ITypeWithComponents.java
index f7b2173d0d..14c247557c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ITypeWithComponents.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ITypeWithComponents.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IValue.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IValue.java
index 82cdecc5f5..20dc4e9fcb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IValue.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IValue.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IVisitableNode.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IVisitableNode.java
index 8a6be1d646..7b4895380e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IVisitableNode.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/IVisitableNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Identifier.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Identifier.java
index 185fd7d36f..c20188a1da 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Identifier.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Identifier.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Identifier_Internal_Data.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Identifier_Internal_Data.java
index 8bad013606..60300bc095 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Identifier_Internal_Data.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Identifier_Internal_Data.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/KeywordLessIdentifier.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/KeywordLessIdentifier.java
index 81bfac9012..011060c90b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/KeywordLessIdentifier.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/KeywordLessIdentifier.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/LargeLocation.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/LargeLocation.java
index 3c44c273cf..f8ac5c9816 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/LargeLocation.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/LargeLocation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Location.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Location.java
index f867e2842f..e48f858360 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Location.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Location.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/MarkerHandler.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/MarkerHandler.java
index c2f8362ed9..80e6e99cad 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/MarkerHandler.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/MarkerHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Module.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Module.java
index 550edfc41e..505ec4d5a7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Module.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Module.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ModuleImportation.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ModuleImportation.java
index b1c69cb3e5..c06d4ff82b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ModuleImportation.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ModuleImportation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ModuleImportationChain.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ModuleImportationChain.java
index 546d39d9bc..74b835de49 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ModuleImportationChain.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ModuleImportationChain.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NULL_Location.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NULL_Location.java
index 63d9432dbd..685a27bce9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NULL_Location.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NULL_Location.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NameReStarter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NameReStarter.java
index 33f4344685..ca306d2e33 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NameReStarter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NameReStarter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NamedBridgeScope.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NamedBridgeScope.java
index a376c86848..02004becbc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NamedBridgeScope.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NamedBridgeScope.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NamingConventionHelper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NamingConventionHelper.java
index 86b2004e94..4a4455227b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NamingConventionHelper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/NamingConventionHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ParameterisedSubReference.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ParameterisedSubReference.java
index c11a324d0b..a60bd7634e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ParameterisedSubReference.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ParameterisedSubReference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Reference.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Reference.java
index 99b50615e2..2fb12e84c0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Reference.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Reference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ReferenceChain.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ReferenceChain.java
index bd33513170..b6a5a24dc4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ReferenceChain.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ReferenceChain.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ReferenceFinder.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ReferenceFinder.java
index 74bd7001a3..a7827c745d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ReferenceFinder.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ReferenceFinder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Scope.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Scope.java
index 1c78137250..9ab7e8332a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Scope.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Scope.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ScopeHierarchyVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ScopeHierarchyVisitor.java
index fe4a4790aa..c82fb2cdab 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ScopeHierarchyVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/ScopeHierarchyVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Setting.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Setting.java
index 28aa5c9963..2dae27029b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Setting.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Setting.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/SubScopeVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/SubScopeVisitor.java
index b33315b515..0773435178 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/SubScopeVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/SubScopeVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/Expected_Value_type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/Expected_Value_type.java
index a4a03b26f8..6db3bf7baf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/Expected_Value_type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/Expected_Value_type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/IAppendableSyntax.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/IAppendableSyntax.java
index 802263823f..96d526d5bb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/IAppendableSyntax.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/IAppendableSyntax.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/IIncrementallyUpdateable.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/IIncrementallyUpdateable.java
index ab4481f334..18b235949e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/IIncrementallyUpdateable.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/IIncrementallyUpdateable.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/TTCN3Scope.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/TTCN3Scope.java
index a66a351d24..16c09269d0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/TTCN3Scope.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/TTCN3Scope.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/TemplateRestriction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/TemplateRestriction.java
index 30c139a44c..b7f7498834 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/TemplateRestriction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/TemplateRestriction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AddressPortTypeAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AddressPortTypeAttribute.java
index 5985814b66..c58f1fb89f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AddressPortTypeAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AddressPortTypeAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AnytypeAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AnytypeAttribute.java
index d3c3e3f35c..d054b2a5a2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AnytypeAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AnytypeAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AttributeSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AttributeSpecification.java
index b75b2afa5a..78e509f606 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AttributeSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/AttributeSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DecodeAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DecodeAttribute.java
index 8d614801ef..2496eac7bf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DecodeAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DecodeAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DecodeTypeMappingTarget.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DecodeTypeMappingTarget.java
index 16eb5e34c8..48b68981e1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DecodeTypeMappingTarget.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DecodeTypeMappingTarget.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DiscardTypeMappingTarget.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DiscardTypeMappingTarget.java
index 93e760021a..da9a43c8b4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DiscardTypeMappingTarget.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DiscardTypeMappingTarget.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DoneAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DoneAttribute.java
index 1f358482ad..86aa156595 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DoneAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/DoneAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/EncodeAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/EncodeAttribute.java
index f9bfb1b580..026d1614de 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/EncodeAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/EncodeAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/EncodeTypeMappingTarget.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/EncodeTypeMappingTarget.java
index 5b84021d03..d18e8fa57e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/EncodeTypeMappingTarget.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/EncodeTypeMappingTarget.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErroneousAttributeSpecification.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErroneousAttributeSpecification.java
index 859f1bed6f..f3913bfe38 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErroneousAttributeSpecification.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErroneousAttributeSpecification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErroneousAttributes.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErroneousAttributes.java
index 014c654cfd..373e430d5e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErroneousAttributes.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErroneousAttributes.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorAttribute.java
index 8f0ca4e8a2..fcf1d83ff8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorList.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorList.java
index 3c6e512b22..94488c6591 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorList.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorList.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorSetting.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorSetting.java
index 80be30149d..66e09f3ac9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorSetting.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ErrorBehaviorSetting.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ExtensionAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ExtensionAttribute.java
index 512fd04649..8f77e58fd0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ExtensionAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ExtensionAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ExtensionsAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ExtensionsAttribute.java
index 33932bf558..471ea20669 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ExtensionsAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ExtensionsAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/FunctionTypeMappingTarget.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/FunctionTypeMappingTarget.java
index 34f9b5ba34..ef13d97674 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/FunctionTypeMappingTarget.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/FunctionTypeMappingTarget.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/InternalPortTypeAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/InternalPortTypeAttribute.java
index e0e9a368a7..157212a4eb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/InternalPortTypeAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/InternalPortTypeAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ModuleVersionAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ModuleVersionAttribute.java
index 33f090431e..46ff9fdf81 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ModuleVersionAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ModuleVersionAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/MultipleWithAttributes.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/MultipleWithAttributes.java
index a01b18e837..c62be7d701 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/MultipleWithAttributes.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/MultipleWithAttributes.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PortTypeAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PortTypeAttribute.java
index e62ae0d37a..5938b74745 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PortTypeAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PortTypeAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrintingAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrintingAttribute.java
index c0e3d6e191..7751c27e9b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrintingAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrintingAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrintingType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrintingType.java
index 5cb4ccc40a..489deba644 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrintingType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrintingType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrototypeAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrototypeAttribute.java
index 0b11f7b0d9..c874a7f4e8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrototypeAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/PrototypeAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ProviderPortTypeAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ProviderPortTypeAttribute.java
index 8bf29ebee8..162026ca3d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ProviderPortTypeAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/ProviderPortTypeAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Qualifier.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Qualifier.java
index 640d6747be..8badcbd90e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Qualifier.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Qualifier.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Qualifiers.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Qualifiers.java
index 65f6c51c7c..7668695599 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Qualifiers.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Qualifiers.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/SimpleTypeMappingTarget.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/SimpleTypeMappingTarget.java
index 396ada4eb3..4e5d7564ac 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/SimpleTypeMappingTarget.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/SimpleTypeMappingTarget.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/SingleWithAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/SingleWithAttribute.java
index 2ed2722f8e..4b7988671f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/SingleWithAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/SingleWithAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TitanVersionAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TitanVersionAttribute.java
index 5761bf6fcf..81f68779b3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TitanVersionAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TitanVersionAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TransparentAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TransparentAttribute.java
index 08aff5cf67..3ea3946f8e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TransparentAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TransparentAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMapping.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMapping.java
index dfddf42e44..abf6b5a864 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMapping.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMapping.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappingTarget.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappingTarget.java
index c99e90d537..3313169fac 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappingTarget.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappingTarget.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappingTargets.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappingTargets.java
index 236a4300e8..c71b6b228f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappingTargets.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappingTargets.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappings.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappings.java
index d793270946..61ad463008 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappings.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/TypeMappings.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Types.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Types.java
index 90702bd9ca..c2b1a0f720 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Types.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/Types.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/UserPortTypeAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/UserPortTypeAttribute.java
index c894b923b2..61da0d2261 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/UserPortTypeAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/UserPortTypeAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/VersionRequirementAttribute.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/VersionRequirementAttribute.java
index 8116c2b651..ca72ae72c4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/VersionRequirementAttribute.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/VersionRequirementAttribute.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/WithAttributesPath.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/WithAttributesPath.java
index a1922d5cbf..165af76f45 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/WithAttributesPath.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/attributes/WithAttributesPath.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ActualParameter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ActualParameter.java
index 803455cee0..352d6cf185 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ActualParameter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ActualParameter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ActualParameterList.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ActualParameterList.java
index 889dd28d68..b42345b24a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ActualParameterList.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ActualParameterList.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ControlPart.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ControlPart.java
index 49afe36049..e1bd940107 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ControlPart.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ControlPart.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Altstep.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Altstep.java
index 85164cb2ba..4a2a6bb3b9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Altstep.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Altstep.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Const.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Const.java
index c175f6745a..24b0e4dfe6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Const.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Const.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ExternalConst.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ExternalConst.java
index 927eb11777..36db0b7210 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ExternalConst.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ExternalConst.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Extfunction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Extfunction.java
index 7a17db39ec..8c4616f154 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Extfunction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Extfunction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Function.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Function.java
index 632167c6c6..51931a86c1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Function.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Function.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ModulePar.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ModulePar.java
index 01d8bb7828..0aa0f78507 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ModulePar.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ModulePar.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ModulePar_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ModulePar_Template.java
index 592d538a82..3e7dccb6cc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ModulePar_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_ModulePar_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Port.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Port.java
index 3d0bda0a28..03b2bc3814 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Port.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Port.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Template.java
index dbb356ad12..f8a6d102d5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Testcase.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Testcase.java
index 46ee9019be..3ece79d4be 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Testcase.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Testcase.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Timer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Timer.java
index 65d3998c4c..43c2164768 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Timer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Timer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Type.java
index 7cb3c30c03..19a9d71720 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Var.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Var.java
index e0472635f0..de5f8e88a3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Var.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Var.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Var_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Var_Template.java
index 57dc959369..a593db5cae 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Var_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Def_Var_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Default_ActualParameter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Default_ActualParameter.java
index 49aceb005f..828cdfb220 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Default_ActualParameter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Default_ActualParameter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Definition.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Definition.java
index 5fc3c71858..54bf0cad06 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Definition.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Definition.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Definitions.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Definitions.java
index 371b392f6c..38f86840e9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Definitions.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Definitions.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/For_Loop_Definitions.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/For_Loop_Definitions.java
index aac44fbcab..351814da5a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/For_Loop_Definitions.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/For_Loop_Definitions.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FormalParameter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FormalParameter.java
index 235dfc8abf..e14c6efcf7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FormalParameter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FormalParameter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FormalParameterList.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FormalParameterList.java
index 6200df0faa..d87ca7aa16 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FormalParameterList.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FormalParameterList.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FriendModule.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FriendModule.java
index 82d0acb91c..8b90e9a10e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FriendModule.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/FriendModule.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Group.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Group.java
index f71465b8d7..0d2f056073 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Group.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Group.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/IParameterisedAssignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/IParameterisedAssignment.java
index ea2e136c5a..286f8722cf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/IParameterisedAssignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/IParameterisedAssignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ImportModule.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ImportModule.java
index 9d9e4461c8..01cdd3b098 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ImportModule.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/ImportModule.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Referenced_ActualParameter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Referenced_ActualParameter.java
index 92278e640b..0903ab61f1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Referenced_ActualParameter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Referenced_ActualParameter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/RunsOnScope.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/RunsOnScope.java
index 67a5f64ed3..2ba6c5482e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/RunsOnScope.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/RunsOnScope.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/TTCN3Module.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/TTCN3Module.java
index 1365e852ca..eb846e6297 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/TTCN3Module.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/TTCN3Module.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Template_ActualParameter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Template_ActualParameter.java
index aaed5e0525..73a72a7ed0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Template_ActualParameter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Template_ActualParameter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/TestcaseFormalParameterList.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/TestcaseFormalParameterList.java
index 6ac61001e2..7748af0860 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/TestcaseFormalParameterList.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/TestcaseFormalParameterList.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Timer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Timer.java
index e3ca501bf9..df976afde6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Timer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Timer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Value_ActualParameter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Value_ActualParameter.java
index e58ecd0102..b45b5a7a99 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Value_ActualParameter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/Value_ActualParameter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/VisibilityModifier.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/VisibilityModifier.java
index 89bee572b7..38c1c290d2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/VisibilityModifier.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/definitions/VisibilityModifier.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Action_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Action_Statement.java
index c91046534a..f172fbcc22 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Action_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Action_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Activate_Referenced_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Activate_Referenced_Statement.java
index 0d09734099..af31850873 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Activate_Referenced_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Activate_Referenced_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Activate_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Activate_Statement.java
index e13f6e698b..d748cc99df 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Activate_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Activate_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AltGuard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AltGuard.java
index 8183b0d21b..64953125b1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AltGuard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AltGuard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AltGuards.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AltGuards.java
index b7b5c99f1c..1c135d7d39 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AltGuards.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AltGuards.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Alt_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Alt_Statement.java
index 6957c6b5fc..c3c0c1abd2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Alt_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Alt_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Altstep_Applied_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Altstep_Applied_Statement.java
index bbb7de3b30..1bfcccdd6b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Altstep_Applied_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Altstep_Applied_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Altstep_Instance_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Altstep_Instance_Statement.java
index 01bc293b08..19b9dddef6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Altstep_Instance_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Altstep_Instance_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AssignmentList_Parameter_Redirect.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AssignmentList_Parameter_Redirect.java
index 53d4010fe8..fcf9ce758d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AssignmentList_Parameter_Redirect.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/AssignmentList_Parameter_Redirect.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Assignment_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Assignment_Statement.java
index 9a0baae628..15f3620846 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Assignment_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Assignment_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Break_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Break_Statement.java
index a8488073f8..afb4af170b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Break_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Break_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Call_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Call_Statement.java
index 75fa37818f..1ff638a8e7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Call_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Call_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Catch_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Catch_Statement.java
index a140312d7b..7aab8fece4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Catch_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Catch_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Catch_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Catch_Statement.java
index a7cb37a74e..a8d5ab4662 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Catch_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Catch_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Getcall_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Getcall_Statement.java
index 618c2faf21..0abad8e393 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Getcall_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Getcall_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Getreply_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Getreply_Statement.java
index f5ba934b67..d23bf48481 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Getreply_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Getreply_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Port_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Port_Statement.java
index 0295d20846..983d40826d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Port_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Port_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Receive_Port_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Receive_Port_Statement.java
index a16a31223b..5daf7955dd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Receive_Port_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Check_Receive_Port_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Clear_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Clear_Statement.java
index 8123ecb243..0f04a37f12 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Clear_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Clear_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Connect_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Connect_Statement.java
index 5bdd1015c7..992d4ac1e8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Connect_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Connect_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Continue_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Continue_Statement.java
index 5f75b3f99f..c8bb3695a6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Continue_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Continue_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Deactivate_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Deactivate_Statement.java
index 4e38ecbaa9..23431726ae 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Deactivate_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Deactivate_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Definition_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Definition_Statement.java
index 0d55998db0..c1c320a952 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Definition_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Definition_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Disconnect_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Disconnect_Statement.java
index bb41b18862..1d9b7939d3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Disconnect_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Disconnect_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/DoWhile_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/DoWhile_Statement.java
index 98c149419b..ae9aa6698a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/DoWhile_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/DoWhile_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Done_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Done_Statement.java
index 3da4699a4d..a500983aa9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Done_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Done_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Else_Altguard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Else_Altguard.java
index ca5f56dfa0..cb9e2e51ed 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Else_Altguard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Else_Altguard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/For_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/For_Statement.java
index 8b640ad3d7..c31ae6c3b6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/For_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/For_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Function_Applied_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Function_Applied_Statement.java
index 1bd4924c58..b4fcd1da02 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Function_Applied_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Function_Applied_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Function_Instance_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Function_Instance_Statement.java
index 07141a4e26..c31e1b97ce 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Function_Instance_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Function_Instance_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Getcall_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Getcall_Statement.java
index e662a86ff3..f09c503bea 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Getcall_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Getcall_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Getreply_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Getreply_Statement.java
index 123b2a6e76..9a23c8053d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Getreply_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Getreply_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Goto_statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Goto_statement.java
index a06071ed29..db98eda5fd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Goto_statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Goto_statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Halt_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Halt_Statement.java
index 3303f692c9..5fe60ab714 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Halt_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Halt_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Clause.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Clause.java
index 103465851d..41c1c33b53 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Clause.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Clause.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Clauses.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Clauses.java
index 7ade85f5ec..8b76c165c3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Clauses.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Clauses.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Statement.java
index 5fcdca7feb..a263dc3a51 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/If_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Int2Enum_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Int2Enum_Statement.java
index cf96e58c38..efea812f98 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Int2Enum_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Int2Enum_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Interleave_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Interleave_Statement.java
index a024a6f41e..19ccc248b4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Interleave_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Interleave_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/InternalLogArgument.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/InternalLogArgument.java
index edd3728521..5676bd81ed 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/InternalLogArgument.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/InternalLogArgument.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Invoke_Altguard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Invoke_Altguard.java
index 04197eef49..9a70074516 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Invoke_Altguard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Invoke_Altguard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Kill_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Kill_Statement.java
index be2b71c033..a592a35fa5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Kill_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Kill_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Killed_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Killed_Statement.java
index b3d37ca137..e025b1006b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Killed_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Killed_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Label_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Label_Statement.java
index 91ed404db8..9c1b8f8116 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Label_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Label_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/LogArgument.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/LogArgument.java
index d8bfd7f922..083efacbee 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/LogArgument.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/LogArgument.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/LogArguments.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/LogArguments.java
index 90b1c5662c..aaec11a35c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/LogArguments.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/LogArguments.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Log_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Log_Statement.java
index 3409993e83..52688d222e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Log_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Log_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Macro_InternalLogArgument.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Macro_InternalLogArgument.java
index ea4327e029..a7d61fcda2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Macro_InternalLogArgument.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Macro_InternalLogArgument.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Map_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Map_Statement.java
index 52c9a55148..636c52f0c5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Map_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Map_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Match_InternalLogArgument.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Match_InternalLogArgument.java
index 697b3bdffd..8d0afd9c47 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Match_InternalLogArgument.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Match_InternalLogArgument.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Operation_Altguard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Operation_Altguard.java
index 28867ce2db..26dfd080a3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Operation_Altguard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Operation_Altguard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Assignment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Assignment.java
index 50c6bf393a..311772434c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Assignment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Assignment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Assignments.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Assignments.java
index fe4126fe29..351495071b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Assignments.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Assignments.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Redirect.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Redirect.java
index 793e5f96ce..40ed48e366 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Redirect.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Parameter_Redirect.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Port_Utility.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Port_Utility.java
index 5934f36d7a..1d745df59c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Port_Utility.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Port_Utility.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Raise_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Raise_Statement.java
index 34cd61dd17..1b05868dea 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Raise_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Raise_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Receive_Port_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Receive_Port_Statement.java
index fdebcab75f..1bbd21728f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Receive_Port_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Receive_Port_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Reference_InternalLogArgument.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Reference_InternalLogArgument.java
index b3c180cb91..e8d7b6adc4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Reference_InternalLogArgument.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Reference_InternalLogArgument.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Referenced_Altguard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Referenced_Altguard.java
index a5605236e7..1586a57b5b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Referenced_Altguard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Referenced_Altguard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Referenced_Testcase_Instance_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Referenced_Testcase_Instance_Statement.java
index 5af1bf768f..bc23c23da4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Referenced_Testcase_Instance_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Referenced_Testcase_Instance_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Repeat_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Repeat_Statement.java
index d0a4e21f00..a332f7cc00 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Repeat_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Repeat_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Reply_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Reply_Statement.java
index fbbd3a6704..5a7ba5598f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Reply_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Reply_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Return_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Return_Statement.java
index 1d8a496c92..c61763283b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Return_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Return_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCase.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCase.java
index e66cb6ae09..83f3e0014d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCase.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCase.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCase_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCase_Statement.java
index 8779a4a0b6..034e588ce3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCase_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCase_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCases.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCases.java
index a7292e8663..110fcccc4c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCases.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/SelectCases.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Send_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Send_Statement.java
index 5b88b03932..cc204586b3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Send_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Send_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Setverdict_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Setverdict_Statement.java
index 75b4c1c42e..1af9bafeb1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Setverdict_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Setverdict_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Component_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Component_Statement.java
index 9d90206a71..fd8ad6a307 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Component_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Component_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Port_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Port_Statement.java
index 5c379ee52e..f89c2965b9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Port_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Port_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Profiler_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Profiler_Statement.java
index 2b31292ba3..6116373c6b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Profiler_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Profiler_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Referenced_Component_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Referenced_Component_Statement.java
index 51c201fd47..3dbebb3c06 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Referenced_Component_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Referenced_Component_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Timer_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Timer_Statement.java
index bb15a763fe..9c3c3880b5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Timer_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Start_Timer_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Statement.java
index a52a648389..8384b68c62 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/StatementBlock.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/StatementBlock.java
index 2f09d072a9..e5d49592b3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/StatementBlock.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/StatementBlock.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/StatementBlock_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/StatementBlock_Statement.java
index 14eab6a46b..343c17fbc7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/StatementBlock_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/StatementBlock_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Component_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Component_Statement.java
index de125d092f..a8e578dd93 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Component_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Component_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Execution_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Execution_Statement.java
index f1730a502c..3a044f4723 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Execution_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Execution_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Port_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Port_Statement.java
index aae1f4e7d4..d1e036b891 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Port_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Port_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Profiler_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Profiler_Statement.java
index c29fb518c2..0b884badfa 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Profiler_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Profiler_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Timer_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Timer_Statement.java
index ca7a256c18..c36f08ed4d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Timer_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Stop_Timer_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/String2Ttcn_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/String2Ttcn_Statement.java
index 06f1981f1e..7cc4c8d289 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/String2Ttcn_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/String2Ttcn_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/String_InternalLogArgument.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/String_InternalLogArgument.java
index 421be8bcdf..3d6ecb5e3c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/String_InternalLogArgument.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/String_InternalLogArgument.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TemplateInstance_InternalLogArgument.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TemplateInstance_InternalLogArgument.java
index 18bf2be20d..ce2559daff 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TemplateInstance_InternalLogArgument.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TemplateInstance_InternalLogArgument.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TestcaseStop_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TestcaseStop_Statement.java
index 179ce38d53..a0df4e6f78 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TestcaseStop_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TestcaseStop_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Testcase_Instance_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Testcase_Instance_Statement.java
index 463ee399d8..a8548aa77b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Testcase_Instance_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Testcase_Instance_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Timeout_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Timeout_Statement.java
index fae8317c17..71b322510c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Timeout_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Timeout_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Trigger_Port_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Trigger_Port_Statement.java
index 1e649cbb08..e5b7ae1862 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Trigger_Port_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Trigger_Port_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TryCatch_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TryCatch_Statement.java
index 5f40079d62..fe43ef9fa1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TryCatch_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/TryCatch_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Applied_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Applied_Statement.java
index 5eea5e6b91..0f9e872b01 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Applied_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Applied_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Instance_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Instance_Statement.java
index dcf29d4e43..5770917b54 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Instance_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Instance_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Start_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Start_Statement.java
index 8d69844a24..43ae6dc548 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Start_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Start_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Stop_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Stop_Statement.java
index 2087598a15..6f74cf9417 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Stop_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unknown_Stop_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unmap_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unmap_Statement.java
index f0db7d11fb..94c60a142b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unmap_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Unmap_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Value_InternalLogArgument.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Value_InternalLogArgument.java
index 3719f9acdc..4612844dea 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Value_InternalLogArgument.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Value_InternalLogArgument.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/VariableList_Parameter_Redirect.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/VariableList_Parameter_Redirect.java
index f65ca41430..991ee48a0c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/VariableList_Parameter_Redirect.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/VariableList_Parameter_Redirect.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Variable_Entries.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Variable_Entries.java
index 9fa318a108..f35cf1d22c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Variable_Entries.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Variable_Entries.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Variable_Entry.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Variable_Entry.java
index 4380ddd610..a87a8c89d1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Variable_Entry.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/Variable_Entry.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/While_Statement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/While_Statement.java
index 7c39c5fb23..ee531a0132 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/While_Statement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/statements/While_Statement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/AllElementsFrom.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/AllElementsFrom.java
index da97fac52e..1b4d73fcad 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/AllElementsFrom.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/AllElementsFrom.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/AnyOrOmit_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/AnyOrOmit_Template.java
index af4849db7e..62860fd940 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/AnyOrOmit_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/AnyOrOmit_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Any_Value_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Any_Value_Template.java
index 7bbc35be9f..4096bd6910 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Any_Value_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Any_Value_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/BitString_Pattern_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/BitString_Pattern_Template.java
index 7ba6c701d2..791e6aaa39 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/BitString_Pattern_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/BitString_Pattern_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/CharString_Pattern_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/CharString_Pattern_Template.java
index a9561791f5..2a126f2b60 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/CharString_Pattern_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/CharString_Pattern_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ComplementedList_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ComplementedList_Template.java
index e7f061ed4d..a9827b39d9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ComplementedList_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ComplementedList_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/CompositeTemplate.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/CompositeTemplate.java
index 65bf2a6c91..6624bccfed 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/CompositeTemplate.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/CompositeTemplate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/HexString_Pattern_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/HexString_Pattern_Template.java
index b97e0f3148..41910925d7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/HexString_Pattern_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/HexString_Pattern_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ITTCN3Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ITTCN3Template.java
index 34c095bc6d..6c7d143748 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ITTCN3Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ITTCN3Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ITemplateListItem.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ITemplateListItem.java
index 1346384c3c..2954abacb8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ITemplateListItem.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ITemplateListItem.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/IndexedTemplate.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/IndexedTemplate.java
index 0e286a906d..9c57a23e3b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/IndexedTemplate.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/IndexedTemplate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/IndexedTemplates.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/IndexedTemplates.java
index 3c565a77b1..65d3a4b61b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/IndexedTemplates.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/IndexedTemplates.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Indexed_Template_List.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Indexed_Template_List.java
index 366236fc3b..f0e6952af4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Indexed_Template_List.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Indexed_Template_List.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Invoke_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Invoke_Template.java
index 52850f25b7..0fe5b6cb9c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Invoke_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Invoke_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/LengthRestriction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/LengthRestriction.java
index bd96fae386..ab681123f5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/LengthRestriction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/LengthRestriction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ListOfTemplates.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ListOfTemplates.java
index 50a12bfde8..c5dfad2970 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ListOfTemplates.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ListOfTemplates.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedParameter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedParameter.java
index b171f4d77c..b5889479a2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedParameter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedParameter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedParameters.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedParameters.java
index ed6d6e666d..95c7cffc35 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedParameters.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedParameters.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedTemplate.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedTemplate.java
index 9a13ad8f64..b3ab3f4075 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedTemplate.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedTemplate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedTemplates.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedTemplates.java
index 314eccaa4e..ad68e1ca91 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedTemplates.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NamedTemplates.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Named_Template_List.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Named_Template_List.java
index 69726447f8..ae42614b62 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Named_Template_List.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Named_Template_List.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NotUsed_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NotUsed_Template.java
index bcf7515a2f..729bce84e8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NotUsed_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/NotUsed_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/OctetString_Pattern_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/OctetString_Pattern_Template.java
index ff14c84c4c..f60a7ad0c0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/OctetString_Pattern_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/OctetString_Pattern_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/OmitValue_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/OmitValue_Template.java
index a8933e69e9..b1711f8c80 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/OmitValue_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/OmitValue_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ParsedActualParameters.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ParsedActualParameters.java
index 3d47211b23..04f2be6a52 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ParsedActualParameters.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ParsedActualParameters.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/PatternString.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/PatternString.java
index 213d9addab..656d69a313 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/PatternString.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/PatternString.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/PermutationMatch_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/PermutationMatch_Template.java
index 31e0e0bce8..692fe26469 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/PermutationMatch_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/PermutationMatch_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/RangeLenghtRestriction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/RangeLenghtRestriction.java
index 6fa72cd910..aad35693d8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/RangeLenghtRestriction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/RangeLenghtRestriction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Referenced_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Referenced_Template.java
index 4d04176bad..8c8cf7f27f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Referenced_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Referenced_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SingleLenghtRestriction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SingleLenghtRestriction.java
index a4eb922bab..8bf1a18f94 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SingleLenghtRestriction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SingleLenghtRestriction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SpecificValue_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SpecificValue_Template.java
index 0fd86c8ef5..d084c3ea38 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SpecificValue_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SpecificValue_Template.java
@@ -359,7 +359,9 @@ public final class SpecificValue_Template extends TTCN3Template {
 			if (Type_type.TYPE_FUNCTION.equals(last.getTypetype()) && ((Function_Type) last).returnsTemplate()) {
 				return false;
 			}
-		} else if (Value_type.REFERENCED_VALUE.equals(specificValue.getValuetype())) {
+		} else if (Value_type.REFERENCED_VALUE.equals(specificValue.getValuetype()) 
+				//|| Value_type.UNDEFINED_LOWERIDENTIFIER_VALUE.equals(specificValue.getValuetype())
+			) { //TODO: check this hack!  
 			Reference reference = getReference();
 			Assignment assignment = reference.getRefdAssignment(timestamp, true);
 			if (assignment == null) {
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SubsetMatch_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SubsetMatch_Template.java
index 959fa4871c..fac41efaa7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SubsetMatch_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SubsetMatch_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SupersetMatch_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SupersetMatch_Template.java
index 2e7fc935ac..a4e385807c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SupersetMatch_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/SupersetMatch_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TTCN3Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TTCN3Template.java
index 592a2269b9..a50066f21c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TTCN3Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TTCN3Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateBody.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateBody.java
index 1a14625133..e192a7c8ac 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateBody.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateBody.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateInstance.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateInstance.java
index 0cdd3f33bc..f741a6c097 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateInstance.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateInstance.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateInstances.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateInstances.java
index 63d49e511a..eeaf6ef013 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateInstances.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/TemplateInstances.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Template_List.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Template_List.java
index f858f8ecbe..b65eadd6e7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Template_List.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Template_List.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Templates.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Templates.java
index 6eb672241f..62702162c3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Templates.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Templates.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/UnivCharString_Pattern_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/UnivCharString_Pattern_Template.java
index e3327d16d1..7fce32fa87 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/UnivCharString_Pattern_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/UnivCharString_Pattern_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ValueRange.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ValueRange.java
index 9120eed697..c529110eda 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ValueRange.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/ValueRange.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Value_Range_Template.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Value_Range_Template.java
index 740ef28288..43e0ede5ea 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Value_Range_Template.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/templates/Value_Range_Template.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/AbstractOfType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/AbstractOfType.java
index 2ad58ae76f..7c6944c62f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/AbstractOfType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/AbstractOfType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Address_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Address_Type.java
index 98b373b70f..b23a6166fa 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Address_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Address_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Altstep_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Altstep_Type.java
index f4bc2b9315..d5ffae9741 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Altstep_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Altstep_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Anytype_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Anytype_Type.java
index 7f1a8ec013..1f5d221539 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Anytype_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Anytype_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Array_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Array_Type.java
index a5d817d87c..85583addbb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Array_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Array_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/BitString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/BitString_Type.java
index 7dfe448240..35f4e1d3ad 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/BitString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/BitString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Boolean_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Boolean_Type.java
index 8e2f8006ea..4ae95b5f13 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Boolean_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Boolean_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CharString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CharString_Type.java
index f0b6d73d5d..5011c10877 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CharString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CharString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CompField.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CompField.java
index 9df836c351..822d3963fd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CompField.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CompField.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CompFieldMap.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CompFieldMap.java
index 33ab357f1a..138efd3e05 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CompFieldMap.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/CompFieldMap.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ComponentTypeBody.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ComponentTypeBody.java
index 863c025904..29837076ed 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ComponentTypeBody.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ComponentTypeBody.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ComponentTypeReferenceList.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ComponentTypeReferenceList.java
index be9657eed8..36c57ab2a0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ComponentTypeReferenceList.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ComponentTypeReferenceList.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Component_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Component_Type.java
index 705b21c2df..c33853468b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Component_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Component_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Default_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Default_Type.java
index 189a4199ab..61a985b7b8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Default_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Default_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/DefinitionContainer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/DefinitionContainer.java
index b2f4c09836..ebbe64250b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/DefinitionContainer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/DefinitionContainer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/EnumItem.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/EnumItem.java
index 75eff184e4..18b86930b6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/EnumItem.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/EnumItem.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/EnumerationItems.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/EnumerationItems.java
index 096776909d..b46879e9ed 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/EnumerationItems.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/EnumerationItems.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Float_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Float_Type.java
index cd270eb37f..345c215e9c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Float_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Float_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Function_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Function_Type.java
index cce8d53e83..42e636f85d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Function_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Function_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/HexString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/HexString_Type.java
index 15bbe98d40..90fa39b7bb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/HexString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/HexString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Integer_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Integer_Type.java
index 13faa1e2ef..02fa8ccc30 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Integer_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Integer_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ObjectID_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ObjectID_Type.java
index 3a0d4a9559..33339b0866 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ObjectID_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/ObjectID_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/OctetString_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/OctetString_Type.java
index 4be2007e2e..c81e8c9765 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/OctetString_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/OctetString_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/PortTypeBody.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/PortTypeBody.java
index 3b45a48aee..5fba247c50 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/PortTypeBody.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/PortTypeBody.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Port_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Port_Type.java
index 118b6dc5f8..4a90342d49 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Port_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Port_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Referenced_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Referenced_Type.java
index 3289087b0e..96f06bb3c3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Referenced_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Referenced_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SequenceOf_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SequenceOf_Type.java
index 98415721fc..bde40e3886 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SequenceOf_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SequenceOf_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SetOf_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SetOf_Type.java
index 7ea8259914..e2d6d627b8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SetOf_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SetOf_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureExceptions.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureExceptions.java
index 5c180d32a8..8afba696f0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureExceptions.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureExceptions.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureFormalParameter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureFormalParameter.java
index c3ec0eaf5f..648a978ed3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureFormalParameter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureFormalParameter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureFormalParameterList.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureFormalParameterList.java
index df6d3ae19c..db5e36b054 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureFormalParameterList.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/SignatureFormalParameterList.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Signature_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Signature_Type.java
index c1f2d27765..0b4b8afbc8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Signature_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Signature_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Choice_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Choice_Type.java
index 0b86d9d19a..a00384c87d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Choice_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Choice_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Enumerated_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Enumerated_Type.java
index 89bd679306..f6c2ccaadb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Enumerated_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Enumerated_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Sequence_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Sequence_Type.java
index 6ce90485c0..bb683a0d71 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Sequence_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Sequence_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Set_Seq_Choice_BaseType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Set_Seq_Choice_BaseType.java
index c7af7802dd..2282745212 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Set_Seq_Choice_BaseType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Set_Seq_Choice_BaseType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Set_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Set_Type.java
index c33181162a..42d9ec4f1f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Set_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TTCN3_Set_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Testcase_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Testcase_Type.java
index 1e5aa87d18..739bb23b76 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Testcase_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Testcase_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TypeFactory.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TypeFactory.java
index 37649b7217..a15d023f96 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TypeFactory.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TypeFactory.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TypeSet.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TypeSet.java
index f4dd64f50a..bbcd4c6f39 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TypeSet.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/TypeSet.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/UniversalCharstring_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/UniversalCharstring_Type.java
index 7d308d47d1..4c051ecc5d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/UniversalCharstring_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/UniversalCharstring_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Verdict_Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Verdict_Type.java
index 0961deae4e..3a5082b004 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Verdict_Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/Verdict_Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/BooleanListConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/BooleanListConstraint.java
index bdae58a69a..19a28a61ad 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/BooleanListConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/BooleanListConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/CharLimit.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/CharLimit.java
index 269fdf4dfc..a12be82e0d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/CharLimit.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/CharLimit.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/EmptyStringSet.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/EmptyStringSet.java
index a94dbc5871..73ed326670 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/EmptyStringSet.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/EmptyStringSet.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/FullStringSet.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/FullStringSet.java
index 54f518e8b6..5cece906d4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/FullStringSet.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/FullStringSet.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/IntegerLimit.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/IntegerLimit.java
index c548b2cf07..30ebe9d68f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/IntegerLimit.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/IntegerLimit.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Length_ParsedSubType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Length_ParsedSubType.java
index d92863d646..610b0b72e2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Length_ParsedSubType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Length_ParsedSubType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/LimitType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/LimitType.java
index d6fb200346..71eba317bb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/LimitType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/LimitType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ParsedSubType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ParsedSubType.java
index 6312561031..028ba29bf4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ParsedSubType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ParsedSubType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Pattern_ParsedSubType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Pattern_ParsedSubType.java
index a039ea26fa..3509c7116a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Pattern_ParsedSubType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Pattern_ParsedSubType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RangeListConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RangeListConstraint.java
index 50af20459b..54ac060220 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RangeListConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RangeListConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Range_ParsedSubType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Range_ParsedSubType.java
index 787862bd4f..8debf5a589 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Range_ParsedSubType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Range_ParsedSubType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RealLimit.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RealLimit.java
index 6f35497c8a..11ed04eae2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RealLimit.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RealLimit.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RealRangeListConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RealRangeListConstraint.java
index 176d86601d..344964dc8c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RealRangeListConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/RealRangeListConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Single_ParsedSubType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Single_ParsedSubType.java
index 4b049be339..cac3c046ae 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Single_ParsedSubType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/Single_ParsedSubType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SizeLimit.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SizeLimit.java
index b3d732b628..c4ec280766 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SizeLimit.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SizeLimit.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringPatternConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringPatternConstraint.java
index ce00414c7d..80e96163cd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringPatternConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringPatternConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSetConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSetConstraint.java
index 5efd42d19e..51a12af523 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSetConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSetConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSetOperation.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSetOperation.java
index f8cac9f3ee..103aa860ce 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSetOperation.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSetOperation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSizeAndValueListConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSizeAndValueListConstraint.java
index a427395b1c..c908d72271 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSizeAndValueListConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSizeAndValueListConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSubtypeTreeElement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSubtypeTreeElement.java
index 384a28bffc..9d24ac2e62 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSubtypeTreeElement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringSubtypeTreeElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringValueConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringValueConstraint.java
index 393ae9ba6e..9d170c77f1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringValueConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/StringValueConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SubType.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SubType.java
index 81c34c5558..32521ffb1e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SubType.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SubType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SubtypeConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SubtypeConstraint.java
index d2933bc520..aca100d243 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SubtypeConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/SubtypeConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/TernaryBool.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/TernaryBool.java
index ff59c15a76..2aa29f367d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/TernaryBool.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/TernaryBool.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/UCharLimit.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/UCharLimit.java
index 98c79b5dd4..103d194002 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/UCharLimit.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/UCharLimit.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/UStringValueConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/UStringValueConstraint.java
index b76a628599..4f33f65565 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/UStringValueConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/UStringValueConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ValueListAndSizeConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ValueListAndSizeConstraint.java
index c21fbf6bcc..4a7d789e01 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ValueListAndSizeConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ValueListAndSizeConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ValueListConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ValueListConstraint.java
index 41c9f75d87..f9674824db 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ValueListConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/ValueListConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/VerdicttypeListConstraint.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/VerdicttypeListConstraint.java
index adb527893f..bcb19f39a7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/VerdicttypeListConstraint.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/types/subtypes/VerdicttypeListConstraint.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Altstep_Reference_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Altstep_Reference_Value.java
index c04d6d45c3..a709c22416 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Altstep_Reference_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Altstep_Reference_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Anytype_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Anytype_Value.java
index cc44be4103..2643128b3a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Anytype_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Anytype_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ArrayDimension.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ArrayDimension.java
index f8c4af265d..2b3a64bbd3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ArrayDimension.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ArrayDimension.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ArrayDimensions.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ArrayDimensions.java
index f4a3b92212..8a8b1b60a6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ArrayDimensions.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ArrayDimensions.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Array_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Array_Value.java
index 3168f138f9..598fb5b443 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Array_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Array_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Bitstring_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Bitstring_Value.java
index 00d0471bdf..b0b5d7cbc8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Bitstring_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Bitstring_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Boolean_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Boolean_Value.java
index 2d0c590c5c..95ad25f982 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Boolean_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Boolean_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/CharstringExtractor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/CharstringExtractor.java
index 9e5213376b..64f4710118 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/CharstringExtractor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/CharstringExtractor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Charstring_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Charstring_Value.java
index 92660e5b5f..c6069be130 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Charstring_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Charstring_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Choice_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Choice_Value.java
index c4100143d3..c81511d17f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Choice_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Choice_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Default_Null_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Default_Null_Value.java
index c69cf3a68e..b5254bf908 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Default_Null_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Default_Null_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Enumerated_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Enumerated_Value.java
index ec56d65c53..5d680d13d9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Enumerated_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Enumerated_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Expression_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Expression_Value.java
index f8bb7012b7..fce9c995aa 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Expression_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Expression_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/FAT_Null_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/FAT_Null_Value.java
index 9893d97668..fbc62e3e44 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/FAT_Null_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/FAT_Null_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Function_Reference_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Function_Reference_Value.java
index 1b2401a735..5b5db191c6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Function_Reference_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Function_Reference_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Hexstring_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Hexstring_Value.java
index 819812f5a2..79ea66c67d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Hexstring_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Hexstring_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/IndexedValue.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/IndexedValue.java
index 1de2d1db26..eec6d75dad 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/IndexedValue.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/IndexedValue.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Integer_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Integer_Value.java
index 3b29273a61..f60b2630b7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Integer_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Integer_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Macro_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Macro_Value.java
index 0d98c50b57..d75af13c5b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Macro_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Macro_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/NamedValue.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/NamedValue.java
index f22c3ae1aa..080535cd40 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/NamedValue.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/NamedValue.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/NamedValues.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/NamedValues.java
index 66b08ad476..4980de9b52 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/NamedValues.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/NamedValues.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Notused_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Notused_Value.java
index ecbaec8a23..53ce451b86 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Notused_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Notused_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ObjectIdentifierComponent.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ObjectIdentifierComponent.java
index 29385913fc..ef01a8c492 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ObjectIdentifierComponent.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ObjectIdentifierComponent.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ObjectIdentifier_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ObjectIdentifier_Value.java
index a820e69491..4dded70359 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ObjectIdentifier_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/ObjectIdentifier_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Octetstring_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Octetstring_Value.java
index 6ea111d52e..7dc90d077d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Octetstring_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Octetstring_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Omit_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Omit_Value.java
index 7edb4267b7..d457f12a30 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Omit_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Omit_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/RangedArrayDimension.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/RangedArrayDimension.java
index 0673f8019d..0345f06286 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/RangedArrayDimension.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/RangedArrayDimension.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Real_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Real_Value.java
index 101962aad1..67717c6297 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Real_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Real_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Referenced_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Referenced_Value.java
index eecd428230..6b4451faee 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Referenced_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Referenced_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SequenceOf_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SequenceOf_Value.java
index 2f18629703..93f6f6af9b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SequenceOf_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SequenceOf_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Sequence_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Sequence_Value.java
index c380d6082a..544bccf38e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Sequence_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Sequence_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SetOf_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SetOf_Value.java
index c3539bb6c2..5b8ce5c558 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SetOf_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SetOf_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Set_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Set_Value.java
index dc4e473e6c..8ec24cc9b8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Set_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Set_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SingleArrayDimension.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SingleArrayDimension.java
index 82d4f12f4e..41c9d3460a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SingleArrayDimension.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/SingleArrayDimension.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/TTCN3_Null_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/TTCN3_Null_Value.java
index 9b12a98f9a..50dd632a0d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/TTCN3_Null_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/TTCN3_Null_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Testcase_Reference_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Testcase_Reference_Value.java
index e8f1be93a9..d216fc2d47 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Testcase_Reference_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Testcase_Reference_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Undefined_LowerIdentifier_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Undefined_LowerIdentifier_Value.java
index 3c8af9da52..99b2a336cd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Undefined_LowerIdentifier_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Undefined_LowerIdentifier_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalChar.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalChar.java
index 17eb6cc7f7..76e5d1bd72 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalChar.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalChar.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalCharstring.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalCharstring.java
index 4fe3aa086e..790940e65b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalCharstring.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalCharstring.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalCharstring_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalCharstring_Value.java
index 1628610f82..17659b8891 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalCharstring_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/UniversalCharstring_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Values.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Values.java
index cdb9b7acf0..6511ca8767 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Values.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Values.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Verdict_Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Verdict_Value.java
index c7dd8a5841..4eba1e43ab 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Verdict_Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/Verdict_Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ActivateDereferedExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ActivateDereferedExpression.java
index dacf2d3de8..4d6d5b0419 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ActivateDereferedExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ActivateDereferedExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ActivateExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ActivateExpression.java
index 99ea4702bc..81d54aff0a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ActivateExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ActivateExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AddExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AddExpression.java
index 87648ead89..bbdf6d499c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AddExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AddExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AllComponentAliveExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AllComponentAliveExpression.java
index b3d50f1acc..2946005d68 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AllComponentAliveExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AllComponentAliveExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AllComponentRunningExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AllComponentRunningExpression.java
index 64c3eb32c0..9170930cea 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AllComponentRunningExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AllComponentRunningExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/And4bExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/And4bExpression.java
index c3d51de3f6..f13304b01f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/And4bExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/And4bExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AndExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AndExpression.java
index 71044711d3..57903ff2a5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AndExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AndExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyComponentAliveExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyComponentAliveExpression.java
index 44d2f95452..ae0239a5ff 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyComponentAliveExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyComponentAliveExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyComponentRunningExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyComponentRunningExpression.java
index 636dc3f45c..68d2cd4c86 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyComponentRunningExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyComponentRunningExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyTimerRunningExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyTimerRunningExpression.java
index 840b6b24eb..4d76e1a4f5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyTimerRunningExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/AnyTimerRunningExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ApplyExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ApplyExpression.java
index 855a7d4f56..873237d3a4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ApplyExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ApplyExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2HexExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2HexExpression.java
index 89d6acea62..843243b519 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2HexExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2HexExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2IntExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2IntExpression.java
index 002da3e8be..6ddacc9378 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2IntExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2IntExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2OctExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2OctExpression.java
index 18de93a5ff..fe6af41312 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2OctExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2OctExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2StrExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2StrExpression.java
index 8a3c316439..f72a7e296f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2StrExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Bit2StrExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/BitstringUtilities.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/BitstringUtilities.java
index b700608cd7..408ef1120a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/BitstringUtilities.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/BitstringUtilities.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Char2IntExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Char2IntExpression.java
index 4a55b5b2cb..1c4934e4e5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Char2IntExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Char2IntExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Char2OctExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Char2OctExpression.java
index 22952b394e..f6e672d9d9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Char2OctExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Char2OctExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentAliveExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentAliveExpression.java
index ecccbafd29..91566a7fd7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentAliveExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentAliveExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentCreateExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentCreateExpression.java
index 70154c5cf2..66dfb413b9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentCreateExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentCreateExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentNullExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentNullExpression.java
index 8a5c01d510..6a299f2127 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentNullExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentNullExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentRunnningExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentRunnningExpression.java
index 1c9da3713b..3ee77c8f2b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentRunnningExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ComponentRunnningExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecodeBase64Expression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecodeBase64Expression.java
index 12ab35176e..91a6896c63 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecodeBase64Expression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecodeBase64Expression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecodeExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecodeExpression.java
index 044b0b13e3..8e465e1d10 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecodeExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecodeExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecompExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecompExpression.java
index 41b4025e1a..cb98e8c51d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecompExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecompExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecvalueUnicharExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecvalueUnicharExpression.java
index 29c2daf742..f42b344a13 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecvalueUnicharExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DecvalueUnicharExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DivideExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DivideExpression.java
index 10d3d92d99..554b55d068 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DivideExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/DivideExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncodeBase64Expression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncodeBase64Expression.java
index 2bffee4563..797e0307bd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncodeBase64Expression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncodeBase64Expression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncodeExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncodeExpression.java
index c023691532..858fe14bf0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncodeExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncodeExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncvalueUnicharExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncvalueUnicharExpression.java
index adc1799146..8b07dbb556 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncvalueUnicharExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EncvalueUnicharExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Enum2IntExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Enum2IntExpression.java
index 3812d040bb..4b562b544d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Enum2IntExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Enum2IntExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EqualsExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EqualsExpression.java
index 81c3bbaab3..f156779697 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EqualsExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/EqualsExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExecuteDereferedExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExecuteDereferedExpression.java
index e0f1740109..4aa3fb6e3f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExecuteDereferedExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExecuteDereferedExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExecuteExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExecuteExpression.java
index c62bc5b816..ad3e1bfffc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExecuteExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExecuteExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExpressionUtilities.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExpressionUtilities.java
index 6c6acdac32..208fcbb433 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExpressionUtilities.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ExpressionUtilities.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Float2IntExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Float2IntExpression.java
index 389711a378..a9ee894d79 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Float2IntExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Float2IntExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Float2StrExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Float2StrExpression.java
index 990b1404cc..d52db3fed6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Float2StrExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Float2StrExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GetStringencodingExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GetStringencodingExpression.java
index 3b0e104f81..e85b79382f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GetStringencodingExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GetStringencodingExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GetverdictExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GetverdictExpression.java
index 533a956403..2afc719a70 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GetverdictExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GetverdictExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GreaterThanExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GreaterThanExpression.java
index 2ab1dc7329..a2748bbccc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GreaterThanExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GreaterThanExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GreaterThanOrEqualExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GreaterThanOrEqualExpression.java
index 2f0eb1ced5..41ebff847a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GreaterThanOrEqualExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/GreaterThanOrEqualExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2BitExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2BitExpression.java
index 500d201f27..bb1d140ac6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2BitExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2BitExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2IntExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2IntExpression.java
index 466ec69205..0f60fff8e3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2IntExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2IntExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2OctExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2OctExpression.java
index 069cc29a5f..acfdd820b3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2OctExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2OctExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2StrExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2StrExpression.java
index 3bae11670e..f12cea23f8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2StrExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Hex2StrExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2BitExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2BitExpression.java
index 3b493dfdaa..60671eb26a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2BitExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2BitExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2CharExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2CharExpression.java
index 6982af0959..3f00fe9c99 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2CharExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2CharExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2FloatExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2FloatExpression.java
index d91d86c4ee..a1b4b80384 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2FloatExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2FloatExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2HexExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2HexExpression.java
index 2e2cb9180b..31813ae30e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2HexExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2HexExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2OctExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2OctExpression.java
index de449888eb..707ddd9fe5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2OctExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2OctExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2StrExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2StrExpression.java
index c3c06861c4..b0e64ea1ff 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2StrExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2StrExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2UnicharExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2UnicharExpression.java
index 7b9ae5b33b..2db6f7a8e6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2UnicharExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Int2UnicharExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsBoundExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsBoundExpression.java
index 2cbbc121e9..3159dfa3cc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsBoundExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsBoundExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsChoosenExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsChoosenExpression.java
index a434fe624f..0211be793b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsChoosenExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsChoosenExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsPresentExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsPresentExpression.java
index c54a7ea0a4..5c7c93177a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsPresentExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsPresentExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsValueExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsValueExpression.java
index 8c124af50b..b7cc04fa00 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsValueExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/IsValueExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LengthofExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LengthofExpression.java
index 46c43dd171..ea47dab848 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LengthofExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LengthofExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LessThanExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LessThanExpression.java
index 1a21aba8bf..abf031bbcf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LessThanExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LessThanExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LessThanOrEqualExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LessThanOrEqualExpression.java
index 482a00be8d..4a78bf56a3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LessThanOrEqualExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/LessThanOrEqualExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Log2StrExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Log2StrExpression.java
index 2be29d0522..4a97791def 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Log2StrExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Log2StrExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MTCComponentExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MTCComponentExpression.java
index cfd8c7bf9e..ac477b1d02 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MTCComponentExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MTCComponentExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MatchExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MatchExpression.java
index a6d2bd7b7b..98216c08e1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MatchExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MatchExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ModuloExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ModuloExpression.java
index 931befc5b6..9d848c3a4c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ModuloExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ModuloExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MultiplyExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MultiplyExpression.java
index 369c466f93..0093c88a49 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MultiplyExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/MultiplyExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Not4bExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Not4bExpression.java
index 7e6630a1e3..bc2fed4245 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Not4bExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Not4bExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/NotExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/NotExpression.java
index 94cb8fe8eb..58ccf0ea20 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/NotExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/NotExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/NotequalesExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/NotequalesExpression.java
index 2f1e200226..4fab7ebae6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/NotequalesExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/NotequalesExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2BitExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2BitExpression.java
index ed5178f579..4b2143f168 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2BitExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2BitExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2CharExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2CharExpression.java
index 6ab9d171b7..b243f3c9db 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2CharExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2CharExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2HexExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2HexExpression.java
index 4ba9a91829..7cbbffe0f6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2HexExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2HexExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2IntExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2IntExpression.java
index f029451f67..12660de64b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2IntExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2IntExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2StrExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2StrExpression.java
index bacb785030..893438878d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2StrExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2StrExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2UnicharExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2UnicharExpression.java
index fa7bb555c3..813621bbba 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2UnicharExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Oct2UnicharExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Or4bExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Or4bExpression.java
index b8ea63345c..5ebb7cb21d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Or4bExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Or4bExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/OrExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/OrExpression.java
index cdff558bd8..a72ff956ae 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/OrExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/OrExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ProfilerRunningExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ProfilerRunningExpression.java
index 57aa7542ee..19ce2ff3e4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ProfilerRunningExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ProfilerRunningExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RNDExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RNDExpression.java
index c57159fa39..b7d0ab5494 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RNDExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RNDExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RNDWithValueExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RNDWithValueExpression.java
index f8e43ffbfc..b71174fa79 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RNDWithValueExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RNDWithValueExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RefersExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RefersExpression.java
index 0357696571..c19d3dea19 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RefersExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RefersExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RegexpExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RegexpExpression.java
index 41daaa8ba3..3eacb6d387 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RegexpExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RegexpExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RemainderExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RemainderExpression.java
index cccbf880e7..dc3c0eb9ed 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RemainderExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RemainderExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RemoveBomExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RemoveBomExpression.java
index 2444abca73..9a0b611a20 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RemoveBomExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RemoveBomExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ReplaceExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ReplaceExpression.java
index b3d8633ac9..a556716f79 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ReplaceExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ReplaceExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RotateLeftExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RotateLeftExpression.java
index 9b24c7d40e..93388b6515 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RotateLeftExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RotateLeftExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RotateRightExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RotateRightExpression.java
index d6b1d034d1..727c2a1531 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RotateRightExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/RotateRightExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SelfComponentExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SelfComponentExpression.java
index 4b7ce6218e..06d3ad2dfa 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SelfComponentExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SelfComponentExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ShiftLeftExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ShiftLeftExpression.java
index f63ccf8203..a1d6005231 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ShiftLeftExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ShiftLeftExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ShiftRightExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ShiftRightExpression.java
index f7991e895d..ac6f14327a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ShiftRightExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ShiftRightExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SizeOfExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SizeOfExpression.java
index ae368055b9..6a0e305296 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SizeOfExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SizeOfExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2BitExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2BitExpression.java
index 72c9966852..1a05969e79 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2BitExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2BitExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2FloatExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2FloatExpression.java
index 5f6373eaba..8ea2ad271f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2FloatExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2FloatExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2HexExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2HexExpression.java
index 2ebff6421e..4588f078ad 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2HexExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2HexExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2IntExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2IntExpression.java
index 79a6d74e43..408a789e68 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2IntExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2IntExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2OctExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2OctExpression.java
index 854a86ebb6..7e7dc89f27 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2OctExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Str2OctExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/StringConcatenationExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/StringConcatenationExpression.java
index ecc92fe048..1c6acc2a7c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/StringConcatenationExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/StringConcatenationExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SubstrExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SubstrExpression.java
index 94d91a72d8..99eedd6fd9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SubstrExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SubstrExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SubstractExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SubstractExpression.java
index 479a2f5872..dc90475eeb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SubstractExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SubstractExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SystemComponentExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SystemComponentExpression.java
index 4e47fe063b..34180c34ea 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SystemComponentExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/SystemComponentExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TestcasenameExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TestcasenameExpression.java
index 6bf9745f72..978122288d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TestcasenameExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TestcasenameExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TimerReadExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TimerReadExpression.java
index 25f18e027d..baf4c5b310 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TimerReadExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TimerReadExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TimerRunningExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TimerRunningExpression.java
index dda335a901..efebf511bd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TimerRunningExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/TimerRunningExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Ttcn2StringExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Ttcn2StringExpression.java
index 9e03e8e5df..a873199706 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Ttcn2StringExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Ttcn2StringExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UnaryMinusExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UnaryMinusExpression.java
index 9b3ad86bfc..afeba277bd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UnaryMinusExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UnaryMinusExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UnaryPlusExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UnaryPlusExpression.java
index e07764af04..09e9433892 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UnaryPlusExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UnaryPlusExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UndefRunningExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UndefRunningExpression.java
index c4bc6c4f5e..20672bab3a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UndefRunningExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/UndefRunningExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2CharExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2CharExpression.java
index 464c0ecf37..bdb2248c26 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2CharExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2CharExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2IntExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2IntExpression.java
index 9491e2583b..ec0bece3ae 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2IntExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2IntExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2OctExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2OctExpression.java
index dedda9370d..ea8a68d234 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2OctExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Unichar2OctExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ValueofExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ValueofExpression.java
index 8f01c8f18f..e659cc1a34 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ValueofExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/ValueofExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Xor4bExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Xor4bExpression.java
index dcd38334c7..9d6ed66d5a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Xor4bExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/Xor4bExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/XorExpression.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/XorExpression.java
index 27ea7067af..1b3a2a075f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/XorExpression.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TTCN3/values/expressions/XorExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TemporalReference.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TemporalReference.java
index 4f0c7c2193..7de18f0e68 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TemporalReference.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TemporalReference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Type.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Type.java
index ff51252e7e..4d9ef3166a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Type.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Type.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TypeCompatibilityInfo.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TypeCompatibilityInfo.java
index 0ff464e1b1..cf089948d1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TypeCompatibilityInfo.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/TypeCompatibilityInfo.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Value.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Value.java
index 3717c3b2a0..0e77e328e8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Value.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/Value.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AnalyzerFactory.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AnalyzerFactory.java
index 0d94b268d2..e90e7e451b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AnalyzerFactory.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AnalyzerFactory.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandler.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandler.java
index b1f8487dc2..588c7af0a3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandler.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerAFTGeneral.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerAFTGeneral.java
index 1fca78f32d..d90cc62751 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerAFTGeneral.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerAFTGeneral.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerAFTRerences.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerAFTRerences.java
index 2b5c46512f..85626b9c9c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerAFTRerences.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerAFTRerences.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerComponent.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerComponent.java
index 5b9b0d5763..5113531235 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerComponent.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerComponent.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerFactory.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerFactory.java
index 9600fabff4..a5fa673ccf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerFactory.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/AssignmentHandlerFactory.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/BrokenPartsChecker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/BrokenPartsChecker.java
index 5bec5a724c..5e5e507fd3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/BrokenPartsChecker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/BrokenPartsChecker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/BrokenPartsViaReferences.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/BrokenPartsViaReferences.java
index dafd2776dd..e363f6cb5b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/BrokenPartsViaReferences.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/BrokenPartsViaReferences.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/IAssignmentChecker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/IAssignmentChecker.java
index 1f0c792787..abe37c87b7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/IAssignmentChecker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/IAssignmentChecker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/IBaseAnalyzer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/IBaseAnalyzer.java
index 0db3e4f669..a05abacba7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/IBaseAnalyzer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/IBaseAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/OriginalModuleSelection.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/OriginalModuleSelection.java
index 45d22e3c72..4af0e1b96a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/OriginalModuleSelection.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/OriginalModuleSelection.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/ReferenceCollector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/ReferenceCollector.java
index de7c8de084..eec461db53 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/ReferenceCollector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/ReferenceCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/ReferencesProcessor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/ReferencesProcessor.java
index 6d0dd455e1..9dbaf84493 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/ReferencesProcessor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/ReferencesProcessor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/SelectionAlgorithm.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/SelectionAlgorithm.java
index f1d5f5e4f4..e6a6a61592 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/SelectionAlgorithm.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/SelectionAlgorithm.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/SelectionMethodBase.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/SelectionMethodBase.java
index 72e0531771..a638037dbe 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/SelectionMethodBase.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/AST/brokenpartsanalyzers/SelectionMethodBase.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/Activator.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/Activator.java
index 817211f810..26d04ac936 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/Activator.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/Activator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/DebugUtils.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/DebugUtils.java
index d67d2e332e..2279b2f7fd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/DebugUtils.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/DebugUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/GeneralConstants.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/GeneralConstants.java
index 649649019e..c92a3afddb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/GeneralConstants.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/GeneralConstants.java
@@ -48,7 +48,7 @@ public final class GeneralConstants {
 	public static final String TYPE = "type";
 
 	public static final String VERSION_STRING = ON_THE_FLY_ANALYZER_VERSION.toString();
-	public static final String COPYRIGHT_STRING = "# Copyright (c) 2000-2015 Ericsson Telecom AB";
+	public static final String COPYRIGHT_STRING = "# Copyright (c) 2000-2016 Ericsson Telecom AB";
 
 	public static final String PROJECT_PROPERTY_PAGE = "org.eclipse.titan.designer.properties.pages.ProjectBuildPropertyPage";
 
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/GlobalDeltaVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/GlobalDeltaVisitor.java
index a0076bc1b7..58b5f3dac3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/GlobalDeltaVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/GlobalDeltaVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/HeadlessStorage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/HeadlessStorage.java
index 1e3a372c4c..9588dc9454 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/HeadlessStorage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/HeadlessStorage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/SaveParticipant.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/SaveParticipant.java
index 5c56e214a1..602a23a366 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/SaveParticipant.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/SaveParticipant.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckSemantic.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckSemantic.java
index 36e6b7b00c..4bfdabd2a6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckSemantic.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckSemantic.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckSyntax.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckSyntax.java
index efc91a7c9f..c0dd373d5a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckSyntax.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckSyntax.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckVersion.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckVersion.java
index 2fdb7fafe4..1a755ffc33 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckVersion.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/CheckVersion.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ConvertXSD2TTCN.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ConvertXSD2TTCN.java
index d144e09002..3cdd5f671c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ConvertXSD2TTCN.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ConvertXSD2TTCN.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ExcludeFromBuild.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ExcludeFromBuild.java
index ae851b5ff3..c212c37f79 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ExcludeFromBuild.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ExcludeFromBuild.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ExternalTitanAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ExternalTitanAction.java
index 63322ebe07..c866551d96 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ExternalTitanAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/ExternalTitanAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/FindDefinitionAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/FindDefinitionAction.java
index 5441601277..e17b68ded9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/FindDefinitionAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/FindDefinitionAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/GenerateBuilderInformation.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/GenerateBuilderInformation.java
index 86c4d0356b..3958cc023f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/GenerateBuilderInformation.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/GenerateBuilderInformation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/GenerateTestPortSkeleton.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/GenerateTestPortSkeleton.java
index 1cbf6d85ca..7a21231ba6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/GenerateTestPortSkeleton.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/GenerateTestPortSkeleton.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/NatureConverter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/NatureConverter.java
index f781d1f7fc..94aa86945c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/NatureConverter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/NatureConverter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/RemoteBuilder.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/RemoteBuilder.java
index d9de73d779..d488c79358 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/RemoteBuilder.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/RemoteBuilder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/external_build_information.xsd b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/external_build_information.xsd
index 3da2b70c32..9e922892a9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/external_build_information.xsd
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/actions/external_build_information.xsd
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/application/InvokeBuild.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/application/InvokeBuild.java
index 12ea72cece..8abec37d79 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/application/InvokeBuild.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/application/InvokeBuild.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/application/LoadFromTpd.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/application/LoadFromTpd.java
index 917f50bd77..444a68dfff 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/application/LoadFromTpd.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/application/LoadFromTpd.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/ExcludedResourceFilter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/ExcludedResourceFilter.java
index 08f1570715..adf194f1ed 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/ExcludedResourceFilter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/ExcludedResourceFilter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/ResourceExclusionHelper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/ResourceExclusionHelper.java
index e8e77603ce..452bcedd24 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/ResourceExclusionHelper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/ResourceExclusionHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/WorkingDirectoryFilter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/WorkingDirectoryFilter.java
index c770e89e73..b3e376fa5b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/WorkingDirectoryFilter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/commonFilters/WorkingDirectoryFilter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/consoles/TITANConsole.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/consoles/TITANConsole.java
index 10db08b976..fa2d3c87fb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/consoles/TITANConsole.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/consoles/TITANConsole.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/consoles/TITANDebugConsole.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/consoles/TITANDebugConsole.java
index 2e141a9e71..192a4bd6f3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/consoles/TITANDebugConsole.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/consoles/TITANDebugConsole.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/CompilerVersionInformationCollector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/CompilerVersionInformationCollector.java
index cdaf5159c9..3d9476b0a6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/CompilerVersionInformationCollector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/CompilerVersionInformationCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/LoadBalancingUtilities.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/LoadBalancingUtilities.java
index 81fd0fb3bb..607588c1f5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/LoadBalancingUtilities.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/LoadBalancingUtilities.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/OutputAnalyzer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/OutputAnalyzer.java
index eb648151de..d3b70e2dbc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/OutputAnalyzer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/OutputAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ProductIdentityHelper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ProductIdentityHelper.java
index 8d7dc8ebae..9a7cd4ebfb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ProductIdentityHelper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ProductIdentityHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ProjectBasedBuilder.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ProjectBasedBuilder.java
index 9883adeb90..09571f8496 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ProjectBasedBuilder.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ProjectBasedBuilder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ReferencedProjectResourceVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ReferencedProjectResourceVisitor.java
index 995ef95d29..13c986f9c9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ReferencedProjectResourceVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/ReferencedProjectResourceVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/SymbolicLinkHandler.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/SymbolicLinkHandler.java
index 5e31623377..86c4afd3e7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/SymbolicLinkHandler.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/SymbolicLinkHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilder.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilder.java
index b7ac3d6d0c..d9a2adacec 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilder.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilderResourceDeltaVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilderResourceDeltaVisitor.java
index bfa4c286e6..460241413c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilderResourceDeltaVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilderResourceDeltaVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilderResourceVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilderResourceVisitor.java
index 627378f4a5..3b4c996733 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilderResourceVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilderResourceVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANInstallationValidator.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANInstallationValidator.java
index f80d7d3f76..7a47e9b177 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANInstallationValidator.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANInstallationValidator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANJob.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANJob.java
index 109b74409e..174bc0dd2b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANJob.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANJob.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANNature.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANNature.java
index 238723cd1a..3ac081f1cf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANNature.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANNature.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/BaseDirectoryStruct.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/BaseDirectoryStruct.java
index 6f4d132991..f4e77f3207 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/BaseDirectoryStruct.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/BaseDirectoryStruct.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/InternalMakefileGenerator.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/InternalMakefileGenerator.java
index 3d7a4bee7e..7e1f529034 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/InternalMakefileGenerator.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/InternalMakefileGenerator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/MakefileGeneratorVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/MakefileGeneratorVisitor.java
index 1ea2d1a4db..9077feb224 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/MakefileGeneratorVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/MakefileGeneratorVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/ModuleStruct.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/ModuleStruct.java
index d9360dd2da..ed83b39d6a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/ModuleStruct.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/ModuleStruct.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/OtherFileStruct.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/OtherFileStruct.java
index b904a073c7..fd56ceaa72 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/OtherFileStruct.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/OtherFileStruct.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/TTCN3IncludeFileStruct.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/TTCN3IncludeFileStruct.java
index 2d4ddd8e9d..06a1e63f8a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/TTCN3IncludeFileStruct.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/TTCN3IncludeFileStruct.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/UserStruct.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/UserStruct.java
index 8edea2f4a8..0dd7a61939 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/UserStruct.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/UserStruct.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/Declaration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/Declaration.java
index 330f648c83..d0739992e9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/Declaration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/Declaration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/DefinitionDeclaration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/DefinitionDeclaration.java
index 4a58d093cb..49327f87ab 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/DefinitionDeclaration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/DefinitionDeclaration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/FieldDeclaration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/FieldDeclaration.java
index 3a114fae68..db6b81da33 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/FieldDeclaration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/FieldDeclaration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/IdentifierFinderVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/IdentifierFinderVisitor.java
index 620f4ffb8e..c22839efc9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/IdentifierFinderVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/IdentifierFinderVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/ModuleDeclaration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/ModuleDeclaration.java
index 264a593fac..58944e798d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/ModuleDeclaration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/declarationsearch/ModuleDeclaration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/DecoratorVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/DecoratorVisitor.java
index b8eef917b0..fb90dd7e31 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/DecoratorVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/DecoratorVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/OverlayImageIcon.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/OverlayImageIcon.java
index dfeca37c4a..f126d03dc9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/OverlayImageIcon.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/OverlayImageIcon.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/TITANDecorator.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/TITANDecorator.java
index 7b7df9634e..6816cfbed0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/TITANDecorator.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/decorators/TITANDecorator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/AnnotationHover.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/AnnotationHover.java
index ab87b369f1..9e377adfb8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/AnnotationHover.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/AnnotationHover.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/AnnotationImageProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/AnnotationImageProvider.java
index 2e57d051f7..e5f90ea846 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/AnnotationImageProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/AnnotationImageProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/BaseTextHover.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/BaseTextHover.java
index a1eb4352ae..ae36653fd0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/BaseTextHover.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/BaseTextHover.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/BracketCompletionAutoEditStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/BracketCompletionAutoEditStrategy.java
index e949fde73b..dc86055ba4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/BracketCompletionAutoEditStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/BracketCompletionAutoEditStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ClosingBracketIndentationAutoEditStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ClosingBracketIndentationAutoEditStrategy.java
index 191fb7eeec..2002e92153 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ClosingBracketIndentationAutoEditStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ClosingBracketIndentationAutoEditStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ColorManager.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ColorManager.java
index 6a2621f137..4b94221a61 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ColorManager.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ColorManager.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/CompletionProposal.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/CompletionProposal.java
index 765394c126..37eb2ab48e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/CompletionProposal.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/CompletionProposal.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ContentAssitant.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ContentAssitant.java
index 42bbe817c0..a3319a0ae4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ContentAssitant.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ContentAssitant.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/EditorTracker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/EditorTracker.java
index d9d7e204be..df95abd0db 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/EditorTracker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/EditorTracker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/FoldingSupport.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/FoldingSupport.java
index 9814322613..e8801d712b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/FoldingSupport.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/FoldingSupport.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GeneralPairMatcher.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GeneralPairMatcher.java
index 6211731e6b..dc58ccae2b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GeneralPairMatcher.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GeneralPairMatcher.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GeneralTITANAutoEditStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GeneralTITANAutoEditStrategy.java
index a4ef530453..c526da1ee6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GeneralTITANAutoEditStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GeneralTITANAutoEditStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GlobalIntervalHandler.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GlobalIntervalHandler.java
index c37bd1e1cc..b2c439ad35 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GlobalIntervalHandler.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/GlobalIntervalHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/HeuristicalIntervalDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/HeuristicalIntervalDetector.java
index 3ec99fdf9a..0b3f1a0134 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/HeuristicalIntervalDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/HeuristicalIntervalDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IEditorWithCarretOffset.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IEditorWithCarretOffset.java
index cea54f7a10..c7d660b035 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IEditorWithCarretOffset.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IEditorWithCarretOffset.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IHeuristicalIntervalDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IHeuristicalIntervalDetector.java
index 874f5251ec..10bb91fc0c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IHeuristicalIntervalDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IHeuristicalIntervalDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IReferenceParser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IReferenceParser.java
index befc38b1fe..fcc2b92fb3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IReferenceParser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IReferenceParser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ISemanticTITANEditor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ISemanticTITANEditor.java
index 8257672ae3..c8fc4e7cdb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ISemanticTITANEditor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ISemanticTITANEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IntervallBasedDamagerRepairer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IntervallBasedDamagerRepairer.java
index 88e905cfe5..cf8e230043 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IntervallBasedDamagerRepairer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/IntervallBasedDamagerRepairer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/NonRuleBasedDamagerRepairer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/NonRuleBasedDamagerRepairer.java
index 0492224541..28e7e4a654 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/NonRuleBasedDamagerRepairer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/NonRuleBasedDamagerRepairer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/OccurencesMarker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/OccurencesMarker.java
index f84671e1ef..da5cb553b4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/OccurencesMarker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/OccurencesMarker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/OutlineViewSorter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/OutlineViewSorter.java
index 51c14072bd..5b7c9c3316 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/OutlineViewSorter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/OutlineViewSorter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/Pair.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/Pair.java
index 4928957a17..f5822b35d8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/Pair.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/Pair.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ProposalCollector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ProposalCollector.java
index 6b582dcff4..5019f3b617 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ProposalCollector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ProposalCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/SkeletonTemplateProposal.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/SkeletonTemplateProposal.java
index 80f50b6d73..fda9e2cc51 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/SkeletonTemplateProposal.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/SkeletonTemplateProposal.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/StringDetectionPatternRule.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/StringDetectionPatternRule.java
index 29c66410a2..10449e9520 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/StringDetectionPatternRule.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/StringDetectionPatternRule.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/T3Doc.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/T3Doc.java
index 80c26b0dce..26c14472d5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/T3Doc.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/T3Doc.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TITANTemplateContext.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TITANTemplateContext.java
index bc501da40a..dcf652c665 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TITANTemplateContext.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TITANTemplateContext.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TextHover.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TextHover.java
index 3405271501..1ebc2f9973 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TextHover.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TextHover.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TextHoverControl.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TextHoverControl.java
index 9270ed9cb0..49f6b4e17e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TextHoverControl.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/TextHoverControl.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/WhiteSpaceDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/WhiteSpaceDetector.java
index 5dee524e08..37c6ffd561 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/WhiteSpaceDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/WhiteSpaceDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/AbstractIndentAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/AbstractIndentAction.java
index 035df201fc..bca46ab029 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/AbstractIndentAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/AbstractIndentAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/DeclarationCollectionHelper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/DeclarationCollectionHelper.java
index c4ed318398..654c98b307 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/DeclarationCollectionHelper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/DeclarationCollectionHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/DeclarationCollector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/DeclarationCollector.java
index 619d9a4aa2..2bb5d404e4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/DeclarationCollector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/DeclarationCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/FirstCharAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/FirstCharAction.java
index 21b38d925e..b5b76d403a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/FirstCharAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/FirstCharAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/IndentationSupport.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/IndentationSupport.java
index 8d4c26825d..94cadcec25 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/IndentationSupport.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/IndentationSupport.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/LastCharAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/LastCharAction.java
index 246df59c80..a366057a1a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/LastCharAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/LastCharAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/OpenDeclarationHelper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/OpenDeclarationHelper.java
index 1c7d90a233..e29997d047 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/OpenDeclarationHelper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/OpenDeclarationHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/OpenDeclarationLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/OpenDeclarationLabelProvider.java
index 3f6bb0ae67..841100a2d8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/OpenDeclarationLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/OpenDeclarationLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/ToggleComment.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/ToggleComment.java
index 2c278813a8..01fb5ebfc7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/ToggleComment.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/actions/ToggleComment.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1CodeSkeletons.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1CodeSkeletons.java
index f7b639ad18..289056965b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1CodeSkeletons.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1CodeSkeletons.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1DoubleClickStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1DoubleClickStrategy.java
index fd3acb260f..b598cc22b3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1DoubleClickStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1DoubleClickStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1Editor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1Editor.java
index cd1f52d3ac..2293d81482 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1Editor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1Editor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1FoldingSupport.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1FoldingSupport.java
index 575dadb84a..a003148117 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1FoldingSupport.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1FoldingSupport.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1ReferenceParser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1ReferenceParser.java
index e9dd481ded..9436a3894e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1ReferenceParser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ASN1ReferenceParser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/CodeScanner.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/CodeScanner.java
index 1810687362..b345a2054b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/CodeScanner.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/CodeScanner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/Configuration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/Configuration.java
index e782df6628..bbe8997380 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/Configuration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/Configuration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ContentAssistProcessor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ContentAssistProcessor.java
index 73cd078a80..e0a1646457 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ContentAssistProcessor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ContentAssistProcessor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/DocumentSetupParticipant.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/DocumentSetupParticipant.java
index f182f0c5e3..9914d2b1e0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/DocumentSetupParticipant.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/DocumentSetupParticipant.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/HeuristicalIntervalDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/HeuristicalIntervalDetector.java
index 9ba8201e03..66429f6543 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/HeuristicalIntervalDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/HeuristicalIntervalDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlineContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlineContentProvider.java
index f4b7c53342..77993d396b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlineContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlineContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlineLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlineLabelProvider.java
index 6a7a9dc9f6..7893479981 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlineLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlineLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlinePage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlinePage.java
index ad2aee35a0..faf995b2eb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlinePage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/OutlinePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/PairMatcher.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/PairMatcher.java
index 69e1ef9c48..96229b11fe 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/PairMatcher.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/PairMatcher.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/PartitionScanner.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/PartitionScanner.java
index 92de2d7e29..52c95c2b72 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/PartitionScanner.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/PartitionScanner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ReconcilingStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ReconcilingStrategy.java
index 9c2f93e4d6..82aa812c0e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ReconcilingStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/ReconcilingStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/SmartIndentAfterNewLineAutoEditStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/SmartIndentAfterNewLineAutoEditStrategy.java
index 70e7ed9218..1284e0a5b9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/SmartIndentAfterNewLineAutoEditStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/SmartIndentAfterNewLineAutoEditStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/TextHover.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/TextHover.java
index 8c83144ba0..1fda31d643 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/TextHover.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/TextHover.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/WordDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/WordDetector.java
index e58317aea8..1de49ae830 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/WordDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/WordDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/FindReferences.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/FindReferences.java
index 4564268735..71c912845b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/FindReferences.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/FindReferences.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/GotoMatchingBracketAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/GotoMatchingBracketAction.java
index 90c08a2b8f..5aae950b6b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/GotoMatchingBracketAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/GotoMatchingBracketAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/IndentAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/IndentAction.java
index c6e9ccabb0..cee189d262 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/IndentAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/IndentAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/OpenDeclaration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/OpenDeclaration.java
index 302374c89a..640bd38019 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/OpenDeclaration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/OpenDeclaration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/RenameRefactoringAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/RenameRefactoringAction.java
index f1425b89aa..5d0bdab47b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/RenameRefactoringAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/asn1editor/actions/RenameRefactoringAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/CodeScanner.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/CodeScanner.java
index f069a0b2f4..bcc417a46f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/CodeScanner.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/CodeScanner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigEditor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigEditor.java
index 6822937c3e..0276909661 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigEditor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigFoldingSupport.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigFoldingSupport.java
index 1a53157b60..54745118a2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigFoldingSupport.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigFoldingSupport.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigReferenceParser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigReferenceParser.java
index 4894682aa4..7ac3ff0047 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigReferenceParser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigReferenceParser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigSkeletons.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigSkeletons.java
index 7ab0ae0f2d..9f70968d63 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigSkeletons.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigSkeletons.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigTextEditor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigTextEditor.java
index 52ff760628..3a6af8bec8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigTextEditor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ConfigTextEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/Configuration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/Configuration.java
index a0e0cc4c87..88c9d87e9f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/Configuration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/Configuration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ContentAssistProcessor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ContentAssistProcessor.java
index 3a98f511e5..c0616a432d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ContentAssistProcessor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ContentAssistProcessor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/DocumentSetupParticipant.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/DocumentSetupParticipant.java
index 6fae3eacc6..ba037d8ac2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/DocumentSetupParticipant.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/DocumentSetupParticipant.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/FormColorCache.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/FormColorCache.java
index 0e3c9cfe28..c86694d5ba 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/FormColorCache.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/FormColorCache.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/PairMatcher.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/PairMatcher.java
index 1a75b7e606..9cfa898372 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/PairMatcher.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/PairMatcher.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/PartitionScanner.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/PartitionScanner.java
index cd0dfb2f55..8d562b7e3d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/PartitionScanner.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/PartitionScanner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ReconcilingStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ReconcilingStrategy.java
index 08d70283b7..90da7633a1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ReconcilingStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/ReconcilingStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/TextHover.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/TextHover.java
index f379c195cb..36dc8b0105 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/TextHover.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/TextHover.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/WordDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/WordDetector.java
index 41a27470aa..ca6ac6023d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/WordDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/WordDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/ConfigDeclarationCollectionHelper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/ConfigDeclarationCollectionHelper.java
index 96407dbecc..e09582293d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/ConfigDeclarationCollectionHelper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/ConfigDeclarationCollectionHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/FirstCharAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/FirstCharAction.java
index 9c03d199b9..46d90777f2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/FirstCharAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/FirstCharAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/GotoMatchingBracketAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/GotoMatchingBracketAction.java
index 7739125a1b..398de6a015 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/GotoMatchingBracketAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/GotoMatchingBracketAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/IndentAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/IndentAction.java
index 14dc9b0115..6ecc788b7f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/IndentAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/IndentAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/LastCharAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/LastCharAction.java
index f3a5d1b8bb..a72a805834 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/LastCharAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/LastCharAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/OpenDeclaration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/OpenDeclaration.java
index d0fc2f81f1..44343362f8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/OpenDeclaration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/OpenDeclaration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/OpenDeclarationLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/OpenDeclarationLabelProvider.java
index 17d1299c11..b9110d3c17 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/OpenDeclarationLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/actions/OpenDeclarationLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentItemTransfer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentItemTransfer.java
index f830e32f56..e58415a0cb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentItemTransfer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentItemTransfer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentSectionDragSourceListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentSectionDragSourceListener.java
index 2134447874..9e2a1bce9c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentSectionDragSourceListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentSectionDragSourceListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentSectionDropTargetListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentSectionDropTargetListener.java
index 47a293f6ee..0e549e0ddc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentSectionDropTargetListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentSectionDropTargetListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsDataContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsDataContentProvider.java
index 15a48e97ef..446b5b4e0a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsDataContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsDataContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsDataLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsDataLabelProvider.java
index 37c18c6a35..3f3cfe4b22 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsDataLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsDataLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsGroupsMCPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsGroupsMCPage.java
index de438c1b62..f941d14209 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsGroupsMCPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsGroupsMCPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsSubPage.java
index 7e3fba0b3b..47d7b51558 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/ComponentsSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupDataContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupDataContentProvider.java
index f17594abaa..f653c64273 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupDataContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupDataContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupDataLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupDataLabelProvider.java
index 763b89f561..0809f89fcd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupDataLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupDataLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupItemDataContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupItemDataContentProvider.java
index 6e8503ef57..6329543654 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupItemDataContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupItemDataContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupItemDataLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupItemDataLabelProvider.java
index fb9bba07f1..f29ec57ed1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupItemDataLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupItemDataLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupsSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupsSubPage.java
index ea5b7650ae..5291ce0457 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupsSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/GroupsSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/MCSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/MCSubPage.java
index 28161457ea..9d111628a1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/MCSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/compgroupmc/MCSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteDataContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteDataContentProvider.java
index 2b63f2f65e..98089d7750 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteDataContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteDataContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteDataLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteDataLabelProvider.java
index 8cbe1b094c..300b89821e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteDataLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteDataLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteExternalcommandsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteExternalcommandsPage.java
index 83f24ce844..b85e7277ce 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteExternalcommandsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteExternalcommandsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteItemTransfer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteItemTransfer.java
index 16c219c80a..e32f5f4927 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteItemTransfer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteItemTransfer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSectionDragSourceListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSectionDragSourceListener.java
index 3cbd951ee4..c3f9307514 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSectionDragSourceListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSectionDragSourceListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSectionDropTargetListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSectionDropTargetListener.java
index a5bd179f6c..f208620106 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSectionDropTargetListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSectionDropTargetListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSubPage.java
index a923d19793..718e819321 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExecuteSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExternalCommandBrowser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExternalCommandBrowser.java
index aa3cf9dd9d..9060cb34e6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExternalCommandBrowser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExternalCommandBrowser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExternalCommandsSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExternalCommandsSubPage.java
index 4535baddc9..17a3d1d5da 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExternalCommandsSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/execute/ExternalCommandsSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineDataContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineDataContentProvider.java
index f46701fcca..0590bb4674 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineDataContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineDataContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineDataLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineDataLabelProvider.java
index a97f0d1e00..6fefc0f6d9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineDataLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineDataLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineItemTransfer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineItemTransfer.java
index 8f61058f8c..d9ce860e06 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineItemTransfer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineItemTransfer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSectionDragSourceListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSectionDragSourceListener.java
index a0f3a6d941..98bf09df9b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSectionDragSourceListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSectionDragSourceListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSectionDropTargetListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSectionDropTargetListener.java
index b57328019d..4029ebc56e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSectionDropTargetListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSectionDropTargetListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSubPage.java
index bb233aa076..62abc8bb92 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/DefineSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDataContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDataContentProvider.java
index d0056fb220..fffd4e6529 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDataContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDataContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDataLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDataLabelProvider.java
index eefee74dce..083205dc8b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDataLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDataLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDefinePage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDefinePage.java
index 45104ce68f..050928841f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDefinePage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeDefinePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeItemTransfer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeItemTransfer.java
index 552aac8ff8..f8a6604c22 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeItemTransfer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeItemTransfer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSectionDragSourceListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSectionDragSourceListener.java
index ec30df0e16..ba1a30862a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSectionDragSourceListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSectionDragSourceListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSectionDropTargetListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSectionDropTargetListener.java
index 1f427dfbd7..6b698f11cf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSectionDropTargetListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSectionDropTargetListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSubPage.java
index c5d8a4dc4f..cce59af31c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/include/IncludeSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/GeneralOptionsSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/GeneralOptionsSubPage.java
index 98f4fd61f5..1185bc227a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/GeneralOptionsSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/GeneralOptionsSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggerTreeContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggerTreeContentProvider.java
index aaed08b49f..3d5efd29e2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggerTreeContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggerTreeContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggerTreeLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggerTreeLabelProvider.java
index 71622cfd38..96030cffe3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggerTreeLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggerTreeLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsContentProvider.java
index 95bff739bd..381a93f4b7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsLabelProvider.java
index f9f0206e6d..8ed0437624 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsSubPage.java
index 814a096952..87a7cd0c4f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingBitsSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingPage.java
index 795d1d47c3..dfca75f8dc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingTreeSubPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingTreeSubPage.java
index 78c3eb19e9..92f3d8e10f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingTreeSubPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/LoggingTreeSubPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/NewComponentDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/NewComponentDialog.java
index 98b5d3d473..81d9dc692a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/NewComponentDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/NewComponentDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/NewPluginDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/NewPluginDialog.java
index aa1a07019c..0830f038a1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/NewPluginDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/NewPluginDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDataContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDataContentProvider.java
index a44acbe601..f1f40d51c0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDataContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDataContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDataLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDataLabelProvider.java
index 3398e564e2..96468648a2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDataLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDataLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDialog.java
index 3aebceb44a..0774a735f5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/logging/ParamDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterDataContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterDataContentProvider.java
index 8088546978..190b4c615c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterDataContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterDataContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterDataLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterDataLabelProvider.java
index dfcbe98724..ade07742ef 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterDataLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterDataLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionDragSourceListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionDragSourceListener.java
index c0f0b322d2..08e386a941 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionDragSourceListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionDragSourceListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionDropTargetListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionDropTargetListener.java
index d817a51efe..00d6d22552 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionDropTargetListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionDropTargetListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionPage.java
index 841da336ce..e39c6a9562 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterSectionPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterTransfer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterTransfer.java
index 56e8eaefbf..3d5d01eff2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterTransfer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/modulepar/ModuleParameterTransfer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterDataContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterDataContentProvider.java
index bf6c9f7f5d..ae9d9d1353 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterDataContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterDataContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterDataLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterDataLabelProvider.java
index e285b0476b..e5aa4163be 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterDataLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterDataLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterSectionDragSourceListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterSectionDragSourceListener.java
index 5bd5a4848f..504c8d1b9b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterSectionDragSourceListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterSectionDragSourceListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterSectionDropTargetListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterSectionDropTargetListener.java
index 222dd945b7..feb7c17d46 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterSectionDropTargetListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterSectionDropTargetListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterTransfer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterTransfer.java
index 29fa99794b..64db222c65 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterTransfer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParameterTransfer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParametersSectionPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParametersSectionPage.java
index 574487d1d7..ae44936e3b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParametersSectionPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/configeditor/pages/testportpar/TestportParametersSectionPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearch.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearch.java
index d66091ff02..f48fcf408e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearch.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearch.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchContentProvider.java
index bd880dd0d3..e4cd73479f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchMatch.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchMatch.java
index 5a1ee1fa9b..2df6e76a25 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchMatch.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchMatch.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchQuery.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchQuery.java
index 7d2c7822dc..9fce375d54 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchQuery.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchQuery.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchResult.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchResult.java
index 475965b6ef..ce0e27c6f4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchResult.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchResult.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchResultView.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchResultView.java
index f98e5d0c41..6f176dcc35 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchResultView.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/referenceSearch/ReferenceSearchResultView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/CodeScanner.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/CodeScanner.java
index 7fdab91230..47e7aac0ff 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/CodeScanner.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/CodeScanner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/Configuration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/Configuration.java
index d32516f67d..f95fcec20f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/Configuration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/Configuration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/ContentAssistProcessor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/ContentAssistProcessor.java
index f5bebc98cf..8ce85e9d6f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/ContentAssistProcessor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/ContentAssistProcessor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/DocumentSetupParticipant.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/DocumentSetupParticipant.java
index 7434cfc387..8ad9cb7859 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/DocumentSetupParticipant.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/DocumentSetupParticipant.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/DoubleClickStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/DoubleClickStrategy.java
index 26762ac614..376cb3b5ec 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/DoubleClickStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/DoubleClickStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/MacroDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/MacroDetector.java
index 05359e2e1b..32b44c3f49 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/MacroDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/MacroDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlineContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlineContentProvider.java
index 4e164e89a4..f73cd113fd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlineContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlineContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlineLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlineLabelProvider.java
index 113fee19be..7309104655 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlineLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlineLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlinePage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlinePage.java
index bd7d6c8f6f..80e1bee576 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlinePage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/OutlinePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/PairMatcher.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/PairMatcher.java
index 1588bded31..158bfd2136 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/PairMatcher.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/PairMatcher.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/PartitionScanner.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/PartitionScanner.java
index 60f9ac512e..c18292d192 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/PartitionScanner.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/PartitionScanner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/Reconciler.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/Reconciler.java
index fd3f16098f..b3fe8e2051 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/Reconciler.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/Reconciler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/ReconcilingStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/ReconcilingStrategy.java
index 2822073de3..9b4f0c47fa 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/ReconcilingStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/ReconcilingStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/SmartIndentAfterNewLineAutoEditStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/SmartIndentAfterNewLineAutoEditStrategy.java
index 801210ebad..db71d57cc1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/SmartIndentAfterNewLineAutoEditStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/SmartIndentAfterNewLineAutoEditStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3CodeSkeletons.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3CodeSkeletons.java
index 9e347a740f..9491618a82 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3CodeSkeletons.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3CodeSkeletons.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3Editor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3Editor.java
index 10c07a0c69..222201d0d2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3Editor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3Editor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3FoldingSupport.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3FoldingSupport.java
index 9f8ee63594..a3ca827cb5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3FoldingSupport.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3FoldingSupport.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3Keywords.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3Keywords.java
index 556098dec5..9f63e0fb65 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3Keywords.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3Keywords.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3ReferenceParser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3ReferenceParser.java
index 00e8a56c69..6beb6ee54d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3ReferenceParser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3ReferenceParser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3StringDetectionPatternRule.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3StringDetectionPatternRule.java
index e758916244..a0e52b75dc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3StringDetectionPatternRule.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TTCN3StringDetectionPatternRule.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TextHover.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TextHover.java
index 12da0ef7ff..60341f3765 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TextHover.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TextHover.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TitanSpecificKeywordDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TitanSpecificKeywordDetector.java
index c9ac3abd78..70a77ea6b8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TitanSpecificKeywordDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/TitanSpecificKeywordDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/WordDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/WordDetector.java
index 35ad04ec7c..259e40d3b5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/WordDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/WordDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/AddImport.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/AddImport.java
index f3cdd5c5b8..2a383f3a71 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/AddImport.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/AddImport.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/FindReferences.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/FindReferences.java
index 340575d53e..7a4928bbb3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/FindReferences.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/FindReferences.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/GotoMatchingBracketAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/GotoMatchingBracketAction.java
index a0d072afba..80d27976a5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/GotoMatchingBracketAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/GotoMatchingBracketAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/IndentAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/IndentAction.java
index 601c1e728d..a78388360d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/IndentAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/IndentAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/OpenDeclaration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/OpenDeclaration.java
index ee78eb9d12..b5308e6922 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/OpenDeclaration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/OpenDeclaration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/RenameRefactoringAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/RenameRefactoringAction.java
index d57cd6c276..ab36c67629 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/RenameRefactoringAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcn3editor/actions/RenameRefactoringAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/CodeScanner.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/CodeScanner.java
index fdc219d07d..55499ff133 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/CodeScanner.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/CodeScanner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/Configuration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/Configuration.java
index da11a9cf43..b90d9361bf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/Configuration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/Configuration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/ContentAssistProcessor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/ContentAssistProcessor.java
index 2ccb544369..973c99438a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/ContentAssistProcessor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/ContentAssistProcessor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/DocumentSetupParticipant.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/DocumentSetupParticipant.java
index 8632a3f1f2..4f4323ae76 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/DocumentSetupParticipant.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/DocumentSetupParticipant.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/MacroDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/MacroDetector.java
index cf3f25dc40..8790a85cd1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/MacroDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/MacroDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/PairMatcher.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/PairMatcher.java
index 580ca6f8d6..d4558ebab0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/PairMatcher.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/PairMatcher.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/PartitionScanner.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/PartitionScanner.java
index fdb7e5700f..75e6026e39 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/PartitionScanner.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/PartitionScanner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/ReconcilingStrategy.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/ReconcilingStrategy.java
index b44583a382..08428c951b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/ReconcilingStrategy.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/ReconcilingStrategy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/TTCNPPEditor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/TTCNPPEditor.java
index a3118b6b56..07bdbb5279 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/TTCNPPEditor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/TTCNPPEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/WordDetector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/WordDetector.java
index ad0bfa1c06..c70d677c20 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/WordDetector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/WordDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/FindReferences.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/FindReferences.java
index b2323f07cf..2e88c995c9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/FindReferences.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/FindReferences.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/GotoMatchingBracketAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/GotoMatchingBracketAction.java
index 1e1f721ef0..62c9979a9d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/GotoMatchingBracketAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/GotoMatchingBracketAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/IndentAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/IndentAction.java
index fab9966001..9a231cf23f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/IndentAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/IndentAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/OpenDeclaration.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/OpenDeclaration.java
index 3a061f9908..958e264f77 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/OpenDeclaration.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/OpenDeclaration.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/RenameRefactoringAction.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/RenameRefactoringAction.java
index 351ae105d6..ca4f03621c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/RenameRefactoringAction.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/editors/ttcnppeditor/actions/RenameRefactoringAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/extensions/ExtensionHandler.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/extensions/ExtensionHandler.java
index 887249575c..1f8c2b1617 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/extensions/ExtensionHandler.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/extensions/ExtensionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/extensions/IProjectProcesser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/extensions/IProjectProcesser.java
index fa28b7d612..ad85a42cd1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/extensions/IProjectProcesser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/extensions/IProjectProcesser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/DefinitionFinder.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/DefinitionFinder.java
index 79ef6a3058..e32a37a017 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/DefinitionFinder.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/DefinitionFinder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/DefinitionListSelectionDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/DefinitionListSelectionDialog.java
index 9dc1052cfe..430daf6a83 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/DefinitionListSelectionDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/DefinitionListSelectionDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/StoredDefinitionFilter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/StoredDefinitionFilter.java
index 17d6fd5b0c..d134ce25ae 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/StoredDefinitionFilter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/finddefinition/StoredDefinitionFilter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/graphics/ImageCache.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/graphics/ImageCache.java
index 8522e8f3a0..5a2be66c62 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/graphics/ImageCache.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/graphics/ImageCache.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/Base64Decoder.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/Base64Decoder.java
index fb94ee59ff..c39d728711 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/Base64Decoder.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/Base64Decoder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/License.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/License.java
index f1fa455352..4cd77af46f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/License.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/License.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/LicenseValidator.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/LicenseValidator.java
index 498bea4b4c..9b3b5bf307 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/LicenseValidator.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/LicenseValidator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/TITANDSAPublicKey.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/TITANDSAPublicKey.java
index 3b15c322ef..595124d2c1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/TITANDSAPublicKey.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/license/TITANDSAPublicKey.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckSemantic.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckSemantic.java
index 4325f5a092..b501904282 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckSemantic.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckSemantic.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckSyntax.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckSyntax.java
index 01ea0a0767..3ad4bd7779 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckSyntax.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckSyntax.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckVersion.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckVersion.java
index 7c775ba3ed..202488522d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckVersion.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/CheckVersion.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/NativeWIN32TITANJob.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/NativeWIN32TITANJob.java
index bc07cfd9e9..80c10a7b4e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/NativeWIN32TITANJob.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/nativewin32actions/NativeWIN32TITANJob.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/CompilationTimeStamp.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/CompilationTimeStamp.java
index 60dd66fa89..aa141a263c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/CompilationTimeStamp.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/CompilationTimeStamp.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/FileSaveTracker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/FileSaveTracker.java
index 4fbcef57a4..800bd668c0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/FileSaveTracker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/FileSaveTracker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/GlobalParser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/GlobalParser.java
index 7bececd0f2..a3987f8435 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/GlobalParser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/GlobalParser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/GlobalProjectStructureTracker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/GlobalProjectStructureTracker.java
index 848a40efae..0081e5f675 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/GlobalProjectStructureTracker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/GlobalProjectStructureTracker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ISourceAnalyzer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ISourceAnalyzer.java
index 74ff47d29f..5d35ce5d49 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ISourceAnalyzer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ISourceAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/OutdatedConfigFileCollector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/OutdatedConfigFileCollector.java
index 8cb392a3a1..33c388ec31 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/OutdatedConfigFileCollector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/OutdatedConfigFileCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/OutdatedFileCollector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/OutdatedFileCollector.java
index 4bc5e50caa..bdc1f8a3e8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/OutdatedFileCollector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/OutdatedFileCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ParserMarkerSupport.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ParserMarkerSupport.java
index dd61138cd0..97cd4ade46 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ParserMarkerSupport.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ParserMarkerSupport.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/Parser_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/Parser_Helper.java
index c3d5d6edec..50664817c9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/Parser_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/Parser_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectConfigurationParser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectConfigurationParser.java
index 51c64fc034..ed57dc1c0b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectConfigurationParser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectConfigurationParser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceParser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceParser.java
index c278dd42fe..8b33863b93 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceParser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceParser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceSemanticAnalyzer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceSemanticAnalyzer.java
index 6a61eaf72f..0c1e5b45ca 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceSemanticAnalyzer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceSemanticAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceSyntacticAnalyzer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceSyntacticAnalyzer.java
index 204362f7fd..bf99855327 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceSyntacticAnalyzer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectSourceSyntacticAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectStructureDataCollector.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectStructureDataCollector.java
index 6757953505..bc2766f9ef 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectStructureDataCollector.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ProjectStructureDataCollector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ASN1Analyzer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ASN1Analyzer.java
index 1d809b6ddb..bc78a6ce9b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ASN1Analyzer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ASN1Analyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ASN1Listener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ASN1Listener.java
index 5b2b07fdba..0077db5364 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ASN1Listener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ASN1Listener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/BlockLevelTokenStreamTracker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/BlockLevelTokenStreamTracker.java
index ccfbdcfe9f..d07238e8e0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/BlockLevelTokenStreamTracker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/BlockLevelTokenStreamTracker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/BlockTokenSource.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/BlockTokenSource.java
index 9a679e3116..d5dd72a12c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/BlockTokenSource.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/BlockTokenSource.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/FormalParameter_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/FormalParameter_Helper.java
index 3e9b698169..7c28c2c89a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/FormalParameter_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/FormalParameter_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ModuleLevelTokenStreamTracker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ModuleLevelTokenStreamTracker.java
index ece1d8e668..3f542b90f8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ModuleLevelTokenStreamTracker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/ModuleLevelTokenStreamTracker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/NamedType_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/NamedType_Helper.java
index 0c33e9b153..26551b40ad 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/NamedType_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/NamedType_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/SyntaxLevelTokenStreamTracker.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/SyntaxLevelTokenStreamTracker.java
index 3aea480766..3e0fdb44a0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/SyntaxLevelTokenStreamTracker.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/SyntaxLevelTokenStreamTracker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/TokenWithIndexAndSubTokens.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/TokenWithIndexAndSubTokens.java
index 3c36760fe8..61c467fdaf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/TokenWithIndexAndSubTokens.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/TokenWithIndexAndSubTokens.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/TokenWithIndexAndSubTokensFactory.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/TokenWithIndexAndSubTokensFactory.java
index e68b8e63ca..dfdf3cfc18 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/TokenWithIndexAndSubTokensFactory.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/asn1parser/TokenWithIndexAndSubTokensFactory.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/extensionattributeparser/EncodeMappingHelper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/extensionattributeparser/EncodeMappingHelper.java
index 0968192b9d..7762ec4b54 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/extensionattributeparser/EncodeMappingHelper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/extensionattributeparser/EncodeMappingHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/extensionattributeparser/ExtensionAttributeAnalyzer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/extensionattributeparser/ExtensionAttributeAnalyzer.java
index e5d40ae332..3c6cd93ff3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/extensionattributeparser/ExtensionAttributeAnalyzer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/extensionattributeparser/ExtensionAttributeAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/logparser/FileFinder.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/logparser/FileFinder.java
index 65f22142f9..a78cb3b9a2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/logparser/FileFinder.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/logparser/FileFinder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/preprocess/PreprocessorDirective.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/preprocess/PreprocessorDirective.java
index c9e7bb2dd4..8962d52cf6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/preprocess/PreprocessorDirective.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/preprocess/PreprocessorDirective.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/CatchOp_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/CatchOp_Helper.java
index e9c4eddff1..e176d3b1c7 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/CatchOp_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/CatchOp_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Configuration_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Configuration_Helper.java
index 906d6917c2..f2c6ef0200 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Configuration_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Configuration_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Connection_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Connection_Helper.java
index fe150de4a1..92a5e1676b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Connection_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Connection_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/IIdentifierReparser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/IIdentifierReparser.java
index 1d500d71a5..268fb9bddf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/IIdentifierReparser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/IIdentifierReparser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ITTCN3ReparseBase.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ITTCN3ReparseBase.java
index 7d84d5ea0a..2e0d7e4395 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ITTCN3ReparseBase.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ITTCN3ReparseBase.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ITtcn3FileReparser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ITtcn3FileReparser.java
index f3c0dd4323..90b21ac056 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ITtcn3FileReparser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ITtcn3FileReparser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/IdentifierReparser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/IdentifierReparser.java
index 60c2b31f63..d24b494d2e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/IdentifierReparser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/IdentifierReparser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PPDirectiveTokenFactory.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PPDirectiveTokenFactory.java
index da8cc6391c..3ee76e9d9c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PPDirectiveTokenFactory.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PPDirectiveTokenFactory.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PPListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PPListener.java
index 6e704c8660..45733b1520 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PPListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PPListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PortRedirect_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PortRedirect_Helper.java
index 082b9681c1..7e16b1deaa 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PortRedirect_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PortRedirect_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PortReference_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PortReference_Helper.java
index c6cfd7a4a6..fda61c7fde 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PortReference_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PortReference_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PreprocessedTokenStream.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PreprocessedTokenStream.java
index da95b7fa70..8387d86316 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PreprocessedTokenStream.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/PreprocessedTokenStream.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReParseException.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReParseException.java
index 44c5a5ed7c..90284d9159 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReParseException.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReParseException.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Redirection_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Redirection_Helper.java
index 57e899c9a8..67e569b522 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Redirection_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Redirection_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReparseUtilities.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReparseUtilities.java
index 512bd9a020..bace745a01 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReparseUtilities.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReparseUtilities.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReturnType_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReturnType_Helper.java
index 279ac4f0fa..e5282cede4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReturnType_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/ReturnType_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3Analyzer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3Analyzer.java
index e8735f3716..c72891424e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3Analyzer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3Analyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3ReferenceAnalyzer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3ReferenceAnalyzer.java
index 190b221553..99692427e1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3ReferenceAnalyzer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3ReferenceAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3ReparseUpdater.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3ReparseUpdater.java
index 1dddc0aca4..3b8d9dd597 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3ReparseUpdater.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/TTCN3ReparseUpdater.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Template_definition_helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Template_definition_helper.java
index fb429fdd92..f9a6c27d30 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Template_definition_helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Template_definition_helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Ttcn3FileReparser.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Ttcn3FileReparser.java
index 75ce08729c..ce40df36af 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Ttcn3FileReparser.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Ttcn3FileReparser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Type_Identifier_Helper.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Type_Identifier_Helper.java
index ef561c1617..cd298fa05d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Type_Identifier_Helper.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/parsers/ttcn3parser/Type_Identifier_Helper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/perspectives/EditingPerspective.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/perspectives/EditingPerspective.java
index 7bbe21e481..7ba20b04cf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/perspectives/EditingPerspective.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/perspectives/EditingPerspective.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceConstantValues.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceConstantValues.java
index fe38a5fd53..34a8c06fbb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceConstantValues.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceConstantValues.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceConstants.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceConstants.java
index 47d1376b18..a99a8b3757 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceConstants.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceInitializer.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceInitializer.java
index bd96d906cd..ca0081df85 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceInitializer.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/PreferenceInitializer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedBoolean.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedBoolean.java
index ed5c840d2c..83ec854f6a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedBoolean.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedBoolean.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedInt.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedInt.java
index 10a0b0b577..2f7b1a2c96 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedInt.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedInt.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedObject.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedObject.java
index 71e33a063d..2c7344798b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedObject.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/SubscribedObject.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ComboFieldEditor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ComboFieldEditor.java
index ef2ac9211f..c3f075498e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ComboFieldEditor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ComboFieldEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ContentAssistPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ContentAssistPage.java
index 88a15ff0f0..f715f19879 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ContentAssistPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ContentAssistPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/DebugPreferencePage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/DebugPreferencePage.java
index b9ecc0c250..70acc52970 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/DebugPreferencePage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/DebugPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ErrorsWarningsPreferencePage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ErrorsWarningsPreferencePage.java
index 1dd17cb170..eeba4e7c9f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ErrorsWarningsPreferencePage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ErrorsWarningsPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExcludeRegexpEditor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExcludeRegexpEditor.java
index 125b2c4d38..ac43318528 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExcludeRegexpEditor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExcludeRegexpEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExcludedResourcesPreferencePage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExcludedResourcesPreferencePage.java
index 77ee2e06b3..463c11ce83 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExcludedResourcesPreferencePage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExcludedResourcesPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExportOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExportOptionsPage.java
index d0992a5b18..31e019b028 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExportOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ExportOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/FoldingPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/FoldingPage.java
index 7a620fa436..58f5f430e0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/FoldingPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/FoldingPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ISyntaxHighlightTreeElement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ISyntaxHighlightTreeElement.java
index 8589cf83ab..5fd4051aef 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ISyntaxHighlightTreeElement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ISyntaxHighlightTreeElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/IndentationPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/IndentationPage.java
index 8c28a9db3f..f9e5b13079 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/IndentationPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/IndentationPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/MarkOccurrencesPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/MarkOccurrencesPage.java
index 66a6c94df5..78db52c178 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/MarkOccurrencesPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/MarkOccurrencesPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/NamingConventionPreferencePage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/NamingConventionPreferencePage.java
index 960945785c..a48a0e01e6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/NamingConventionPreferencePage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/NamingConventionPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/OnTheFlyCheckerPreferencePage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/OnTheFlyCheckerPreferencePage.java
index 3f342860de..6b1ec5d7e6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/OnTheFlyCheckerPreferencePage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/OnTheFlyCheckerPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/RegexpEntryDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/RegexpEntryDialog.java
index 45fb0ab01e..c0bf4454e3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/RegexpEntryDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/RegexpEntryDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ShowMatchingBracketPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ShowMatchingBracketPage.java
index a7d3faadf8..55ea4c8aba 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ShowMatchingBracketPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/ShowMatchingBracketPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightColoringElement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightColoringElement.java
index cef940a807..a764be6733 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightColoringElement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightColoringElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightColoringGroup.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightColoringGroup.java
index b4300d5885..2f97217fdf 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightColoringGroup.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightColoringGroup.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightContentProvider.java
index 12f11d52ba..767d401865 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightPage.java
index 11822a06dc..458696c242 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxHighlightPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxhighlightLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxhighlightLabelProvider.java
index be9385ee3b..43b05c2655 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxhighlightLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/SyntaxhighlightLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TITANActionPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TITANActionPage.java
index e993e826ba..18ebcf4dc8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TITANActionPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TITANActionPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TITANPreferencePage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TITANPreferencePage.java
index 217037186d..20d2b69834 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TITANPreferencePage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TITANPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TypingPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TypingPage.java
index d62603a674..7e1fc3f913 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TypingPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/preferences/pages/TypingPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/productUtilities/ProductConstants.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/productUtilities/ProductConstants.java
index 5d20522ef9..b0df6b6522 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/productUtilities/ProductConstants.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/productUtilities/ProductConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/IPropertyChangeListener.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/IPropertyChangeListener.java
index b83bf1ea83..14d430fd4e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/IPropertyChangeListener.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/IPropertyChangeListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/PropertyNotificationManager.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/PropertyNotificationManager.java
index e8427539fb..d3000c999a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/PropertyNotificationManager.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/PropertyNotificationManager.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/BaseNamingConventionPropertyData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/BaseNamingConventionPropertyData.java
index 5d54f31dab..cd2c99a345 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/BaseNamingConventionPropertyData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/BaseNamingConventionPropertyData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/BuildLocation.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/BuildLocation.java
index dffea3ea9c..8f3227a74a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/BuildLocation.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/BuildLocation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/CCompilerOptionsData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/CCompilerOptionsData.java
index e851d8ead2..6bc9daa18f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/CCompilerOptionsData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/CCompilerOptionsData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/COptimalizationOptionsData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/COptimalizationOptionsData.java
index e088520b37..f089512296 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/COptimalizationOptionsData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/COptimalizationOptionsData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/DOMErrorHandlerImpl.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/DOMErrorHandlerImpl.java
index 17c9f4c946..8b703b8da5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/DOMErrorHandlerImpl.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/DOMErrorHandlerImpl.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FileBuildPropertyData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FileBuildPropertyData.java
index 101bc8aac8..7a1228d6c3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FileBuildPropertyData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FileBuildPropertyData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FolderBuildPropertyData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FolderBuildPropertyData.java
index 529720517b..05a399ec10 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FolderBuildPropertyData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FolderBuildPropertyData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FolderNamingConventionPropertyData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FolderNamingConventionPropertyData.java
index 3e44e5809e..5147e73e87 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FolderNamingConventionPropertyData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/FolderNamingConventionPropertyData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/InternalMakefileCreationData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/InternalMakefileCreationData.java
index a03bf61905..6bfd71c4c4 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/InternalMakefileCreationData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/InternalMakefileCreationData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/LinkerFlagsOptionsData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/LinkerFlagsOptionsData.java
index ffc81361e0..3d62bb857f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/LinkerFlagsOptionsData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/LinkerFlagsOptionsData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/LinkerLibrariesOptionsData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/LinkerLibrariesOptionsData.java
index bb5447437d..f8c2a72a0a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/LinkerLibrariesOptionsData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/LinkerLibrariesOptionsData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ListConverter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ListConverter.java
index 8dda1d3ab3..c1ca111f08 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ListConverter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ListConverter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/MakeAttributesData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/MakeAttributesData.java
index 4b89539b1d..d97c4e8c29 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/MakeAttributesData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/MakeAttributesData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/MakefileCreationData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/MakefileCreationData.java
index 9589212e15..82a8891d1e 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/MakefileCreationData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/MakefileCreationData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PlatformSpecificLibrariesOptionsData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PlatformSpecificLibrariesOptionsData.java
index 141700c3e3..b05fdedf77 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PlatformSpecificLibrariesOptionsData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PlatformSpecificLibrariesOptionsData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PreprocessorIncludedOptionsData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PreprocessorIncludedOptionsData.java
index e60ea4d92c..477e3820b3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PreprocessorIncludedOptionsData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PreprocessorIncludedOptionsData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PreprocessorSymbolsOptionsData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PreprocessorSymbolsOptionsData.java
index cbf09318bd..ce91d369cc 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PreprocessorSymbolsOptionsData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/PreprocessorSymbolsOptionsData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectBuildPropertyData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectBuildPropertyData.java
index 682f8bc544..856eb8b47b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectBuildPropertyData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectBuildPropertyData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectConfigurationsPropertyData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectConfigurationsPropertyData.java
index 1388c3d4c3..f9a49374a8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectConfigurationsPropertyData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectConfigurationsPropertyData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectDocumentHandlingUtility.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectDocumentHandlingUtility.java
index 352dd1876d..c3bc8d66a9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectDocumentHandlingUtility.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectDocumentHandlingUtility.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectFileHandler.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectFileHandler.java
index 76f8b983dc..9d39ac6c16 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectFileHandler.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectFileHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectNamingConventionPropertyData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectNamingConventionPropertyData.java
index d00d19d815..2e2378f9aa 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectNamingConventionPropertyData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectNamingConventionPropertyData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectRemoteBuildPropertyData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectRemoteBuildPropertyData.java
index 5aa2b4213e..f1f339ba2d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectRemoteBuildPropertyData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ProjectRemoteBuildPropertyData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/TITANFlagsOptionsData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/TITANFlagsOptionsData.java
index cc35d87143..b6ab43aba8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/TITANFlagsOptionsData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/TITANFlagsOptionsData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/TTCN3PreprocessorOptionsData.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/TTCN3PreprocessorOptionsData.java
index 3104810965..23fb5db875 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/TTCN3PreprocessorOptionsData.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/TTCN3PreprocessorOptionsData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ValidatorErrorHandler.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ValidatorErrorHandler.java
index 3d2342e578..6fc9e3bd9b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ValidatorErrorHandler.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/data/ValidatorErrorHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/BaseNamingConventionPropertyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/BaseNamingConventionPropertyPage.java
index f61ab244ee..26ddbba3f2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/BaseNamingConventionPropertyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/BaseNamingConventionPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/CCompilerOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/CCompilerOptionsPage.java
index 198cd520d4..347457a5ae 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/CCompilerOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/CCompilerOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/COptimalizationOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/COptimalizationOptionsPage.java
index 8dc8ddd142..dcb5ffc8cd 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/COptimalizationOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/COptimalizationOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ConfigurationManagerControl.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ConfigurationManagerControl.java
index 3748951cd9..d58462da57 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ConfigurationManagerControl.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ConfigurationManagerControl.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FieldEditorPropertyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FieldEditorPropertyPage.java
index 851c00d96c..6c8f27e444 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FieldEditorPropertyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FieldEditorPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FileBuildPropertyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FileBuildPropertyPage.java
index dad7d9a4c9..3919de896b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FileBuildPropertyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FileBuildPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FileListItemDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FileListItemDialog.java
index 78f324289d..4241534c11 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FileListItemDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FileListItemDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderBuildPropertyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderBuildPropertyPage.java
index e616897de6..3fccc6a96d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderBuildPropertyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderBuildPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderListItemDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderListItemDialog.java
index b7ff728d87..200aa0d1d8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderListItemDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderListItemDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderNamingConventionPropertyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderNamingConventionPropertyPage.java
index 6cc1c9b9b9..9f48d4cee3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderNamingConventionPropertyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/FolderNamingConventionPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/IOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/IOptionsPage.java
index 1d5457109e..873942feff 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/IOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/IOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/IProjectFileResourceVisitor.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/IProjectFileResourceVisitor.java
index c4afd7f386..f9669ce15c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/IProjectFileResourceVisitor.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/IProjectFileResourceVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/InternalMakefileCreationTab.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/InternalMakefileCreationTab.java
index 006f195609..5ed49874f6 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/InternalMakefileCreationTab.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/InternalMakefileCreationTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerFlagsOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerFlagsOptionsPage.java
index e6ef6d5a68..802fc8e0b5 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerFlagsOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerFlagsOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerLibrariesOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerLibrariesOptionsPage.java
index 31fff9d047..ab0244067f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerLibrariesOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerLibrariesOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerOptionsPage.java
index 9c96e388f2..87c3377c84 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/LinkerOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ListItemDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ListItemDialog.java
index 630b1e812f..cab0dc4685 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ListItemDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ListItemDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MakeAttributesTab.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MakeAttributesTab.java
index 872c789486..a95673e562 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MakeAttributesTab.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MakeAttributesTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MakefileCreationTab.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MakefileCreationTab.java
index 68101e0711..ef6159fcd2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MakefileCreationTab.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MakefileCreationTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyFileListControl.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyFileListControl.java
index 7adf6b38f4..5e041688b9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyFileListControl.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyFileListControl.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyFolderListControl.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyFolderListControl.java
index f8f7719e6a..9ead6c4c44 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyFolderListControl.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyFolderListControl.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyListControl.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyListControl.java
index 03f28cedb8..850e961401 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyListControl.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/MyListControl.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElement.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElement.java
index a07f0ceced..5931e79124 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElement.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElementContentProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElementContentProvider.java
index 3ed575ba21..d542fba7d2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElementContentProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElementContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElementLabelProvider.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElementLabelProvider.java
index b5ea9ca378..4af9cbbbee 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElementLabelProvider.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/OptionElementLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PlatformSpecificLibrariesOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PlatformSpecificLibrariesOptionsPage.java
index 019533651b..0aa87713b0 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PlatformSpecificLibrariesOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PlatformSpecificLibrariesOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorIncludedOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorIncludedOptionsPage.java
index d936ce0362..4b30fdb795 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorIncludedOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorIncludedOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorOptionsPage.java
index 8192c0762f..ffcb9f80d3 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorSymbolsOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorSymbolsOptionsPage.java
index 4e58d74898..e5207ced52 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorSymbolsOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PreprocessorSymbolsOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectBuildPropertyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectBuildPropertyPage.java
index 181623fbed..41c9840795 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectBuildPropertyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectBuildPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectConfigurationsPropertyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectConfigurationsPropertyPage.java
index 9032e3f44d..c5a201cec8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectConfigurationsPropertyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectConfigurationsPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectNamingConventionPropertyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectNamingConventionPropertyPage.java
index 87366f52a2..59cd0ec9b8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectNamingConventionPropertyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectNamingConventionPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectRemoteBuildPropertyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectRemoteBuildPropertyPage.java
index f9e0e39ab8..be526a7e89 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectRemoteBuildPropertyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/ProjectRemoteBuildPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PropertyStore.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PropertyStore.java
index 54675a5a45..d75ecd3a6c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PropertyStore.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/PropertyStore.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/RemoteHostDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/RemoteHostDialog.java
index e2c755f8dd..7d731add27 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/RemoteHostDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/RemoteHostDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/TITANFlagsOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/TITANFlagsOptionsPage.java
index 2567958478..caf1e10b7f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/TITANFlagsOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/TITANFlagsOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/TTCN3PreprocessorOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/TTCN3PreprocessorOptionsPage.java
index d8e89303ad..29a0d64587 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/TTCN3PreprocessorOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/properties/pages/TTCN3PreprocessorOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoring.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoring.java
index 9cf031c584..746135ec97 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoring.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoring.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoringInputPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoringInputPage.java
index 3e2bf6a8d5..c1a2b0ec0c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoringInputPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoringInputPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoringWizard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoringWizard.java
index a7e3bdcb03..4a52aee083 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoringWizard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/refactoring/RenameRefactoringWizard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/EmptyProjectSample.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/EmptyProjectSample.java
index 07574fb1b5..f490293d4a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/EmptyProjectSample.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/EmptyProjectSample.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/HelloWorldSample.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/HelloWorldSample.java
index 5d3472a056..d043960aeb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/HelloWorldSample.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/HelloWorldSample.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -86,7 +86,7 @@ public class HelloWorldSample extends SampleProject {
 			+ "// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A" + NEWLINE
 			+ "// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014" + NEWLINE
 			+ NEWLINE
-			+ "// Copyright (c) 2000-2015 Ericsson Telecom AB" + NEWLINE
+			+ "// Copyright (c) 2000-2016 Ericsson Telecom AB" + NEWLINE
 			+ NEWLINE
 			+ "// You may modify this file. Add your attributes and prototypes of your" + NEWLINE
 			+ "// member functions here." + NEWLINE
@@ -137,7 +137,7 @@ public class HelloWorldSample extends SampleProject {
 			+ "// TTCN-3 Compiler of the TTCN-3 Test Executor version CRL 113 200/4 R2A" + NEWLINE
 			+ "// for Arpad Lovassy (earplov@esekilxxen1841) on Tue Jul 22 16:49:55 2014" + NEWLINE
 			+ NEWLINE
-			+ "// Copyright (c) 2000-2015 Ericsson Telecom AB" + NEWLINE
+			+ "// Copyright (c) 2000-2016 Ericsson Telecom AB" + NEWLINE
 			+ NEWLINE
 			+ "// You may modify this file. Complete the body of empty functions and"
 			+ "// add your member functions here." + NEWLINE
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/SampleProject.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/SampleProject.java
index feddf0e968..d9c4f715cb 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/SampleProject.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/SampleProject.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/SampleProjects.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/SampleProjects.java
index f8cbed9209..c610dcc901 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/SampleProjects.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/samples/SampleProjects.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/GUIProjectImporter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/GUIProjectImporter.java
index fa1373db0f..da790eb529 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/GUIProjectImporter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/GUIProjectImporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewASN1ModuleCreationWizardPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewASN1ModuleCreationWizardPage.java
index f2729d4ca9..6fe142678c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewASN1ModuleCreationWizardPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewASN1ModuleCreationWizardPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewASN1ModuleWizard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewASN1ModuleWizard.java
index e3f0cdcbf2..ae77fd7f2c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewASN1ModuleWizard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewASN1ModuleWizard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileCreationWizardPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileCreationWizardPage.java
index 223f13b4be..7edee7c6d8 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileCreationWizardPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileCreationWizardPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileOptionsWizardPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileOptionsWizardPage.java
index a20f050612..2866758257 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileOptionsWizardPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileOptionsWizardPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileWizard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileWizard.java
index 1d7225894b..5667850e3f 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileWizard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewConfigFileWizard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectContentPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectContentPage.java
index 37bb72d438..29159fee97 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectContentPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectContentPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectCreationPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectCreationPage.java
index 58e4d23a1a..650e5a3933 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectCreationPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectCreationPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectOptionsWizardPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectOptionsWizardPage.java
index e020a84abc..2c671f56c1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectOptionsWizardPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectOptionsWizardPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectWizard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectWizard.java
index 28f62f034c..fcfc160ca1 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectWizard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTITANProjectWizard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTTCN3ModuleCreationWizardPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTTCN3ModuleCreationWizardPage.java
index b5e2ebd74a..a5ff491d88 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTTCN3ModuleCreationWizardPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTTCN3ModuleCreationWizardPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTTCN3ModuleWizard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTTCN3ModuleWizard.java
index 3baf9cd44c..1b7a40e68b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTTCN3ModuleWizard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/NewTTCN3ModuleWizard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportMainPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportMainPage.java
index 0658dd0700..d4f5a4e459 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportMainPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportMainPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportPage.java
index 16c1f53123..c4a5d57d7d 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportRecursivelyPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportRecursivelyPage.java
index 833648d446..0cbb8aeb5c 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportRecursivelyPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportRecursivelyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportWizard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportWizard.java
index 51bfd463d7..4c65e11a34 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportWizard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/TITANProjectImportWizard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/EditPathVariableDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/EditPathVariableDialog.java
index 507f4d4014..1fc7437d36 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/EditPathVariableDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/EditPathVariableDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewPathVariableDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewPathVariableDialog.java
index bb9c677607..67efd176ec 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewPathVariableDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewPathVariableDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewProjectNameDialog.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewProjectNameDialog.java
index 0dbe6788f5..f051b35d57 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewProjectNameDialog.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewProjectNameDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportMainPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportMainPage.java
index f49a5879f9..99eb4b3dd9 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportMainPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportMainPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportOptionsPage.java
index e1aa066867..9e34fcd906 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportWizard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportWizard.java
index d77182d545..fef152c541 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportWizard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/NewTITANProjectImportWizard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/ProjectFormatConstants.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/ProjectFormatConstants.java
index a41608f399..fc0f92a47a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/ProjectFormatConstants.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/ProjectFormatConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANAutomaticProjectExporter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANAutomaticProjectExporter.java
index f4a9938f74..3d43ff1c05 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANAutomaticProjectExporter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANAutomaticProjectExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportMainPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportMainPage.java
index a231cc49a5..20ddaaeb6a 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportMainPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportMainPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportOptionsPage.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportOptionsPage.java
index 202f87489d..01d78cb514 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportOptionsPage.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportOptionsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportWizard.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportWizard.java
index 165fc7da3f..67900130e2 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportWizard.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExportWizard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExporter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExporter.java
index 4c4952b37d..85270cdd2b 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExporter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TITANProjectExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TpdImporter.java b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TpdImporter.java
index 7681e5f361..baf72a0307 100644
--- a/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TpdImporter.java
+++ b/org.eclipse.titan.designer/src/org/eclipse/titan/designer/wizards/projectFormat/TpdImporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.designer/supression.xml b/org.eclipse.titan.designer/supression.xml
index 039cc7bf7f..0f2331a1ba 100644
--- a/org.eclipse.titan.designer/supression.xml
+++ b/org.eclipse.titan.designer/supression.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/org.eclipse.titan.designer/toc.xml b/org.eclipse.titan.designer/toc.xml
index fc4e5ef2e2..5c82729dab 100644
--- a/org.eclipse.titan.designer/toc.xml
+++ b/org.eclipse.titan.designer/toc.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/org.eclipse.titan.executor/README.txt b/org.eclipse.titan.executor/README.txt
index 25343c47a4..c697d6212c 100644
--- a/org.eclipse.titan.executor/README.txt
+++ b/org.eclipse.titan.executor/README.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/proguard.cfg b/org.eclipse.titan.executor/proguard.cfg
index f235ced7db..a6fa780101 100644
--- a/org.eclipse.titan.executor/proguard.cfg
+++ b/org.eclipse.titan.executor/proguard.cfg
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/Activator.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/Activator.java
index cc6dafac40..96a1ca2405 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/Activator.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/Activator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/GeneralConstants.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/GeneralConstants.java
index d410d24bf8..42a9f7990a 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/GeneralConstants.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/GeneralConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/HostController.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/HostController.java
index fa6b28b84c..f0048259dc 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/HostController.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/HostController.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/TITANConsole.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/TITANConsole.java
index 0ee6b99e7e..59ce62940a 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/TITANConsole.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/TITANConsole.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/TITANDebugConsole.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/TITANDebugConsole.java
index e48ec62a75..12234b3330 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/TITANDebugConsole.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/TITANDebugConsole.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/DesignerHelper.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/DesignerHelper.java
index 2ea9e5e2b8..93af6304cb 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/DesignerHelper.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/DesignerHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/DynamicLinkingHelper.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/DynamicLinkingHelper.java
index 72f636a0e3..cbdd4fa5c5 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/DynamicLinkingHelper.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/DynamicLinkingHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/EnvironmentHelper.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/EnvironmentHelper.java
index fe7e75ebf1..a27edbf37a 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/EnvironmentHelper.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/designerconnection/EnvironmentHelper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/BaseExecutor.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/BaseExecutor.java
index dc4dc46c3f..d3d3fff260 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/BaseExecutor.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/BaseExecutor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialog.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialog.java
index 9a53a6ba96..401a2d0b43 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialog.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialogContentProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialogContentProvider.java
index 27fddb44fe..a24375844f 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialogContentProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialogContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialogLabelProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialogLabelProvider.java
index a1897a3617..4125a37f97 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialogLabelProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ExecuteDialogLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/HostJob.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/HostJob.java
index c69266a683..bb45fbca6a 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/HostJob.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/HostJob.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ITreeBranch.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ITreeBranch.java
index 1378fbd779..02d179acea 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ITreeBranch.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ITreeBranch.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ITreeLeaf.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ITreeLeaf.java
index 3e9fc62fe1..1186a7d1d1 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ITreeLeaf.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/ITreeLeaf.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/LaunchShortcut.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/LaunchShortcut.java
index 33b47daf1a..fceee7a5e9 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/LaunchShortcut.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/LaunchShortcut.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/LaunchShortcutConfig.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/LaunchShortcutConfig.java
index e2fab03e25..292d1a33d1 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/LaunchShortcutConfig.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/LaunchShortcutConfig.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/SeverityResolver.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/SeverityResolver.java
index 74bd4b92a9..ae069bc18d 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/SeverityResolver.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/SeverityResolver.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TitanLaunchConfigurationDelegate.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TitanLaunchConfigurationDelegate.java
index 5f292d144e..3b19e57400 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TitanLaunchConfigurationDelegate.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TitanLaunchConfigurationDelegate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TreeBranch.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TreeBranch.java
index 539abde033..b3c1c065e9 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TreeBranch.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TreeBranch.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TreeLeaf.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TreeLeaf.java
index c5a44e9fae..4a73418135 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TreeLeaf.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/TreeLeaf.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/JniExecutor.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/JniExecutor.java
index 155f45bfd0..61a7e7bd39 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/JniExecutor.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/JniExecutor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchConfigurationTabGroup.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchConfigurationTabGroup.java
index 434f633517..25b4841e93 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchConfigurationTabGroup.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchConfigurationTabGroup.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchShortcut.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchShortcut.java
index d9ad55b652..10dc0a61f4 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchShortcut.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchShortcut.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchShortcutConfig.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchShortcutConfig.java
index 8811a1b6ab..996c65c3be 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchShortcutConfig.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/jni/LaunchShortcutConfig.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/BackgroundThread.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/BackgroundThread.java
index f22b8ff653..f81447bd22 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/BackgroundThread.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/BackgroundThread.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/CliExecutor.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/CliExecutor.java
index 7276a86bec..119e9915a0 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/CliExecutor.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/CliExecutor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchConfigurationDelegate.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchConfigurationDelegate.java
index 12d2fd5cd5..ce500cd430 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchConfigurationDelegate.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchConfigurationDelegate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchConfigurationTabGroup.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchConfigurationTabGroup.java
index 21c1c2c8a4..a1ec94b741 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchConfigurationTabGroup.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchConfigurationTabGroup.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchShortcut.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchShortcut.java
index 07eab530d8..10316e56c6 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchShortcut.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchShortcut.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchShortcutConfig.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchShortcutConfig.java
index 740071ec47..54a26181b9 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchShortcutConfig.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/mctr/cli/LaunchShortcutConfig.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchConfigurationDelegate.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchConfigurationDelegate.java
index 53c727fbff..ff7b6b5b9d 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchConfigurationDelegate.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchConfigurationDelegate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchConfigurationTabGroup.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchConfigurationTabGroup.java
index 7c8ee05712..acbd123e59 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchConfigurationTabGroup.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchConfigurationTabGroup.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchShortcut.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchShortcut.java
index 5e0b5f48a5..d5088eec75 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchShortcut.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchShortcut.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchShortcutConfig.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchShortcutConfig.java
index 82c7d87f95..63884d6754 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchShortcutConfig.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/LaunchShortcutConfig.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/MyBoolean.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/MyBoolean.java
index 16b6474a83..0fa6aaa7e8 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/MyBoolean.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/MyBoolean.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/SingleExecutor.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/SingleExecutor.java
index 4ccc2aa6d6..c901944b17 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/SingleExecutor.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/executors/single/SingleExecutor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/graphics/ImageCache.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/graphics/ImageCache.java
index f4c48bfae4..09179a8b5a 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/graphics/ImageCache.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/graphics/ImageCache.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/ComponentStruct.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/ComponentStruct.java
index 926c1e5e1f..fbf6bd78ab 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/ComponentStruct.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/ComponentStruct.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/HcStateEnum.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/HcStateEnum.java
index c99989b162..48098e687b 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/HcStateEnum.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/HcStateEnum.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/HostStruct.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/HostStruct.java
index 164c25f099..ffcbc1d679 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/HostStruct.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/HostStruct.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/IJNICallback.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/IJNICallback.java
index aa95102df4..e1563eff0c 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/IJNICallback.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/IJNICallback.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/JNIMiddleWare.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/JNIMiddleWare.java
index 1c9957de4f..18e7f7bdbe 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/JNIMiddleWare.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/JNIMiddleWare.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/McStateEnum.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/McStateEnum.java
index 9d14e369cf..83cb9c68bd 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/McStateEnum.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/McStateEnum.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/QualifiedName.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/QualifiedName.java
index 845423c14b..0b63657fc2 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/QualifiedName.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/QualifiedName.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/TcStateEnum.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/TcStateEnum.java
index 30032764ee..2415edf302 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/TcStateEnum.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/TcStateEnum.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/Timeval.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/Timeval.java
index b71d6e93d7..7453492adb 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/Timeval.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/Timeval.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/TransportTypeEnum.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/TransportTypeEnum.java
index b56853fc78..bf09db9f4e 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/TransportTypeEnum.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/TransportTypeEnum.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java
index 9db28d2e13..bc05f45953 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/VerdictTypeEnum.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/adapter/IJNIAdapter.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/adapter/IJNIAdapter.java
index 9bd816ef2f..7a4683b7f2 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/adapter/IJNIAdapter.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/jni/adapter/IJNIAdapter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/perspectives/ExecutingPerspective.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/perspectives/ExecutingPerspective.java
index 0b02fd351c..f6b5f17c36 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/perspectives/ExecutingPerspective.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/perspectives/ExecutingPerspective.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/ExecutorPreferencePage.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/ExecutorPreferencePage.java
index e00ef9791a..fea2e67721 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/ExecutorPreferencePage.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/ExecutorPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/PreferenceConstants.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/PreferenceConstants.java
index 7cfc09b36c..863bac3075 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/PreferenceConstants.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/PreferenceConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/PreferenceInitializer.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/PreferenceInitializer.java
index d15b5a70b9..acf3f4988f 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/PreferenceInitializer.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/preferences/PreferenceInitializer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/properties/FieldEditorPropertyPage.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/properties/FieldEditorPropertyPage.java
index 592c277084..3563b5097f 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/properties/FieldEditorPropertyPage.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/properties/FieldEditorPropertyPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/properties/PropertyStore.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/properties/PropertyStore.java
index 6d544e9954..bb47dd4f11 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/properties/PropertyStore.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/properties/PropertyStore.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/property/testers/CompilationModeProperty.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/property/testers/CompilationModeProperty.java
index 6dca05c1bc..e357167d46 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/property/testers/CompilationModeProperty.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/property/testers/CompilationModeProperty.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerContentProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerContentProvider.java
index 1e5a04059c..3cf4711a88 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerContentProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerDialog.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerDialog.java
index afaa16aa7f..f2d5dfcc23 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerDialog.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerLabelProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerLabelProvider.java
index e2c430a185..d263f3508f 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerLabelProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllerLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllersTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllersTab.java
index 14ed3af344..0f6a98fe12 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllersTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/hostcontrollers/HostControllersTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/BaseMainControllerTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/BaseMainControllerTab.java
index e7bb6958a8..ac8815c11f 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/BaseMainControllerTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/BaseMainControllerTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/JNIMainControllerTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/JNIMainControllerTab.java
index b34accf111..8a52a4b687 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/JNIMainControllerTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/JNIMainControllerTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/MctrCliMainControllerTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/MctrCliMainControllerTab.java
index bd1f9c3961..629e293dc9 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/MctrCliMainControllerTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/MctrCliMainControllerTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/SingleMainControllerTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/SingleMainControllerTab.java
index 4aa3055aa6..61a23940d3 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/SingleMainControllerTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/maincontroller/SingleMainControllerTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/BasePerformanceSettingsTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/BasePerformanceSettingsTab.java
index e990d85ac8..f0a6c4ab54 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/BasePerformanceSettingsTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/BasePerformanceSettingsTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/JniPerformanceSettingsTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/JniPerformanceSettingsTab.java
index 5500608674..b988784087 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/JniPerformanceSettingsTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/JniPerformanceSettingsTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/MctrCliPerformanceSettingsTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/MctrCliPerformanceSettingsTab.java
index a8a8c401b4..18239fbac5 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/MctrCliPerformanceSettingsTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/MctrCliPerformanceSettingsTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/SinglePerformanceSettingsTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/SinglePerformanceSettingsTab.java
index d69abe25dc..354b22303f 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/SinglePerformanceSettingsTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/performance/SinglePerformanceSettingsTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/KnownTestcasesDragSourceListener.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/KnownTestcasesDragSourceListener.java
index eb0ad879e0..24bd01f410 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/KnownTestcasesDragSourceListener.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/KnownTestcasesDragSourceListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestCaseTreeElement.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestCaseTreeElement.java
index 2950fe1026..f8f8ed0a67 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestCaseTreeElement.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestCaseTreeElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestSetTab.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestSetTab.java
index dde4bcf1ab..53700ad54d 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestSetTab.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestSetTab.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcaseTransfer.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcaseTransfer.java
index 3fc41dc1b3..4c75b36eff 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcaseTransfer.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcaseTransfer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcasesContentProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcasesContentProvider.java
index 76d0303855..8093f82f13 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcasesContentProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcasesContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcasesLabelProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcasesLabelProvider.java
index 0573516d56..549435b40a 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcasesLabelProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestcasesLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetDialog.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetDialog.java
index 273f632f79..f6bcd08ed0 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetDialog.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeDragSourceListener.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeDragSourceListener.java
index d905a15cd4..26ea6dc123 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeDragSourceListener.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeDragSourceListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeDropTargetListener.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeDropTargetListener.java
index b1026984a5..1767cd19e1 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeDropTargetListener.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeDropTargetListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeElement.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeElement.java
index da91e3f8c1..7b5d16d174 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeElement.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/tabpages/testset/TestsetTreeElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ComponentElement.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ComponentElement.java
index 308d542cc7..64f9d9c555 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ComponentElement.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ComponentElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorContentProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorContentProvider.java
index 0d200662fd..8ab9b2abe1 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorContentProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorLabelProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorLabelProvider.java
index 230f31f9e5..3cf477f08b 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorLabelProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorView.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorView.java
index 084b363715..3e491453b3 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorView.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorMonitorView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorStorage.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorStorage.java
index bf6898f7aa..8a367417cd 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorStorage.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/ExecutorStorage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/HostControllerElement.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/HostControllerElement.java
index 030360c371..d4ac71c8f3 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/HostControllerElement.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/HostControllerElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/InformationElement.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/InformationElement.java
index 838b6b1be9..2377065bcd 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/InformationElement.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/InformationElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchElement.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchElement.java
index c9a7518e7d..ed706c3339 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchElement.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchStorage.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchStorage.java
index 14297aff94..413d58c279 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchStorage.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchStorage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchesListener.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchesListener.java
index 9e0b8a924e..e0f91e3e12 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchesListener.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/LaunchesListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/MainControllerElement.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/MainControllerElement.java
index 6ccaa02bc4..88df6bea49 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/MainControllerElement.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/executormonitor/MainControllerElement.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/Notification.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/Notification.java
index 5cfe2dafdd..b659ae134a 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/Notification.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/Notification.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationContentProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationContentProvider.java
index 161a09ea86..f6cfebfe30 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationContentProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationLabelProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationLabelProvider.java
index 33720b3dda..e20d0f45df 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationLabelProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationView.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationView.java
index 266042c3f5..533196c397 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationView.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/notification/NotificationView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/ExecutedTestcase.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/ExecutedTestcase.java
index 9a85f8f43e..49e2bdc457 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/ExecutedTestcase.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/ExecutedTestcase.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionContentProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionContentProvider.java
index 7581f49837..07c873872e 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionContentProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionLabelProvider.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionLabelProvider.java
index a3811849c5..3ac23ce599 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionLabelProvider.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionView.java b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionView.java
index bb807797ee..68b81f2d29 100644
--- a/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionView.java
+++ b/org.eclipse.titan.executor/src/org/eclipse/titan/executor/views/testexecution/TestExecutionView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.executor/toc.xml b/org.eclipse.titan.executor/toc.xml
index 9acbba60f8..b1080b711e 100644
--- a/org.eclipse.titan.executor/toc.xml
+++ b/org.eclipse.titan.executor/toc.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/org.eclipse.titan.help/README.txt b/org.eclipse.titan.help/README.txt
index 19ca27394c..8a93ec75c7 100644
--- a/org.eclipse.titan.help/README.txt
+++ b/org.eclipse.titan.help/README.txt
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000-2015 Ericsson Telecom AB
+# Copyright (c) 2000-2016 Ericsson Telecom AB
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.help/plugin.xml b/org.eclipse.titan.help/plugin.xml
index a483a44776..d9cbe73446 100644
--- a/org.eclipse.titan.help/plugin.xml
+++ b/org.eclipse.titan.help/plugin.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/org.eclipse.titan.help/toc.xml b/org.eclipse.titan.help/toc.xml
index 3caf9be347..78d262614a 100644
--- a/org.eclipse.titan.help/toc.xml
+++ b/org.eclipse.titan.help/toc.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/Activator.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/Activator.java
index 6494ba6e86..52e37cf933 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/Activator.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/Activator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/ResourceListener.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/ResourceListener.java
index 4fbee76ec5..81767be94c 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/ResourceListener.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/ResourceListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/CloseAllConnectedViewMenuAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/CloseAllConnectedViewMenuAction.java
index 3c32042f99..de04f8fcf7 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/CloseAllConnectedViewMenuAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/CloseAllConnectedViewMenuAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractComponentsAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractComponentsAction.java
index d6d526604a..50b8c7f75c 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractComponentsAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractComponentsAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractComponentsMenuAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractComponentsMenuAction.java
index 865c1d66a6..2f77f4cffd 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractComponentsMenuAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractComponentsMenuAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractTestCasesAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractTestCasesAction.java
index 61c52c1f42..2cdea56c1c 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractTestCasesAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractTestCasesAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractTestCasesMenuAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractTestCasesMenuAction.java
index 6cbd93c592..ec23572d80 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractTestCasesMenuAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/ExtractTestCasesMenuAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/LogFileActionProvider.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/LogFileActionProvider.java
index 6195708d8a..7336e563a6 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/LogFileActionProvider.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/LogFileActionProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenLogSearchPageAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenLogSearchPageAction.java
index 3e170056c7..c50998a3c0 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenLogSearchPageAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenLogSearchPageAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenMSCViewMenuAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenMSCViewMenuAction.java
index 6795128c48..ec523b2729 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenMSCViewMenuAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenMSCViewMenuAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenSourceViewMenuAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenSourceViewMenuAction.java
index 3adb309894..b050d5c7a2 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenSourceViewMenuAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenSourceViewMenuAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenStatisticalViewMenuAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenStatisticalViewMenuAction.java
index 63129010ff..9820323f60 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenStatisticalViewMenuAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenStatisticalViewMenuAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenTextTableProjectsViewMenuAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenTextTableProjectsViewMenuAction.java
index 1152591d1b..e79f1ed57e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenTextTableProjectsViewMenuAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenTextTableProjectsViewMenuAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenTextTableStatisticalViewMenuAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenTextTableStatisticalViewMenuAction.java
index 559694bb7b..177e267f5a 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenTextTableStatisticalViewMenuAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenTextTableStatisticalViewMenuAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenValueViewMenuAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenValueViewMenuAction.java
index 35f9f32a43..6762108e2d 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenValueViewMenuAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/OpenValueViewMenuAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/TestCaseActionProvider.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/TestCaseActionProvider.java
index eca3dd4821..85fe8d83c3 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/TestCaseActionProvider.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/actions/TestCaseActionProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/ConsoleWriter.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/ConsoleWriter.java
index fe644c9069..e1d08c4343 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/ConsoleWriter.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/ConsoleWriter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/TITANConsole.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/TITANConsole.java
index 6449e04c35..4b924414a6 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/TITANConsole.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/TITANConsole.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/TITANDebugConsole.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/TITANDebugConsole.java
index 143712c3a5..956f571dc7 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/TITANDebugConsole.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/console/TITANDebugConsole.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TechnicalException.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TechnicalException.java
index 95d7b2cfe5..c726b0ef62 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TechnicalException.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TechnicalException.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TitanLogException.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TitanLogException.java
index 239e2ee364..46cf681562 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TitanLogException.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TitanLogException.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TitanLogExceptionHandler.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TitanLogExceptionHandler.java
index 9e53911be8..7a7275e787 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TitanLogExceptionHandler.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/TitanLogExceptionHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/UserException.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/UserException.java
index 8b5528cbce..07f0f5c95b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/UserException.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/exceptions/UserException.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentEvent.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentEvent.java
index 5715f5fb48..5575816565 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentEvent.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentEvent.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentEventDispatcher.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentEventDispatcher.java
index 4cdfdf05fe..c64331e3ed 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentEventDispatcher.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentEventDispatcher.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentExtractor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentExtractor.java
index 72ed06cc9a..7793b7f367 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentExtractor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/ComponentExtractor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/Extractor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/Extractor.java
index 2e31de6948..5356e1e53b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/Extractor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/Extractor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseEvent.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseEvent.java
index fd7643bfc2..13c2a627a8 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseEvent.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseEvent.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseEventDispatcher.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseEventDispatcher.java
index 4b65fe457c..f9bb21f876 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseEventDispatcher.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseEventDispatcher.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseExtractor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseExtractor.java
index b8ceb389d6..ecc286ad2a 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseExtractor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/extractors/TestCaseExtractor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/factories/MessageAnalyserFactory.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/factories/MessageAnalyserFactory.java
index 9d82e8bd11..57984125cd 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/factories/MessageAnalyserFactory.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/factories/MessageAnalyserFactory.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/factories/PerspectiveFactory.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/factories/PerspectiveFactory.java
index 280471dd0e..71a4e604c9 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/factories/PerspectiveFactory.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/factories/PerspectiveFactory.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/FilterPattern.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/FilterPattern.java
index d7c22a4e2a..b0c4299abb 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/FilterPattern.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/FilterPattern.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/LogFileMetaData.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/LogFileMetaData.java
index 28802a4d47..ef8803d266 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/LogFileMetaData.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/LogFileMetaData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/LogRecordIndex.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/LogRecordIndex.java
index 2628b71c83..66ee3ad35c 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/LogRecordIndex.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/LogRecordIndex.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/SourceInformation.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/SourceInformation.java
index 87511b6828..0d0d5b152e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/SourceInformation.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/SourceInformation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/TimeInterval.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/TimeInterval.java
index a533d3f874..2df3a0aa8b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/TimeInterval.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/models/TimeInterval.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/natures/TitanLogProject.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/natures/TitanLogProject.java
index 6d048d3c93..f6f2530006 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/natures/TitanLogProject.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/natures/TitanLogProject.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/ConnectedRecord.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/ConnectedRecord.java
index d0eaa10d7e..ab8e3b37a0 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/ConnectedRecord.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/ConnectedRecord.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Constants.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Constants.java
index a091097994..348ae97f92 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Constants.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Constants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Decipherer.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Decipherer.java
index fa059b1cf5..c4f2951b1a 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Decipherer.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Decipherer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/EventObjectFactory.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/EventObjectFactory.java
index 13c08220bf..2150d18856 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/EventObjectFactory.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/EventObjectFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyser.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyser.java
index d78462fa48..6c5b222a78 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyser.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserFormat1.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserFormat1.java
index 7bf764ceed..62e83e0ac6 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserFormat1.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserFormat1.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserFormat2.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserFormat2.java
index 264257c592..8b009b2460 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserFormat2.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserFormat2.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserParallel1.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserParallel1.java
index 5ba31a802f..a85251b260 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserParallel1.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserParallel1.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserParallel2.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserParallel2.java
index 7425ea7b40..184b2fb6f0 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserParallel2.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserParallel2.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserSingle1.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserSingle1.java
index 8e3fa4e9aa..b4be5a7ed5 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserSingle1.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserSingle1.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserSingle2.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserSingle2.java
index 9d73e484f3..ea1bc61c65 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserSingle2.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/MessageAnalyserSingle2.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Parser.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Parser.java
index 7185f9032e..76604d1750 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Parser.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Parser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/RecordParser.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/RecordParser.java
index 7f2fed9584..1325bfd39f 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/RecordParser.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/RecordParser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Tokens.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Tokens.java
index d1af8eb241..4f37a608c7 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Tokens.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/Tokens.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/LogRecord.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/LogRecord.java
index c5736998ae..fc281254b8 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/LogRecord.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/LogRecord.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/TestCase.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/TestCase.java
index 3a346016bf..81b8183652 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/TestCase.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/TestCase.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/TreeModel.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/TreeModel.java
index 411c346b6d..675681c8dd 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/TreeModel.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/data/TreeModel.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/ComponentReference.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/ComponentReference.java
index e1832844fa..ebb7b0c9e4 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/ComponentReference.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/ComponentReference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/EOR.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/EOR.java
index 6fcdbb9853..ee5c7bcab2 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/EOR.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/EOR.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/EventType.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/EventType.java
index 40e74020cb..0194027990 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/EventType.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/EventType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Message.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Message.java
index a51d39d285..9222bee36e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Message.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Message.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/SourceInfo.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/SourceInfo.java
index 4363d7cb34..18e57af129 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/SourceInfo.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/SourceInfo.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/TimeStamp.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/TimeStamp.java
index 8327c87c20..a2e7fb6113 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/TimeStamp.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/TimeStamp.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Token.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Token.java
index e705dd069f..d6f98e20b4 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Token.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Token.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Unknown.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Unknown.java
index a7c990acc9..d753b31c51 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Unknown.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/Unknown.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/WhiteSpace.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/WhiteSpace.java
index f498c8b130..64f0759864 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/WhiteSpace.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/parsers/token/WhiteSpace.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/DecipheringPreferenceHandler.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/DecipheringPreferenceHandler.java
index 90efe88049..efa22742cb 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/DecipheringPreferenceHandler.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/DecipheringPreferenceHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/FilteredSilentEventUtils.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/FilteredSilentEventUtils.java
index 43e9eb21c8..7d4fc1bd71 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/FilteredSilentEventUtils.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/FilteredSilentEventUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferenceConstants.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferenceConstants.java
index a0d7f0eeed..f3161928e8 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferenceConstants.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferenceConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferenceInitializer.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferenceInitializer.java
index 2bea357e16..f64055e460 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferenceInitializer.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferenceInitializer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferencesHandler.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferencesHandler.java
index 78011fbc29..4760c9d112 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferencesHandler.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferencesHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferencesHolder.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferencesHolder.java
index d9ba0461da..8b08a11165 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferencesHolder.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/PreferencesHolder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/data/KeywordColor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/data/KeywordColor.java
index bed12df836..c4ffdb26ca 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/data/KeywordColor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/data/KeywordColor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/CheckBoxTreeEditor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/CheckBoxTreeEditor.java
index ce6c4340eb..5165da0f70 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/CheckBoxTreeEditor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/CheckBoxTreeEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/MutableComboFieldEditor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/MutableComboFieldEditor.java
index e85cc5235e..0696205bcd 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/MutableComboFieldEditor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/MutableComboFieldEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/StringListEditor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/StringListEditor.java
index ba4430493e..2dc22f8bb1 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/StringListEditor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/StringListEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanColorFieldEditor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanColorFieldEditor.java
index 71c0587733..8af908ee62 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanColorFieldEditor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanColorFieldEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanListEditor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanListEditor.java
index babcf753e9..961fc333eb 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanListEditor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanListEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanRadioGroupFieldEditor.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanRadioGroupFieldEditor.java
index 20a447ca87..14b289deab 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanRadioGroupFieldEditor.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/fieldeditors/TitanRadioGroupFieldEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/ComponentsVisualOrderPrefPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/ComponentsVisualOrderPrefPage.java
index 2b4da5102d..ef7b4ef47f 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/ComponentsVisualOrderPrefPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/ComponentsVisualOrderPrefPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/DecipheringPreferencePage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/DecipheringPreferencePage.java
index 93ddbf13d4..2ff6b23b15 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/DecipheringPreferencePage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/DecipheringPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredComponentsPrefPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredComponentsPrefPage.java
index e36bf8ea97..680f3f2fe6 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredComponentsPrefPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredComponentsPrefPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredFunctionsPrefPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredFunctionsPrefPage.java
index be0df7e597..243fd15360 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredFunctionsPrefPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredFunctionsPrefPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredPortsPreferencePage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredPortsPreferencePage.java
index aa27003e17..c1699d9861 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredPortsPreferencePage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredPortsPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredSignalsPrefPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredSignalsPrefPage.java
index 67d23501c5..932887331a 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredSignalsPrefPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredSignalsPrefPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredSilentEventPrefPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredSilentEventPrefPage.java
index 3739fdf2a7..b83756a19d 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredSilentEventPrefPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/FilteredSilentEventPrefPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/GeneralSettingsPrefPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/GeneralSettingsPrefPage.java
index 194dcdc00d..5cde287666 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/GeneralSettingsPrefPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/GeneralSettingsPrefPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/HighlightKeywordsPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/HighlightKeywordsPage.java
index dd32357b5a..94e1ce579e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/HighlightKeywordsPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/HighlightKeywordsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/LogViewerPreferenceRootPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/LogViewerPreferenceRootPage.java
index 46eb8f87d4..ea293b1ac0 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/LogViewerPreferenceRootPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/LogViewerPreferenceRootPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/SetverdictPreferencePage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/SetverdictPreferencePage.java
index ea742f6227..71e3004fdc 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/SetverdictPreferencePage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/preferences/pages/SetverdictPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/properties/PropertyStore.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/properties/PropertyStore.java
index 02f093bdda..e0ac42c80f 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/properties/PropertyStore.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/properties/PropertyStore.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/CachedLogReader.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/CachedLogReader.java
index 7aaf8a97ea..0f1627fc97 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/CachedLogReader.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/CachedLogReader.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/FilteredLogReader.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/FilteredLogReader.java
index abf86c771a..4153dd4605 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/FilteredLogReader.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/FilteredLogReader.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/ILogReader.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/ILogReader.java
index 086632c792..d121ae85ad 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/ILogReader.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/ILogReader.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/LogFileReader.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/LogFileReader.java
index cd7a029448..cdbec538ad 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/LogFileReader.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/LogFileReader.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/SequentialLogFileReader.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/SequentialLogFileReader.java
index 4cb89394ba..501310980d 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/SequentialLogFileReader.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/SequentialLogFileReader.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/TestFileReader.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/TestFileReader.java
index f3b0940061..d82a7455ea 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/TestFileReader.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/TestFileReader.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/ValueReader.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/ValueReader.java
index 624c25867f..31abbf8a82 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/ValueReader.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/readers/ValueReader.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/LogSearchQuery.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/LogSearchQuery.java
index 4ebdc2349c..ff8f202d40 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/LogSearchQuery.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/LogSearchQuery.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/LogSearchResult.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/LogSearchResult.java
index a927c24474..26270aaf23 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/LogSearchResult.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/LogSearchResult.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/SearchLabelProvider.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/SearchLabelProvider.java
index 3845801339..8e39a270f2 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/SearchLabelProvider.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/SearchLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/SearchPattern.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/SearchPattern.java
index 2ab34d0001..adb29110ec 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/SearchPattern.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/SearchPattern.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/TreeContentProvider.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/TreeContentProvider.java
index bf841bc601..b622bdc26b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/TreeContentProvider.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/search/TreeContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ActionUtils.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ActionUtils.java
index 53d75071a6..5cd963b0fc 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ActionUtils.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ActionUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/Constants.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/Constants.java
index 1e0b490811..47f1f78d2c 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/Constants.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/Constants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ImportExportUtils.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ImportExportUtils.java
index 3332460973..a4789ed0d0 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ImportExportUtils.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ImportExportUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/LogFileCacheHandler.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/LogFileCacheHandler.java
index d66281fc87..e572c8f2d2 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/LogFileCacheHandler.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/LogFileCacheHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/LogFileHandler.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/LogFileHandler.java
index 1c87cb757b..2bff8e20ed 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/LogFileHandler.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/LogFileHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/Messages.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/Messages.java
index d94faa6817..8aa175427a 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/Messages.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/Messages.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ResourcePropertyHandler.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ResourcePropertyHandler.java
index 5c2bd47254..3e89f71a4e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ResourcePropertyHandler.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/ResourcePropertyHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/SelectionUtils.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/SelectionUtils.java
index b3210c57b1..4eae0a9c28 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/SelectionUtils.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/utils/SelectionUtils.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/DetailsView.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/DetailsView.java
index bb083a998c..b44e4a351b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/DetailsView.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/DetailsView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/ILogViewerView.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/ILogViewerView.java
index a42ada80dd..2ccebff7be 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/ILogViewerView.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/ILogViewerView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/LogSearchPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/LogSearchPage.java
index f5801ebf93..6360d44dcf 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/LogSearchPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/LogSearchPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/LogSearchResultPage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/LogSearchResultPage.java
index 652bec1424..0b4a8cb3d6 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/LogSearchResultPage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/LogSearchResultPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/MSCFilterDialog.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/MSCFilterDialog.java
index 18434fe13f..14c6e72d14 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/MSCFilterDialog.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/MSCFilterDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/MSCView.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/MSCView.java
index 137d133d64..0169e6892b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/MSCView.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/MSCView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/StatisticalView.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/StatisticalView.java
index d99affb484..67de73d472 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/StatisticalView.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/StatisticalView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailData.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailData.java
index e512aec69b..b31599a97e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailData.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailsViewContentProvider.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailsViewContentProvider.java
index ceaaa42f27..0da0ea4287 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailsViewContentProvider.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailsViewContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailsViewLabelProvider.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailsViewLabelProvider.java
index e21a1cce98..2258033bc7 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailsViewLabelProvider.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/DetailsViewLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/StatisticalData.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/StatisticalData.java
index 229417b640..d3eeedf328 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/StatisticalData.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/StatisticalData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TextViewComposite.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TextViewComposite.java
index 23c2211ab8..b37da1f7b0 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TextViewComposite.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TextViewComposite.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeLeaf.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeLeaf.java
index ec0946a3cb..39b09b1da8 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeLeaf.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeLeaf.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeObject.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeObject.java
index 3b47c7d1d5..ebc36b420e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeObject.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeObject.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeParent.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeParent.java
index 8453e636eb..ce0929f24a 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeParent.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeParent.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeViewComposite.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeViewComposite.java
index 1443f4536a..3970b2d72f 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeViewComposite.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/details/TreeViewComposite.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventObject.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventObject.java
index b7f1ac7f5d..1640af9b1c 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventObject.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventObject.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventSelection.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventSelection.java
index f8635b2f40..2cbe750fad 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventSelection.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventSelection.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventType.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventType.java
index 5c26f4568e..824c64be40 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventType.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/EventType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/ExecutionModel.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/ExecutionModel.java
index 3ca678f085..0611c5f845 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/ExecutionModel.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/ExecutionModel.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/IEventObject.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/IEventObject.java
index 1bcb4fb6fd..ce46a64e71 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/IEventObject.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/IEventObject.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/MSCModel.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/MSCModel.java
index 17f94d35f6..42ba111714 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/MSCModel.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/MSCModel.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/TestComponent.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/TestComponent.java
index 72ce9242be..d45f530b18 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/TestComponent.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/model/TestComponent.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/DelayedSelectable.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/DelayedSelectable.java
index 47f5a65ecc..6131228e6a 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/DelayedSelectable.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/DelayedSelectable.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/DelayedSelector.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/DelayedSelector.java
index be0009a830..b43791aa52 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/DelayedSelector.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/DelayedSelector.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/FileFinder.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/FileFinder.java
index d369795b2b..e918330592 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/FileFinder.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/FileFinder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/JumpToNextSetverdictAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/JumpToNextSetverdictAction.java
index 8a8f377a92..bc29333f44 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/JumpToNextSetverdictAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/JumpToNextSetverdictAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/JumpToPreviousSetverdictAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/JumpToPreviousSetverdictAction.java
index 7619a66718..78878c8f9d 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/JumpToPreviousSetverdictAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/JumpToPreviousSetverdictAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenSourceAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenSourceAction.java
index f86eeda7d9..fde23f3138 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenSourceAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenSourceAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenTextTableAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenTextTableAction.java
index be9ebe5fd2..f85abb0423 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenTextTableAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenTextTableAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenValueViewAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenValueViewAction.java
index a924c9ec35..bf22b587bd 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenValueViewAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/OpenValueViewAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/RefreshMSCViewAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/RefreshMSCViewAction.java
index 9ee3da43bd..f204728e41 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/RefreshMSCViewAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/RefreshMSCViewAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/ZoomAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/ZoomAction.java
index 22830d22ca..e76e807b8b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/ZoomAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/actions/ZoomAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/BaseMessage.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/BaseMessage.java
index fe8c612d63..984da05a6b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/BaseMessage.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/BaseMessage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/BasicFrame.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/BasicFrame.java
index 96b276fbd1..dd635a2014 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/BasicFrame.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/BasicFrame.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentCreation.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentCreation.java
index 3f89f81a42..4d1af8a851 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentCreation.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentCreation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentEventNode.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentEventNode.java
index d4d8fc921d..f42911a173 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentEventNode.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentEventNode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentTermination.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentTermination.java
index 1fdb0d3139..e7b96d3edc 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentTermination.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ComponentTermination.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Enqueued.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Enqueued.java
index ba057d0db4..9ffb9365cb 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Enqueued.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Enqueued.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Frame.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Frame.java
index 52c6db736c..6792cf5c8e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Frame.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Frame.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Function.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Function.java
index c682f09102..16ee6f1575 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Function.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Function.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/FunctionDone.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/FunctionDone.java
index d31b49b7c0..3a4b2aa0f1 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/FunctionDone.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/FunctionDone.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/FunctionNode.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/FunctionNode.java
index d8bd9a02b5..d836d93154 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/FunctionNode.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/FunctionNode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Lifeline.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Lifeline.java
index f4577a7ef7..a748ea0bc1 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Lifeline.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Lifeline.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/LifelineHeader.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/LifelineHeader.java
index c6cef39897..096773e95b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/LifelineHeader.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/LifelineHeader.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/MSCNode.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/MSCNode.java
index ebbc1aad4f..ab3a564962 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/MSCNode.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/MSCNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortConnection.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortConnection.java
index e297ad1411..72f15adf4e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortConnection.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortConnection.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortDisconnection.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortDisconnection.java
index ca10448032..410efbe0f0 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortDisconnection.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortDisconnection.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortEventNode.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortEventNode.java
index a2f2feba50..b33c04af7e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortEventNode.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortEventNode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortMapping.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortMapping.java
index 3e8cb244cb..733cca4701 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortMapping.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortMapping.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortUnmapping.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortUnmapping.java
index 02ae39f31e..66b4e0816b 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortUnmapping.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/PortUnmapping.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ReceiveSignal.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ReceiveSignal.java
index 1ce9443406..154783b3ec 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ReceiveSignal.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/ReceiveSignal.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/RectangleDrawer.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/RectangleDrawer.java
index 51cfcae206..361c3e079d 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/RectangleDrawer.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/RectangleDrawer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SendSignal.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SendSignal.java
index 62e5e18ee9..d099507ece 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SendSignal.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SendSignal.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SetverdictComp.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SetverdictComp.java
index 41089aa5fc..bd33382f74 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SetverdictComp.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SetverdictComp.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SetverdictUnknown.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SetverdictUnknown.java
index 44702f2f69..84fa34f368 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SetverdictUnknown.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SetverdictUnknown.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Signal.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Signal.java
index 9c7fa8b1b2..61355cdbb5 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Signal.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/Signal.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SilentEvent.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SilentEvent.java
index 80e30967a3..45883cf5ed 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SilentEvent.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/SilentEvent.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseEnd.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseEnd.java
index 02b10cc62e..6ebf72078f 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseEnd.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseEnd.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseEventNode.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseEventNode.java
index e9c55cee0a..ce38835168 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseEventNode.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseEventNode.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseStart.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseStart.java
index 0befa114aa..1fc72fb0ee 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseStart.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TestCaseStart.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TimeStampNode.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TimeStampNode.java
index a4e7622995..e6dcf5e601 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TimeStampNode.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/core/TimeStampNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/DiagramToolTip.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/DiagramToolTip.java
index a138c9127c..b5ab741f88 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/DiagramToolTip.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/DiagramToolTip.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/IGC.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/IGC.java
index c5d02b69cf..bac8ede8b4 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/IGC.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/IGC.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/MSCWidget.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/MSCWidget.java
index e25c69baa7..9ca245f544 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/MSCWidget.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/MSCWidget.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/NGC.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/NGC.java
index e49bd62c53..a3fdbf1fe3 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/NGC.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/NGC.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/Overview.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/Overview.java
index 8ad1e70096..077d162b6d 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/Overview.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/Overview.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/ScrollView.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/ScrollView.java
index 9fcd69a0c4..e20098e61a 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/ScrollView.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/ui/view/ScrollView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/util/MSCConstants.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/util/MSCConstants.java
index bda25c60b7..b4941140de 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/util/MSCConstants.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/util/MSCConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/util/MSCNodeComparator.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/util/MSCNodeComparator.java
index c605b7d27e..60153d4720 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/util/MSCNodeComparator.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/msc/util/MSCNodeComparator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/FileSizeDecorator.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/FileSizeDecorator.java
index 2660454f4c..a0e990a6f6 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/FileSizeDecorator.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/FileSizeDecorator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/LogFileContentProvider.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/LogFileContentProvider.java
index b287c0a87e..b66c42375e 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/LogFileContentProvider.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/LogFileContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/LogFileLabelProvider.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/LogFileLabelProvider.java
index 0684ebbec8..92a1b8ea01 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/LogFileLabelProvider.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/LogFileLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/ProjectsViewerMenuListener.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/ProjectsViewerMenuListener.java
index a222cab098..2187fc9aad 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/ProjectsViewerMenuListener.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/ProjectsViewerMenuListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/ProjectsViewerMenuManager.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/ProjectsViewerMenuManager.java
index 3eb5f2534b..0aff47af9d 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/ProjectsViewerMenuManager.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/ProjectsViewerMenuManager.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/TestCasesViewerLabelProvider.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/TestCasesViewerLabelProvider.java
index cfa34e5a37..bd1a27ce79 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/TestCasesViewerLabelProvider.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/navigator/TestCasesViewerLabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/CloseAllAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/CloseAllAction.java
index 98baf556b5..f064d5a50a 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/CloseAllAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/CloseAllAction.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/FilterAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/FilterAction.java
index e8ec549f25..d0a4090b2f 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/FilterAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/FilterAction.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/IconHandler.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/IconHandler.java
index 02b88baab9..70de1598ec 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/IconHandler.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/IconHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/SetVerdictFilter.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/SetVerdictFilter.java
index 655e6ccde2..b28905ee16 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/SetVerdictFilter.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/SetVerdictFilter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/SwitchToMscAction.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/SwitchToMscAction.java
index e90ad4312e..1b10c88192 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/SwitchToMscAction.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/SwitchToMscAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/TextTableView.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/TextTableView.java
index 58f32884a5..64f69989c9 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/TextTableView.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/TextTableView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/TextTableViewHelper.java b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/TextTableViewHelper.java
index bda22d447a..3b3680c173 100644
--- a/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/TextTableViewHelper.java
+++ b/org.eclipse.titan.log.viewer/src/org/eclipse/titan/log/viewer/views/text/table/TextTableViewHelper.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.log.viewer/toc.xml b/org.eclipse.titan.log.viewer/toc.xml
index 77e19020c1..56a44b5a3b 100644
--- a/org.eclipse.titan.log.viewer/toc.xml
+++ b/org.eclipse.titan.log.viewer/toc.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/org.eclipse.titan.regressiontests/build.xml b/org.eclipse.titan.regressiontests/build.xml
index b431a7f42c..fd6dd3d6ff 100644
--- a/org.eclipse.titan.regressiontests/build.xml
+++ b/org.eclipse.titan.regressiontests/build.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!--
- Copyright (c) 2000-2015 Ericsson Telecom AB
+ Copyright (c) 2000-2016 Ericsson Telecom AB
 
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Eclipse Public License v1.0
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/HeadlessRunner.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/HeadlessRunner.java
index 2d98e004d0..6fb52d2204 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/HeadlessRunner.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/HeadlessRunner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/MainTestSuite.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/MainTestSuite.java
index c365a865e0..a3576992cc 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/MainTestSuite.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/MainTestSuite.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/MyTextListener.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/MyTextListener.java
index 7a4a5a6a19..389a520db0 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/MyTextListener.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/MyTextListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/CommonTestSuite.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/CommonTestSuite.java
index c9c48aa801..e860153799 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/CommonTestSuite.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/CommonTestSuite.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/actions/FormatLogTest.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/actions/FormatLogTest.java
index 817fd0f4eb..c1c2d27f17 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/actions/FormatLogTest.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/actions/FormatLogTest.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/actions/MergeLogTest.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/actions/MergeLogTest.java
index 9bd74a2178..aebbfdf471 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/actions/MergeLogTest.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/common/actions/MergeLogTest.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/Designer_plugin_tests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/Designer_plugin_tests.java
index 0fece615ad..320e13d8c2 100755
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/Designer_plugin_tests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/Designer_plugin_tests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/dynamictests/ChangeTests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/dynamictests/ChangeTests.java
index 0b98944f4f..2d1ceef351 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/dynamictests/ChangeTests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/dynamictests/ChangeTests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/AST_tests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/AST_tests.java
index 0b0678488b..8f2624db3f 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/AST_tests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/AST_tests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/AST_warnings_tests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/AST_warnings_tests.java
index 31163ac69b..a91e763bc8 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/AST_warnings_tests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/AST_warnings_tests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/LazyTryCatchTest.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/LazyTryCatchTest.java
index 77581c44d9..2d32c8f798 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/LazyTryCatchTest.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/LazyTryCatchTest.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/templates/AllFromTest.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/templates/AllFromTest.java
index e536554a72..b66d665c9e 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/templates/AllFromTest.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/templates/AllFromTest.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/templates/TemplateTestSuite.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/templates/TemplateTestSuite.java
index 669f4db79e..34c137aed3 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/templates/TemplateTestSuite.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Basic_tests/templates/TemplateTestSuite.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/StaticTests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/StaticTests.java
index c7dad81d4c..8b27092d1c 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/StaticTests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/StaticTests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Semantic_errors_tests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Semantic_errors_tests.java
index 496d5444ef..8ada3db7a2 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Semantic_errors_tests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Semantic_errors_tests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Semantic_warnings_tests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Semantic_warnings_tests.java
index 98ecb62f4e..44454b8e09 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Semantic_warnings_tests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Semantic_warnings_tests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Syntactical_errors_tests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Syntactical_errors_tests.java
index 8309b93e31..38059ca720 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Syntactical_errors_tests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Syntactical_errors_tests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Syntactical_warning_tests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Syntactical_warning_tests.java
index 3bad8d80f8..c80ad4216b 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Syntactical_warning_tests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Syntactical_warning_tests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Unstructured_tests.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Unstructured_tests.java
index 712e5a018e..00606dfb5b 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Unstructured_tests.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/statictests/Unstructured_tests/Unstructured_tests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/unittest/DesignerUnitTestSuite.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/unittest/DesignerUnitTestSuite.java
index 940fa60721..29d250ee68 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/unittest/DesignerUnitTestSuite.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/unittest/DesignerUnitTestSuite.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/unittest/TpdTest.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/unittest/TpdTest.java
index cdfd8db7d4..ee92265b65 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/unittest/TpdTest.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/designer/unittest/TpdTest.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/JUnitXMLRunListener.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/JUnitXMLRunListener.java
index f9c40578e6..b86b7d5f6a 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/JUnitXMLRunListener.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/JUnitXMLRunListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/TestCase.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/TestCase.java
index 47149acb57..e06f05e76b 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/TestCase.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/TestCase.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/TestSuite.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/TestSuite.java
index 69a92a12c7..17c6d38425 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/TestSuite.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/JUnitXMLListener/TestSuite.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/MarkerHandlingLibrary.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/MarkerHandlingLibrary.java
index 476cf5464a..6f9920ec50 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/MarkerHandlingLibrary.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/MarkerHandlingLibrary.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/MarkerToCheck.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/MarkerToCheck.java
index c24967925a..9d595174e2 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/MarkerToCheck.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/MarkerToCheck.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/ProjectHandlingLibrary.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/ProjectHandlingLibrary.java
index b6b1c1a5ac..c1af4f8087 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/ProjectHandlingLibrary.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/ProjectHandlingLibrary.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/WorkspaceHandlingLibrary.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/WorkspaceHandlingLibrary.java
index e8a5b581de..bad412283b 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/WorkspaceHandlingLibrary.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/library/WorkspaceHandlingLibrary.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/tools/ChecklistGenerator.java b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/tools/ChecklistGenerator.java
index 26c0c54df9..737ca6b4e8 100644
--- a/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/tools/ChecklistGenerator.java
+++ b/org.eclipse.titan.regressiontests/src/org/eclipse/titan/regressiontests/tools/ChecklistGenerator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/CustomConfigurable.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/CustomConfigurable.java
index dabb7082ce..68664b3cb7 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/CustomConfigurable.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/CustomConfigurable.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/GeneralTests.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/GeneralTests.java
index 54c25d7ce0..9cf3ef8bb8 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/GeneralTests.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/GeneralTests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/HeadlessRunner.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/HeadlessRunner.java
index 9045c4052d..3072e25cc7 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/HeadlessRunner.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/HeadlessRunner.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/MainTestSuite.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/MainTestSuite.java
index 1aa8392f04..58e6193f32 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/MainTestSuite.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/MainTestSuite.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/MyTextListener.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/MyTextListener.java
index 7f27c75bdf..8f80afd5f2 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/MyTextListener.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/MyTextListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/TitaniumPluginTests.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/TitaniumPluginTests.java
index ed83b3a53d..4d92f2c7b0 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/TitaniumPluginTests.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/TitaniumPluginTests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/Titanium_plugin_tests.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/Titanium_plugin_tests.java
index f0306ca9cd..78889c7051 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/Titanium_plugin_tests.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/Titanium_plugin_tests.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/JUnitXMLRunListener.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/JUnitXMLRunListener.java
index 1bb1bb2b5d..a79fab9715 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/JUnitXMLRunListener.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/JUnitXMLRunListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/TestCase.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/TestCase.java
index 3aa0a53c74..e7f03fca83 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/TestCase.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/TestCase.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/TestSuite.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/TestSuite.java
index 367906904e..63e85b98a1 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/TestSuite.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/JUnitXMLListener/TestSuite.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/MarkerHandlingLibrary.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/MarkerHandlingLibrary.java
index 67d4fd6e3a..87a33e7f32 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/MarkerHandlingLibrary.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/MarkerHandlingLibrary.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/MarkerToCheck.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/MarkerToCheck.java
index 430f27c67c..2a96c419d1 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/MarkerToCheck.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/MarkerToCheck.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/ProjectHandlingLibrary.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/ProjectHandlingLibrary.java
index 1173cc547b..1887eefaf2 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/ProjectHandlingLibrary.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/ProjectHandlingLibrary.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/WorkspaceHandlingLibrary.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/WorkspaceHandlingLibrary.java
index f5bbb4f8f5..a15c817f4a 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/WorkspaceHandlingLibrary.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/library/WorkspaceHandlingLibrary.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/markers/CodeSmellChecker.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/markers/CodeSmellChecker.java
index 95bfb988ee..66c932a66d 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/markers/CodeSmellChecker.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/markers/CodeSmellChecker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/markers/Expectation.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/markers/Expectation.java
index cf24ca2015..e39453697c 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/markers/Expectation.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/markers/Expectation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/metrics/Expectation.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/metrics/Expectation.java
index 31acffdf35..33a3645cca 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/metrics/Expectation.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/metrics/Expectation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/metrics/MetricsChecker.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/metrics/MetricsChecker.java
index 5d8b283094..8b7dc604b4 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/metrics/MetricsChecker.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/titanium/metrics/MetricsChecker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/tools/ChecklistGenerator.java b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/tools/ChecklistGenerator.java
index 909a78b823..7329766604 100644
--- a/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/tools/ChecklistGenerator.java
+++ b/org.eclipse.titanium.regressiontests/src/org/eclipse/titanium/regressiontests/tools/ChecklistGenerator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/Activator.java b/org.eclipse.titanium/src/org/eclipse/titanium/Activator.java
index 34bc151924..bf84985ffe 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/Activator.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/Activator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/TypeHierarchy.java b/org.eclipse.titanium/src/org/eclipse/titanium/TypeHierarchy.java
index 9dd3c6a5dd..ff11532eac 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/TypeHierarchy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/TypeHierarchy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/CheckCodeSmells.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/CheckCodeSmells.java
index 853590985c..081928776b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/CheckCodeSmells.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/CheckCodeSmells.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/ComponentGraphAction.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/ComponentGraphAction.java
index 16c3f35203..bfe562e7e3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/ComponentGraphAction.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/ComponentGraphAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/ExportDataForSonarAction.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/ExportDataForSonarAction.java
index dd57f4ad36..a97fa4c756 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/ExportDataForSonarAction.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/ExportDataForSonarAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/ExportProblems.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/ExportProblems.java
index 4b68f2068b..f3dab384e8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/ExportProblems.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/ExportProblems.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/MetricsViewOpener.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/MetricsViewOpener.java
index 7a737b08e4..80c3072b82 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/MetricsViewOpener.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/MetricsViewOpener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/ModuleGraphAction.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/ModuleGraphAction.java
index d79546a4b1..fd5a332dc1 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/ModuleGraphAction.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/ModuleGraphAction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/OrganizeFromBrowser.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/OrganizeFromBrowser.java
index f0f80a1003..450a490b0b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/OrganizeFromBrowser.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/OrganizeFromBrowser.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/OrganizeFromEditor.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/OrganizeFromEditor.java
index cc46a109f9..a88fbd5bd4 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/OrganizeFromEditor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/OrganizeFromEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/TopViewOpener.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/TopViewOpener.java
index 908fccbd54..5a25ade4b4 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/TopViewOpener.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/TopViewOpener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/actions/javadoc-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/actions/javadoc-info.java
index 2ce7b6c354..b7b8d58821 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/actions/javadoc-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/actions/javadoc-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ClearAllProjects.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ClearAllProjects.java
index 27281a3a8f..df0faa22a9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ClearAllProjects.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ClearAllProjects.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportAllCodeSmells.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportAllCodeSmells.java
index 2cff5b1999..88abc02943 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportAllCodeSmells.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportAllCodeSmells.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportAllCodeSmellsToCSV.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportAllCodeSmellsToCSV.java
index 4f5e0afd95..2014deadf9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportAllCodeSmellsToCSV.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportAllCodeSmellsToCSV.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportDataForSonar.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportDataForSonar.java
index c369099b42..05b89b80bf 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportDataForSonar.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ExportDataForSonar.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ImportProjectsFromPrj.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ImportProjectsFromPrj.java
index 8ad118be88..3072d8efbe 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ImportProjectsFromPrj.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ImportProjectsFromPrj.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ImportProjectsFromTpd.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ImportProjectsFromTpd.java
index c69482a8c4..0acd6084d6 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/ImportProjectsFromTpd.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/ImportProjectsFromTpd.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/InformationExporter.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/InformationExporter.java
index 2a44605e7b..2d192a03d8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/InformationExporter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/InformationExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/MergeExportedMarkerTables.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/MergeExportedMarkerTables.java
index 1050f4e82c..d2a4413bd1 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/MergeExportedMarkerTables.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/MergeExportedMarkerTables.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveComponentDot.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveComponentDot.java
index 96bcfe89cc..b220067e0c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveComponentDot.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveComponentDot.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveComponentNet.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveComponentNet.java
index 9b0c9823ac..19771582ba 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveComponentNet.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveComponentNet.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveModuleDot.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveModuleDot.java
index 0c6f83d827..5073daf389 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveModuleDot.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveModuleDot.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveModuleNet.java b/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveModuleNet.java
index 5688f7e359..1971df6d7b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveModuleNet.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/applications/SaveModuleNet.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/error/ConsoleErrorHandler.java b/org.eclipse.titanium/src/org/eclipse/titanium/error/ConsoleErrorHandler.java
index a42460925a..a71eee9f04 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/error/ConsoleErrorHandler.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/error/ConsoleErrorHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/error/ErrorHandler.java b/org.eclipse.titanium/src/org/eclipse/titanium/error/ErrorHandler.java
index 80c28f5f16..f39bb1a21d 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/error/ErrorHandler.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/error/ErrorHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/error/ErrorMessage.java b/org.eclipse.titanium/src/org/eclipse/titanium/error/ErrorMessage.java
index 6387b930ba..1f22b300c3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/error/ErrorMessage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/error/ErrorMessage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/error/GUIErrorHandler.java b/org.eclipse.titanium/src/org/eclipse/titanium/error/GUIErrorHandler.java
index d5379702ff..5f304fcb7f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/error/GUIErrorHandler.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/error/GUIErrorHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/error/PrimitiveErrorHandler.java b/org.eclipse.titanium/src/org/eclipse/titanium/error/PrimitiveErrorHandler.java
index 6626ce8a76..3d4ac62464 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/error/PrimitiveErrorHandler.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/error/PrimitiveErrorHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/error/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/error/package-info.java
index deaeb18274..9c14ae9578 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/error/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/error/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/AutomaticCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/AutomaticCluster.java
index 9ee43391ad..291ef7deb7 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/AutomaticCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/AutomaticCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/BaseCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/BaseCluster.java
index 408b01e4ba..c1e9f5b734 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/BaseCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/BaseCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ClustererBuilder.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ClustererBuilder.java
index 2385c6eeb0..b67442a8b4 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ClustererBuilder.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ClustererBuilder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ClusteringTools.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ClusteringTools.java
index ae4a647cb6..e39ba4f77f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ClusteringTools.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ClusteringTools.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/FolderNameCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/FolderNameCluster.java
index af9b1c460a..591948c7f1 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/FolderNameCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/FolderNameCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/FullModuleNameCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/FullModuleNameCluster.java
index e5b37e9616..f577d260c7 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/FullModuleNameCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/FullModuleNameCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/LinkedFileCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/LinkedFileCluster.java
index 7a9db9bfde..3a7f01875e 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/LinkedFileCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/LinkedFileCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ModuleLocationCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ModuleLocationCluster.java
index 7abf408111..a7d6b89b69 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ModuleLocationCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ModuleLocationCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ModuleNameCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ModuleNameCluster.java
index af39832026..9be3a56b64 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ModuleNameCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/ModuleNameCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/PathCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/PathCluster.java
index 3279a9f2aa..aaedc31700 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/PathCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/PathCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/RegexpCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/RegexpCluster.java
index 7f7e4cb7dd..3de0d4c42a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/RegexpCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/RegexpCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/SparseModuleNameCluster.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/SparseModuleNameCluster.java
index 82d117a2fb..f7f877031d 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/SparseModuleNameCluster.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/SparseModuleNameCluster.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/gui/ClusterTransformer.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/gui/ClusterTransformer.java
index a900208d43..6367844c4d 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/gui/ClusterTransformer.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/gui/ClusterTransformer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/gui/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/gui/package-info.java
index 997453377f..d7f15bf927 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/gui/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/gui/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/package-info.java
index 10ad14c62f..d639fcc276 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/ClusterEdge.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/ClusterEdge.java
index d51a30ba57..2e6ce5ffc3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/ClusterEdge.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/ClusterEdge.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/ClusterNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/ClusterNode.java
index efdd1407c4..982a9b019f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/ClusterNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/ClusterNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/package-info.java
index cc493ecbfe..ce6c70b8b8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/clustering/visualization/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/EdgeDescriptor.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/EdgeDescriptor.java
index 385b7dba5d..ded96e665b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/EdgeDescriptor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/EdgeDescriptor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/EdgeStroke.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/EdgeStroke.java
index 55356e8791..08f6033d5c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/EdgeStroke.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/EdgeStroke.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/NodeColours.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/NodeColours.java
index 3b595e9581..6b7687a7da 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/NodeColours.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/NodeColours.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/NodeDescriptor.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/NodeDescriptor.java
index 6a6bc81b87..fa5923db61 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/NodeDescriptor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/NodeDescriptor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/package-info.java
index 9ad4258686..063ed260ee 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/components/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/ComponentGraphGenerator.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/ComponentGraphGenerator.java
index a147c1009d..e824942e81 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/ComponentGraphGenerator.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/ComponentGraphGenerator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/GraphGenerator.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/GraphGenerator.java
index 591df9d24b..480068e2f9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/GraphGenerator.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/GraphGenerator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/ModuleGraphGenerator.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/ModuleGraphGenerator.java
index 8513cf9e7a..f4980e486b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/ModuleGraphGenerator.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/generators/ModuleGraphGenerator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/CustomSatelliteViewer.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/CustomSatelliteViewer.java
index 6c7b08f194..0f9ed36310 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/CustomSatelliteViewer.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/CustomSatelliteViewer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/CustomVisualizationViewer.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/CustomVisualizationViewer.java
index 4aa44d00eb..4cfc5077b8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/CustomVisualizationViewer.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/CustomVisualizationViewer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/Layouts.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/Layouts.java
index f164563555..ce71fac4d3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/Layouts.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/Layouts.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/package-info.java
index 478794444f..002c8421b8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/common/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/ExportPreferencesDialog.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/ExportPreferencesDialog.java
index 31bd4af233..ac9fee9dbe 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/ExportPreferencesDialog.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/ExportPreferencesDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/InfoWindow.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/InfoWindow.java
index 81cc7786a9..ba1717c640 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/InfoWindow.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/InfoWindow.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/package-info.java
index dae083454f..9b654c62fd 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/dialogs/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/BaseHierarchicalLayout.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/BaseHierarchicalLayout.java
index 789c6bb6b7..814345e0a0 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/BaseHierarchicalLayout.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/BaseHierarchicalLayout.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/MetricLayout.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/MetricLayout.java
index cdf59a3afc..fe7bb5213e 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/MetricLayout.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/MetricLayout.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/ReverseDAGLayout.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/ReverseDAGLayout.java
index ebd0d8b342..e0813c8de1 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/ReverseDAGLayout.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/ReverseDAGLayout.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/TitaniumDAGLayout.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/TitaniumDAGLayout.java
index bb45b6b387..a9a709ee71 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/TitaniumDAGLayout.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/TitaniumDAGLayout.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/TitaniumISOMLayout.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/TitaniumISOMLayout.java
index 91e1589dba..090a7cda71 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/TitaniumISOMLayout.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/TitaniumISOMLayout.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/DAGLayoutAlgorithm.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/DAGLayoutAlgorithm.java
index bda60151dd..940c69160a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/DAGLayoutAlgorithm.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/DAGLayoutAlgorithm.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/DAGLayoutReverseAlgorithm.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/DAGLayoutReverseAlgorithm.java
index b2d32a41ac..a74945106c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/DAGLayoutReverseAlgorithm.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/DAGLayoutReverseAlgorithm.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/HierarcicalLayoutAlgorithm.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/HierarcicalLayoutAlgorithm.java
index 857f47012f..998d96252b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/HierarcicalLayoutAlgorithm.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/HierarcicalLayoutAlgorithm.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/MetricLayoutAlgorithm.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/MetricLayoutAlgorithm.java
index 86ab90c166..404b9a3c0a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/MetricLayoutAlgorithm.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/algorithms/MetricLayoutAlgorithm.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/package-info.java
index 1824083568..e6e91f707a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/layouts/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/MeasureableNodePopupMenu.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/MeasureableNodePopupMenu.java
index ce0c12825c..b0ac5b740f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/MeasureableNodePopupMenu.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/MeasureableNodePopupMenu.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/NodePopupMenu.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/NodePopupMenu.java
index 74047290b0..83dc6185c9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/NodePopupMenu.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/NodePopupMenu.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/package-info.java
index 0089c7fab5..4302237824 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/menus/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/package-info.java
index ce7e15254b..72c1e5c7f0 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/LayoutEntry.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/LayoutEntry.java
index 384e16545d..4744849fd4 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/LayoutEntry.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/LayoutEntry.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/MetricsEntry.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/MetricsEntry.java
index 307a36738d..b83458e054 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/MetricsEntry.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/MetricsEntry.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/MetricsLayoutEntry.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/MetricsLayoutEntry.java
index 2bc5e32e8d..c672571c55 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/MetricsLayoutEntry.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/MetricsLayoutEntry.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/package-info.java
index 8877b288aa..c4771eac49 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/utils/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/ComponentGraphEditor.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/ComponentGraphEditor.java
index cd4155348d..3dcd997e88 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/ComponentGraphEditor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/ComponentGraphEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/GraphEditor.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/GraphEditor.java
index 2a9d20eebd..1599fd9806 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/GraphEditor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/GraphEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/ModuleGraphEditor.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/ModuleGraphEditor.java
index e8aa76eafa..a5fa7bad07 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/ModuleGraphEditor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/ModuleGraphEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/SatelliteView.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/SatelliteView.java
index 160dfff46f..99b795d417 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/SatelliteView.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/SatelliteView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/package-info.java
index c1932d18d6..fe6b3fc20b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/gui/windows/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/CheckParallelPaths.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/CheckParallelPaths.java
index eef4a765b6..bb8a0c890f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/CheckParallelPaths.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/CheckParallelPaths.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/CircleCheck.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/CircleCheck.java
index 0e441fd8f7..e02ac4191c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/CircleCheck.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/CircleCheck.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/GraphVizWriter.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/GraphVizWriter.java
index 8ffe38164e..ade9e32da5 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/GraphVizWriter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/GraphVizWriter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/javadoc-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/javadoc-info.java
index ef38636e94..cbcc6cb5d9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/javadoc-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/utils/javadoc-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/BadLayoutException.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/BadLayoutException.java
index 0f8329c730..9d7b8c8641 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/BadLayoutException.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/BadLayoutException.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/ErrorType.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/ErrorType.java
index 47e705051a..88c3b51d9c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/ErrorType.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/ErrorType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/GraphHandler.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/GraphHandler.java
index 7f9c0bfd7c..def1d5399f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/GraphHandler.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/GraphHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/GraphRenderer.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/GraphRenderer.java
index d052038585..02110f8847 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/GraphRenderer.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/GraphRenderer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/LayoutBuilder.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/LayoutBuilder.java
index 59792375f8..4f5cdf44d3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/LayoutBuilder.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/LayoutBuilder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/MeasureableGraphHandler.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/MeasureableGraphHandler.java
index 9c1e724815..7067ea579f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/MeasureableGraphHandler.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/MeasureableGraphHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/javadoc-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/javadoc-info.java
index c87e5225b3..5d5be1c050 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/javadoc-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/graph/visualization/javadoc-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/gui/FindWindow.java b/org.eclipse.titanium/src/org/eclipse/titanium/gui/FindWindow.java
index db96e23fa8..b63f1a0751 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/gui/FindWindow.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/gui/FindWindow.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/gui/Searchable.java b/org.eclipse.titanium/src/org/eclipse/titanium/gui/Searchable.java
index 30179fc4c1..ed6564d46f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/gui/Searchable.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/gui/Searchable.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/gui/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/gui/package-info.java
index 7dffc71d5f..c5fadba218 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/gui/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/gui/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/BaseProblemExporter.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/BaseProblemExporter.java
index be9435b4b0..f0556f70f9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/BaseProblemExporter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/BaseProblemExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/CsvProblemExporter.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/CsvProblemExporter.java
index f554502f37..803aba1b7b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/CsvProblemExporter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/CsvProblemExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/ExportedProblemMerger.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/ExportedProblemMerger.java
index 533f6f1492..0b0c802313 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/ExportedProblemMerger.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/ExportedProblemMerger.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/SingleCsvProblemExporter.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/SingleCsvProblemExporter.java
index c3d809b63d..37e5d24d78 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/SingleCsvProblemExporter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/SingleCsvProblemExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/XlsProblemExporter.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/XlsProblemExporter.java
index d97e5ccd40..221720c8ed 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/XlsProblemExporter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/export/XlsProblemExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/handler/Marker.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/handler/Marker.java
index bddcda8245..285dde48ae 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/handler/Marker.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/handler/Marker.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/handler/MarkerHandler.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/handler/MarkerHandler.java
index 9e1cfb58b7..65d91a44c0 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/handler/MarkerHandler.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/handler/MarkerHandler.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseCodeSmellSpotter.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseCodeSmellSpotter.java
index e9ed705162..c46886bb8a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseCodeSmellSpotter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseCodeSmellSpotter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseModuleCodeSmellSpotter.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseModuleCodeSmellSpotter.java
index c2a851cc79..bd2e466b08 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseModuleCodeSmellSpotter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseModuleCodeSmellSpotter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseProjectCodeSmellSpotter.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseProjectCodeSmellSpotter.java
index c9db4cd8d4..e942001a39 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseProjectCodeSmellSpotter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/BaseProjectCodeSmellSpotter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/AltstepCoverage.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/AltstepCoverage.java
index b733d1a7bb..5d5d960d9b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/AltstepCoverage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/AltstepCoverage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/CircularImportation.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/CircularImportation.java
index 8d2dc82509..2860c5dfd3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/CircularImportation.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/CircularImportation.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ConsecutiveAssignments.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ConsecutiveAssignments.java
index 854f64080d..d4f3bf5e56 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ConsecutiveAssignments.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ConsecutiveAssignments.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ConvertToEnum.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ConvertToEnum.java
index aa2a7d0b9f..99dd25c3a3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ConvertToEnum.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ConvertToEnum.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/EmptyStatementBlock.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/EmptyStatementBlock.java
index b9ec6d416e..f9036d3c76 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/EmptyStatementBlock.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/EmptyStatementBlock.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Goto.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Goto.java
index 8a7de79231..6360f627be 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Goto.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Goto.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfInsteadAltguard.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfInsteadAltguard.java
index 9e99835892..c983b02b30 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfInsteadAltguard.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfInsteadAltguard.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfInsteadReceiveTemplate.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfInsteadReceiveTemplate.java
index a9ddf7ce9d..fb7b80dcd1 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfInsteadReceiveTemplate.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfInsteadReceiveTemplate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfWithoutElse.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfWithoutElse.java
index fb0884108d..4bc449ca9b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfWithoutElse.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IfWithoutElse.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IncorrectRotate.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IncorrectRotate.java
index 7f37161b44..18b2ec8296 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IncorrectRotate.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IncorrectRotate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IncorrectShift.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IncorrectShift.java
index 7f55a035c1..82c013fbe5 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IncorrectShift.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IncorrectShift.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/InfiniteLoop.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/InfiniteLoop.java
index 188025af3a..e3f6a23bc7 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/InfiniteLoop.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/InfiniteLoop.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IsBoundWithoutElse.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IsBoundWithoutElse.java
index ed6a0e7f93..ea6309a305 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IsBoundWithoutElse.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IsBoundWithoutElse.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IsValueWithValue.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IsValueWithValue.java
index b5ecd02f4b..6716a99ae6 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IsValueWithValue.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IsValueWithValue.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IterateOnWrongArray.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IterateOnWrongArray.java
index fdd7e9e590..be5b5a5a98 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IterateOnWrongArray.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/IterateOnWrongArray.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Lazy.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Lazy.java
index 1d610780df..795e358f27 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Lazy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Lazy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/LogicInversion.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/LogicInversion.java
index eecb3008fc..2844a5c515 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/LogicInversion.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/LogicInversion.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MagicNumber.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MagicNumber.java
index 137080aa71..80760a7fca 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MagicNumber.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MagicNumber.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MagicString.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MagicString.java
index c071e3ab89..5157bd80bd 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MagicString.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MagicString.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MissingFriend.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MissingFriend.java
index 8793a5aa80..2ee2fb8659 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MissingFriend.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MissingFriend.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MissingImport.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MissingImport.java
index 85c63d04d3..a66440f961 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MissingImport.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/MissingImport.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ModuleName.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ModuleName.java
index 1ae08e64b6..ce5163bf90 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ModuleName.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ModuleName.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/NonprivatePrivate.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/NonprivatePrivate.java
index 0f92bee028..0723daab18 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/NonprivatePrivate.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/NonprivatePrivate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/PrivateViaPublic.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/PrivateViaPublic.java
index 67e9304b55..c0e7f0510a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/PrivateViaPublic.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/PrivateViaPublic.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyInOutPar.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyInOutPar.java
index 591ef21122..8e1fc53267 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyInOutPar.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyInOutPar.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyLocal.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyLocal.java
index 9127c1f209..40aeb3e33f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyLocal.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyLocal.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyOutPar.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyOutPar.java
index bab6821f77..4752815e47 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyOutPar.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadOnlyOutPar.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadingOutParBeforeWritten.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadingOutParBeforeWritten.java
index 93d290d245..49f328c16a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadingOutParBeforeWritten.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReadingOutParBeforeWritten.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReceiveAnyTemplate.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReceiveAnyTemplate.java
index 86dee038d7..2447dca23e 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReceiveAnyTemplate.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/ReceiveAnyTemplate.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SelectCoverage.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SelectCoverage.java
index e8f101036d..891a160677 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SelectCoverage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SelectCoverage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SelectWithNumbersSorted.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SelectWithNumbersSorted.java
index 560d1a3b31..b22e5d994b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SelectWithNumbersSorted.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SelectWithNumbersSorted.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Shorthand.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Shorthand.java
index ae9ad6344d..247d03aa22 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Shorthand.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Shorthand.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SizeCheckInLoop.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SizeCheckInLoop.java
index 483c1990d8..7d7f4acd8d 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SizeCheckInLoop.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SizeCheckInLoop.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/StaticData.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/StaticData.java
index bbf4c804a4..c0fe691fa9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/StaticData.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/StaticData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/StopInFunction.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/StopInFunction.java
index a33a7964df..4e3db71dfc 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/StopInFunction.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/StopInFunction.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SwitchOnBoolean.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SwitchOnBoolean.java
index bdfab6928d..e48578c1d9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SwitchOnBoolean.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/SwitchOnBoolean.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooComplexExpression.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooComplexExpression.java
index 325563a4c6..525b8d73b8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooComplexExpression.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooComplexExpression.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooManyParameters.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooManyParameters.java
index 8764913d52..bb5ec0aa35 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooManyParameters.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooManyParameters.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooManyStatements.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooManyStatements.java
index 9943511476..986232fe2b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooManyStatements.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TooManyStatements.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TypenameInDef.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TypenameInDef.java
index 3c0dd92a93..53bb47797a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TypenameInDef.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/TypenameInDef.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UncommentedDefinition.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UncommentedDefinition.java
index 3dcf252cdc..5416333b22 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UncommentedDefinition.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UncommentedDefinition.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UninitializedVar.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UninitializedVar.java
index be7db2034e..52589ea758 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UninitializedVar.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UninitializedVar.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnnecessaryControl.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnnecessaryControl.java
index 8f253df4d3..871e6520fb 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnnecessaryControl.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnnecessaryControl.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnnecessaryValueof.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnnecessaryValueof.java
index 13869367bc..5533c57832 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnnecessaryValueof.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnnecessaryValueof.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedGlobalDefinition.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedGlobalDefinition.java
index 2131c243a0..837d85e304 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedGlobalDefinition.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedGlobalDefinition.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedImport.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedImport.java
index 8adfeba64b..4d469a7e43 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedImport.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedImport.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedLocalDefinition.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedLocalDefinition.java
index ac7507b2c3..88371c00a8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedLocalDefinition.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedLocalDefinition.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedRetval.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedRetval.java
index 0906649f55..bc0acd45c5 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedRetval.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedRetval.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedStartedFuncRetVal.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedStartedFuncRetVal.java
index d75fa413e1..c444776451 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedStartedFuncRetVal.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedStartedFuncRetVal.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedStartedRefFuncRetVal.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedStartedRefFuncRetVal.java
index 328651137d..8c10fcde75 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedStartedRefFuncRetVal.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/UnusedStartedRefFuncRetVal.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/VerdictWithoutReason.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/VerdictWithoutReason.java
index 3948b9d0c7..86b663c4cd 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/VerdictWithoutReason.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/VerdictWithoutReason.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Visibility.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Visibility.java
index 855ea96bb2..b7215691a7 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Visibility.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/spotters/implementation/Visibility.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/CodeSmellType.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/CodeSmellType.java
index bb945d99e1..96eaee0d97 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/CodeSmellType.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/CodeSmellType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/ProblemNameToPreferenceMapper.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/ProblemNameToPreferenceMapper.java
index 7396de424c..9327fb5360 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/ProblemNameToPreferenceMapper.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/ProblemNameToPreferenceMapper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/ProblemType.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/ProblemType.java
index 2a9134572b..6f4dc17295 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/ProblemType.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/ProblemType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/TaskType.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/TaskType.java
index fdf3a33b09..591ef0eb82 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/TaskType.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/types/TaskType.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/Analyzer.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/Analyzer.java
index efb1588f7f..46483fd7a3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/Analyzer.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/Analyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/AnalyzerBuilder.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/AnalyzerBuilder.java
index bb6e20de9f..875c35d613 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/AnalyzerBuilder.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/AnalyzerBuilder.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/AnalyzerCache.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/AnalyzerCache.java
index 8cbf7e783d..cfef405312 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/AnalyzerCache.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/AnalyzerCache.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/ExecuteAnalyzer.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/ExecuteAnalyzer.java
index f465734df3..190a4e7868 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/ExecuteAnalyzer.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/ExecuteAnalyzer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/RiskFactorCalculator.java b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/RiskFactorCalculator.java
index 165323129d..7e0ee5965f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/RiskFactorCalculator.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/markers/utils/RiskFactorCalculator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/AltstepMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/AltstepMetric.java
index cd9359695c..5abcca26a1 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/AltstepMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/AltstepMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/FunctionMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/FunctionMetric.java
index 3640a059c3..20ab0f984c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/FunctionMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/FunctionMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/IMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/IMetric.java
index 1ac16c81fe..6bdaf7b961 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/IMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/IMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/IMetricEnum.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/IMetricEnum.java
index 9b16231550..ea2cf6932c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/IMetricEnum.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/IMetricEnum.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/MetricData.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/MetricData.java
index fbda5b65d2..555e6de2bd 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/MetricData.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/MetricData.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/MetricGroup.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/MetricGroup.java
index ebba55aac6..d369b78970 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/MetricGroup.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/MetricGroup.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/ModuleMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/ModuleMetric.java
index 68841fcdd6..3344889c32 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/ModuleMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/ModuleMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/ProjectMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/ProjectMetric.java
index 03a1f6aae9..c4957aa7e2 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/ProjectMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/ProjectMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/Risks.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/Risks.java
index 8c5e260f5a..304c25eaff 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/Risks.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/Risks.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/StatColumn.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/StatColumn.java
index 8bd933aa58..fb7f66120c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/StatColumn.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/StatColumn.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/Statistics.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/Statistics.java
index 6a35f57f63..e8bc76f064 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/Statistics.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/Statistics.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/TestcaseMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/TestcaseMetric.java
index f481a1cc18..0626814756 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/TestcaseMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/TestcaseMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMBranches.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMBranches.java
index fc6d6c0f89..d57db98cdf 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMBranches.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMBranches.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMCyclomaticComplexity.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMCyclomaticComplexity.java
index c18fbc89b2..ee797ea414 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMCyclomaticComplexity.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMCyclomaticComplexity.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMInEnvy.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMInEnvy.java
index fe185aed81..c6624037d5 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMInEnvy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMInEnvy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMLinesOfCode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMLinesOfCode.java
index c22e3c800c..8c064cc06b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMLinesOfCode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMLinesOfCode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMNesting.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMNesting.java
index 0812c03472..b452d57773 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMNesting.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMNesting.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMNumberOfParams.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMNumberOfParams.java
index 51db2a5743..06582bfe51 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMNumberOfParams.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMNumberOfParams.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMOutEnvy.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMOutEnvy.java
index aacf21a048..8e9c0e4f96 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMOutEnvy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/AMOutEnvy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseAltstepMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseAltstepMetric.java
index 30b49834d2..167de9dba0 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseAltstepMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseAltstepMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseFunctionMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseFunctionMetric.java
index cf4c53a9aa..64e1bfc449 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseFunctionMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseFunctionMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseMetric.java
index 04f3c67b08..1913b36d5a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseModuleMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseModuleMetric.java
index 2e68b42420..4fe9621b04 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseModuleMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseModuleMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseProjectMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseProjectMetric.java
index 55bfa106b6..941985bfa5 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseProjectMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseProjectMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseTestcaseMetric.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseTestcaseMetric.java
index d72ca3d783..32d29de31b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseTestcaseMetric.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/BaseTestcaseMetric.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMCyclomaticComplexity.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMCyclomaticComplexity.java
index 18e60cdf15..dd6ce74d5d 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMCyclomaticComplexity.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMCyclomaticComplexity.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMDefaultActivations.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMDefaultActivations.java
index 9fac69479b..eff9c8de00 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMDefaultActivations.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMDefaultActivations.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMInEnvy.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMInEnvy.java
index eb9f026864..728fc422b8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMInEnvy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMInEnvy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMLinesOfCode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMLinesOfCode.java
index e3aadf23b2..6ae3e2b6d9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMLinesOfCode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMLinesOfCode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMNesting.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMNesting.java
index f9e55e450c..daa1fc45a9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMNesting.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMNesting.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMNumberOfParams.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMNumberOfParams.java
index 6b25669983..9297728f3b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMNumberOfParams.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMNumberOfParams.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMOutEnvy.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMOutEnvy.java
index eeccb7e197..5723355e14 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMOutEnvy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMOutEnvy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMReturnPoints.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMReturnPoints.java
index 6060f27bbb..ba6a7c937d 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMReturnPoints.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/FMReturnPoints.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMAfferentCoupling.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMAfferentCoupling.java
index 8bdcafd331..7f5786fb59 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMAfferentCoupling.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMAfferentCoupling.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMEfferentCoupling.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMEfferentCoupling.java
index 04e2b81eaf..093e2192e4 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMEfferentCoupling.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMEfferentCoupling.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMInEnvy.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMInEnvy.java
index c8dc6f1198..1e0237169b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMInEnvy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMInEnvy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMInstability.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMInstability.java
index 55a2c43fe9..fd43c0afa6 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMInstability.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMInstability.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMLinesOfCode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMLinesOfCode.java
index b5a2bb4c78..88eb15df5e 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMLinesOfCode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMLinesOfCode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofAltsteps.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofAltsteps.java
index 0f2ae914a0..f2eff10632 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofAltsteps.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofAltsteps.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofFixme.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofFixme.java
index 20f7c5e692..01dfd9eeaf 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofFixme.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofFixme.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofFunctions.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofFunctions.java
index 80907b1ab8..d65eeef486 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofFunctions.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofFunctions.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofImports.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofImports.java
index 5a8c3c1fa8..498607f004 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofImports.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofImports.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofStatements.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofStatements.java
index 2f73374818..362eeb3ab3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofStatements.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofStatements.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofTestcases.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofTestcases.java
index 5061c6aba7..68e4f88fc8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofTestcases.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMNofTestcases.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMOutEnvy.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMOutEnvy.java
index 792845fbdb..ef8b49d7fc 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMOutEnvy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMOutEnvy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMTimesImported.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMTimesImported.java
index 511cd38761..207cf0d869 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMTimesImported.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/MMTimesImported.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/Metrics.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/Metrics.java
index 33002cdf2f..01a0b8423a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/Metrics.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/Metrics.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/PMNofASN1Modules.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/PMNofASN1Modules.java
index c4a379772a..f47b55e23a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/PMNofASN1Modules.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/PMNofASN1Modules.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/PMNofTTCN3Modules.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/PMNofTTCN3Modules.java
index 2d75cfbaa5..7aa51b648b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/PMNofTTCN3Modules.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/PMNofTTCN3Modules.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMCyclomaticComplexity.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMCyclomaticComplexity.java
index ba2123e5ce..07b8e915cc 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMCyclomaticComplexity.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMCyclomaticComplexity.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMInEnvy.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMInEnvy.java
index b34ff0f6c6..68e5b9ca0a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMInEnvy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMInEnvy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMLinesOfCode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMLinesOfCode.java
index e9b02da8c1..c1a1e6a598 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMLinesOfCode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMLinesOfCode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMNesting.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMNesting.java
index 751668e6a5..cae4f4b381 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMNesting.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMNesting.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMNumberOfParams.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMNumberOfParams.java
index fce06d7e4d..102e1b2c34 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMNumberOfParams.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMNumberOfParams.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMOutEnvy.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMOutEnvy.java
index baabca57be..45e2527789 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMOutEnvy.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/implementation/TMOutEnvy.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/package-info.java
index 6255eae9fa..ba536da74c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskEditorListener.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskEditorListener.java
index ca46c3df24..93a0b3d9fa 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskEditorListener.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskEditorListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskEditorPropertyListener.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskEditorPropertyListener.java
index 59a97b6f57..7ae8aaa34d 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskEditorPropertyListener.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskEditorPropertyListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskFieldEditor.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskFieldEditor.java
index 1ac69745a8..ba0e6a77d5 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskFieldEditor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/IRiskFieldEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/InstabilityRiskFieldEditor.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/InstabilityRiskFieldEditor.java
index ffc24a064d..ce07a1ca70 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/InstabilityRiskFieldEditor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/InstabilityRiskFieldEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/PreferenceManager.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/PreferenceManager.java
index 840869ebf5..e5bdcbbb6f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/PreferenceManager.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/PreferenceManager.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/RiskMethod.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/RiskMethod.java
index b1a9ae93c7..2062bc0648 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/RiskMethod.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/RiskMethod.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/SimpleRiskFieldEditor.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/SimpleRiskFieldEditor.java
index a00ff6b7ef..d381d34828 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/SimpleRiskFieldEditor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/SimpleRiskFieldEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/package-info.java
index 50dea1ca6c..1f3e7e05df 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/preferences/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/BaseRisk.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/BaseRisk.java
index a06d1ae6b4..6945ba1fc9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/BaseRisk.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/BaseRisk.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/IRisk.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/IRisk.java
index 138d71b354..e93b933c4f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/IRisk.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/IRisk.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/LinearRisk.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/LinearRisk.java
index e86775aee8..855a12a050 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/LinearRisk.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/LinearRisk.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/TriangleRisk.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/TriangleRisk.java
index 5eea39516f..1238f22a2f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/TriangleRisk.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/risk/TriangleRisk.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/Comparator.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/Comparator.java
index b58bf2d12c..6a35e40aa8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/Comparator.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/Comparator.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/DCListener.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/DCListener.java
index dad5f2ea94..9aeddc0e99 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/DCListener.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/DCListener.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/MetricSelectorDialog.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/MetricSelectorDialog.java
index a2f7ba386b..c66a9ccfd9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/MetricSelectorDialog.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/MetricSelectorDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/TopView.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/TopView.java
index a4066810d5..925c1d39ad 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/TopView.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/TopView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/package-info.java
index 34aa5a4185..8910a075b7 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/topview/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/ModuleMetricsWrapper.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/ModuleMetricsWrapper.java
index 0b4dc02ed0..7fc9129444 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/ModuleMetricsWrapper.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/ModuleMetricsWrapper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/RiskLevel.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/RiskLevel.java
index 1a2fde6a0e..509446b1d8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/RiskLevel.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/RiskLevel.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/WrapperStore.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/WrapperStore.java
index 8dd3b39870..abf151a592 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/WrapperStore.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/WrapperStore.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/package-info.java
index 462ac3a1c8..1746d6c892 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/utils/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/AltstepNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/AltstepNode.java
index 5b08f55919..2e328066a7 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/AltstepNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/AltstepNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ContentProvider.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ContentProvider.java
index 9e327a66b6..fde0cfa651 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ContentProvider.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ContentProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ExportSetDialog.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ExportSetDialog.java
index 33b4d24cbd..95d8f0a715 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ExportSetDialog.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ExportSetDialog.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/FunctionNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/FunctionNode.java
index 65d60a9aed..fc6bbd1368 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/FunctionNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/FunctionNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/IContentNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/IContentNode.java
index 04a8fb419a..9bddf59992 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/IContentNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/IContentNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/INode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/INode.java
index 6af05550a4..24907593c2 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/INode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/INode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/IOpenable.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/IOpenable.java
index da3e65e112..499872594c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/IOpenable.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/IOpenable.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/LabelProvider.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/LabelProvider.java
index cb57edeb57..76bbecb1e2 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/LabelProvider.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/LabelProvider.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/MetricsView.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/MetricsView.java
index 262ae1c389..c054d03a5e 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/MetricsView.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/MetricsView.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ModuleNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ModuleNode.java
index 4a018f4e8b..b6551bea6f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ModuleNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ModuleNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ModuleStatNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ModuleStatNode.java
index d984a9a51c..692c23e4ab 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ModuleStatNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ModuleStatNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ProjectNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ProjectNode.java
index 3154f75d18..ffdceb5b58 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ProjectNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ProjectNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ProjectStatNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ProjectStatNode.java
index cc1ab6a0a0..b72d0956d9 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ProjectStatNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/ProjectStatNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/RootNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/RootNode.java
index d4b80e6d8f..27af4cc53c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/RootNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/RootNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/Sorter.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/Sorter.java
index 9e22b4c198..4c43a3b899 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/Sorter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/Sorter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/TestcaseNode.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/TestcaseNode.java
index ae5a9884df..60b858d9b1 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/TestcaseNode.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/TestcaseNode.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/XLSExporter.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/XLSExporter.java
index ec040f0025..c654f0ab84 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/XLSExporter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/XLSExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/package-info.java
index 0e4659a3d6..834e30b04c 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/view/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ActivatedBranchVisitor.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ActivatedBranchVisitor.java
index e0b0a18baf..8bd87e9455 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ActivatedBranchVisitor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ActivatedBranchVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/CCVisitor.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/CCVisitor.java
index 974d0b19ea..e3b13a895f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/CCVisitor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/CCVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/Counter.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/Counter.java
index fe86d3ec2b..64a09c0578 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/Counter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/Counter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/CounterVisitor.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/CounterVisitor.java
index 6b3afd85c6..e694ce9c1e 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/CounterVisitor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/CounterVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/DepthVisitor.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/DepthVisitor.java
index 6be20fa9ab..6fdde7f7f3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/DepthVisitor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/DepthVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ExternalFeatureEnvyDetector.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ExternalFeatureEnvyDetector.java
index 43ccf1af3f..607273c899 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ExternalFeatureEnvyDetector.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ExternalFeatureEnvyDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/InternalFeatureEnvyDetector.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/InternalFeatureEnvyDetector.java
index fc03ce7818..8320aa27be 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/InternalFeatureEnvyDetector.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/InternalFeatureEnvyDetector.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ReturnPointVisitor.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ReturnPointVisitor.java
index 24c8a27234..2e8a83e868 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ReturnPointVisitor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/ReturnPointVisitor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/package-info.java b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/package-info.java
index 13a049ff08..b2a23d03c2 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/package-info.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/metrics/visitors/package-info.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/organize/OrganizeImports.java b/org.eclipse.titanium/src/org/eclipse/titanium/organize/OrganizeImports.java
index 9b7f235150..05a79516d3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/organize/OrganizeImports.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/organize/OrganizeImports.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/CodeSmellTypeToPreferenceTypeMapper.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/CodeSmellTypeToPreferenceTypeMapper.java
index a4087ca108..4280386905 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/CodeSmellTypeToPreferenceTypeMapper.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/CodeSmellTypeToPreferenceTypeMapper.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/PreferenceConstants.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/PreferenceConstants.java
index ebff64bbfe..9ca8a8e0e5 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/PreferenceConstants.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/PreferenceConstants.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/PreferenceInitializer.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/PreferenceInitializer.java
index a9dc2ec185..1d08975953 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/PreferenceInitializer.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/PreferenceInitializer.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/ProblemTypePreference.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/ProblemTypePreference.java
index ed67e6ffb7..000a81cd90 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/ProblemTypePreference.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/ProblemTypePreference.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterAutoPage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterAutoPage.java
index 3c19391f9b..8345ef68d2 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterAutoPage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterAutoPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterFolderNamePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterFolderNamePage.java
index f9f0fad786..4278cf78f3 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterFolderNamePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterFolderNamePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterModuleNamePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterModuleNamePage.java
index d8e043cf02..ad4fb506e8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterModuleNamePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterModuleNamePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterPage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterPage.java
index 7f7aebb1fe..74cb37c87b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterPage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterRegexpPage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterRegexpPage.java
index d0d57be5f6..30b68709bb 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterRegexpPage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphClusterRegexpPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphMetricsPage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphMetricsPage.java
index bc1afd7f30..4105f20f36 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphMetricsPage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphMetricsPage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphPreferencePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphPreferencePage.java
index bcfe9f2079..1777d0e445 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphPreferencePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/GraphPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/ListEditor.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/ListEditor.java
index 2224a3eb1f..1526efdd7d 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/ListEditor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/ListEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MarkersPreferencePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MarkersPreferencePage.java
index de760d3b30..42f867c96a 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MarkersPreferencePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MarkersPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsLimitPreferencePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsLimitPreferencePage.java
index 0bf1e53d69..985546222b 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsLimitPreferencePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsLimitPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsPreferencePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsPreferencePage.java
index a9959650a3..d1e817809e 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsPreferencePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsViewPreferencePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsViewPreferencePage.java
index 9d1c2af4d1..f923704538 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsViewPreferencePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/MetricsViewPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/OrganizeImportPreferencePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/OrganizeImportPreferencePage.java
index 7ad62ec276..783d39bfc8 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/OrganizeImportPreferencePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/OrganizeImportPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RegexpEditor.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RegexpEditor.java
index e893754ef9..417c86c8ac 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RegexpEditor.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RegexpEditor.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RepairTimePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RepairTimePage.java
index a4ace5f054..14b3d75079 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RepairTimePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RepairTimePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RiskFactorPreferencePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RiskFactorPreferencePage.java
index 1fcb8570d1..c36af1fe42 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RiskFactorPreferencePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/RiskFactorPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/TitaniumPreferencePage.java b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/TitaniumPreferencePage.java
index 6b844f7afd..197516ba8d 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/TitaniumPreferencePage.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/preferences/pages/TitaniumPreferencePage.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/ModuleMetricsDto.java b/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/ModuleMetricsDto.java
index dbce3bda01..4b385674ac 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/ModuleMetricsDto.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/ModuleMetricsDto.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/ProjectMetricsDto.java b/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/ProjectMetricsDto.java
index 17b67228bc..f44ea72357 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/ProjectMetricsDto.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/ProjectMetricsDto.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/SonarMetricsExporter.java b/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/SonarMetricsExporter.java
index be3a83a8e9..bc4010f148 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/SonarMetricsExporter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/sonar/metrics/SonarMetricsExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/swt/SWTResourceManager.java b/org.eclipse.titanium/src/org/eclipse/titanium/swt/SWTResourceManager.java
index 17dde488ab..382c099751 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/swt/SWTResourceManager.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/swt/SWTResourceManager.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/utils/LocationHighlighter.java b/org.eclipse.titanium/src/org/eclipse/titanium/utils/LocationHighlighter.java
index c033344afb..83642622c0 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/utils/LocationHighlighter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/utils/LocationHighlighter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/utils/ProjectAnalyzerJob.java b/org.eclipse.titanium/src/org/eclipse/titanium/utils/ProjectAnalyzerJob.java
index 35df516b7a..a473b9d27f 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/utils/ProjectAnalyzerJob.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/utils/ProjectAnalyzerJob.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/utils/ProjectStructureExporter.java b/org.eclipse.titanium/src/org/eclipse/titanium/utils/ProjectStructureExporter.java
index 43121bd643..8dc51542dd 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/utils/ProjectStructureExporter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/utils/ProjectStructureExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
diff --git a/org.eclipse.titanium/src/org/eclipse/titanium/utils/SonarDataExporter.java b/org.eclipse.titanium/src/org/eclipse/titanium/utils/SonarDataExporter.java
index cbe11c2638..6277c81ed4 100644
--- a/org.eclipse.titanium/src/org/eclipse/titanium/utils/SonarDataExporter.java
+++ b/org.eclipse.titanium/src/org/eclipse/titanium/utils/SonarDataExporter.java
@@ -1,5 +1,5 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
-- 
GitLab