mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 07:49:25 +02:00
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:
parent
59e3f04835
commit
7a76a4c728
@ -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}
|
||||
|
@ -1,6 +1,5 @@
|
||||
{%MainUnit ../printersdlgs.pp}
|
||||
|
||||
|
||||
const
|
||||
SExecute = 'Execute';
|
||||
|
||||
|
@ -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+}
|
||||
|
@ -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+}
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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+}
|
||||
|
@ -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+}
|
||||
|
@ -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+}
|
||||
|
||||
|
@ -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+}
|
||||
|
@ -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+}
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
*****************************************************************************
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user