···88 * operation (via the mem2mem framework).99 *1010 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.1111- * Pawel Osciak, <p.osciak@samsung.com>1111+ * Pawel Osciak, <pawel@osciak.com>1212 * Marek Szyprowski, <m.szyprowski@samsung.com>1313 *1414 * This program is free software; you can redistribute it and/or modify···3333#define MEM2MEM_TEST_MODULE_NAME "mem2mem-testdev"34343535MODULE_DESCRIPTION("Virtual device for mem2mem framework testing");3636-MODULE_AUTHOR("Pawel Osciak, <p.osciak@samsung.com>");3636+MODULE_AUTHOR("Pawel Osciak, <pawel@osciak.com>");3737MODULE_LICENSE("GPL");38383939
+2-2
drivers/media/video/v4l2-mem2mem.c
···55 * source and destination.66 *77 * Copyright (c) 2009-2010 Samsung Electronics Co., Ltd.88- * Pawel Osciak, <p.osciak@samsung.com>88+ * Pawel Osciak, <pawel@osciak.com>99 * Marek Szyprowski, <m.szyprowski@samsung.com>1010 *1111 * This program is free software; you can redistribute it and/or modify···2121#include <media/v4l2-mem2mem.h>22222323MODULE_DESCRIPTION("Mem to mem device framework for videobuf");2424-MODULE_AUTHOR("Pawel Osciak, <p.osciak@samsung.com>");2424+MODULE_AUTHOR("Pawel Osciak, <pawel@osciak.com>");2525MODULE_LICENSE("GPL");26262727static bool debug;
+2-2
drivers/media/video/videobuf2-core.c
···33 *44 * Copyright (C) 2010 Samsung Electronics55 *66- * Author: Pawel Osciak <p.osciak@samsung.com>66+ * Author: Pawel Osciak <pawel@osciak.com>77 * Marek Szyprowski <m.szyprowski@samsung.com>88 *99 * This program is free software; you can redistribute it and/or modify···18101810EXPORT_SYMBOL_GPL(vb2_write);1811181118121812MODULE_DESCRIPTION("Driver helper framework for Video for Linux 2");18131813-MODULE_AUTHOR("Pawel Osciak, Marek Szyprowski");18131813+MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>, Marek Szyprowski");18141814MODULE_LICENSE("GPL");
+2-2
drivers/media/video/videobuf2-dma-contig.c
···33 *44 * Copyright (C) 2010 Samsung Electronics55 *66- * Author: Pawel Osciak <p.osciak@samsung.com>66+ * Author: Pawel Osciak <pawel@osciak.com>77 *88 * This program is free software; you can redistribute it and/or modify99 * it under the terms of the GNU General Public License as published by···181181EXPORT_SYMBOL_GPL(vb2_dma_contig_cleanup_ctx);182182183183MODULE_DESCRIPTION("DMA-contig memory handling routines for videobuf2");184184-MODULE_AUTHOR("Pawel Osciak");184184+MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>");185185MODULE_LICENSE("GPL");
+2-2
drivers/media/video/videobuf2-memops.c
···33 *44 * Copyright (C) 2010 Samsung Electronics55 *66- * Author: Pawel Osciak <p.osciak@samsung.com>66+ * Author: Pawel Osciak <pawel@osciak.com>77 * Marek Szyprowski <m.szyprowski@samsung.com>88 *99 * This program is free software; you can redistribute it and/or modify···231231EXPORT_SYMBOL_GPL(vb2_common_vm_ops);232232233233MODULE_DESCRIPTION("common memory handling routines for videobuf2");234234-MODULE_AUTHOR("Pawel Osciak");234234+MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>");235235MODULE_LICENSE("GPL");
+2-2
drivers/media/video/videobuf2-vmalloc.c
···33 *44 * Copyright (C) 2010 Samsung Electronics55 *66- * Author: Pawel Osciak <p.osciak@samsung.com>66+ * Author: Pawel Osciak <pawel@osciak.com>77 *88 * This program is free software; you can redistribute it and/or modify99 * it under the terms of the GNU General Public License as published by···128128EXPORT_SYMBOL_GPL(vb2_vmalloc_memops);129129130130MODULE_DESCRIPTION("vmalloc memory handling routines for videobuf2");131131-MODULE_AUTHOR("Pawel Osciak");131131+MODULE_AUTHOR("Pawel Osciak <pawel@osciak.com>");132132MODULE_LICENSE("GPL");
+1-1
include/media/v4l2-mem2mem.h
···55 * and destination.66 *77 * Copyright (c) 2009 Samsung Electronics Co., Ltd.88- * Pawel Osciak, <p.osciak@samsung.com>88+ * Pawel Osciak, <pawel@osciak.com>99 * Marek Szyprowski, <m.szyprowski@samsung.com>1010 *1111 * This program is free software; you can redistribute it and/or modify
+1-1
include/media/videobuf2-core.h
···33 *44 * Copyright (C) 2010 Samsung Electronics55 *66- * Author: Pawel Osciak <p.osciak@samsung.com>66+ * Author: Pawel Osciak <pawel@osciak.com>77 *88 * This program is free software; you can redistribute it and/or modify99 * it under the terms of the GNU General Public License as published by
+1-1
include/media/videobuf2-dma-contig.h
···33 *44 * Copyright (C) 2010 Samsung Electronics55 *66- * Author: Pawel Osciak <p.osciak@samsung.com>66+ * Author: Pawel Osciak <pawel@osciak.com>77 *88 * This program is free software; you can redistribute it and/or modify99 * it under the terms of the GNU General Public License as published by
+1-1
include/media/videobuf2-memops.h
···33 *44 * Copyright (C) 2010 Samsung Electronics55 *66- * Author: Pawel Osciak <p.osciak@samsung.com>66+ * Author: Pawel Osciak <pawel@osciak.com>77 * Marek Szyprowski <m.szyprowski@samsung.com>88 *99 * This program is free software; you can redistribute it and/or modify
+1-1
include/media/videobuf2-vmalloc.h
···33 *44 * Copyright (C) 2010 Samsung Electronics55 *66- * Author: Pawel Osciak <p.osciak@samsung.com>66+ * Author: Pawel Osciak <pawel@osciak.com>77 *88 * This program is free software; you can redistribute it and/or modify99 * it under the terms of the GNU General Public License as published by