diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-11 08:41:26 +0000 |
commit | 2f6caac6019e3182486965f7f09baed7e93e1be9 (patch) | |
tree | 2d5d4350a1bbf9bafdb5f0a5260714a6190c668d /licenses/FLTK | |
parent | a37f6bfc3fde25205ebac44b82f1586b924c61da (diff) | |
download | packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.gz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.bz2 packages-2f6caac6019e3182486965f7f09baed7e93e1be9.tar.xz packages-2f6caac6019e3182486965f7f09baed7e93e1be9.zip |
The New Plan
ebuild branch has old ebuilds. profiles dir still has CFLAGS.
Everything else is removed or modified for changing of upstream to
Alpine.
Diffstat (limited to 'licenses/FLTK')
-rw-r--r-- | licenses/FLTK | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/licenses/FLTK b/licenses/FLTK deleted file mode 100644 index 38d1fa074..000000000 --- a/licenses/FLTK +++ /dev/null @@ -1,44 +0,0 @@ - FLTK License - December 11, 2001 - -The FLTK library and included programs are provided under the terms -of the GNU Library General Public License (LGPL) with the following -exceptions: - - 1. Modifications to the FLTK configure script, config - header file, and makefiles by themselves to support - a specific platform do not constitute a modified or - derivative work. - - The authors do request that such modifications be - contributed to the FLTK project - send all - contributions to "fltk-bugs@fltk.org". - - 2. Widgets that are subclassed from FLTK widgets do not - constitute a derivative work. - - 3. Static linking of applications and widgets to the - FLTK library does not constitute a derivative work - and does not require the author to provide source - code for the application or widget, use the shared - FLTK libraries, or link their applications or - widgets against a user-supplied version of FLTK. - - If you link the application or widget to a modified - version of FLTK, then the changes to FLTK must be - provided under the terms of the LGPL in sections - 1, 2, and 4. - - 4. You do not have to provide a copy of the FLTK license - with programs that are linked to the FLTK library, nor - do you have to identify the FLTK license in your - program or documentation as required by section 6 - of the LGPL. - - However, programs must still identify their use of FLTK. - The following example statement can be included in user - documentation to satisfy this requirement: - - [program/widget] is based in part on the work of - the FLTK project (http://www.fltk.org). - |