]> git.ipfire.org Git - thirdparty/cups.git/blob - cups/api-ppd.header
Update copyrights and license text on files that were missed.
[thirdparty/cups.git] / cups / api-ppd.header
1 <!--
2 PPD API header for CUPS.
3
4 Copyright © 2008-2012 by Apple Inc.
5
6 Licensed under Apache License v2.0. See the file "LICENSE" for more
7 information.
8 -->
9
10 <h1 class='title'>PPD API (DEPRECATED)</h1>
11
12 <blockquote>The PPD API is deprecated starting in CUPS 1.6/macOS 10.8. Please use the new Job Ticket APIs in the <a href="api-cups.html">CUPS API</a> documentation. These functions will be removed in a future release of CUPS.</blockquote>
13
14 <div class='summary'><table summary='General Information'>
15 <thead>
16 <tr>
17 <th>Header</th>
18 <th>cups/ppd.h</th>
19 </tr>
20 </thead>
21 <tbody>
22 <tr>
23 <th>Library</th>
24 <td>-lcups</td>
25 </tr>
26 <tr>
27 <th>See Also</th>
28 <td>Programming: <a href='api-overview.html' target='_top'>Introduction to CUPS Programming</a><br>
29 Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
30 Specifications: <a href='spec-ppd.html' target='_top'>CUPS PPD Extensions</a></td>
31 </tr>
32 </tbody>
33 </table></div>