Skip to content

Commit

Permalink
Update licensing information.
Browse files Browse the repository at this point in the history
- Docs are now licensed by the CC Attribution-Share Alike 3.0 Unported license
- Libglbarcode is relicensed by the LGPL3+
  • Loading branch information
jimevins committed Nov 11, 2010
1 parent eda073e commit 45b59e5
Show file tree
Hide file tree
Showing 16 changed files with 149 additions and 442 deletions.
386 changes: 46 additions & 340 deletions COPYING-DOCS

Large diffs are not rendered by default.

File renamed without changes.
23 changes: 12 additions & 11 deletions COPYING.README_FIRST
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,21 @@ GLABELS:
directory for details.


LIBGLABELS:
LIBGLABELS & LIBGLBARCODE:

The libglabels library, located in the "libglabels/" subdirectory, is
licensed under the GNU LESSER GENERAL PUBLIC LICENSE (LGPL); either
version 3 of the License, or (at your option) any later version -- see
the 'COPYING-LIBGLABELS' in this directory for details.
The libglabels and libglbarcode libraries, located in the "libglabels/"
and "libglbarcode/" subdirectories respecively, are licensed under the
GNU LESSER GENERAL PUBLIC LICENSE (LGPL); either version 3 of the License,
or (at your option) any later version -- see the 'COPYING-LIBS' in this
directory for details.


DOCUMENTATION:

The gLabels and libglabels documentation, located in the "docs/" and "help/"
subdirectories, is licensed under the GNU FREE DOCUMENTATION LICENSE (GFDL)
with no Invariant Sections; either version 1.1 or (at your option) any
later version -- see 'COPYING-DOCS' in this directory for details.
The gLabels, libglabels, and libglbarcode documentation, located in the
"docs/" and "help/" subdirectories, is licensed under the CreativeCommons
Attribution-Share Alike 3.0 Unported license. See 'COPYING-DOCS' in this
directory for details, or visit 'http://creativecommons.org/licenses/by-sa/3.0/'.


TEMPLATE DATABASE:
Expand All @@ -33,5 +34,5 @@ TEMPLATE DATABASE:
label database. No copyright is claimed on the facts contained within
the database and can be used for any purpose. However, to clear up any
ambiguity, the DTD file that defines the format of these files is
licensed using the MIT/X license, as close to public domain as one can
get -- see 'COPYING-TEMPLATES' in this directory for details.
licensed using the MIT/X license, see 'COPYING-TEMPLATES' in this
directory for details.
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-code39.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-code39.c
* Copyright (C) 2001-2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#include <config.h>
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-code39.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-code39.h
* Copyright (C) 2001-2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef __LGL_BARCODE_CODE39_H__
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-create.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-create.c
* Copyright (C) 2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#include <config.h>
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-create.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-create.h
* Copyright (C) 2001-2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef __LGL_BARCODE_CREATE_H__
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-onecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-onecode.c
* Copyright (C) 2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

/*
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-onecode.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-onecode.h
* Copyright (C) 2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef __LGL_BARCODE_ONECODE_H__
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-postnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-postnet.c
* Copyright (C) 2001-2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

/*
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-postnet.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-postnet.h
* Copyright (C) 2001-2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef __LGL_BARCODE_POSTNET_H__
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-render-to-cairo.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-render-to-cairo.c
* Copyright (C) 2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#include <config.h>
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-render-to-cairo.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-render-to-cairo.h
* Copyright (C) 2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef __LGL_RENDER_TO_CAIRO_H__
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode-type.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode-type.h
* Copyright (C) 2001-2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef __LGL_BARCODE_TYPE_H__
Expand Down
14 changes: 7 additions & 7 deletions libglbarcode/lgl-barcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
* lgl-barcode.c
* Copyright (C) 2001-2010 Jim Evins <[email protected]>.
*
* This file is part of gLabels.
* This file is part of libglbarcode.
*
* gLabels is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* libglbarcode is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gLabels is distributed in the hope that it will be useful,
* libglbarcode 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
* along with gLabels. If not, see <http://www.gnu.org/licenses/>.
* You should have received a copy of the GNU Lesser General Public License
* along with libglbarcode. If not, see <http://www.gnu.org/licenses/>.
*/

#include <config.h>
Expand Down
Loading

0 comments on commit 45b59e5

Please sign in to comment.