fosphor: Update all copyright notices headers

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2021-01-08 13:11:47 +01:00
parent 431afbf8d6
commit 65c7283981
26 changed files with 52 additions and 364 deletions

View File

@ -3,20 +3,8 @@
* *
* Logic to deal with various axises * Logic to deal with various axises
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \addtogroup axis /*! \addtogroup axis

View File

@ -3,20 +3,8 @@
* *
* Logic to deal with various axises * Logic to deal with various axises
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* OpenCL base routines * OpenCL base routines
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \addtogroup cl /*! \addtogroup cl

View File

@ -3,20 +3,8 @@
* *
* OpenCL base routines * OpenCL base routines
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* Handle OpenCL 1.1 <> 1.2 fallback and the related uglyness * Handle OpenCL 1.1 <> 1.2 fallback and the related uglyness
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \addtogroup cl /*! \addtogroup cl

View File

@ -3,20 +3,8 @@
* *
* Handle OpenCL 1.1 <> 1.2 fallback and the related uglyness * Handle OpenCL 1.1 <> 1.2 fallback and the related uglyness
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* Wrapper to select proper OpenCL headers for various platforms * Wrapper to select proper OpenCL headers for various platforms
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \file cl_platform.h /*! \file cl_platform.h

View File

@ -3,20 +3,8 @@
* *
* Color mapping shader - BiCubic interpolation * Color mapping shader - BiCubic interpolation
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
* Note (to make it clear): for the purpose of this license, any software * Note (to make it clear): for the purpose of this license, any software
* making use of this shader (or derivative thereof) is considered to be * making use of this shader (or derivative thereof) is considered to be

View File

@ -3,20 +3,8 @@
* *
* Color mapping shader - Fall back GLSL 1.0 compatibility version * Color mapping shader - Fall back GLSL 1.0 compatibility version
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
* Note (to make it clear): for the purpose of this license, any software * Note (to make it clear): for the purpose of this license, any software
* making use of this shader (or derivative thereof) is considered to be * making use of this shader (or derivative thereof) is considered to be

View File

@ -3,20 +3,8 @@
* *
* Color mapping shader - Nearest/Bilinear version * Color mapping shader - Nearest/Bilinear version
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
* Note (to make it clear): for the purpose of this license, any software * Note (to make it clear): for the purpose of this license, any software
* making use of this shader (or derivative thereof) is considered to be * making use of this shader (or derivative thereof) is considered to be

View File

@ -3,20 +3,8 @@
* *
* Main fosphor entry point * Main fosphor entry point
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \addtogroup fosphor /*! \addtogroup fosphor

View File

@ -3,20 +3,8 @@
* *
* Main fosphor entry point * Main fosphor entry point
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* OpenGL part of fosphor * OpenGL part of fosphor
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \addtogroup gl /*! \addtogroup gl

View File

@ -3,20 +3,8 @@
* *
* OpenGL part of fosphor * OpenGL part of fosphor
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* OpenGL float texture -> color mapping * OpenGL float texture -> color mapping
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \addtogroup gl/cmap /*! \addtogroup gl/cmap

View File

@ -3,20 +3,8 @@
* *
* OpenGL float texture -> color mapping * OpenGL float texture -> color mapping
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* OpenGL color map generators * OpenGL color map generators
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \addtogroup gl/cmap /*! \addtogroup gl/cmap

View File

@ -3,20 +3,8 @@
* *
* OpenGL color map generators * OpenGL color map generators
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* Basic OpenGL font rendering * Basic OpenGL font rendering
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \addtogroup gl/font /*! \addtogroup gl/font

View File

@ -3,20 +3,8 @@
* *
* Basic OpenGL font rendering * Basic OpenGL font rendering
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* Wrapper to select proper OpenGL headers for various platforms * Wrapper to select proper OpenGL headers for various platforms
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \file gl_platform.h /*! \file gl_platform.h

View File

@ -5,20 +5,8 @@
* one, but heavily simplified and rewritten to compile on other compilers * one, but heavily simplified and rewritten to compile on other compilers
* than GCC. * than GCC.
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* Private fosphor definitions * Private fosphor definitions
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* Resource management * Resource management
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/*! \addtogroup resource /*! \addtogroup resource

View File

@ -3,20 +3,8 @@
* *
* Resource management header * Resource management header
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once

View File

@ -3,20 +3,8 @@
* *
* Internal structures for the resource management * Internal structures for the resource management
* *
* Copyright (C) 2013-2014 Sylvain Munaut * Copyright (C) 2013-2021 Sylvain Munaut
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#pragma once #pragma once