From fc64abea5cf304def36c81f8a95f1da82b2cf078 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 2 Mar 2013 15:15:52 +0000 Subject: [PATCH] LGPL license on package files. --- simgear/package/Catalog.cxx | 17 ++++++++++++++++- simgear/package/Catalog.hxx | 17 +++++++++++++++++ simgear/package/Install.cxx | 17 ++++++++++++++++- simgear/package/Install.hxx | 17 +++++++++++++++++ simgear/package/Package.cxx | 17 ++++++++++++++++- simgear/package/Package.hxx | 17 +++++++++++++++++ simgear/package/Root.cxx | 17 ++++++++++++++++- simgear/package/Root.hxx | 17 ++++++++++++++++- simgear/package/pkgutil.cxx | 17 +++++++++++++++++ 9 files changed, 148 insertions(+), 5 deletions(-) diff --git a/simgear/package/Catalog.cxx b/simgear/package/Catalog.cxx index fad31eff..da37fb96 100644 --- a/simgear/package/Catalog.cxx +++ b/simgear/package/Catalog.cxx @@ -1,4 +1,19 @@ - +// Copyright (C) 2013 James Turner - zakalawe@mac.com +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library 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 +// Library 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. +// #include diff --git a/simgear/package/Catalog.hxx b/simgear/package/Catalog.hxx index bbfdc5a6..a367c9c3 100644 --- a/simgear/package/Catalog.hxx +++ b/simgear/package/Catalog.hxx @@ -1,3 +1,20 @@ +// Copyright (C) 2013 James Turner - zakalawe@mac.com +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library 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 +// Library 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 SG_PACKAGE_CATALOG_HXX #define SG_PACKAGE_CATALOG_HXX diff --git a/simgear/package/Install.cxx b/simgear/package/Install.cxx index b471d965..36c47150 100644 --- a/simgear/package/Install.cxx +++ b/simgear/package/Install.cxx @@ -1,4 +1,19 @@ - +// Copyright (C) 2013 James Turner - zakalawe@mac.com +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library 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 +// Library 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. +// #include diff --git a/simgear/package/Install.hxx b/simgear/package/Install.hxx index 92e2c4fc..5fafb540 100644 --- a/simgear/package/Install.hxx +++ b/simgear/package/Install.hxx @@ -1,3 +1,20 @@ +// Copyright (C) 2013 James Turner - zakalawe@mac.com +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library 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 +// Library 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 SG_PACKAGE_INSTALL_HXX #define SG_PACKAGE_INSTALL_HXX diff --git a/simgear/package/Package.cxx b/simgear/package/Package.cxx index b866879e..cf156195 100644 --- a/simgear/package/Package.cxx +++ b/simgear/package/Package.cxx @@ -1,4 +1,19 @@ - +// Copyright (C) 2013 James Turner - zakalawe@mac.com +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library 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 +// Library 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. +// #include diff --git a/simgear/package/Package.hxx b/simgear/package/Package.hxx index d1e79816..0bbe2207 100644 --- a/simgear/package/Package.hxx +++ b/simgear/package/Package.hxx @@ -1,3 +1,20 @@ +// Copyright (C) 2013 James Turner - zakalawe@mac.com +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library 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 +// Library 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 SG_PACKAGE_PACKAGE_HXX #define SG_PACKAGE_PACKAGE_HXX diff --git a/simgear/package/Root.cxx b/simgear/package/Root.cxx index 8f203def..197f96c9 100644 --- a/simgear/package/Root.cxx +++ b/simgear/package/Root.cxx @@ -1,4 +1,19 @@ - +// Copyright (C) 2013 James Turner - zakalawe@mac.com +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library 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 +// Library 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. +// #include diff --git a/simgear/package/Root.hxx b/simgear/package/Root.hxx index 576b23c7..ae22b9a2 100644 --- a/simgear/package/Root.hxx +++ b/simgear/package/Root.hxx @@ -1,4 +1,19 @@ - +// Copyright (C) 2013 James Turner - zakalawe@mac.com +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library 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 +// Library 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 SG_PACKAGE_ROOT_HXX #define SG_PACKAGE_ROOT_HXX diff --git a/simgear/package/pkgutil.cxx b/simgear/package/pkgutil.cxx index e8cd9bc2..33f15706 100644 --- a/simgear/package/pkgutil.cxx +++ b/simgear/package/pkgutil.cxx @@ -1,3 +1,20 @@ +// Copyright (C) 2013 James Turner - zakalawe@mac.com +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Library General Public +// License as published by the Free Software Foundation; either +// version 2 of the License, or (at your option) any later version. +// +// This library 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 +// Library 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. +// + #include #include #include -- 2.39.2