--- bsp_drivers.py | 3 ++- netlegacy.py | 3 ++- testsuites/ftp01/wscript | 3 ++- testsuites/loopback/wscript | 3 ++- testsuites/networking01/wscript | 3 ++- testsuites/pppd/wscript | 3 ++- testsuites/syscall01/wscript | 3 ++- testsuites/telnetd01/wscript | 3 ++- testsuites/wscript | 3 ++- wscript | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-)
diff --git a/bsp_drivers.py b/bsp_drivers.py index ec25c23..bb31789 100644 --- a/bsp_drivers.py +++ b/bsp_drivers.py @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/netlegacy.py b/netlegacy.py index 4dd9e96..ebab745 100644 --- a/netlegacy.py +++ b/netlegacy.py @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/testsuites/ftp01/wscript b/testsuites/ftp01/wscript index aa73d1b..200138e 100644 --- a/testsuites/ftp01/wscript +++ b/testsuites/ftp01/wscript @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/testsuites/loopback/wscript b/testsuites/loopback/wscript index 60f863f..8ba0443 100644 --- a/testsuites/loopback/wscript +++ b/testsuites/loopback/wscript @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/testsuites/networking01/wscript b/testsuites/networking01/wscript index 801f74f..f91a5f8 100644 --- a/testsuites/networking01/wscript +++ b/testsuites/networking01/wscript @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/testsuites/pppd/wscript b/testsuites/pppd/wscript index 1f0e50d..cd57444 100644 --- a/testsuites/pppd/wscript +++ b/testsuites/pppd/wscript @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/testsuites/syscall01/wscript b/testsuites/syscall01/wscript index 222c196..5ad2e19 100644 --- a/testsuites/syscall01/wscript +++ b/testsuites/syscall01/wscript @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/testsuites/telnetd01/wscript b/testsuites/telnetd01/wscript index dc18737..f24f2ad 100644 --- a/testsuites/telnetd01/wscript +++ b/testsuites/telnetd01/wscript @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/testsuites/wscript b/testsuites/wscript index 11ff55a..5145e92 100644 --- a/testsuites/wscript +++ b/testsuites/wscript @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/wscript b/wscript index 7af317d..518108b 100644 --- a/wscript +++ b/wscript @@ -1,7 +1,8 @@ # # RTEMS Project (https://www.rtems.org/) # -# Copyright (c) 2021 Vijay Kumar Banerjee <[email protected]>. +# Copyright (c) 2021 Regents of University of Colorado +# Written by Vijay Kumar Banerjee <[email protected]>. # All rights reserved. # # Redistribution and use in source and binary forms, with or without -- 2.26.2 _______________________________________________ devel mailing list [email protected] http://lists.rtems.org/mailman/listinfo/devel
