Re: [PATCH 07/15] support: Manually adding file headers and licenses

2022-04-21 Thread Chris Johns
Looking at the git history maybe this is both OAR and me? The rest look fine to me ... and the empty @brief additions to the libdl files has been noted :) Chris On 22/4/2022 12:06 am, Ryan Long wrote: > This file had no file header, copyright, or license. Based on git > history, added

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-21 Thread Chris Johns
On 21/4/2022 5:45 pm, Karel Gardas wrote: > On 4/21/22 02:12, Chris Johns wrote: >> On 21/4/2022 4:38 am, Karel Gardas wrote: >>> >>> Chris, Frank, >>> >>> I don't feel particularly comfortable with this patch. It works here on >>> Ubuntu >>> 20.04 with python 3.3 and Ubuntu 22.04 with Python

[PATCH 11/15] ada/samples: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/ada/samples/base_mp/node1/init.c | 33 + testsuites/ada/samples/base_mp/node2/init.c | 33 + 2 files

[PATCH 10/15] sptests/sp27*: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/sptests/sp27/init.c | 35 +++ testsuites/sptests/sp27a/init.c | 35 +++ 2 files changed, 70

[PATCH 14/15] sp47/init.c: Add file header and license

2022-04-21 Thread Ryan Long
This file had no header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/sptests/sp47/init.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/testsuites/sptests/sp47/init.c b/testsuites/sptests/sp47/init.c index

[PATCH 09/15] libtests/dl06: Manually adding file headers and licenses.

2022-04-21 Thread Ryan Long
These files had no header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/libtests/dl06/init.c | 35 +++ testsuites/libtests/dl06/pre-init.c | 35 +++ 2 files changed, 70

[PATCH 15/15] sp65/init.c: Add file header and license

2022-04-21 Thread Ryan Long
This file had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/sptests/sp65/init.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/testsuites/sptests/sp65/init.c b/testsuites/sptests/sp65/init.c index

[PATCH 13/15] sp44/init.c: Add file header and license

2022-04-21 Thread Ryan Long
This file had no header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/sptests/sp44/init.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/testsuites/sptests/sp44/init.c b/testsuites/sptests/sp44/init.c index

[PATCH 08/15] libdl: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Chris identified that these were made by him. Updates #4521 --- cpukit/libdl/rtl-mdreloc-bfin.c| 35 +++ cpukit/libdl/rtl-mdreloc-lm32.c| 35 +++

[PATCH 12/15] psxtmtests/psxtmcond*: Add file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/psxtmtests/psxtmcond08/init.c | 15 +++ testsuites/psxtmtests/psxtmcond09/init.c | 15 +++ testsuites/psxtmtests/psxtmcond10/init.c | 15

[PATCH 06/15] samples: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/samples/base_mp/init1.c | 35 +++ testsuites/samples/base_mp/init2.c | 35 +++

[PATCH 05/15] psxtests: Adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/psxtests/psxchroot01/main.c | 35 ++ testsuites/psxtests/psxfatal01/init.c | 35 ++

[PATCH 07/15] support: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
This file had no file header, copyright, or license. Based on git history, added appropriate copyright and license. --- testsuites/support/include/buffer_test_io.h | 35 + 1 file changed, 35 insertions(+) diff --git a/testsuites/support/include/buffer_test_io.h

[PATCH 01/15] mptests: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/mptests/mp01/init1.c | 35 +++ testsuites/mptests/mp01/init2.c | 35 +++

[PATCH 04/15] libtests: Adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/libtests/mouse01/serial_mouse_config.c | 35 ++ .../libtests/termios04/termios_testdriver_intr.c | 35 ++

[PATCH 03/15] sptests: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
Theses files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/sptests/sp52/init.c | 35 ++ testsuites/sptests/sp53/init.c | 35 ++

[PATCH 02/15] tmtests: Manually adding file headers and licenses

2022-04-21 Thread Ryan Long
These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses. --- testsuites/tmtests/tm02/task1.c | 35 +++ testsuites/tmtests/tm03/task1.c | 35 +++

[PATCH 00/15] Add copyrights and licenses to files missing them

2022-04-21 Thread Ryan Long
Hi, This is the first in a set of patches that will be adding copyrights and licenses to the files that are missing them. I went through the git history to determine who the files belonged to to give them credit. Thanks, Ryan Ryan Long (15): mptests: Manually adding file headers and licenses

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-21 Thread Frank Kühndel
Hi Karel, On 4/20/22 20:38, Karel Gardas wrote: > Chris, Frank, > > I don't feel particularly comfortable with this patch. It works here on > Ubuntu 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I > have to admit semantics of this cfg language is beyond my liking and a > lot is in

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-21 Thread Karel Gardas
On 4/21/22 02:12, Chris Johns wrote: On 21/4/2022 4:38 am, Karel Gardas wrote: Chris, Frank, I don't feel particularly comfortable with this patch. It works here on Ubuntu 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I have to admit semantics of this cfg language is beyond my