[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH attr] exports: use LGPL for library code
From: |
Mike Frysinger |
Subject: |
[PATCH attr] exports: use LGPL for library code |
Date: |
Sat, 13 Jan 2024 20:25:59 -0500 |
All the other library headers & sources are LGPL. Since this file is
only for use in creating the exported ABI for the library, make sure
it too is LGPL.
---
exports | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/exports b/exports
index 9b92721b2dfe..cf3cdff5ca05 100644
--- a/exports
+++ b/exports
@@ -2,16 +2,16 @@
# Copyright (C) 2003, 2006 Silicon Graphics, Inc.
#
# 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
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 2.1 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.
+# GNU Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
+# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
--
2.43.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH attr] exports: use LGPL for library code,
Mike Frysinger <=