Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/exynos: change file license to GPL

This patch changes file license to GPL

Most of exynos files had been copied from some random
file and not updated correctly. So this patch corrects
the file license.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

authored by

Inki Dae and committed by
Inki Dae
d81aecb5 c704f1b4

+120 -540
+4 -18
drivers/gpu/drm/exynos/exynos_drm_buf.c
··· 3 3 * Copyright (c) 2011 Samsung Electronics Co., Ltd. 4 4 * Author: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_buf.h
··· 3 3 * Copyright (c) 2011 Samsung Electronics Co., Ltd. 4 4 * Author: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #ifndef _EXYNOS_DRM_BUF_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_connector.c
··· 5 5 * Joonyoung Shim <jy0922.shim@samsung.com> 6 6 * Seung-Woo Kim <sw0312.kim@samsung.com> 7 7 * 8 - * Permission is hereby granted, free of charge, to any person obtaining a 9 - * copy of this software and associated documentation files (the "Software"), 10 - * to deal in the Software without restriction, including without limitation 11 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 12 - * and/or sell copies of the Software, and to permit persons to whom the 13 - * Software is furnished to do so, subject to the following conditions: 14 - * 15 - * The above copyright notice and this permission notice (including the next 16 - * paragraph) shall be included in all copies or substantial portions of the 17 - * Software. 18 - * 19 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 22 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 23 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 24 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 25 - * OTHER DEALINGS IN THE SOFTWARE. 8 + * This program is free software; you can redistribute it and/or modify it 9 + * under the terms of the GNU General Public License as published by the 10 + * Free Software Foundation; either version 2 of the License, or (at your 11 + * option) any later version. 26 12 */ 27 13 28 14 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_connector.h
··· 5 5 * Joonyoung Shim <jy0922.shim@samsung.com> 6 6 * Seung-Woo Kim <sw0312.kim@samsung.com> 7 7 * 8 - * Permission is hereby granted, free of charge, to any person obtaining a 9 - * copy of this software and associated documentation files (the "Software"), 10 - * to deal in the Software without restriction, including without limitation 11 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 12 - * and/or sell copies of the Software, and to permit persons to whom the 13 - * Software is furnished to do so, subject to the following conditions: 14 - * 15 - * The above copyright notice and this permission notice (including the next 16 - * paragraph) shall be included in all copies or substantial portions of the 17 - * Software. 18 - * 19 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 22 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 23 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 24 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 25 - * OTHER DEALINGS IN THE SOFTWARE. 8 + * This program is free software; you can redistribute it and/or modify it 9 + * under the terms of the GNU General Public License as published by the 10 + * Free Software Foundation; either version 2 of the License, or (at your 11 + * option) any later version. 26 12 */ 27 13 28 14 #ifndef _EXYNOS_DRM_CONNECTOR_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_core.c
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_crtc.c
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_crtc.h
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #ifndef _EXYNOS_DRM_CRTC_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
··· 3 3 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 4 4 * Author: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_dmabuf.h
··· 3 3 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 4 4 * Author: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #ifndef _EXYNOS_DRM_DMABUF_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_drv.c
··· 5 5 * Joonyoung Shim <jy0922.shim@samsung.com> 6 6 * Seung-Woo Kim <sw0312.kim@samsung.com> 7 7 * 8 - * Permission is hereby granted, free of charge, to any person obtaining a 9 - * copy of this software and associated documentation files (the "Software"), 10 - * to deal in the Software without restriction, including without limitation 11 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 12 - * and/or sell copies of the Software, and to permit persons to whom the 13 - * Software is furnished to do so, subject to the following conditions: 14 - * 15 - * The above copyright notice and this permission notice (including the next 16 - * paragraph) shall be included in all copies or substantial portions of the 17 - * Software. 18 - * 19 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 22 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 23 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 24 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 25 - * OTHER DEALINGS IN THE SOFTWARE. 8 + * This program is free software; you can redistribute it and/or modify it 9 + * under the terms of the GNU General Public License as published by the 10 + * Free Software Foundation; either version 2 of the License, or (at your 11 + * option) any later version. 26 12 */ 27 13 28 14 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_drv.h
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #ifndef _EXYNOS_DRM_DRV_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_encoder.c
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_encoder.h
··· 5 5 * Joonyoung Shim <jy0922.shim@samsung.com> 6 6 * Seung-Woo Kim <sw0312.kim@samsung.com> 7 7 * 8 - * Permission is hereby granted, free of charge, to any person obtaining a 9 - * copy of this software and associated documentation files (the "Software"), 10 - * to deal in the Software without restriction, including without limitation 11 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 12 - * and/or sell copies of the Software, and to permit persons to whom the 13 - * Software is furnished to do so, subject to the following conditions: 14 - * 15 - * The above copyright notice and this permission notice (including the next 16 - * paragraph) shall be included in all copies or substantial portions of the 17 - * Software. 18 - * 19 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 22 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 23 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 24 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 25 - * OTHER DEALINGS IN THE SOFTWARE. 8 + * This program is free software; you can redistribute it and/or modify it 9 + * under the terms of the GNU General Public License as published by the 10 + * Free Software Foundation; either version 2 of the License, or (at your 11 + * option) any later version. 26 12 */ 27 13 28 14 #ifndef _EXYNOS_DRM_ENCODER_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_fb.c
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_fb.h
··· 5 5 * Joonyoung Shim <jy0922.shim@samsung.com> 6 6 * Seung-Woo Kim <sw0312.kim@samsung.com> 7 7 * 8 - * Permission is hereby granted, free of charge, to any person obtaining a 9 - * copy of this software and associated documentation files (the "Software"), 10 - * to deal in the Software without restriction, including without limitation 11 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 12 - * and/or sell copies of the Software, and to permit persons to whom the 13 - * Software is furnished to do so, subject to the following conditions: 14 - * 15 - * The above copyright notice and this permission notice (including the next 16 - * paragraph) shall be included in all copies or substantial portions of the 17 - * Software. 18 - * 19 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 22 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 23 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 24 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 25 - * OTHER DEALINGS IN THE SOFTWARE. 8 + * This program is free software; you can redistribute it and/or modify it 9 + * under the terms of the GNU General Public License as published by the 10 + * Free Software Foundation; either version 2 of the License, or (at your 11 + * option) any later version. 26 12 */ 27 13 28 14 #ifndef _EXYNOS_DRM_FB_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_fbdev.c
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_fbdev.h
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #ifndef _EXYNOS_DRM_FBDEV_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_fimc.h
··· 6 6 * Jinyoung Jeon <jy0.jeon@samsung.com> 7 7 * Sangmin Lee <lsmin.lee@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #ifndef _EXYNOS_DRM_FIMC_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_gem.c
··· 3 3 * Copyright (c) 2011 Samsung Electronics Co., Ltd. 4 4 * Author: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #include <drm/drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_gem.h
··· 3 3 * Copyright (c) 2011 Samsung Electronics Co., Ltd. 4 4 * Authoer: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #ifndef _EXYNOS_DRM_GEM_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_gsc.h
··· 6 6 * Jinyoung Jeon <jy0.jeon@samsung.com> 7 7 * Sangmin Lee <lsmin.lee@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #ifndef _EXYNOS_DRM_GSC_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_hdmi.h
··· 3 3 * Copyright (c) 2011 Samsung Electronics Co., Ltd. 4 4 * Authoer: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #ifndef _EXYNOS_DRM_HDMI_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_iommu.c
··· 3 3 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 4 4 * Author: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #include <drmP.h>
+4 -18
drivers/gpu/drm/exynos/exynos_drm_iommu.h
··· 3 3 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 4 4 * Authoer: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #ifndef _EXYNOS_DRM_IOMMU_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_ipp.h
··· 6 6 * Jinyoung Jeon <jy0.jeon@samsung.com> 7 7 * Sangmin Lee <lsmin.lee@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #ifndef _EXYNOS_DRM_IPP_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_rotator.h
··· 5 5 * YoungJun Cho <yj44.cho@samsung.com> 6 6 * Eunchul Kim <chulspro.kim@samsung.com> 7 7 * 8 - * Permission is hereby granted, free of charge, to any person obtaining a 9 - * copy of this software and associated documentation files (the "Software"), 10 - * to deal in the Software without restriction, including without limitation 11 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 12 - * and/or sell copies of the Software, and to permit persons to whom the 13 - * Software is furnished to do so, subject to the following conditions: 14 - * 15 - * The above copyright notice and this permission notice (including the next 16 - * paragraph) shall be included in all copies or substantial portions of the 17 - * Software. 18 - * 19 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 22 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 23 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 24 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 25 - * OTHER DEALINGS IN THE SOFTWARE. 8 + * This program is free software; you can redistribute it and/or modify it 9 + * under the terms of the GNU General Public License as published by the 10 + * Free Software Foundation; either version 2 of the License, or (at your 11 + * option) any later version. 26 12 */ 27 13 28 14 #ifndef _EXYNOS_DRM_ROTATOR_H_
+4 -18
drivers/gpu/drm/exynos/exynos_drm_vidi.h
··· 3 3 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 4 4 * Author: Inki Dae <inki.dae@samsung.com> 5 5 * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice (including the next 14 - * paragraph) shall be included in all copies or substantial portions of the 15 - * Software. 16 - * 17 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 21 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 22 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 23 - * OTHER DEALINGS IN THE SOFTWARE. 6 + * This program is free software; you can redistribute it and/or modify it 7 + * under the terms of the GNU General Public License as published by the 8 + * Free Software Foundation; either version 2 of the License, or (at your 9 + * option) any later version. 24 10 */ 25 11 26 12 #ifndef _EXYNOS_DRM_VIDI_H_
+4 -18
drivers/gpu/drm/exynos/exynos_hdmi.h
··· 5 5 * Inki Dae <inki.dae@samsung.com> 6 6 * Seung-Woo Kim <sw0312.kim@samsung.com> 7 7 * 8 - * Permission is hereby granted, free of charge, to any person obtaining a 9 - * copy of this software and associated documentation files (the "Software"), 10 - * to deal in the Software without restriction, including without limitation 11 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 12 - * and/or sell copies of the Software, and to permit persons to whom the 13 - * Software is furnished to do so, subject to the following conditions: 14 - * 15 - * The above copyright notice and this permission notice (including the next 16 - * paragraph) shall be included in all copies or substantial portions of the 17 - * Software. 18 - * 19 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 20 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 21 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 22 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 23 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 24 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 25 - * OTHER DEALINGS IN THE SOFTWARE. 8 + * This program is free software; you can redistribute it and/or modify it 9 + * under the terms of the GNU General Public License as published by the 10 + * Free Software Foundation; either version 2 of the License, or (at your 11 + * option) any later version. 26 12 */ 27 13 28 14 #ifndef _EXYNOS_HDMI_H_
+4 -18
include/drm/exynos_drm.h
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 #ifndef _EXYNOS_DRM_H_ 29 15 #define _EXYNOS_DRM_H_
+4 -18
include/uapi/drm/exynos_drm.h
··· 6 6 * Joonyoung Shim <jy0922.shim@samsung.com> 7 7 * Seung-Woo Kim <sw0312.kim@samsung.com> 8 8 * 9 - * Permission is hereby granted, free of charge, to any person obtaining a 10 - * copy of this software and associated documentation files (the "Software"), 11 - * to deal in the Software without restriction, including without limitation 12 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 13 - * and/or sell copies of the Software, and to permit persons to whom the 14 - * Software is furnished to do so, subject to the following conditions: 15 - * 16 - * The above copyright notice and this permission notice (including the next 17 - * paragraph) shall be included in all copies or substantial portions of the 18 - * Software. 19 - * 20 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 21 - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 22 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 23 - * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 24 - * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 25 - * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 26 - * OTHER DEALINGS IN THE SOFTWARE. 9 + * This program is free software; you can redistribute it and/or modify it 10 + * under the terms of the GNU General Public License as published by the 11 + * Free Software Foundation; either version 2 of the License, or (at your 12 + * option) any later version. 27 13 */ 28 14 29 15 #ifndef _UAPI_EXYNOS_DRM_H_