forked from jimevins/glabels
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Docs are now licensed by the CC Attribution-Share Alike 3.0 Unported license - Libglbarcode is relicensed by the LGPL3+
- Loading branch information
Showing
16 changed files
with
149 additions
and
442 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/>. | ||
*/ | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/>. | ||
*/ | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
Oops, something went wrong.