From 65c7283981edeba8dc3b4ec4b873fa0985fc5e59 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Fri, 8 Jan 2021 13:11:47 +0100 Subject: [PATCH] fosphor: Update all copyright notices headers Signed-off-by: Sylvain Munaut --- lib/fosphor/axis.c | 16 ++-------------- lib/fosphor/axis.h | 16 ++-------------- lib/fosphor/cl.c | 16 ++-------------- lib/fosphor/cl.h | 16 ++-------------- lib/fosphor/cl_compat.c | 16 ++-------------- lib/fosphor/cl_compat.h | 16 ++-------------- lib/fosphor/cl_platform.h | 16 ++-------------- lib/fosphor/cmap_bicubic.glsl | 16 ++-------------- lib/fosphor/cmap_fallback.glsl | 16 ++-------------- lib/fosphor/cmap_simple.glsl | 16 ++-------------- lib/fosphor/fosphor.c | 16 ++-------------- lib/fosphor/fosphor.h | 16 ++-------------- lib/fosphor/gl.c | 16 ++-------------- lib/fosphor/gl.h | 16 ++-------------- lib/fosphor/gl_cmap.c | 16 ++-------------- lib/fosphor/gl_cmap.h | 16 ++-------------- lib/fosphor/gl_cmap_gen.c | 16 ++-------------- lib/fosphor/gl_cmap_gen.h | 16 ++-------------- lib/fosphor/gl_font.c | 16 ++-------------- lib/fosphor/gl_font.h | 16 ++-------------- lib/fosphor/gl_platform.h | 16 ++-------------- lib/fosphor/llist.h | 16 ++-------------- lib/fosphor/private.h | 16 ++-------------- lib/fosphor/resource.c | 16 ++-------------- lib/fosphor/resource.h | 16 ++-------------- lib/fosphor/resource_internal.h | 16 ++-------------- 26 files changed, 52 insertions(+), 364 deletions(-) diff --git a/lib/fosphor/axis.c b/lib/fosphor/axis.c index 5068b20..4d4074a 100644 --- a/lib/fosphor/axis.c +++ b/lib/fosphor/axis.c @@ -3,20 +3,8 @@ * * Logic to deal with various axises * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \addtogroup axis diff --git a/lib/fosphor/axis.h b/lib/fosphor/axis.h index 2800034..e68fc99 100644 --- a/lib/fosphor/axis.h +++ b/lib/fosphor/axis.h @@ -3,20 +3,8 @@ * * Logic to deal with various axises * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/cl.c b/lib/fosphor/cl.c index ea1820a..039c89b 100644 --- a/lib/fosphor/cl.c +++ b/lib/fosphor/cl.c @@ -3,20 +3,8 @@ * * OpenCL base routines * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \addtogroup cl diff --git a/lib/fosphor/cl.h b/lib/fosphor/cl.h index 2fcd3f5..dc1aa8a 100644 --- a/lib/fosphor/cl.h +++ b/lib/fosphor/cl.h @@ -3,20 +3,8 @@ * * OpenCL base routines * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/cl_compat.c b/lib/fosphor/cl_compat.c index aefee3c..5c36677 100644 --- a/lib/fosphor/cl_compat.c +++ b/lib/fosphor/cl_compat.c @@ -3,20 +3,8 @@ * * Handle OpenCL 1.1 <> 1.2 fallback and the related uglyness * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \addtogroup cl diff --git a/lib/fosphor/cl_compat.h b/lib/fosphor/cl_compat.h index f4a54a6..08f0975 100644 --- a/lib/fosphor/cl_compat.h +++ b/lib/fosphor/cl_compat.h @@ -3,20 +3,8 @@ * * Handle OpenCL 1.1 <> 1.2 fallback and the related uglyness * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/cl_platform.h b/lib/fosphor/cl_platform.h index 4911253..673c149 100644 --- a/lib/fosphor/cl_platform.h +++ b/lib/fosphor/cl_platform.h @@ -3,20 +3,8 @@ * * Wrapper to select proper OpenCL headers for various platforms * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \file cl_platform.h diff --git a/lib/fosphor/cmap_bicubic.glsl b/lib/fosphor/cmap_bicubic.glsl index e16aa0a..18de7ed 100644 --- a/lib/fosphor/cmap_bicubic.glsl +++ b/lib/fosphor/cmap_bicubic.glsl @@ -3,20 +3,8 @@ * * Color mapping shader - BiCubic interpolation * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later * * 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 diff --git a/lib/fosphor/cmap_fallback.glsl b/lib/fosphor/cmap_fallback.glsl index 7885178..260db29 100644 --- a/lib/fosphor/cmap_fallback.glsl +++ b/lib/fosphor/cmap_fallback.glsl @@ -3,20 +3,8 @@ * * Color mapping shader - Fall back GLSL 1.0 compatibility version * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later * * 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 diff --git a/lib/fosphor/cmap_simple.glsl b/lib/fosphor/cmap_simple.glsl index db09001..5706773 100644 --- a/lib/fosphor/cmap_simple.glsl +++ b/lib/fosphor/cmap_simple.glsl @@ -3,20 +3,8 @@ * * Color mapping shader - Nearest/Bilinear version * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later * * 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 diff --git a/lib/fosphor/fosphor.c b/lib/fosphor/fosphor.c index 3283dc6..5478bad 100644 --- a/lib/fosphor/fosphor.c +++ b/lib/fosphor/fosphor.c @@ -3,20 +3,8 @@ * * Main fosphor entry point * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \addtogroup fosphor diff --git a/lib/fosphor/fosphor.h b/lib/fosphor/fosphor.h index e67f7b1..8407374 100644 --- a/lib/fosphor/fosphor.h +++ b/lib/fosphor/fosphor.h @@ -3,20 +3,8 @@ * * Main fosphor entry point * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/gl.c b/lib/fosphor/gl.c index 51b0775..e36bc1d 100644 --- a/lib/fosphor/gl.c +++ b/lib/fosphor/gl.c @@ -3,20 +3,8 @@ * * OpenGL part of fosphor * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \addtogroup gl diff --git a/lib/fosphor/gl.h b/lib/fosphor/gl.h index 211e2c5..302cab9 100644 --- a/lib/fosphor/gl.h +++ b/lib/fosphor/gl.h @@ -3,20 +3,8 @@ * * OpenGL part of fosphor * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/gl_cmap.c b/lib/fosphor/gl_cmap.c index 48d2e35..4e27cd5 100644 --- a/lib/fosphor/gl_cmap.c +++ b/lib/fosphor/gl_cmap.c @@ -3,20 +3,8 @@ * * OpenGL float texture -> color mapping * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \addtogroup gl/cmap diff --git a/lib/fosphor/gl_cmap.h b/lib/fosphor/gl_cmap.h index f01fab5..cccaa0f 100644 --- a/lib/fosphor/gl_cmap.h +++ b/lib/fosphor/gl_cmap.h @@ -3,20 +3,8 @@ * * OpenGL float texture -> color mapping * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/gl_cmap_gen.c b/lib/fosphor/gl_cmap_gen.c index c0e75ac..59df6c3 100644 --- a/lib/fosphor/gl_cmap_gen.c +++ b/lib/fosphor/gl_cmap_gen.c @@ -3,20 +3,8 @@ * * OpenGL color map generators * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \addtogroup gl/cmap diff --git a/lib/fosphor/gl_cmap_gen.h b/lib/fosphor/gl_cmap_gen.h index 55e0d97..a695b8a 100644 --- a/lib/fosphor/gl_cmap_gen.h +++ b/lib/fosphor/gl_cmap_gen.h @@ -3,20 +3,8 @@ * * OpenGL color map generators * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/gl_font.c b/lib/fosphor/gl_font.c index aa6d73f..e6130ad 100644 --- a/lib/fosphor/gl_font.c +++ b/lib/fosphor/gl_font.c @@ -3,20 +3,8 @@ * * Basic OpenGL font rendering * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \addtogroup gl/font diff --git a/lib/fosphor/gl_font.h b/lib/fosphor/gl_font.h index 50456c2..56a3025 100644 --- a/lib/fosphor/gl_font.h +++ b/lib/fosphor/gl_font.h @@ -3,20 +3,8 @@ * * Basic OpenGL font rendering * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/gl_platform.h b/lib/fosphor/gl_platform.h index d2d467e..8b084d0 100644 --- a/lib/fosphor/gl_platform.h +++ b/lib/fosphor/gl_platform.h @@ -3,20 +3,8 @@ * * Wrapper to select proper OpenGL headers for various platforms * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \file gl_platform.h diff --git a/lib/fosphor/llist.h b/lib/fosphor/llist.h index cf5c461..c0086c1 100644 --- a/lib/fosphor/llist.h +++ b/lib/fosphor/llist.h @@ -5,20 +5,8 @@ * one, but heavily simplified and rewritten to compile on other compilers * than GCC. * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/private.h b/lib/fosphor/private.h index c04fefe..fcf33a2 100644 --- a/lib/fosphor/private.h +++ b/lib/fosphor/private.h @@ -3,20 +3,8 @@ * * Private fosphor definitions * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/resource.c b/lib/fosphor/resource.c index 93b391a..8fe7ba0 100644 --- a/lib/fosphor/resource.c +++ b/lib/fosphor/resource.c @@ -3,20 +3,8 @@ * * Resource management * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ /*! \addtogroup resource diff --git a/lib/fosphor/resource.h b/lib/fosphor/resource.h index a68e7d1..3834fd3 100644 --- a/lib/fosphor/resource.h +++ b/lib/fosphor/resource.h @@ -3,20 +3,8 @@ * * Resource management header * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once diff --git a/lib/fosphor/resource_internal.h b/lib/fosphor/resource_internal.h index be07b40..3617185 100644 --- a/lib/fosphor/resource_internal.h +++ b/lib/fosphor/resource_internal.h @@ -3,20 +3,8 @@ * * Internal structures for the resource management * - * Copyright (C) 2013-2014 Sylvain Munaut - * - * 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 . + * Copyright (C) 2013-2021 Sylvain Munaut + * SPDX-License-Identifier: GPL-3.0-or-later */ #pragma once