From 49b3e8f55ae135ce6475d1185db68e665430fe5e Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 15 Jun 2013 21:09:02 +1000 Subject: License header updates --- include/gos/chibios.h | 22 +++++----------------- include/gos/gos.h | 22 +++++----------------- include/gos/options.h | 23 +++++------------------ include/gos/posix.h | 22 +++++----------------- include/gos/win32.h | 22 +++++----------------- 5 files changed, 25 insertions(+), 86 deletions(-) (limited to 'include/gos') diff --git a/include/gos/chibios.h b/include/gos/chibios.h index 280a9a45..5193d506 100644 --- a/include/gos/chibios.h +++ b/include/gos/chibios.h @@ -1,22 +1,10 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 - Joel Bodenmann aka Tectu - - This file is part of ChibiOS/GFX. - - ChibiOS/GFX 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. - - ChibiOS/GFX 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. + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://chibios-gfx.com/license.html + */ - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ /** * @file include/gos/chibios.h * @brief GOS - Operating System Support header file for ChibiOS. diff --git a/include/gos/gos.h b/include/gos/gos.h index 177349cf..fe45ce60 100644 --- a/include/gos/gos.h +++ b/include/gos/gos.h @@ -1,22 +1,10 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 - Joel Bodenmann aka Tectu - - This file is part of ChibiOS/GFX. - - ChibiOS/GFX 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. - - ChibiOS/GFX 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. + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://chibios-gfx.com/license.html + */ - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ /** * @file include/gos/gos.h * @brief GOS - Operating System Support header file. diff --git a/include/gos/options.h b/include/gos/options.h index f9d41bb5..2ac15926 100644 --- a/include/gos/options.h +++ b/include/gos/options.h @@ -1,22 +1,9 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 - Joel Bodenmann aka Tectu - - This file is part of ChibiOS/GFX. - - ChibiOS/GFX 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. - - ChibiOS/GFX 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 . -*/ + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://chibios-gfx.com/license.html + */ /** * @file include/gos/options.h diff --git a/include/gos/posix.h b/include/gos/posix.h index f61b13db..f81fb26b 100644 --- a/include/gos/posix.h +++ b/include/gos/posix.h @@ -1,22 +1,10 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 - Joel Bodenmann aka Tectu - - This file is part of ChibiOS/GFX. - - ChibiOS/GFX 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. - - ChibiOS/GFX 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. + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://chibios-gfx.com/license.html + */ - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ /** * @file include/gos/posix.h * @brief GOS - Operating System Support header file for POSIX. diff --git a/include/gos/win32.h b/include/gos/win32.h index d61de187..fbb45d9b 100644 --- a/include/gos/win32.h +++ b/include/gos/win32.h @@ -1,22 +1,10 @@ /* - ChibiOS/GFX - Copyright (C) 2012, 2013 - Joel Bodenmann aka Tectu - - This file is part of ChibiOS/GFX. - - ChibiOS/GFX 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. - - ChibiOS/GFX 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. + * This file is subject to the terms of the GFX License. If a copy of + * the license was not distributed with this file, you can obtain one at: + * + * http://chibios-gfx.com/license.html + */ - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ /** * @file include/gos/win32.h * @brief GOS - Operating System Support header file for WIN32. -- cgit v1.2.3