X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=core%2FPreGenRecordOf.ttcn;h=269160528801201280e3a75bef85d06728198f4e;hb=d44e3c4f1062be860c492e5daf8af61157aa8ce2;hp=da2b0d54fe80980d2e755c3f10bc40427a312d7d;hpb=b3f626b063e2b6eacaa2ee85808101dc7881a45f;p=deliverable%2Ftitan.core.git diff --git a/core/PreGenRecordOf.ttcn b/core/PreGenRecordOf.ttcn index da2b0d5..2691605 100644 --- a/core/PreGenRecordOf.ttcn +++ b/core/PreGenRecordOf.ttcn @@ -1,10 +1,15 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright (c) 2000-2015 Ericsson Telecom AB -// All rights reserved. This program and the accompanying materials -// are made available under the terms of the Eclipse Public License v1.0 -// which accompanies this distribution, and is available at -// http://www.eclipse.org/legal/epl-v10.html -/////////////////////////////////////////////////////////////////////////////// +/****************************************************************************** + * Copyright (c) 2000-2016 Ericsson Telecom AB + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Balasko, Jeno + * Baranyi, Botond + * + ******************************************************************************/ // This module contains 'record of' and 'set of' type declarations for certain base types. // It is used for pre-generating the C++ classes that represent these types,