From d616fcf18fa2030a875cc6d100aaccc40bc45bb1 Mon Sep 17 00:00:00 2001 From: Adam Knapp <adam.knapp@ericsson.com> Date: Thu, 9 Feb 2023 17:00:10 +0100 Subject: [PATCH] Updating copyright Signed-off-by: Adam Knapp <adam.knapp@ericsson.com> --- ICAP_CNL113779.tpd | 2 +- src/ICAP.l | 2 +- src/ICAP.y | 2 +- src/ICAP_EncDec.cc | 2 +- src/ICAP_ProtocolModule.grp | 2 +- src/ICAP_Types.ttcn | 2 +- src/ICAP_parse.h | 2 +- src/ICAP_parse_.tab.c | 2 +- src/lex.ICAP_parse_.c | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ICAP_CNL113779.tpd b/ICAP_CNL113779.tpd index 3f38c62..75ac2b8 100644 --- a/ICAP_CNL113779.tpd +++ b/ICAP_CNL113779.tpd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2000-2019 Ericsson Telecom AB + Copyright (c) 2000-2023 Ericsson Telecom AB All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 diff --git a/src/ICAP.l b/src/ICAP.l index 1c599e2..5e3b619 100644 --- a/src/ICAP.l +++ b/src/ICAP.l @@ -1,6 +1,6 @@ %{ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/ICAP.y b/src/ICAP.y index 13aed3e..31425c7 100644 --- a/src/ICAP.y +++ b/src/ICAP.y @@ -1,6 +1,6 @@ %{ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/ICAP_EncDec.cc b/src/ICAP_EncDec.cc index e522eff..024c895 100644 --- a/src/ICAP_EncDec.cc +++ b/src/ICAP_EncDec.cc @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/ICAP_ProtocolModule.grp b/src/ICAP_ProtocolModule.grp index df5fee8..364160e 100644 --- a/src/ICAP_ProtocolModule.grp +++ b/src/ICAP_ProtocolModule.grp @@ -1,6 +1,6 @@ <!-- /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/ICAP_Types.ttcn b/src/ICAP_Types.ttcn index f49c2f5..70b579d 100644 --- a/src/ICAP_Types.ttcn +++ b/src/ICAP_Types.ttcn @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/ICAP_parse.h b/src/ICAP_parse.h index 51debcc..52f24c7 100644 --- a/src/ICAP_parse.h +++ b/src/ICAP_parse.h @@ -1,5 +1,5 @@ /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/ICAP_parse_.tab.c b/src/ICAP_parse_.tab.c index 876721a..f2274ab 100644 --- a/src/ICAP_parse_.tab.c +++ b/src/ICAP_parse_.tab.c @@ -77,7 +77,7 @@ #line 1 "ICAP.y" /****************************************************************************** -* Copyright (c) 2000-2019 Ericsson Telecom AB +* Copyright (c) 2000-2023 Ericsson Telecom AB * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at diff --git a/src/lex.ICAP_parse_.c b/src/lex.ICAP_parse_.c index 7c26609..3cf1ffc 100644 --- a/src/lex.ICAP_parse_.c +++ b/src/lex.ICAP_parse_.c @@ -14705,7 +14705,7 @@ char *ICAP_parse_text; #line 2 "ICAP.l" /////////////////////////////////////////////////////////////////////////////// // // -// Copyright (c) 2000-2019 Ericsson Telecom AB // +// Copyright (c) 2000-2023 Ericsson Telecom AB // // // // The copyright to the computer program(s) herein is the property of TCC. // // The program(s) may be used and/or copied only with the written permission // -- GitLab