From 518d7a0c59ad6a64b4d074e3fc441f9635d67228 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 7 Mar 2019 10:20:10 +0100 Subject: [PATCH] Update and harmonize heading author lists Signed-off-by: Paul Kocialkowski --- src/buffer.c | 5 +++-- src/buffer.h | 5 +++-- src/config.c | 5 +++-- src/config.h | 5 +++-- src/context.c | 5 +++-- src/context.h | 5 +++-- src/h264.c | 7 ++++--- src/h264.h | 7 ++++--- src/h265.c | 5 +++-- src/h265.h | 5 +++-- src/image.c | 5 +++-- src/image.h | 5 +++-- src/mpeg2.c | 4 ++-- src/mpeg2.h | 4 ++-- src/object_heap.c | 2 +- src/object_heap.h | 2 +- src/picture.c | 5 +++-- src/picture.h | 5 +++-- src/request.c | 5 +++-- src/request.h | 5 +++-- src/subpicture.c | 4 ++-- src/subpicture.h | 4 ++-- src/surface.c | 5 +++-- src/surface.h | 5 +++-- src/tiled_yuv.S | 2 +- src/tiled_yuv.h | 2 +- 26 files changed, 68 insertions(+), 50 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index 6677187..d9a1152 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/buffer.h b/src/buffer.h index a47b4be..22a03f1 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/config.c b/src/config.c index ecf5d04..57c4f92 100644 --- a/src/config.c +++ b/src/config.c @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/config.h b/src/config.h index 3810fb6..b7b12e7 100644 --- a/src/config.h +++ b/src/config.h @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/context.c b/src/context.c index 70efd82..2f5be0b 100644 --- a/src/context.c +++ b/src/context.c @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/context.h b/src/context.h index 7879674..cd0910a 100644 --- a/src/context.h +++ b/src/context.h @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/h264.c b/src/h264.c index 12b8aa2..e96f6e8 100644 --- a/src/h264.c +++ b/src/h264.c @@ -1,7 +1,8 @@ /* - * Copyright (c) 2018 Bootlin - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski + * Copyright (C) 2018 Bootlin * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/h264.h b/src/h264.h index e712a5b..35ef31d 100644 --- a/src/h264.h +++ b/src/h264.h @@ -1,7 +1,8 @@ /* - * Copyright (c) 2018 Bootlin - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski + * Copyright (C) 2018 Bootlin * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/h265.c b/src/h265.c index 40c24a6..b796f63 100644 --- a/src/h265.c +++ b/src/h265.c @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/h265.h b/src/h265.h index ce412ee..a6a9e73 100644 --- a/src/h265.h +++ b/src/h265.h @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/image.c b/src/image.c index 476007b..ed21de3 100644 --- a/src/image.c +++ b/src/image.c @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/image.h b/src/image.h index b7fe034..6407ff2 100644 --- a/src/image.h +++ b/src/image.h @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/mpeg2.c b/src/mpeg2.c index eebeb33..9f496ff 100644 --- a/src/mpeg2.c +++ b/src/mpeg2.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/mpeg2.h b/src/mpeg2.h index 3bdd189..63e63f8 100644 --- a/src/mpeg2.h +++ b/src/mpeg2.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/object_heap.c b/src/object_heap.c index ac523c1..1b3571d 100644 --- a/src/object_heap.c +++ b/src/object_heap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/object_heap.h b/src/object_heap.h index 328b112..211579d 100644 --- a/src/object_heap.h +++ b/src/object_heap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/picture.c b/src/picture.c index 9969d84..70ecfae 100644 --- a/src/picture.c +++ b/src/picture.c @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/picture.h b/src/picture.h index 5337c61..e5cb690 100644 --- a/src/picture.h +++ b/src/picture.h @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/request.c b/src/request.c index 25d0ed3..b54c0f5 100644 --- a/src/request.c +++ b/src/request.c @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/request.h b/src/request.h index 8c6696b..1fb593b 100644 --- a/src/request.h +++ b/src/request.h @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/subpicture.c b/src/subpicture.c index 6882055..3c0fcd4 100644 --- a/src/subpicture.c +++ b/src/subpicture.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/subpicture.h b/src/subpicture.h index 7a23c36..5fd13ed 100644 --- a/src/subpicture.h +++ b/src/subpicture.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/surface.c b/src/surface.c index 2a5bb23..38954cc 100644 --- a/src/surface.c +++ b/src/surface.c @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/surface.h b/src/surface.h index 56a366a..0da39ae 100644 --- a/src/surface.h +++ b/src/surface.h @@ -1,6 +1,7 @@ /* - * Copyright (c) 2016 Florent Revest, - * 2007 Intel Corporation. All Rights Reserved. + * Copyright (C) 2007 Intel Corporation + * Copyright (C) 2016 Florent Revest + * Copyright (C) 2018 Paul Kocialkowski * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the diff --git a/src/tiled_yuv.S b/src/tiled_yuv.S index 52ff67f..c6fa833 100644 --- a/src/tiled_yuv.S +++ b/src/tiled_yuv.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Jens Kuske + * Copyright (C) 2014 Jens Kuske * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/tiled_yuv.h b/src/tiled_yuv.h index 81c821a..b6da15a 100644 --- a/src/tiled_yuv.h +++ b/src/tiled_yuv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Jens Kuske + * Copyright (C) 2014 Jens Kuske * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public