diff --git a/binfmt/binfmt_copyargv.c b/binfmt/binfmt_copyargv.c index 3ddd9d696f5..4c7b93acdc6 100644 --- a/binfmt/binfmt_copyargv.c +++ b/binfmt/binfmt_copyargv.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/binfmt_copyargv.c * - * Copyright (C) 2009, 2013-2015 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2013-2015, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/binfmt_exec.c b/binfmt/binfmt_exec.c index ed0b8340e13..5b9d42830ae 100644 --- a/binfmt/binfmt_exec.c +++ b/binfmt/binfmt_exec.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/binfmt_exec.c * - * Copyright (C) 2009, 2013-2014, 2017-2018 Gregory Nutt. All rights + * Copyright (C) 2009, 2013-2014, 2017-2018, 2020 Gregory Nutt. All rights * reserved. * Author: Gregory Nutt * diff --git a/binfmt/binfmt_execsymtab.c b/binfmt/binfmt_execsymtab.c index dfc6174a550..bb8aab5b295 100644 --- a/binfmt/binfmt_execsymtab.c +++ b/binfmt/binfmt_execsymtab.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/binfmt_execsymtab.c * - * Copyright (C) 2013, 2016, 2018 Gregory Nutt. All rights reserved. + * Copyright (C) 2013, 2016, 2018, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libelf/libelf_bind.c b/binfmt/libelf/libelf_bind.c index d24b62f9360..1fb1ab57d47 100644 --- a/binfmt/libelf/libelf_bind.c +++ b/binfmt/libelf/libelf_bind.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libelf/libelf_bind.c * - * Copyright (C) 2012, 2014, 2019 Gregory Nutt. All rights reserved. + * Copyright (C) 2012, 2014, 2019-2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libelf/libelf_ctors.c b/binfmt/libelf/libelf_ctors.c index e82416a4c53..69946022ba2 100644 --- a/binfmt/libelf/libelf_ctors.c +++ b/binfmt/libelf/libelf_ctors.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libelf/libelf_ctors.c * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. + * Copyright (C) 2012, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libelf/libelf_dtors.c b/binfmt/libelf/libelf_dtors.c index f02576c284e..3bfa00e8f1d 100644 --- a/binfmt/libelf/libelf_dtors.c +++ b/binfmt/libelf/libelf_dtors.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libelf/libelf_dtors.c * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. + * Copyright (C) 2012, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libelf/libelf_iobuffer.c b/binfmt/libelf/libelf_iobuffer.c index 9bf88e14bfa..ff000193b68 100644 --- a/binfmt/libelf/libelf_iobuffer.c +++ b/binfmt/libelf/libelf_iobuffer.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libelf/libelf_iobuffer.c * - * Copyright (C) 2012-2013 Gregory Nutt. All rights reserved. + * Copyright (C) 2012-2013, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libelf/libelf_load.c b/binfmt/libelf/libelf_load.c index 6111d840e45..a74ae3f1f6b 100644 --- a/binfmt/libelf/libelf_load.c +++ b/binfmt/libelf/libelf_load.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libelf/libelf_load.c * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. + * Copyright (C) 2012, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libelf/libelf_symbols.c b/binfmt/libelf/libelf_symbols.c index 92fdd0bc588..cc435afd75f 100644 --- a/binfmt/libelf/libelf_symbols.c +++ b/binfmt/libelf/libelf_symbols.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libelf/libelf_symbols.c * - * Copyright (C) 2012, 2014 Gregory Nutt. All rights reserved. + * Copyright (C) 2012, 2014, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libelf/libelf_unload.c b/binfmt/libelf/libelf_unload.c index e7557846bdf..dbe3e1bac95 100644 --- a/binfmt/libelf/libelf_unload.c +++ b/binfmt/libelf/libelf_unload.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libelf/libelf_unload.c * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. + * Copyright (C) 2012, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libnxflat/libnxflat_bind.c b/binfmt/libnxflat/libnxflat_bind.c index 57eb51e77c3..d22b4194cc3 100644 --- a/binfmt/libnxflat/libnxflat_bind.c +++ b/binfmt/libnxflat/libnxflat_bind.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libnxflat/libnxflat_bind.c * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libnxflat/libnxflat_read.c b/binfmt/libnxflat/libnxflat_read.c index 853e6ce9bf1..fee19846b1d 100644 --- a/binfmt/libnxflat/libnxflat_read.c +++ b/binfmt/libnxflat/libnxflat_read.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libnxflat/libnxflat_read.c * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libnxflat/libnxflat_uninit.c b/binfmt/libnxflat/libnxflat_uninit.c index d0ef11372fd..a5ac7a1dd32 100644 --- a/binfmt/libnxflat/libnxflat_uninit.c +++ b/binfmt/libnxflat/libnxflat_uninit.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libnxflat/libnxflat_uninit.c * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/libnxflat/libnxflat_unload.c b/binfmt/libnxflat/libnxflat_unload.c index 01ffd935e96..63fea6ef2bc 100644 --- a/binfmt/libnxflat/libnxflat_unload.c +++ b/binfmt/libnxflat/libnxflat_unload.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/libnxflat/libnxflat_unload.c * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/binfmt/nxflat.c b/binfmt/nxflat.c index 29e5f4a801b..9887bee953e 100644 --- a/binfmt/nxflat.c +++ b/binfmt/nxflat.c @@ -1,7 +1,7 @@ /**************************************************************************** * binfmt/nxflat.c * - * Copyright (C) 2009, 2019 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2019-2020 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without