From d5ffb55bfdbb48a7c45fa3ca4d4ad30998600add Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Fri, 27 Mar 2015 15:23:48 +0100 Subject: [PATCH] Corrected ambiguous copyright info. --- vhdlpp/debug.cc | 3 ++- vhdlpp/expression.cc | 2 +- vhdlpp/expression.h | 2 +- vhdlpp/expression_emit.cc | 2 +- vhdlpp/parse.y | 2 +- vhdlpp/vsignal.cc | 3 ++- vhdlpp/vtype.h | 2 +- vhdlpp/vtype_emit.cc | 3 ++- 8 files changed, 11 insertions(+), 8 deletions(-) diff --git a/vhdlpp/debug.cc b/vhdlpp/debug.cc index 9a389d2ae..7c2295718 100644 --- a/vhdlpp/debug.cc +++ b/vhdlpp/debug.cc @@ -1,6 +1,7 @@ /* * Copyright (c) 2011 Stephen Williams (steve@icarus.com) - * Copyright (c) 2014 CERN / Maciej Suminski (maciej.suminski@cern.ch) + * Copyright (c) 2014 CERN + * @author Maciej Suminski (maciej.suminski@cern.ch) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/vhdlpp/expression.cc b/vhdlpp/expression.cc index 04775f13d..77d80a4d6 100644 --- a/vhdlpp/expression.cc +++ b/vhdlpp/expression.cc @@ -1,7 +1,7 @@ /* * Copyright (c) 2011-2013 Stephen Williams (steve@icarus.com) * Copyright CERN 2012-2015 / Stephen Williams (steve@icarus.com), - * Maciej Suminski (maciej.suminski@cern.ch) + * @author Maciej Suminski (maciej.suminski@cern.ch) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/vhdlpp/expression.h b/vhdlpp/expression.h index c9b53e77b..7d5f47ee6 100644 --- a/vhdlpp/expression.h +++ b/vhdlpp/expression.h @@ -3,7 +3,7 @@ /* * Copyright (c) 2011-2014 Stephen Williams (steve@icarus.com) * Copyright CERN 2015 / Stephen Williams (steve@icarus.com), - * Maciej Suminski (maciej.suminski@cern.ch) + * @author Maciej Suminski (maciej.suminski@cern.ch) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/vhdlpp/expression_emit.cc b/vhdlpp/expression_emit.cc index 98a1a4495..39e853a71 100644 --- a/vhdlpp/expression_emit.cc +++ b/vhdlpp/expression_emit.cc @@ -1,7 +1,7 @@ /* * Copyright (c) 2011-2013 Stephen Williams (steve@icarus.com) * Copyright CERN 2012-2015 / Stephen Williams (steve@icarus.com) - * Maciej Suminski (maciej.suminski@cern.ch) + * @author Maciej Suminski (maciej.suminski@cern.ch) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/vhdlpp/parse.y b/vhdlpp/parse.y index 48235e0a1..3276dc6d9 100644 --- a/vhdlpp/parse.y +++ b/vhdlpp/parse.y @@ -8,7 +8,7 @@ /* * Copyright (c) 2011-2013 Stephen Williams (steve@icarus.com) * Copyright CERN 2012-2014 / Stephen Williams (steve@icarus.com), - * Maciej Suminski (maciej.suminski@cern.ch) + * @author Maciej Suminski (maciej.suminski@cern.ch) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/vhdlpp/vsignal.cc b/vhdlpp/vsignal.cc index 94bd8959b..043c2b1a9 100644 --- a/vhdlpp/vsignal.cc +++ b/vhdlpp/vsignal.cc @@ -1,6 +1,7 @@ /* * Copyright (c) 2011 Stephen Williams (steve@icarus.com) - * Copyright CERN 2014 / Maciej Suminski (maciej.suminski@cern.ch) + * Copyright CERN 2014 + * @author Maciej Suminski (maciej.suminski@cern.ch) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/vhdlpp/vtype.h b/vhdlpp/vtype.h index 33bf6fc8b..5b00bc885 100644 --- a/vhdlpp/vtype.h +++ b/vhdlpp/vtype.h @@ -3,7 +3,7 @@ /* * Copyright (c) 2011-2014 Stephen Williams (steve@icarus.com) * Copyright CERN 2014 / Stephen Williams (steve@icarus.com), - * Maciej Suminski (maciej.suminski@cern.ch) + * @author Maciej Suminski (maciej.suminski@cern.ch) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/vhdlpp/vtype_emit.cc b/vhdlpp/vtype_emit.cc index e64e18aa5..64577e004 100644 --- a/vhdlpp/vtype_emit.cc +++ b/vhdlpp/vtype_emit.cc @@ -1,6 +1,7 @@ /* * Copyright (c) 2011-2012 Stephen Williams (steve@icarus.com) - * Copyright (c) 2014 CERN / Maciej Suminski (maciej.suminski@cern.ch) + * Copyright (c) 2014 CERN + * @author Maciej Suminski (maciej.suminski@cern.ch) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU