~ubuntu-branches/ubuntu/natty/lcms/natty

« back to all changes in this revision

Viewing changes to samples/wtpt.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-04-03 13:55:00 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090403135500-psa3ox0my6u6a5cp
Tags: 1.18.dfsg-0ubuntu1
* New upstream release
* Remove 11_security_CVE-2009-0581_0723_0733.dpatch, security 
  issues fixed upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
2
//  Little cms
3
 
//  Copyright (C) 1998-2000 Marti Maria
4
 
//
5
 
// THIS SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
6
 
// EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
7
 
// WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
8
 
//
9
 
// IN NO EVENT SHALL MARTI MARIA BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
10
 
// INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
11
 
// OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
12
 
// WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
13
 
// LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
14
 
// OF THIS SOFTWARE.
15
 
//
16
 
//
17
 
// This library is free software; you can redistribute it and/or
18
 
// modify it under the terms of the GNU Lesser General Public
19
 
// License as published by the Free Software Foundation; either
20
 
// version 2 of the License, or (at your option) any later version.
21
 
//
22
 
// This library is distributed in the hope that it will be useful,
23
 
// but WITHOUT ANY WARRANTY; without even the implied warranty of
24
 
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
25
 
// Lesser General Public License for more details.
26
 
//
27
 
// You should have received a copy of the GNU Lesser General Public
28
 
// License along with this library; if not, write to the Free Software
29
 
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
3
//  Copyright (C) 1998-2007 Marti Maria
 
4
//
 
5
// Permission is hereby granted, free of charge, to any person obtaining 
 
6
// a copy of this software and associated documentation files (the "Software"), 
 
7
// to deal in the Software without restriction, including without limitation 
 
8
// the rights to use, copy, modify, merge, publish, distribute, sublicense, 
 
9
// and/or sell copies of the Software, and to permit persons to whom the Software 
 
10
// is furnished to do so, subject to the following conditions:
 
11
//
 
12
// The above copyright notice and this permission notice shall be included in 
 
13
// all copies or substantial portions of the Software.
 
14
//
 
15
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
 
16
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
 
17
// THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
 
18
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 
 
19
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 
 
20
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
 
21
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
22
// 
 
23
 
30
24
 
31
25
// Example: how to show white points of profiles
32
26