Printer4Lazarus: Fix header comments. Fix license text in CupsDyn unit to match other units and the package itself.

git-svn-id: trunk@56491 -
This commit is contained in:
juha 2017-11-25 10:20:02 +00:00
parent 59e3f04835
commit 7a76a4c728
17 changed files with 84 additions and 28 deletions

View File

@ -1,3 +1,11 @@
{
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
}
unit CarbonPrinting;
{$mode macpas}

View File

@ -1,6 +1,5 @@
{%MainUnit ../printersdlgs.pp}
const
SExecute = 'Execute';

View File

@ -1,3 +1,11 @@
{
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
}
unit ppdresolution;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,14 @@
// custom-page in cocoa example: https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Printing/osxp_pagination/osxp_pagination.html
{
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
custom-page in cocoa example:
https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Printing/osxp_pagination/osxp_pagination.html
}
unit cocoaprintcanvas;
{$mode objfpc}{$H+}

View File

@ -8,7 +8,7 @@
***************************************************************************
*****************************************************************************
This file is part of the Lazarus Component Library (LCL)
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.

View File

@ -1,6 +1,6 @@
{
*****************************************************************************
This file is part of the Lazarus Component Library (LCL)
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.

View File

@ -1,5 +1,6 @@
{*****************************************************************************
This file is part of the Lazarus Component Library (LCL)
{
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.

View File

@ -1,22 +1,10 @@
{
***************************************************************************
* *
* This source is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This code is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
* General Public License for more details. *
* *
* A copy of the GNU General Public License is available on the World *
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
* obtain it by writing to the Free Software Foundation, *
* Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1335, USA. *
* *
***************************************************************************
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
Author: Olivier GUILBAUD

View File

@ -1,3 +1,11 @@
{
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
}
unit cupslcl;
{$mode objfpc}{$H+}

View File

@ -1,3 +1,11 @@
{
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
}
unit framePageSetup;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,12 @@
unit frameprinterselector;
{
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
}
unit frameprinterselector;
{$mode objfpc}{$H+}

View File

@ -1,3 +1,11 @@
{
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
}
unit udlgpagesetup;
{$mode objfpc}{$H+}

View File

@ -1,3 +1,11 @@
{
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
}
unit udlgprintersetup;
{$mode objfpc}{$H+}

View File

@ -2,7 +2,7 @@
udlgPrintersJobs.pp
------------
*****************************************************************************
This file is part of the Lazarus Component Library (LCL)
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.

View File

@ -2,7 +2,7 @@
udlgpropertiesprinter.pp
------------
*****************************************************************************
This file is part of the Lazarus Component Library (LCL)
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.

View File

@ -2,6 +2,8 @@
udlgSelectPrinter.pp
------------
*****************************************************************************
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************

View File

@ -2,7 +2,7 @@
Author: Olivier Guilbaud
*****************************************************************************
This file is part of the Lazarus Component Library (LCL)
This file is part of the Printer4Lazarus package
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.