diff --git a/.travis.yml b/.travis.yml index d85e76d..d3e86b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ matrix: after_success: # Download AppImage QT deployment tool (local snapshot -- original at github/probono) - - wget -c "https://github.com/jimevins/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" + - wget -c "https://github.com/j-evins/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" - chmod a+x linuxdeployqt*.AppImage # # Create AppImage @@ -60,7 +60,7 @@ matrix: - mv ./gLabels*.AppImage glabels-${VERSION}-x86_64.AppImage before_deploy: - - git config --local user.name "Jim Evins (Travis CI)" + - git config --local user.name "Jaye Evins (Travis CI)" - git config --local user.email evins@snaught.com - git tag -f -a glabels-${VERSION} -m "glabels-${VERSION} CI" diff --git a/CMakeLists.txt b/CMakeLists.txt index c70fcc9..7563dad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/" # Version Information #======================================= set (WEBSITE "glabels.org") -set (BUG_WEBSITE "https://github.com/jimevins/glabels-qt/issues") +set (BUG_WEBSITE "https://github.com/j-evins/glabels-qt/issues") execute_process( COMMAND git symbolic-ref --short HEAD diff --git a/CREDITS.md b/CREDITS.md index 3dd3001..23f93ec 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,7 +1,7 @@ gLabels Author ============== -[Jim Evins ](https://github.com/jimevins) +[Jaye Evins ](https://github.com/j-evins) Acknowledgments diff --git a/README.md b/README.md index efc0157..16eba36 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ![Cover Image](docs/images/cover-image.png) -[![Travis Build Status](https://travis-ci.org/jimevins/glabels-qt.svg?branch=master)](https://travis-ci.org/jimevins/glabels-qt) -[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/jimevins/glabels-qt?branch=master&svg=true)](https://ci.appveyor.com/project/jimevins/glabels-qt) +[![Travis Build Status](https://travis-ci.org/j-evins/glabels-qt.svg?branch=master)](https://travis-ci.org/j-evins/glabels-qt) +[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/j-evins/glabels-qt?branch=master&svg=true)](https://ci.appveyor.com/project/j-evins/glabels-qt) ******************************************************************************* @@ -35,7 +35,7 @@ bleeding-edge development (unstable) code. Please, DO NOT use it in a productio expect compatibility or consistency of features between snapshots. Pre-release Linux [AppImage](http:appimage.org) and Windows installer binaries are available in -**[Releases](https://github.com/jimevins/glabels-qt/releases)**. +**[Releases](https://github.com/j-evins/glabels-qt/releases)**. Some third-party packages are also available: diff --git a/backends/barcode/Backends.cpp b/backends/barcode/Backends.cpp index 2e4307a..4834b6d 100644 --- a/backends/barcode/Backends.cpp +++ b/backends/barcode/Backends.cpp @@ -1,6 +1,6 @@ /* Backends.cpp * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/barcode/Backends.h b/backends/barcode/Backends.h index 0329400..ccacc39 100644 --- a/backends/barcode/Backends.h +++ b/backends/barcode/Backends.h @@ -1,6 +1,6 @@ /* Backends.h * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/barcode/GnuBarcode.cpp b/backends/barcode/GnuBarcode.cpp index 95a7ecf..bdc7f6b 100644 --- a/backends/barcode/GnuBarcode.cpp +++ b/backends/barcode/GnuBarcode.cpp @@ -1,6 +1,6 @@ /* GnuBarcode.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/barcode/GnuBarcode.h b/backends/barcode/GnuBarcode.h index 0fca7ae..2cae93e 100644 --- a/backends/barcode/GnuBarcode.h +++ b/backends/barcode/GnuBarcode.h @@ -1,6 +1,6 @@ /* GnuBarcode.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/barcode/QrEncode.cpp b/backends/barcode/QrEncode.cpp index 2fd8bcf..e6645a8 100644 --- a/backends/barcode/QrEncode.cpp +++ b/backends/barcode/QrEncode.cpp @@ -1,6 +1,6 @@ /* QrEncode.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/barcode/QrEncode.h b/backends/barcode/QrEncode.h index 3ff3030..cac155f 100644 --- a/backends/barcode/QrEncode.h +++ b/backends/barcode/QrEncode.h @@ -1,6 +1,6 @@ /* QrEncode.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/barcode/Style.cpp b/backends/barcode/Style.cpp index 2e453dd..2349fed 100644 --- a/backends/barcode/Style.cpp +++ b/backends/barcode/Style.cpp @@ -1,6 +1,6 @@ /* Style.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/barcode/Style.h b/backends/barcode/Style.h index 2661e1b..c0a3334 100644 --- a/backends/barcode/Style.h +++ b/backends/barcode/Style.h @@ -1,6 +1,6 @@ /* Style.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/barcode/Zint.cpp b/backends/barcode/Zint.cpp index e0785e6..90faa4d 100644 --- a/backends/barcode/Zint.cpp +++ b/backends/barcode/Zint.cpp @@ -1,6 +1,6 @@ /* Zint.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/barcode/Zint.h b/backends/barcode/Zint.h index c238b3c..68bbe85 100644 --- a/backends/barcode/Zint.h +++ b/backends/barcode/Zint.h @@ -1,6 +1,6 @@ /* Zint.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/Factory.cpp b/backends/merge/Factory.cpp index ff982f7..dde3afa 100644 --- a/backends/merge/Factory.cpp +++ b/backends/merge/Factory.cpp @@ -1,6 +1,6 @@ /* Merge/Factory.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/Factory.h b/backends/merge/Factory.h index 4f666d9..f190358 100644 --- a/backends/merge/Factory.h +++ b/backends/merge/Factory.h @@ -1,6 +1,6 @@ /* Merge/Factory.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/Merge.cpp b/backends/merge/Merge.cpp index 8277ac5..8279996 100644 --- a/backends/merge/Merge.cpp +++ b/backends/merge/Merge.cpp @@ -1,6 +1,6 @@ /* Merge/Merge.cpp * - * Copyright (C) 2015-2016 Jim Evins + * Copyright (C) 2015-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/Merge.h b/backends/merge/Merge.h index 13c96df..5c1d96c 100644 --- a/backends/merge/Merge.h +++ b/backends/merge/Merge.h @@ -1,6 +1,6 @@ /* Merge/Merge.h * - * Copyright (C) 2015-2016 Jim Evins + * Copyright (C) 2015-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/None.cpp b/backends/merge/None.cpp index 93c0b5f..16ac7d4 100644 --- a/backends/merge/None.cpp +++ b/backends/merge/None.cpp @@ -1,6 +1,6 @@ /* Merge/None.cpp * - * Copyright (C) 2015-2016 Jim Evins + * Copyright (C) 2015-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/None.h b/backends/merge/None.h index 5115591..bbe17db 100644 --- a/backends/merge/None.h +++ b/backends/merge/None.h @@ -1,6 +1,6 @@ /* Merge/None.h * - * Copyright (C) 2015-2016 Jim Evins + * Copyright (C) 2015-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/Record.cpp b/backends/merge/Record.cpp index 49d46e7..facab81 100644 --- a/backends/merge/Record.cpp +++ b/backends/merge/Record.cpp @@ -1,6 +1,6 @@ /* Merge/Record.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/Record.h b/backends/merge/Record.h index 0add7c1..7b43ce8 100644 --- a/backends/merge/Record.h +++ b/backends/merge/Record.h @@ -1,6 +1,6 @@ /* Merge/Record.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/Text.cpp b/backends/merge/Text.cpp index 93d5350..8c8eaf7 100644 --- a/backends/merge/Text.cpp +++ b/backends/merge/Text.cpp @@ -1,6 +1,6 @@ /* Merge/Text.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/Text.h b/backends/merge/Text.h index 5a72ab9..b75030d 100644 --- a/backends/merge/Text.h +++ b/backends/merge/Text.h @@ -1,6 +1,6 @@ /* Merge/Text.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextColon.cpp b/backends/merge/TextColon.cpp index a1473af..86cb071 100644 --- a/backends/merge/TextColon.cpp +++ b/backends/merge/TextColon.cpp @@ -1,6 +1,6 @@ /* Merge/TextColon.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextColon.h b/backends/merge/TextColon.h index 8bbc200..5ea12d5 100644 --- a/backends/merge/TextColon.h +++ b/backends/merge/TextColon.h @@ -1,6 +1,6 @@ /* Merge/TextColon.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextColonKeys.cpp b/backends/merge/TextColonKeys.cpp index 5dfd5a6..bfd3b3f 100644 --- a/backends/merge/TextColonKeys.cpp +++ b/backends/merge/TextColonKeys.cpp @@ -1,6 +1,6 @@ /* Merge/TextColonKeys.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextColonKeys.h b/backends/merge/TextColonKeys.h index f166d1d..c5fce60 100644 --- a/backends/merge/TextColonKeys.h +++ b/backends/merge/TextColonKeys.h @@ -1,6 +1,6 @@ /* Merge/TextColonKeys.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextCsv.cpp b/backends/merge/TextCsv.cpp index f65b9de..f2a02b5 100644 --- a/backends/merge/TextCsv.cpp +++ b/backends/merge/TextCsv.cpp @@ -1,6 +1,6 @@ /* Merge/TextCsv.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextCsv.h b/backends/merge/TextCsv.h index 69c6f41..3ac95e8 100644 --- a/backends/merge/TextCsv.h +++ b/backends/merge/TextCsv.h @@ -1,6 +1,6 @@ /* Merge/TextCsv.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextCsvKeys.cpp b/backends/merge/TextCsvKeys.cpp index fc11847..bccc795 100644 --- a/backends/merge/TextCsvKeys.cpp +++ b/backends/merge/TextCsvKeys.cpp @@ -1,6 +1,6 @@ /* Merge/TextCsvKeys.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextCsvKeys.h b/backends/merge/TextCsvKeys.h index ebd73a5..2f71219 100644 --- a/backends/merge/TextCsvKeys.h +++ b/backends/merge/TextCsvKeys.h @@ -1,6 +1,6 @@ /* Merge/TextCsvKeys.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextSemicolon.cpp b/backends/merge/TextSemicolon.cpp index d09fe52..3a3f529 100644 --- a/backends/merge/TextSemicolon.cpp +++ b/backends/merge/TextSemicolon.cpp @@ -1,6 +1,6 @@ /* Merge/TextSemicolon.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextSemicolon.h b/backends/merge/TextSemicolon.h index 9ee3d80..9bf8b51 100644 --- a/backends/merge/TextSemicolon.h +++ b/backends/merge/TextSemicolon.h @@ -1,6 +1,6 @@ /* Merge/TextSemicolon.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextSemicolonKeys.cpp b/backends/merge/TextSemicolonKeys.cpp index 30fa853..a5cd082 100644 --- a/backends/merge/TextSemicolonKeys.cpp +++ b/backends/merge/TextSemicolonKeys.cpp @@ -1,6 +1,6 @@ /* Merge/TextSemicolonKeys.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextSemicolonKeys.h b/backends/merge/TextSemicolonKeys.h index 39478fc..39d2079 100644 --- a/backends/merge/TextSemicolonKeys.h +++ b/backends/merge/TextSemicolonKeys.h @@ -1,6 +1,6 @@ /* Merge/TextSemicolonKeys.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextTsv.cpp b/backends/merge/TextTsv.cpp index 1d75d1e..76f370b 100644 --- a/backends/merge/TextTsv.cpp +++ b/backends/merge/TextTsv.cpp @@ -1,6 +1,6 @@ /* Merge/TextTsv.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextTsv.h b/backends/merge/TextTsv.h index d85ac26..555ca6d 100644 --- a/backends/merge/TextTsv.h +++ b/backends/merge/TextTsv.h @@ -1,6 +1,6 @@ /* Merge/TextTsv.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextTsvKeys.cpp b/backends/merge/TextTsvKeys.cpp index 6c60f2e..375d314 100644 --- a/backends/merge/TextTsvKeys.cpp +++ b/backends/merge/TextTsvKeys.cpp @@ -1,6 +1,6 @@ /* Merge/TextTsvKeys.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/backends/merge/TextTsvKeys.h b/backends/merge/TextTsvKeys.h index 2645d47..7be33aa 100644 --- a/backends/merge/TextTsvKeys.h +++ b/backends/merge/TextTsvKeys.h @@ -1,6 +1,6 @@ /* Merge/TextTsvKeys.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/data/glabels-qt.appdata.xml b/data/glabels-qt.appdata.xml index cef64fd..be047c5 100644 --- a/data/glabels-qt.appdata.xml +++ b/data/glabels-qt.appdata.xml @@ -24,6 +24,6 @@ --> http://glabels.org/ - https://github.com/jimevins/glabels-qt/issues + https://github.com/j-evins/glabels-qt/issues evins_at_snaught.com diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 0cbe506..97af0a8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -3,9 +3,9 @@ How To Contribute to gLabels ### Did you find a bug? -* **Ensure the bug has not already been reported** by searching on GitHub under [Issues](https://github.com/jimevins/glabels-qt/issues). If you have additional information, please contribute to the discussion. +* **Ensure the bug has not already been reported** by searching on GitHub under [Issues](https://github.com/j-evins/glabels-qt/issues). If you have additional information, please contribute to the discussion. -* If you are unable to find an open issue related to the problem, please [open a new one](https://github.com/jimevins/glabels-qt/issues/new). Be sure to include a **title and clear description** of the problem, as much relevant information as possible, and if appropriate, any **example project files** that demonstrate the problem. +* If you are unable to find an open issue related to the problem, please [open a new one](https://github.com/j-evins/glabels-qt/issues/new). Be sure to include a **title and clear description** of the problem, as much relevant information as possible, and if appropriate, any **example project files** that demonstrate the problem. ### Did you write a patch that fixes a bug? @@ -19,7 +19,7 @@ How To Contribute to gLabels ### Would you like to add a new feature or change an existing one? -* [Open an issue](https://github.com/jimevins/glabels-qt/issues/new) to discuss your plans and start writing code. +* [Open an issue](https://github.com/j-evins/glabels-qt/issues/new) to discuss your plans and start writing code. * Before submitting a pull-request, please read [CODING-STYLE.md](CODING-STYLE.md) located in this directory. @@ -28,7 +28,7 @@ How To Contribute to gLabels * Before submitting, please read [PRODUCT-TEMPLATES.md](PRODUCT-TEMPLATES.md) located in this directory. -* [Open an issue](https://github.com/jimevins/glabels-qt/issues/new) and attach your completed product template file(s). +* [Open an issue](https://github.com/j-evins/glabels-qt/issues/new) and attach your completed product template file(s). ### Would you like to provide translations? @@ -43,7 +43,7 @@ How To Contribute to gLabels ### Would you like to build and package gLabels for a particular platform? -* [Let's talk](https://github.com/jimevins/glabels-qt/issues/new). +* [Let's talk](https://github.com/j-evins/glabels-qt/issues/new). * Help is needed in building and packaging for - Windows diff --git a/glabels-batch/main.cpp b/glabels-batch/main.cpp index 274b4fc..2fa99c4 100644 --- a/glabels-batch/main.cpp +++ b/glabels-batch/main.cpp @@ -1,6 +1,6 @@ /* main.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/AboutDialog.cpp b/glabels/AboutDialog.cpp index acfb423..75071cd 100644 --- a/glabels/AboutDialog.cpp +++ b/glabels/AboutDialog.cpp @@ -1,6 +1,6 @@ /* AboutDialog.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * @@ -42,7 +42,7 @@ namespace glabels QString description = tr("A program to create labels and business cards."); - QString copyright = "Copyright © 2018 Jim Evins "; + QString copyright = "Copyright © 2018 Jaye Evins "; QString licenseParagraph1 = tr( "gLabels is free software: you can redistribute it and/or modify " diff --git a/glabels/AboutDialog.h b/glabels/AboutDialog.h index e9ad51e..6166890 100644 --- a/glabels/AboutDialog.h +++ b/glabels/AboutDialog.h @@ -1,6 +1,6 @@ /* AboutDialog.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/BarcodeMenu.cpp b/glabels/BarcodeMenu.cpp index 1929860..59752ee 100644 --- a/glabels/BarcodeMenu.cpp +++ b/glabels/BarcodeMenu.cpp @@ -1,6 +1,6 @@ /* BarcodeMenu.cpp * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/BarcodeMenu.h b/glabels/BarcodeMenu.h index 8037f97..5c0a19a 100644 --- a/glabels/BarcodeMenu.h +++ b/glabels/BarcodeMenu.h @@ -1,6 +1,6 @@ /* BarcodeMenu.h * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/BarcodeMenuButton.cpp b/glabels/BarcodeMenuButton.cpp index c708a5c..61e1aa5 100644 --- a/glabels/BarcodeMenuButton.cpp +++ b/glabels/BarcodeMenuButton.cpp @@ -1,6 +1,6 @@ /* BarcodeMenuButton.cpp * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/BarcodeMenuButton.h b/glabels/BarcodeMenuButton.h index 8d32e0e..7ea01c3 100644 --- a/glabels/BarcodeMenuButton.h +++ b/glabels/BarcodeMenuButton.h @@ -1,6 +1,6 @@ /* BarcodeMenuButton.h * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/BarcodeMenuItem.cpp b/glabels/BarcodeMenuItem.cpp index 543f79a..03c98dc 100644 --- a/glabels/BarcodeMenuItem.cpp +++ b/glabels/BarcodeMenuItem.cpp @@ -1,6 +1,6 @@ /* BarcodeMenuItem.cpp * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/BarcodeMenuItem.h b/glabels/BarcodeMenuItem.h index d14b822..cd40c94 100644 --- a/glabels/BarcodeMenuItem.h +++ b/glabels/BarcodeMenuItem.h @@ -1,6 +1,6 @@ /* BarcodeMenuItem.h * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorButton.cpp b/glabels/ColorButton.cpp index 28ea4c8..0c6b1e5 100644 --- a/glabels/ColorButton.cpp +++ b/glabels/ColorButton.cpp @@ -1,6 +1,6 @@ /* ColorButton.cpp * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorButton.h b/glabels/ColorButton.h index 81ba63d..bb634a0 100644 --- a/glabels/ColorButton.h +++ b/glabels/ColorButton.h @@ -1,6 +1,6 @@ /* ColorButton.h * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorHistory.cpp b/glabels/ColorHistory.cpp index ba564de..e9bc8e9 100644 --- a/glabels/ColorHistory.cpp +++ b/glabels/ColorHistory.cpp @@ -1,6 +1,6 @@ /* ColorHistory.cpp * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorHistory.h b/glabels/ColorHistory.h index eb14812..0ab137e 100644 --- a/glabels/ColorHistory.h +++ b/glabels/ColorHistory.h @@ -1,6 +1,6 @@ /* ColorHistory.h * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorPaletteDialog.cpp b/glabels/ColorPaletteDialog.cpp index 9ad496a..9b9cade 100644 --- a/glabels/ColorPaletteDialog.cpp +++ b/glabels/ColorPaletteDialog.cpp @@ -1,6 +1,6 @@ /* ColorPaletteDialog.cpp * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorPaletteDialog.h b/glabels/ColorPaletteDialog.h index 6e1a22c..6a04dd4 100644 --- a/glabels/ColorPaletteDialog.h +++ b/glabels/ColorPaletteDialog.h @@ -1,6 +1,6 @@ /* ColorPaletteDialog.h * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorPaletteItem.cpp b/glabels/ColorPaletteItem.cpp index bd9c588..fa04223 100644 --- a/glabels/ColorPaletteItem.cpp +++ b/glabels/ColorPaletteItem.cpp @@ -1,6 +1,6 @@ /* ColorPaletteItem.cpp * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorPaletteItem.h b/glabels/ColorPaletteItem.h index 53b3b67..2fb5bc8 100644 --- a/glabels/ColorPaletteItem.h +++ b/glabels/ColorPaletteItem.h @@ -1,6 +1,6 @@ /* ColorPaletteItem.h * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorSwatch.cpp b/glabels/ColorSwatch.cpp index c5e6eb0..26aa01b 100644 --- a/glabels/ColorSwatch.cpp +++ b/glabels/ColorSwatch.cpp @@ -1,6 +1,6 @@ /* ColorSwatch.cpp * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ColorSwatch.h b/glabels/ColorSwatch.h index 173b2a1..86e7f8c 100644 --- a/glabels/ColorSwatch.h +++ b/glabels/ColorSwatch.h @@ -1,6 +1,6 @@ /* ColorSwatch.h * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/Cursors.cpp b/glabels/Cursors.cpp index a26fb7f..d8c158d 100644 --- a/glabels/Cursors.cpp +++ b/glabels/Cursors.cpp @@ -1,6 +1,6 @@ /* Cursors.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/Cursors.h b/glabels/Cursors.h index 479a33e..8512c8c 100644 --- a/glabels/Cursors.h +++ b/glabels/Cursors.h @@ -1,6 +1,6 @@ /* Cursors.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/EditVariableDialog.cpp b/glabels/EditVariableDialog.cpp index a685e73..cac84c5 100644 --- a/glabels/EditVariableDialog.cpp +++ b/glabels/EditVariableDialog.cpp @@ -1,6 +1,6 @@ /* EditVariableDialog.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/EditVariableDialog.h b/glabels/EditVariableDialog.h index 6c71d61..c029b75 100644 --- a/glabels/EditVariableDialog.h +++ b/glabels/EditVariableDialog.h @@ -1,6 +1,6 @@ /* EditVariableDialog.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/FieldButton.cpp b/glabels/FieldButton.cpp index 483e770..8d50ae1 100644 --- a/glabels/FieldButton.cpp +++ b/glabels/FieldButton.cpp @@ -1,6 +1,6 @@ /* FieldButton.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/FieldButton.h b/glabels/FieldButton.h index 230a86d..251705d 100644 --- a/glabels/FieldButton.h +++ b/glabels/FieldButton.h @@ -1,6 +1,6 @@ /* FieldButton.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/File.cpp b/glabels/File.cpp index 5a35473..9f6e3a8 100644 --- a/glabels/File.cpp +++ b/glabels/File.cpp @@ -1,6 +1,6 @@ /* File.cpp * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/File.h b/glabels/File.h index 0dddf52..2b9ac84 100644 --- a/glabels/File.h +++ b/glabels/File.h @@ -1,6 +1,6 @@ /* File.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/Help.cpp b/glabels/Help.cpp index 4859e25..e2801e7 100644 --- a/glabels/Help.cpp +++ b/glabels/Help.cpp @@ -1,6 +1,6 @@ /* Help.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/Help.h b/glabels/Help.h index 8a542d3..f5d3878 100644 --- a/glabels/Help.h +++ b/glabels/Help.h @@ -1,6 +1,6 @@ /* Help.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/Icons.cpp b/glabels/Icons.cpp index d19b9a1..66b25ff 100644 --- a/glabels/Icons.cpp +++ b/glabels/Icons.cpp @@ -1,6 +1,6 @@ /* Icons.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/Icons.h b/glabels/Icons.h index 7141bed..07e95ba 100644 --- a/glabels/Icons.h +++ b/glabels/Icons.h @@ -1,6 +1,6 @@ /* Icons.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/LabelEditor.cpp b/glabels/LabelEditor.cpp index 85ede54..c965383 100644 --- a/glabels/LabelEditor.cpp +++ b/glabels/LabelEditor.cpp @@ -1,6 +1,6 @@ /* LabelEditor.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/LabelEditor.h b/glabels/LabelEditor.h index 815517f..afbf1b6 100644 --- a/glabels/LabelEditor.h +++ b/glabels/LabelEditor.h @@ -1,6 +1,6 @@ /* LabelEditor.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/MainWindow.cpp b/glabels/MainWindow.cpp index 55f2383..2af0593 100644 --- a/glabels/MainWindow.cpp +++ b/glabels/MainWindow.cpp @@ -1,6 +1,6 @@ /* MainWindow.cpp * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/MainWindow.h b/glabels/MainWindow.h index 56e4fab..10fa7f9 100644 --- a/glabels/MainWindow.h +++ b/glabels/MainWindow.h @@ -1,6 +1,6 @@ /* MainWindow.h * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/MergeView.cpp b/glabels/MergeView.cpp index c932324..ca8394a 100644 --- a/glabels/MergeView.cpp +++ b/glabels/MergeView.cpp @@ -1,6 +1,6 @@ /* MergeView.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/MergeView.h b/glabels/MergeView.h index e0ddead..01fa4ee 100644 --- a/glabels/MergeView.h +++ b/glabels/MergeView.h @@ -1,6 +1,6 @@ /* MergeView.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/MiniPreviewPixmap.cpp b/glabels/MiniPreviewPixmap.cpp index 15a7d8e..49ca63a 100644 --- a/glabels/MiniPreviewPixmap.cpp +++ b/glabels/MiniPreviewPixmap.cpp @@ -1,6 +1,6 @@ /* MiniPreviewPixmap.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/MiniPreviewPixmap.h b/glabels/MiniPreviewPixmap.h index 98a8c59..18566e8 100644 --- a/glabels/MiniPreviewPixmap.h +++ b/glabels/MiniPreviewPixmap.h @@ -1,6 +1,6 @@ /* MiniPreviewPixmap.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/NotebookUtil.cpp b/glabels/NotebookUtil.cpp index cab79d0..29b7e7f 100644 --- a/glabels/NotebookUtil.cpp +++ b/glabels/NotebookUtil.cpp @@ -1,6 +1,6 @@ /* NotebookUtil.cpp * - * Copyright (C) 2015 Jim Evins + * Copyright (C) 2015 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/NotebookUtil.h b/glabels/NotebookUtil.h index c4f7140..1db973c 100644 --- a/glabels/NotebookUtil.h +++ b/glabels/NotebookUtil.h @@ -1,6 +1,6 @@ /* NotebookUtil.h * - * Copyright (C) 2015 Jim Evins + * Copyright (C) 2015 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ObjectEditor.cpp b/glabels/ObjectEditor.cpp index 0ddefde..5280f4b 100644 --- a/glabels/ObjectEditor.cpp +++ b/glabels/ObjectEditor.cpp @@ -1,6 +1,6 @@ /* ObjectEditor.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ObjectEditor.h b/glabels/ObjectEditor.h index 57b380f..4aa88e3 100644 --- a/glabels/ObjectEditor.h +++ b/glabels/ObjectEditor.h @@ -1,6 +1,6 @@ /* ObjectEditor.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/PreferencesDialog.cpp b/glabels/PreferencesDialog.cpp index b063f02..d8237ea 100644 --- a/glabels/PreferencesDialog.cpp +++ b/glabels/PreferencesDialog.cpp @@ -1,6 +1,6 @@ /* PreferencesDialog.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/PreferencesDialog.h b/glabels/PreferencesDialog.h index 2b78f8b..cec6f83 100644 --- a/glabels/PreferencesDialog.h +++ b/glabels/PreferencesDialog.h @@ -1,6 +1,6 @@ /* PreferencesDialog.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/Preview.cpp b/glabels/Preview.cpp index 413132d..8528ffa 100644 --- a/glabels/Preview.cpp +++ b/glabels/Preview.cpp @@ -1,6 +1,6 @@ /* Preview.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/Preview.h b/glabels/Preview.h index 8d43de8..8e95deb 100644 --- a/glabels/Preview.h +++ b/glabels/Preview.h @@ -1,6 +1,6 @@ /* Preview.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/PreviewOverlayItem.cpp b/glabels/PreviewOverlayItem.cpp index cc1d793..85eb95b 100644 --- a/glabels/PreviewOverlayItem.cpp +++ b/glabels/PreviewOverlayItem.cpp @@ -1,6 +1,6 @@ /* PreviewOverlayItem.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/PreviewOverlayItem.h b/glabels/PreviewOverlayItem.h index c7b70e6..047d87e 100644 --- a/glabels/PreviewOverlayItem.h +++ b/glabels/PreviewOverlayItem.h @@ -1,6 +1,6 @@ /* PreviewOverlayItem.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/PrintView.cpp b/glabels/PrintView.cpp index a2a3e43..6adb989 100644 --- a/glabels/PrintView.cpp +++ b/glabels/PrintView.cpp @@ -1,6 +1,6 @@ /* PrintView.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/PrintView.h b/glabels/PrintView.h index 1902e61..7949f93 100644 --- a/glabels/PrintView.h +++ b/glabels/PrintView.h @@ -1,6 +1,6 @@ /* PrintView.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/PropertiesView.cpp b/glabels/PropertiesView.cpp index 83897d4..dce1cd4 100644 --- a/glabels/PropertiesView.cpp +++ b/glabels/PropertiesView.cpp @@ -1,6 +1,6 @@ /* PropertiesView.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/PropertiesView.h b/glabels/PropertiesView.h index 798d5ee..8d375d1 100644 --- a/glabels/PropertiesView.h +++ b/glabels/PropertiesView.h @@ -1,6 +1,6 @@ /* PropertiesView.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ReportBugDialog.cpp b/glabels/ReportBugDialog.cpp index 1c418c9..6daeeef 100644 --- a/glabels/ReportBugDialog.cpp +++ b/glabels/ReportBugDialog.cpp @@ -1,6 +1,6 @@ /* ReportBugDialog.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/ReportBugDialog.h b/glabels/ReportBugDialog.h index b0c51ef..f65591f 100644 --- a/glabels/ReportBugDialog.h +++ b/glabels/ReportBugDialog.h @@ -1,6 +1,6 @@ /* ReportBugDialog.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/RollTemplatePath.cpp b/glabels/RollTemplatePath.cpp index 90d7bab..e1fcc17 100644 --- a/glabels/RollTemplatePath.cpp +++ b/glabels/RollTemplatePath.cpp @@ -1,6 +1,6 @@ /* RollTemplatePath.cpp * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/RollTemplatePath.h b/glabels/RollTemplatePath.h index 194f733..e637469 100644 --- a/glabels/RollTemplatePath.h +++ b/glabels/RollTemplatePath.h @@ -1,6 +1,6 @@ /* RollTemplatePath.h * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/SelectProductDialog.cpp b/glabels/SelectProductDialog.cpp index 30baaee..aa12356 100644 --- a/glabels/SelectProductDialog.cpp +++ b/glabels/SelectProductDialog.cpp @@ -1,6 +1,6 @@ /* SelectProductDialog.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/SelectProductDialog.h b/glabels/SelectProductDialog.h index 90539ff..524d574 100644 --- a/glabels/SelectProductDialog.h +++ b/glabels/SelectProductDialog.h @@ -1,6 +1,6 @@ /* SelectProductDialog.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/SimplePreview.cpp b/glabels/SimplePreview.cpp index 00b26e7..eb0d941 100644 --- a/glabels/SimplePreview.cpp +++ b/glabels/SimplePreview.cpp @@ -1,6 +1,6 @@ /* SimplePreview.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/SimplePreview.h b/glabels/SimplePreview.h index 7fdbae1..b8ca7dd 100644 --- a/glabels/SimplePreview.h +++ b/glabels/SimplePreview.h @@ -1,6 +1,6 @@ /* SimplePreview.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/StartupView.cpp b/glabels/StartupView.cpp index eeedf63..ed12ed4 100644 --- a/glabels/StartupView.cpp +++ b/glabels/StartupView.cpp @@ -1,6 +1,6 @@ /* StartupView.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/StartupView.h b/glabels/StartupView.h index 670eb49..dd4cc69 100644 --- a/glabels/StartupView.h +++ b/glabels/StartupView.h @@ -1,6 +1,6 @@ /* StartupView.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/TemplateDesigner.cpp b/glabels/TemplateDesigner.cpp index b4529aa..b12a949 100644 --- a/glabels/TemplateDesigner.cpp +++ b/glabels/TemplateDesigner.cpp @@ -1,6 +1,6 @@ /* TemplateDesigner.cpp * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/TemplateDesigner.h b/glabels/TemplateDesigner.h index b00040b..9e3a592 100644 --- a/glabels/TemplateDesigner.h +++ b/glabels/TemplateDesigner.h @@ -1,6 +1,6 @@ /* TemplateDesigner.h * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/TemplatePicker.cpp b/glabels/TemplatePicker.cpp index 33bb14d..cfe1017 100644 --- a/glabels/TemplatePicker.cpp +++ b/glabels/TemplatePicker.cpp @@ -1,6 +1,6 @@ /* TemplatePicker.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/TemplatePicker.h b/glabels/TemplatePicker.h index 5f9841c..99428a4 100644 --- a/glabels/TemplatePicker.h +++ b/glabels/TemplatePicker.h @@ -1,6 +1,6 @@ /* TemplatePicker.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/TemplatePickerItem.cpp b/glabels/TemplatePickerItem.cpp index 06ff563..c958576 100644 --- a/glabels/TemplatePickerItem.cpp +++ b/glabels/TemplatePickerItem.cpp @@ -1,6 +1,6 @@ /* TemplatePickerItem.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/TemplatePickerItem.h b/glabels/TemplatePickerItem.h index 7ca14ea..67b63d8 100644 --- a/glabels/TemplatePickerItem.h +++ b/glabels/TemplatePickerItem.h @@ -1,6 +1,6 @@ /* TemplatePickerItem.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/UndoRedoModel.cpp b/glabels/UndoRedoModel.cpp index eddc910..db0864e 100644 --- a/glabels/UndoRedoModel.cpp +++ b/glabels/UndoRedoModel.cpp @@ -1,6 +1,6 @@ /* UndoRedoModel.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/UndoRedoModel.h b/glabels/UndoRedoModel.h index 8d11dab..110af9c 100644 --- a/glabels/UndoRedoModel.h +++ b/glabels/UndoRedoModel.h @@ -1,6 +1,6 @@ /* UndoRedoModel.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/VariablesView.cpp b/glabels/VariablesView.cpp index ea13f33..4f9d2c8 100644 --- a/glabels/VariablesView.cpp +++ b/glabels/VariablesView.cpp @@ -1,6 +1,6 @@ /* VariablesView.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/VariablesView.h b/glabels/VariablesView.h index 93dca3d..25c0088 100644 --- a/glabels/VariablesView.h +++ b/glabels/VariablesView.h @@ -1,6 +1,6 @@ /* VariablesView.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glabels/main.cpp b/glabels/main.cpp index 67b9c7c..4822f5c 100644 --- a/glabels/main.cpp +++ b/glabels/main.cpp @@ -1,6 +1,6 @@ /* main.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/glbarcode/Barcode.cpp b/glbarcode/Barcode.cpp index 039cf2f..2b632ea 100644 --- a/glbarcode/Barcode.cpp +++ b/glbarcode/Barcode.cpp @@ -1,6 +1,6 @@ /* Barcode.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Barcode.h b/glbarcode/Barcode.h index 78ded8a..7d87160 100644 --- a/glbarcode/Barcode.h +++ b/glbarcode/Barcode.h @@ -1,6 +1,6 @@ /* Barcode.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Barcode1dBase.cpp b/glbarcode/Barcode1dBase.cpp index 48f0f2a..71d1328 100644 --- a/glbarcode/Barcode1dBase.cpp +++ b/glbarcode/Barcode1dBase.cpp @@ -1,6 +1,6 @@ /* Barcode1dBase.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Barcode1dBase.h b/glbarcode/Barcode1dBase.h index b914607..e50075f 100644 --- a/glbarcode/Barcode1dBase.h +++ b/glbarcode/Barcode1dBase.h @@ -1,6 +1,6 @@ /* Barcode1dBase.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Barcode2dBase.cpp b/glbarcode/Barcode2dBase.cpp index 1af6b14..6020944 100644 --- a/glbarcode/Barcode2dBase.cpp +++ b/glbarcode/Barcode2dBase.cpp @@ -1,6 +1,6 @@ /* Barcode2dBase.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Barcode2dBase.h b/glbarcode/Barcode2dBase.h index 4eb0531..df62f5c 100644 --- a/glbarcode/Barcode2dBase.h +++ b/glbarcode/Barcode2dBase.h @@ -1,6 +1,6 @@ /* Barcode2dBase.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeCepnet.cpp b/glbarcode/BarcodeCepnet.cpp index 6a16796..b98ec9e 100644 --- a/glbarcode/BarcodeCepnet.cpp +++ b/glbarcode/BarcodeCepnet.cpp @@ -1,6 +1,6 @@ /* BarcodeCepnet.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeCepnet.h b/glbarcode/BarcodeCepnet.h index 2043dfe..120cb62 100644 --- a/glbarcode/BarcodeCepnet.h +++ b/glbarcode/BarcodeCepnet.h @@ -1,6 +1,6 @@ /* BarcodeCepnet.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeCode39.cpp b/glbarcode/BarcodeCode39.cpp index 821126c..8122401 100644 --- a/glbarcode/BarcodeCode39.cpp +++ b/glbarcode/BarcodeCode39.cpp @@ -1,6 +1,6 @@ /* BarcodeCode39.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeCode39.h b/glbarcode/BarcodeCode39.h index 72ec721..73bbee0 100644 --- a/glbarcode/BarcodeCode39.h +++ b/glbarcode/BarcodeCode39.h @@ -1,6 +1,6 @@ /* BarcodeCode39.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeCode39Ext.cpp b/glbarcode/BarcodeCode39Ext.cpp index a4ff355..7be79d0 100644 --- a/glbarcode/BarcodeCode39Ext.cpp +++ b/glbarcode/BarcodeCode39Ext.cpp @@ -1,6 +1,6 @@ /* BarcodeCode39Ext.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeCode39Ext.h b/glbarcode/BarcodeCode39Ext.h index 1a83e4d..5926378 100644 --- a/glbarcode/BarcodeCode39Ext.h +++ b/glbarcode/BarcodeCode39Ext.h @@ -1,6 +1,6 @@ /* BarcodeCode39Ext.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeDataMatrix.cpp b/glbarcode/BarcodeDataMatrix.cpp index 8d09faa..369827e 100644 --- a/glbarcode/BarcodeDataMatrix.cpp +++ b/glbarcode/BarcodeDataMatrix.cpp @@ -1,6 +1,6 @@ /* BarcodeDataMatrix.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeDataMatrix.h b/glbarcode/BarcodeDataMatrix.h index 1000107..9ef6705 100644 --- a/glbarcode/BarcodeDataMatrix.h +++ b/glbarcode/BarcodeDataMatrix.h @@ -1,6 +1,6 @@ /* BarcodeDataMatrix.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeEan13.cpp b/glbarcode/BarcodeEan13.cpp index 1dc9da4..a20c662 100644 --- a/glbarcode/BarcodeEan13.cpp +++ b/glbarcode/BarcodeEan13.cpp @@ -1,6 +1,6 @@ /* BarcodeEan13.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeEan13.h b/glbarcode/BarcodeEan13.h index 3d718ec..d44b137 100644 --- a/glbarcode/BarcodeEan13.h +++ b/glbarcode/BarcodeEan13.h @@ -1,6 +1,6 @@ /* BarcodeEan13.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeOnecode.cpp b/glbarcode/BarcodeOnecode.cpp index 5c905e6..e8019c5 100644 --- a/glbarcode/BarcodeOnecode.cpp +++ b/glbarcode/BarcodeOnecode.cpp @@ -1,6 +1,6 @@ /* BarcodeOnecode.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeOnecode.h b/glbarcode/BarcodeOnecode.h index 0208129..24a5f37 100644 --- a/glbarcode/BarcodeOnecode.h +++ b/glbarcode/BarcodeOnecode.h @@ -1,6 +1,6 @@ /* BarcodeOnecode.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodePostnet.cpp b/glbarcode/BarcodePostnet.cpp index 1815fd8..72090bb 100644 --- a/glbarcode/BarcodePostnet.cpp +++ b/glbarcode/BarcodePostnet.cpp @@ -1,6 +1,6 @@ /* BarcodePostnet.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodePostnet.h b/glbarcode/BarcodePostnet.h index 489b268..d86ae92 100644 --- a/glbarcode/BarcodePostnet.h +++ b/glbarcode/BarcodePostnet.h @@ -1,6 +1,6 @@ /* BarcodePostnet.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodePostnet11.cpp b/glbarcode/BarcodePostnet11.cpp index cdd9733..ea2dc98 100644 --- a/glbarcode/BarcodePostnet11.cpp +++ b/glbarcode/BarcodePostnet11.cpp @@ -1,6 +1,6 @@ /* BarcodePostnet11.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodePostnet11.h b/glbarcode/BarcodePostnet11.h index 9f52a1c..b2370b8 100644 --- a/glbarcode/BarcodePostnet11.h +++ b/glbarcode/BarcodePostnet11.h @@ -1,6 +1,6 @@ /* BarcodePostnet11.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodePostnet5.cpp b/glbarcode/BarcodePostnet5.cpp index ead1c72..0ce6c7c 100644 --- a/glbarcode/BarcodePostnet5.cpp +++ b/glbarcode/BarcodePostnet5.cpp @@ -1,6 +1,6 @@ /* BarcodePostnet5.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodePostnet5.h b/glbarcode/BarcodePostnet5.h index d3d21ae..bee3b19 100644 --- a/glbarcode/BarcodePostnet5.h +++ b/glbarcode/BarcodePostnet5.h @@ -1,6 +1,6 @@ /* BarcodePostnet5.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodePostnet9.cpp b/glbarcode/BarcodePostnet9.cpp index 6da9b08..389e178 100644 --- a/glbarcode/BarcodePostnet9.cpp +++ b/glbarcode/BarcodePostnet9.cpp @@ -1,6 +1,6 @@ /* BarcodePostnet9.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodePostnet9.h b/glbarcode/BarcodePostnet9.h index 2ac7e9f..5e6a3c3 100644 --- a/glbarcode/BarcodePostnet9.h +++ b/glbarcode/BarcodePostnet9.h @@ -1,6 +1,6 @@ /* BarcodePostnet9.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeQrcode.cpp b/glbarcode/BarcodeQrcode.cpp index e2f3ff6..a9017f0 100644 --- a/glbarcode/BarcodeQrcode.cpp +++ b/glbarcode/BarcodeQrcode.cpp @@ -1,6 +1,6 @@ /* BarcodeQrcode.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeQrcode.h b/glbarcode/BarcodeQrcode.h index 83a2abf..5174eae 100644 --- a/glbarcode/BarcodeQrcode.h +++ b/glbarcode/BarcodeQrcode.h @@ -1,6 +1,6 @@ /* BarcodeQrcode.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeUpcA.cpp b/glbarcode/BarcodeUpcA.cpp index 026e563..fd54cc8 100644 --- a/glbarcode/BarcodeUpcA.cpp +++ b/glbarcode/BarcodeUpcA.cpp @@ -1,6 +1,6 @@ /* BarcodeUpcA.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeUpcA.h b/glbarcode/BarcodeUpcA.h index e59d057..5b0d248 100644 --- a/glbarcode/BarcodeUpcA.h +++ b/glbarcode/BarcodeUpcA.h @@ -1,6 +1,6 @@ /* BarcodeUpcA.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeUpcBase.cpp b/glbarcode/BarcodeUpcBase.cpp index 8d15e9a..bd4e3e4 100644 --- a/glbarcode/BarcodeUpcBase.cpp +++ b/glbarcode/BarcodeUpcBase.cpp @@ -1,6 +1,6 @@ /* BarcodeUpcBase.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/BarcodeUpcBase.h b/glbarcode/BarcodeUpcBase.h index 6493e04..896330d 100644 --- a/glbarcode/BarcodeUpcBase.h +++ b/glbarcode/BarcodeUpcBase.h @@ -1,6 +1,6 @@ /* BarcodeUpcBase.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Constants.h b/glbarcode/Constants.h index a9d8128..bd2cc14 100644 --- a/glbarcode/Constants.h +++ b/glbarcode/Constants.h @@ -1,6 +1,6 @@ /* Constants.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/DrawingPrimitives.cpp b/glbarcode/DrawingPrimitives.cpp index fce6613..6d6c5b3 100644 --- a/glbarcode/DrawingPrimitives.cpp +++ b/glbarcode/DrawingPrimitives.cpp @@ -1,6 +1,6 @@ /* DrawingPrimitives.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/DrawingPrimitives.h b/glbarcode/DrawingPrimitives.h index 466f1ce..cfb86b4 100644 --- a/glbarcode/DrawingPrimitives.h +++ b/glbarcode/DrawingPrimitives.h @@ -1,6 +1,6 @@ /* DrawingPrimitives.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Factory.cpp b/glbarcode/Factory.cpp index f29f0ab..a8c9123 100644 --- a/glbarcode/Factory.cpp +++ b/glbarcode/Factory.cpp @@ -1,6 +1,6 @@ /* Factory.cpp * - * Copyright (C) 2013-2014 Jim Evins + * Copyright (C) 2013-2014 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Factory.h b/glbarcode/Factory.h index 98a31b7..89d8323 100644 --- a/glbarcode/Factory.h +++ b/glbarcode/Factory.h @@ -1,6 +1,6 @@ /* Factory.h * - * Copyright (C) 2013-2014 Jim Evins + * Copyright (C) 2013-2014 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Matrix.h b/glbarcode/Matrix.h index d4cff2f..cc09105 100644 --- a/glbarcode/Matrix.h +++ b/glbarcode/Matrix.h @@ -1,6 +1,6 @@ /* Matrix.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/QtRenderer.cpp b/glbarcode/QtRenderer.cpp index 0279bc9..62b540f 100644 --- a/glbarcode/QtRenderer.cpp +++ b/glbarcode/QtRenderer.cpp @@ -1,6 +1,6 @@ /* QtRenderer.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/QtRenderer.h b/glbarcode/QtRenderer.h index 3b858ca..56afa7b 100644 --- a/glbarcode/QtRenderer.h +++ b/glbarcode/QtRenderer.h @@ -1,6 +1,6 @@ /* QtRenderer.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/README.md b/glbarcode/README.md index 66ed886..f77c0d3 100644 --- a/glbarcode/README.md +++ b/glbarcode/README.md @@ -1 +1 @@ -See https://github.com/jimevins/glbarcode for standalone version. +See https://github.com/j-evins/glbarcode for standalone version. diff --git a/glbarcode/Renderer.cpp b/glbarcode/Renderer.cpp index 6a5b6d9..867e0e3 100644 --- a/glbarcode/Renderer.cpp +++ b/glbarcode/Renderer.cpp @@ -1,6 +1,6 @@ /* Renderer.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/Renderer.h b/glbarcode/Renderer.h index 35874c9..6bdb603 100644 --- a/glbarcode/Renderer.h +++ b/glbarcode/Renderer.h @@ -1,6 +1,6 @@ /* Renderer.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of glbarcode++. * diff --git a/glbarcode/TypeIdList.h b/glbarcode/TypeIdList.h index 2a1c975..17fe79e 100644 --- a/glbarcode/TypeIdList.h +++ b/glbarcode/TypeIdList.h @@ -1,6 +1,6 @@ /* TypeIdList.h * - * Copyright (C) 2013-2014 Jim Evins + * Copyright (C) 2013-2014 Jaye Evins * * This file is part of glbarcode++. * diff --git a/model/Category.cpp b/model/Category.cpp index 5e1e8a7..2b82870 100644 --- a/model/Category.cpp +++ b/model/Category.cpp @@ -1,6 +1,6 @@ /* Category.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Category.h b/model/Category.h index cd4d724..b483d11 100644 --- a/model/Category.h +++ b/model/Category.h @@ -1,6 +1,6 @@ /* Category.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ColorNode.cpp b/model/ColorNode.cpp index ceee003..5f6c04a 100644 --- a/model/ColorNode.cpp +++ b/model/ColorNode.cpp @@ -1,6 +1,6 @@ /* ColorNode.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ColorNode.h b/model/ColorNode.h index dab30af..a509335 100644 --- a/model/ColorNode.h +++ b/model/ColorNode.h @@ -1,6 +1,6 @@ /* ColorNode.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Config.h.in b/model/Config.h.in index 2bbe25c..f6d9fba 100644 --- a/model/Config.h.in +++ b/model/Config.h.in @@ -1,6 +1,6 @@ /* Config.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Constants.h b/model/Constants.h index dfed161..f7be906 100644 --- a/model/Constants.h +++ b/model/Constants.h @@ -1,6 +1,6 @@ /* Constants.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/DataCache.cpp b/model/DataCache.cpp index b23cfa7..c484bef 100644 --- a/model/DataCache.cpp +++ b/model/DataCache.cpp @@ -1,6 +1,6 @@ /* DataCache.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/DataCache.h b/model/DataCache.h index 4a68f78..e92c729 100644 --- a/model/DataCache.h +++ b/model/DataCache.h @@ -1,6 +1,6 @@ /* DataCache.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Db.cpp b/model/Db.cpp index 9c65009..24f403a 100644 --- a/model/Db.cpp +++ b/model/Db.cpp @@ -1,6 +1,6 @@ /* Db.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Db.h b/model/Db.h index 5f85377..dbebb35 100644 --- a/model/Db.h +++ b/model/Db.h @@ -1,6 +1,6 @@ /* Db.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Distance.cpp b/model/Distance.cpp index 724e200..eca4410 100644 --- a/model/Distance.cpp +++ b/model/Distance.cpp @@ -1,6 +1,6 @@ /* Distance.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Distance.h b/model/Distance.h index 8222d17..4d01cbb 100644 --- a/model/Distance.h +++ b/model/Distance.h @@ -1,6 +1,6 @@ /* Distance.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FileUtil.cpp b/model/FileUtil.cpp index a3e2bcb..971c49d 100644 --- a/model/FileUtil.cpp +++ b/model/FileUtil.cpp @@ -1,6 +1,6 @@ /* FileUtil.cpp * - * Copyright (C) 2015 Jim Evins + * Copyright (C) 2015 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FileUtil.h b/model/FileUtil.h index 0cac0db..d324153 100644 --- a/model/FileUtil.h +++ b/model/FileUtil.h @@ -1,6 +1,6 @@ /* FileUtil.h * - * Copyright (C) 2015 Jim Evins + * Copyright (C) 2015 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Frame.cpp b/model/Frame.cpp index 76c280f..812f63d 100644 --- a/model/Frame.cpp +++ b/model/Frame.cpp @@ -1,6 +1,6 @@ /* Frame.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Frame.h b/model/Frame.h index da8d55a..139cef6 100644 --- a/model/Frame.h +++ b/model/Frame.h @@ -1,6 +1,6 @@ /* Frame.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameCd.cpp b/model/FrameCd.cpp index 465ac24..e783304 100644 --- a/model/FrameCd.cpp +++ b/model/FrameCd.cpp @@ -1,6 +1,6 @@ /* FrameCd.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameCd.h b/model/FrameCd.h index 1c80075..557ed07 100644 --- a/model/FrameCd.h +++ b/model/FrameCd.h @@ -1,6 +1,6 @@ /* FrameCd.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameContinuous.cpp b/model/FrameContinuous.cpp index 16f2bc7..a833748 100644 --- a/model/FrameContinuous.cpp +++ b/model/FrameContinuous.cpp @@ -1,6 +1,6 @@ /* FrameContinuous.cpp * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameContinuous.h b/model/FrameContinuous.h index 72ea002..f2e5cc9 100644 --- a/model/FrameContinuous.h +++ b/model/FrameContinuous.h @@ -1,6 +1,6 @@ /* FrameContinuous.h * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameEllipse.cpp b/model/FrameEllipse.cpp index 18b3844..0fce48b 100644 --- a/model/FrameEllipse.cpp +++ b/model/FrameEllipse.cpp @@ -1,6 +1,6 @@ /* FrameEllipse.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameEllipse.h b/model/FrameEllipse.h index 1799740..1816949 100644 --- a/model/FrameEllipse.h +++ b/model/FrameEllipse.h @@ -1,6 +1,6 @@ /* FrameEllipse.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FramePath.cpp b/model/FramePath.cpp index dcf9f41..adb5512 100644 --- a/model/FramePath.cpp +++ b/model/FramePath.cpp @@ -1,6 +1,6 @@ /* FramePath.cpp * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FramePath.h b/model/FramePath.h index 774b2fb..777f621 100644 --- a/model/FramePath.h +++ b/model/FramePath.h @@ -1,6 +1,6 @@ /* FramePath.h * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameRect.cpp b/model/FrameRect.cpp index 204eb74..0536c2d 100644 --- a/model/FrameRect.cpp +++ b/model/FrameRect.cpp @@ -1,6 +1,6 @@ /* FrameRect.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameRect.h b/model/FrameRect.h index 315b714..cfad7df 100644 --- a/model/FrameRect.h +++ b/model/FrameRect.h @@ -1,6 +1,6 @@ /* FrameRect.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameRound.cpp b/model/FrameRound.cpp index b1c4f7b..1dea3da 100644 --- a/model/FrameRound.cpp +++ b/model/FrameRound.cpp @@ -1,6 +1,6 @@ /* FrameRound.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/FrameRound.h b/model/FrameRound.h index ad296c9..ab337ae 100644 --- a/model/FrameRound.h +++ b/model/FrameRound.h @@ -1,6 +1,6 @@ /* FrameRound.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Handles.cpp b/model/Handles.cpp index 0591706..78277ef 100644 --- a/model/Handles.cpp +++ b/model/Handles.cpp @@ -1,6 +1,6 @@ /* Handles.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Handles.h b/model/Handles.h index 233177b..9d3e0e3 100644 --- a/model/Handles.h +++ b/model/Handles.h @@ -1,6 +1,6 @@ /* Handles.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Layout.cpp b/model/Layout.cpp index abc9f9f..2e2f88b 100644 --- a/model/Layout.cpp +++ b/model/Layout.cpp @@ -1,6 +1,6 @@ /* Layout.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Layout.h b/model/Layout.h index 853c10d..45b6139 100644 --- a/model/Layout.h +++ b/model/Layout.h @@ -1,6 +1,6 @@ /* Layout.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Markup.cpp b/model/Markup.cpp index 83edb0d..ee12c9a 100644 --- a/model/Markup.cpp +++ b/model/Markup.cpp @@ -1,6 +1,6 @@ /* Markup.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Markup.h b/model/Markup.h index fa39365..ae4aaa7 100644 --- a/model/Markup.h +++ b/model/Markup.h @@ -1,6 +1,6 @@ /* Markup.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Model.cpp b/model/Model.cpp index 4bcf47f..58f2790 100644 --- a/model/Model.cpp +++ b/model/Model.cpp @@ -1,6 +1,6 @@ /* Model.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Model.h b/model/Model.h index e31574d..5732c5b 100644 --- a/model/Model.h +++ b/model/Model.h @@ -1,6 +1,6 @@ /* Model.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelBarcodeObject.cpp b/model/ModelBarcodeObject.cpp index ed4f1bf..c80b93f 100644 --- a/model/ModelBarcodeObject.cpp +++ b/model/ModelBarcodeObject.cpp @@ -1,6 +1,6 @@ /* ModelBarcodeObject.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelBarcodeObject.h b/model/ModelBarcodeObject.h index 2a49304..0570740 100644 --- a/model/ModelBarcodeObject.h +++ b/model/ModelBarcodeObject.h @@ -1,6 +1,6 @@ /* ModelBarcodeObject.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelBoxObject.cpp b/model/ModelBoxObject.cpp index 4fd66e7..eaa2e6d 100644 --- a/model/ModelBoxObject.cpp +++ b/model/ModelBoxObject.cpp @@ -1,6 +1,6 @@ /* ModelBoxObject.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelBoxObject.h b/model/ModelBoxObject.h index 21b5826..0063619 100644 --- a/model/ModelBoxObject.h +++ b/model/ModelBoxObject.h @@ -1,6 +1,6 @@ /* ModelBoxObject.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelEllipseObject.cpp b/model/ModelEllipseObject.cpp index 7e35791..d8478a1 100644 --- a/model/ModelEllipseObject.cpp +++ b/model/ModelEllipseObject.cpp @@ -1,6 +1,6 @@ /* ModelEllipseObject.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelEllipseObject.h b/model/ModelEllipseObject.h index 26ae6d4..97d4708 100644 --- a/model/ModelEllipseObject.h +++ b/model/ModelEllipseObject.h @@ -1,6 +1,6 @@ /* ModelEllipseObject.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelImageObject.cpp b/model/ModelImageObject.cpp index 3de2438..6ab4161 100644 --- a/model/ModelImageObject.cpp +++ b/model/ModelImageObject.cpp @@ -1,6 +1,6 @@ /* ModelImageObject.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelImageObject.h b/model/ModelImageObject.h index 3e982f5..cf3f5e5 100644 --- a/model/ModelImageObject.h +++ b/model/ModelImageObject.h @@ -1,6 +1,6 @@ /* ModelImageObject.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelLineObject.cpp b/model/ModelLineObject.cpp index 5bef065..d9446c8 100644 --- a/model/ModelLineObject.cpp +++ b/model/ModelLineObject.cpp @@ -1,6 +1,6 @@ /* ModelLineObject.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelLineObject.h b/model/ModelLineObject.h index a09670e..1e0caf6 100644 --- a/model/ModelLineObject.h +++ b/model/ModelLineObject.h @@ -1,6 +1,6 @@ /* ModelLineObject.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelObject.cpp b/model/ModelObject.cpp index 65ed72a..f7b7fc7 100644 --- a/model/ModelObject.cpp +++ b/model/ModelObject.cpp @@ -1,6 +1,6 @@ /* ModelObject.cpp * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelObject.h b/model/ModelObject.h index 4962ffd..3b7031b 100644 --- a/model/ModelObject.h +++ b/model/ModelObject.h @@ -1,6 +1,6 @@ /* ModelObject.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelShapeObject.cpp b/model/ModelShapeObject.cpp index afca487..c23780a 100644 --- a/model/ModelShapeObject.cpp +++ b/model/ModelShapeObject.cpp @@ -1,6 +1,6 @@ /* ModelShapeObject.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelShapeObject.h b/model/ModelShapeObject.h index 888ac03..648b220 100644 --- a/model/ModelShapeObject.h +++ b/model/ModelShapeObject.h @@ -1,6 +1,6 @@ /* ModelShapeObject.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelTextObject.cpp b/model/ModelTextObject.cpp index bb5c7e6..6510ce7 100644 --- a/model/ModelTextObject.cpp +++ b/model/ModelTextObject.cpp @@ -1,6 +1,6 @@ /* ModelTextObject.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/ModelTextObject.h b/model/ModelTextObject.h index 0f7d1e9..ac5bef2 100644 --- a/model/ModelTextObject.h +++ b/model/ModelTextObject.h @@ -1,6 +1,6 @@ /* ModelTextObject.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Outline.cpp b/model/Outline.cpp index 15173c7..481e949 100644 --- a/model/Outline.cpp +++ b/model/Outline.cpp @@ -1,6 +1,6 @@ /* Outline.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Outline.h b/model/Outline.h index 0fbbf83..b3c1e5e 100644 --- a/model/Outline.h +++ b/model/Outline.h @@ -1,6 +1,6 @@ /* Outline.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/PageRenderer.cpp b/model/PageRenderer.cpp index f4a992d..f371b8b 100644 --- a/model/PageRenderer.cpp +++ b/model/PageRenderer.cpp @@ -1,6 +1,6 @@ /* PageRenderer.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/PageRenderer.h b/model/PageRenderer.h index 25133de..73ecaca 100644 --- a/model/PageRenderer.h +++ b/model/PageRenderer.h @@ -1,6 +1,6 @@ /* PageRenderer.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Paper.cpp b/model/Paper.cpp index e9e3f1c..5aa87f3 100644 --- a/model/Paper.cpp +++ b/model/Paper.cpp @@ -1,6 +1,6 @@ /* Paper.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Paper.h b/model/Paper.h index 9c0eb7f..9d95ac3 100644 --- a/model/Paper.h +++ b/model/Paper.h @@ -1,6 +1,6 @@ /* Paper.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Point.cpp b/model/Point.cpp index 15f9c09..1eb94fc 100644 --- a/model/Point.cpp +++ b/model/Point.cpp @@ -1,6 +1,6 @@ /* Point.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Point.h b/model/Point.h index bee0f75..4750ab5 100644 --- a/model/Point.h +++ b/model/Point.h @@ -1,6 +1,6 @@ /* Point.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/RawText.cpp b/model/RawText.cpp index ed4cd29..2d69d4c 100644 --- a/model/RawText.cpp +++ b/model/RawText.cpp @@ -1,6 +1,6 @@ /* RawText.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/RawText.h b/model/RawText.h index 2e8ab44..d1a73d3 100644 --- a/model/RawText.h +++ b/model/RawText.h @@ -1,6 +1,6 @@ /* RawText.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Region.cpp b/model/Region.cpp index 8090792..d5ec1d9 100644 --- a/model/Region.cpp +++ b/model/Region.cpp @@ -1,6 +1,6 @@ /* Region.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Region.h b/model/Region.h index 8d0da42..16d0c11 100644 --- a/model/Region.h +++ b/model/Region.h @@ -1,6 +1,6 @@ /* Region.h * - * Copyright (C) 2013 Jim Evins + * Copyright (C) 2013 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Settings.cpp b/model/Settings.cpp index db9288e..bdaba97 100644 --- a/model/Settings.cpp +++ b/model/Settings.cpp @@ -1,6 +1,6 @@ /* Settings.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Settings.h b/model/Settings.h index 44178a5..38034bc 100644 --- a/model/Settings.h +++ b/model/Settings.h @@ -1,6 +1,6 @@ /* Settings.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Size.cpp b/model/Size.cpp index bd2148d..e6097ef 100644 --- a/model/Size.cpp +++ b/model/Size.cpp @@ -1,6 +1,6 @@ /* Size.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Size.h b/model/Size.h index b684942..cb4a5df 100644 --- a/model/Size.h +++ b/model/Size.h @@ -1,6 +1,6 @@ /* Size.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/StrUtil.cpp b/model/StrUtil.cpp index 169f7cd..44b5349 100644 --- a/model/StrUtil.cpp +++ b/model/StrUtil.cpp @@ -1,6 +1,6 @@ /* StrUtil.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/StrUtil.h b/model/StrUtil.h index dc0f710..8c70093 100644 --- a/model/StrUtil.h +++ b/model/StrUtil.h @@ -1,6 +1,6 @@ /* StrUtil.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/SubstitutionField.cpp b/model/SubstitutionField.cpp index 0798bef..da4e0b8 100644 --- a/model/SubstitutionField.cpp +++ b/model/SubstitutionField.cpp @@ -1,6 +1,6 @@ /* SubstitutionField.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/SubstitutionField.h b/model/SubstitutionField.h index baaa255..8afb812 100644 --- a/model/SubstitutionField.h +++ b/model/SubstitutionField.h @@ -1,6 +1,6 @@ /* SubstitutionField.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Template.cpp b/model/Template.cpp index 690b56c..7a1d20f 100644 --- a/model/Template.cpp +++ b/model/Template.cpp @@ -1,6 +1,6 @@ /* Template.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Template.h b/model/Template.h index c83faf9..b60c42e 100644 --- a/model/Template.h +++ b/model/Template.h @@ -1,6 +1,6 @@ /* Template.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/TextNode.cpp b/model/TextNode.cpp index b0e2271..9adf314 100644 --- a/model/TextNode.cpp +++ b/model/TextNode.cpp @@ -1,6 +1,6 @@ /* TextNode.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/TextNode.h b/model/TextNode.h index c7716d7..f67dcf9 100644 --- a/model/TextNode.h +++ b/model/TextNode.h @@ -1,6 +1,6 @@ /* TextNode.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Units.cpp b/model/Units.cpp index e349afb..2085f30 100644 --- a/model/Units.cpp +++ b/model/Units.cpp @@ -1,6 +1,6 @@ /* Units.cpp * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Units.h b/model/Units.h index 5d25472..60cbd83 100644 --- a/model/Units.h +++ b/model/Units.h @@ -1,6 +1,6 @@ /* Units.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Variable.cpp b/model/Variable.cpp index 56f8b6a..cd8dfcc 100644 --- a/model/Variable.cpp +++ b/model/Variable.cpp @@ -1,6 +1,6 @@ /* Variable.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Variable.h b/model/Variable.h index e0b8fe0..6b56934 100644 --- a/model/Variable.h +++ b/model/Variable.h @@ -1,6 +1,6 @@ /* Variable.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Variables.cpp b/model/Variables.cpp index 4f80e45..7c338fc 100644 --- a/model/Variables.cpp +++ b/model/Variables.cpp @@ -1,6 +1,6 @@ /* Variables.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Variables.h b/model/Variables.h index 3808785..4ef50f1 100644 --- a/model/Variables.h +++ b/model/Variables.h @@ -1,6 +1,6 @@ /* Variables.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Vendor.cpp b/model/Vendor.cpp index fa3ae0e..d787cd7 100644 --- a/model/Vendor.cpp +++ b/model/Vendor.cpp @@ -1,6 +1,6 @@ /* Vendor.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Vendor.h b/model/Vendor.h index bc763f1..416862f 100644 --- a/model/Vendor.h +++ b/model/Vendor.h @@ -1,6 +1,6 @@ /* Vendor.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/Version.h.in b/model/Version.h.in index 0444361..a61fdb1 100644 --- a/model/Version.h.in +++ b/model/Version.h.in @@ -1,6 +1,6 @@ /* Version.h * - * Copyright (C) 2016 Jim Evins + * Copyright (C) 2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlCategoryParser.cpp b/model/XmlCategoryParser.cpp index a490a28..bb59654 100644 --- a/model/XmlCategoryParser.cpp +++ b/model/XmlCategoryParser.cpp @@ -1,6 +1,6 @@ /* XmlCategoryParser.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlCategoryParser.h b/model/XmlCategoryParser.h index 3c697fe..e64a70d 100644 --- a/model/XmlCategoryParser.h +++ b/model/XmlCategoryParser.h @@ -1,6 +1,6 @@ /* XmlCategoryParser.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlLabelCreator.cpp b/model/XmlLabelCreator.cpp index b7f7cc9..a6fea13 100644 --- a/model/XmlLabelCreator.cpp +++ b/model/XmlLabelCreator.cpp @@ -1,6 +1,6 @@ /* XmlLabelCreator.cpp * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlLabelCreator.h b/model/XmlLabelCreator.h index 9c765ac..b1d5caa 100644 --- a/model/XmlLabelCreator.h +++ b/model/XmlLabelCreator.h @@ -1,6 +1,6 @@ /* XmlLabelCreator.h * - * Copyright (C) 2014 Jim Evins + * Copyright (C) 2014 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlLabelParser.cpp b/model/XmlLabelParser.cpp index fce0f2d..f944a3d 100644 --- a/model/XmlLabelParser.cpp +++ b/model/XmlLabelParser.cpp @@ -1,6 +1,6 @@ /* XmlLabelParser.cpp * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlLabelParser.h b/model/XmlLabelParser.h index 93e90e8..88cf3d6 100644 --- a/model/XmlLabelParser.h +++ b/model/XmlLabelParser.h @@ -1,6 +1,6 @@ /* XmlLabelParser.h * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlLabelParser_3.cpp b/model/XmlLabelParser_3.cpp index fe129d8..934878f 100644 --- a/model/XmlLabelParser_3.cpp +++ b/model/XmlLabelParser_3.cpp @@ -1,6 +1,6 @@ /* XmlLabelParser_3.cpp * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlLabelParser_3.h b/model/XmlLabelParser_3.h index b7484fb..65deea5 100644 --- a/model/XmlLabelParser_3.h +++ b/model/XmlLabelParser_3.h @@ -1,6 +1,6 @@ /* XmlLabelParser_3.h * - * Copyright (C) 2014-2016 Jim Evins + * Copyright (C) 2014-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlPaperParser.cpp b/model/XmlPaperParser.cpp index b3e1bc6..1929ece 100644 --- a/model/XmlPaperParser.cpp +++ b/model/XmlPaperParser.cpp @@ -1,6 +1,6 @@ /* XmlPaperParser.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlPaperParser.h b/model/XmlPaperParser.h index 62bb504..a5570a7 100644 --- a/model/XmlPaperParser.h +++ b/model/XmlPaperParser.h @@ -1,6 +1,6 @@ /* XmlPaperParser.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlTemplateCreator.cpp b/model/XmlTemplateCreator.cpp index 8892a63..329a987 100644 --- a/model/XmlTemplateCreator.cpp +++ b/model/XmlTemplateCreator.cpp @@ -1,6 +1,6 @@ /* XmlTemplateCreator.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlTemplateCreator.h b/model/XmlTemplateCreator.h index 46e50ca..1ae47b9 100644 --- a/model/XmlTemplateCreator.h +++ b/model/XmlTemplateCreator.h @@ -1,6 +1,6 @@ /* XmlTemplateCreator.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlTemplateParser.cpp b/model/XmlTemplateParser.cpp index 561a4dd..6d69c3d 100644 --- a/model/XmlTemplateParser.cpp +++ b/model/XmlTemplateParser.cpp @@ -1,6 +1,6 @@ /* XmlTemplateParser.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlTemplateParser.h b/model/XmlTemplateParser.h index 4683d0d..d9b7ba1 100644 --- a/model/XmlTemplateParser.h +++ b/model/XmlTemplateParser.h @@ -1,6 +1,6 @@ /* XmlTemplateParser.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlUtil.cpp b/model/XmlUtil.cpp index 04f58cb..0964c40 100644 --- a/model/XmlUtil.cpp +++ b/model/XmlUtil.cpp @@ -1,6 +1,6 @@ /* XmlUtil.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlUtil.h b/model/XmlUtil.h index a576c57..10b3050 100644 --- a/model/XmlUtil.h +++ b/model/XmlUtil.h @@ -1,6 +1,6 @@ /* XmlUtil.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlVendorParser.cpp b/model/XmlVendorParser.cpp index 1caf7d9..2484d08 100644 --- a/model/XmlVendorParser.cpp +++ b/model/XmlVendorParser.cpp @@ -1,6 +1,6 @@ /* XmlVendorParser.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/XmlVendorParser.h b/model/XmlVendorParser.h index 6af672e..41b6b74 100644 --- a/model/XmlVendorParser.h +++ b/model/XmlVendorParser.h @@ -1,6 +1,6 @@ /* XmlVendorParser.h * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestColorNode.cpp b/model/unit_tests/TestColorNode.cpp index 251ac97..4bf2815 100644 --- a/model/unit_tests/TestColorNode.cpp +++ b/model/unit_tests/TestColorNode.cpp @@ -1,6 +1,6 @@ /* TestColorNode.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestColorNode.h b/model/unit_tests/TestColorNode.h index 4837c5a..5c195bb 100644 --- a/model/unit_tests/TestColorNode.h +++ b/model/unit_tests/TestColorNode.h @@ -1,6 +1,6 @@ /* TestColorNode.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestFileUtil.cpp b/model/unit_tests/TestFileUtil.cpp index 7625d44..9e01aec 100644 --- a/model/unit_tests/TestFileUtil.cpp +++ b/model/unit_tests/TestFileUtil.cpp @@ -1,6 +1,6 @@ /* TestFileUtil.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestFileUtil.h b/model/unit_tests/TestFileUtil.h index 50e1e02..ba04af9 100644 --- a/model/unit_tests/TestFileUtil.h +++ b/model/unit_tests/TestFileUtil.h @@ -1,6 +1,6 @@ /* TestFileUtil.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestMerge.cpp b/model/unit_tests/TestMerge.cpp index 72c9dd3..e96fa93 100644 --- a/model/unit_tests/TestMerge.cpp +++ b/model/unit_tests/TestMerge.cpp @@ -1,6 +1,6 @@ /* TestMerge.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestMerge.h b/model/unit_tests/TestMerge.h index 5fd43bd..423bace 100644 --- a/model/unit_tests/TestMerge.h +++ b/model/unit_tests/TestMerge.h @@ -1,6 +1,6 @@ /* TestMerge.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestModel.cpp b/model/unit_tests/TestModel.cpp index f52b4c4..741daf8 100644 --- a/model/unit_tests/TestModel.cpp +++ b/model/unit_tests/TestModel.cpp @@ -1,6 +1,6 @@ /* TestModel.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestModel.h b/model/unit_tests/TestModel.h index 5a7f580..4555cab 100644 --- a/model/unit_tests/TestModel.h +++ b/model/unit_tests/TestModel.h @@ -1,6 +1,6 @@ /* TestModel.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestModelImageObject.cpp b/model/unit_tests/TestModelImageObject.cpp index 3bcdcb4..d64cdde 100644 --- a/model/unit_tests/TestModelImageObject.cpp +++ b/model/unit_tests/TestModelImageObject.cpp @@ -1,6 +1,6 @@ /* TestModelImageObject.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestModelImageObject.h b/model/unit_tests/TestModelImageObject.h index b508d1d..a676097 100644 --- a/model/unit_tests/TestModelImageObject.h +++ b/model/unit_tests/TestModelImageObject.h @@ -1,6 +1,6 @@ /* TestModelImageObject.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestRawText.cpp b/model/unit_tests/TestRawText.cpp index f523328..0cfaf81 100644 --- a/model/unit_tests/TestRawText.cpp +++ b/model/unit_tests/TestRawText.cpp @@ -1,6 +1,6 @@ /* TestRawText.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestRawText.h b/model/unit_tests/TestRawText.h index 781ecf8..0a6ad5f 100644 --- a/model/unit_tests/TestRawText.h +++ b/model/unit_tests/TestRawText.h @@ -1,6 +1,6 @@ /* TestRawText.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestSubstitutionField.cpp b/model/unit_tests/TestSubstitutionField.cpp index 16995f7..0f00751 100644 --- a/model/unit_tests/TestSubstitutionField.cpp +++ b/model/unit_tests/TestSubstitutionField.cpp @@ -1,6 +1,6 @@ /* TestSubstitutionField.cpp * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestSubstitutionField.h b/model/unit_tests/TestSubstitutionField.h index a8aaf66..eb67ae9 100644 --- a/model/unit_tests/TestSubstitutionField.h +++ b/model/unit_tests/TestSubstitutionField.h @@ -1,6 +1,6 @@ /* TestSubstitutionField.h * - * Copyright (C) 2017 Jim Evins + * Copyright (C) 2017 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestTextNode.cpp b/model/unit_tests/TestTextNode.cpp index 19b2532..c576639 100644 --- a/model/unit_tests/TestTextNode.cpp +++ b/model/unit_tests/TestTextNode.cpp @@ -1,6 +1,6 @@ /* TestTextNode.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestTextNode.h b/model/unit_tests/TestTextNode.h index 76553d3..4d889d4 100644 --- a/model/unit_tests/TestTextNode.h +++ b/model/unit_tests/TestTextNode.h @@ -1,6 +1,6 @@ /* TestTextNode.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestVariable.cpp b/model/unit_tests/TestVariable.cpp index 85efadc..08d0763 100644 --- a/model/unit_tests/TestVariable.cpp +++ b/model/unit_tests/TestVariable.cpp @@ -1,6 +1,6 @@ /* TestVariable.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestVariable.h b/model/unit_tests/TestVariable.h index 9cad55d..1264cee 100644 --- a/model/unit_tests/TestVariable.h +++ b/model/unit_tests/TestVariable.h @@ -1,6 +1,6 @@ /* TestVariable.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestVariables.cpp b/model/unit_tests/TestVariables.cpp index c7f6ce4..e8c5b00 100644 --- a/model/unit_tests/TestVariables.cpp +++ b/model/unit_tests/TestVariables.cpp @@ -1,6 +1,6 @@ /* TestVariables.cpp * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestVariables.h b/model/unit_tests/TestVariables.h index 93b56b4..9cc18b3 100644 --- a/model/unit_tests/TestVariables.h +++ b/model/unit_tests/TestVariables.h @@ -1,6 +1,6 @@ /* TestVariables.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestXmlLabel.cpp b/model/unit_tests/TestXmlLabel.cpp index e70221f..6fc1970 100644 --- a/model/unit_tests/TestXmlLabel.cpp +++ b/model/unit_tests/TestXmlLabel.cpp @@ -1,6 +1,6 @@ /* TestXmlLabel.cpp * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestXmlLabel.h b/model/unit_tests/TestXmlLabel.h index 57464ed..21e1153 100644 --- a/model/unit_tests/TestXmlLabel.h +++ b/model/unit_tests/TestXmlLabel.h @@ -1,6 +1,6 @@ /* TestXmlLabel.h * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestXmlUtil.cpp b/model/unit_tests/TestXmlUtil.cpp index dc64f7d..eb7917b 100644 --- a/model/unit_tests/TestXmlUtil.cpp +++ b/model/unit_tests/TestXmlUtil.cpp @@ -1,6 +1,6 @@ /* TestXmlUtil.cpp * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/TestXmlUtil.h b/model/unit_tests/TestXmlUtil.h index f104b53..e94618a 100644 --- a/model/unit_tests/TestXmlUtil.h +++ b/model/unit_tests/TestXmlUtil.h @@ -1,6 +1,6 @@ /* TestXmlUtil.h * - * Copyright (C) 2018 Jim Evins + * Copyright (C) 2018 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/model/unit_tests/Test_Constants.h b/model/unit_tests/Test_Constants.h index f57b640..fc5fb10 100644 --- a/model/unit_tests/Test_Constants.h +++ b/model/unit_tests/Test_Constants.h @@ -1,6 +1,6 @@ /* Test_Constants.h * - * Copyright (C) 2019 Jim Evins + * Copyright (C) 2019 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/templates/LICENSE b/templates/LICENSE index c25b826..fd3aad9 100644 --- a/templates/LICENSE +++ b/templates/LICENSE @@ -1,7 +1,7 @@ This license applies to the glabels template database, located in the "templates" subdirectory of the glabels distribution. -Copyright (c) 2001-2009 Jim Evins +Copyright (c) 2001-2009 Jaye Evins Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/templates/glabels-3.0.dtd b/templates/glabels-3.0.dtd index 7e8dcc1..b3fb6b3 100644 --- a/templates/glabels-3.0.dtd +++ b/templates/glabels-3.0.dtd @@ -3,7 +3,7 @@ This file is a part of the glabels template database. - Copyright (c) 2001-2009 Jim Evins + Copyright (c) 2001-2009 Jaye Evins Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/templates/glabels-4.0.dtd b/templates/glabels-4.0.dtd index 5a584b2..2ae944e 100644 --- a/templates/glabels-4.0.dtd +++ b/templates/glabels-4.0.dtd @@ -3,7 +3,7 @@ This file is a part of the glabels template database. - Copyright (c) 2001-2009 Jim Evins + Copyright (c) 2001-2009 Jaye Evins Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/translations/XmlStrings.cpp b/translations/XmlStrings.cpp index b25b701..d2b9c37 100644 --- a/translations/XmlStrings.cpp +++ b/translations/XmlStrings.cpp @@ -1,6 +1,6 @@ /* XmlStrings.cpp * - * Copyright (C) 2013-2016 Jim Evins + * Copyright (C) 2013-2016 Jaye Evins * * This file is part of gLabels-qt. * diff --git a/user-docs/_build/man/glabels-batch-qt.1 b/user-docs/_build/man/glabels-batch-qt.1 index b052ece..693865c 100644 --- a/user-docs/_build/man/glabels-batch-qt.1 +++ b/user-docs/_build/man/glabels-batch-qt.1 @@ -140,13 +140,13 @@ xvfb\-run glabels\-batch\-qt \-o output.pdf myProject.glabels .UNINDENT .SH REPORTING BUGS .sp -Bugs and feature requests can be reported via the gLabels issue tracking system at GitHub (<\fI\%https://github.com/jimevins/glabels\-qt/issues\fP>). You will need a GitHub account to submit new issues or to comment on existing issues. +Bugs and feature requests can be reported via the gLabels issue tracking system at GitHub (<\fI\%https://github.com/j-evins/glabels\-qt/issues\fP>). You will need a GitHub account to submit new issues or to comment on existing issues. .SH SEE ALSO .sp \fBglabels\-qt(1)\fP .sp The gLabels homepage at <\fI\%http://glabels.org/\fP>. .SH COPYRIGHT -2020, Jim Evins +2020, Jaye Evins .\" Generated by docutils manpage writer. . diff --git a/user-docs/_build/man/glabels-qt.1 b/user-docs/_build/man/glabels-qt.1 index b86788b..27866cd 100644 --- a/user-docs/_build/man/glabels-qt.1 +++ b/user-docs/_build/man/glabels-qt.1 @@ -69,13 +69,13 @@ Directory for manually created product templates. .UNINDENT .SH REPORTING BUGS .sp -Bugs and feature requests can be reported via the gLabels issue tracking system at GitHub (<\fI\%https://github.com/jimevins/glabels\-qt/issues\fP>). You will need a GitHub account to submit new issues or to comment on existing issues. +Bugs and feature requests can be reported via the gLabels issue tracking system at GitHub (<\fI\%https://github.com/j-evins/glabels\-qt/issues\fP>). You will need a GitHub account to submit new issues or to comment on existing issues. .SH SEE ALSO .sp \fBglabels\-batch\-qt(1)\fP .sp The gLabels homepage at <\fI\%http://glabels.org/\fP>. .SH COPYRIGHT -2020, Jim Evins +2020, Jaye Evins .\" Generated by docutils manpage writer. . diff --git a/user-docs/conf.py b/user-docs/conf.py index d393132..fce9c69 100644 --- a/user-docs/conf.py +++ b/user-docs/conf.py @@ -47,8 +47,8 @@ master_doc = 'index' # General information about the project. project = 'gLabels' -copyright = '2020, Jim Evins ' -author = 'Jim Evins' +copyright = '2020, Jaye Evins ' +author = 'Jaye Evins' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -140,7 +140,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'gLabels.tex', 'gLabels Documentation', - 'Jim Evins', 'manual'), + 'Jaye Evins', 'manual'), ] diff --git a/user-docs/man/glabels-batch-qt.rst b/user-docs/man/glabels-batch-qt.rst index cafe485..339cc8c 100644 --- a/user-docs/man/glabels-batch-qt.rst +++ b/user-docs/man/glabels-batch-qt.rst @@ -101,7 +101,7 @@ On GNU/Linux platforms, :program:`glabels-batch-qt` must be run from within a wi REPORTING BUGS -------------- -Bugs and feature requests can be reported via the gLabels issue tracking system at GitHub (). You will need a GitHub account to submit new issues or to comment on existing issues. +Bugs and feature requests can be reported via the gLabels issue tracking system at GitHub (). You will need a GitHub account to submit new issues or to comment on existing issues. SEE ALSO -------- diff --git a/user-docs/man/glabels-qt.rst b/user-docs/man/glabels-qt.rst index b24f1f8..3cfa9b0 100644 --- a/user-docs/man/glabels-qt.rst +++ b/user-docs/man/glabels-qt.rst @@ -46,7 +46,7 @@ FILES REPORTING BUGS -------------- -Bugs and feature requests can be reported via the gLabels issue tracking system at GitHub (). You will need a GitHub account to submit new issues or to comment on existing issues. +Bugs and feature requests can be reported via the gLabels issue tracking system at GitHub (). You will need a GitHub account to submit new issues or to comment on existing issues. SEE ALSO