From 0301c47f6be35b68270b05f8206fa1e7183c6b18 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 3 Aug 2019 05:10:55 +0200 Subject: Update core library GPL boilerplate and (C) from git log --- libs/lua/lua/liblua_visibility.h | 18 ++++++++++++++++++ libs/lua/lua/luastate.h | 16 ++++++++-------- libs/lua/luastate.cc | 16 ++++++++-------- 3 files changed, 34 insertions(+), 16 deletions(-) (limited to 'libs/lua') diff --git a/libs/lua/lua/liblua_visibility.h b/libs/lua/lua/liblua_visibility.h index 494f936e50..385e5f1e8a 100644 --- a/libs/lua/lua/liblua_visibility.h +++ b/libs/lua/lua/liblua_visibility.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2016 Robin Gareus + * + * 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 2 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, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef __liblua_visibility_h__ #define __liblua_visibility_h__ diff --git a/libs/lua/lua/luastate.h b/libs/lua/lua/luastate.h index 1b55a1e706..ebe3d70c3d 100644 --- a/libs/lua/lua/luastate.h +++ b/libs/lua/lua/luastate.h @@ -1,19 +1,19 @@ /* - * Copyright (C) 2016 Robin Gareus + * Copyright (C) 2016-2017 Robin Gareus * - * 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 2 - * of the License, or (at your option) any later version. + * 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 2 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef LUA_STATE_H diff --git a/libs/lua/luastate.cc b/libs/lua/luastate.cc index d0555701a7..15428b4729 100644 --- a/libs/lua/luastate.cc +++ b/libs/lua/luastate.cc @@ -1,19 +1,19 @@ /* - * Copyright (C) 2016 Robin Gareus + * Copyright (C) 2016-2018 Robin Gareus * - * 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 2 - * of the License, or (at your option) any later version. + * 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 2 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include -- cgit v1.2.3