~ubuntu-branches/ubuntu/lucid/agg/lucid-proposed

« back to all changes in this revision

Viewing changes to include/agg_rasterizer_cells_aa.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-06-18 11:16:40 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070618111640-3nvfrzv3n68pqwvu
Tags: 2.5-1
* New upstream release.
* New maintainer. I gonna take care of this package from now on.
* Previous versions's co-maintainers won't appear more in
  uploaders field in debian/control.
* Added XS-Vcs-Bzr field that points directly to the bzr branch
  in launchpad where this package will be maintained.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//----------------------------------------------------------------------------
2
 
// Anti-Grain Geometry - Version 2.4
3
 
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
4
 
//
5
 
// Permission to copy, use, modify, sell and distribute this software 
6
 
// is granted provided this copyright notice appears in all copies. 
7
 
// This software is provided "as is" without express or implied
8
 
// warranty, and with no claim as to its suitability for any purpose.
9
 
//
 
2
// Anti-Grain Geometry (AGG) - Version 2.5
 
3
// A high quality rendering engine for C++
 
4
// Copyright (C) 2002-2006 Maxim Shemanarev
 
5
// Contact: mcseem@antigrain.com
 
6
//          mcseemagg@yahoo.com
 
7
//          http://antigrain.com
 
8
// 
 
9
// AGG is free software; you can redistribute it and/or
 
10
// modify it under the terms of the GNU General Public License
 
11
// as published by the Free Software Foundation; either version 2
 
12
// of the License, or (at your option) any later version.
 
13
// 
 
14
// AGG is distributed in the hope that it will be useful,
 
15
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
// GNU General Public License for more details.
 
18
// 
 
19
// You should have received a copy of the GNU General Public License
 
20
// along with AGG; if not, write to the Free Software
 
21
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
 
22
// MA 02110-1301, USA.
10
23
//----------------------------------------------------------------------------
11
24
//
12
25
// The author gratefully acknowleges the support of David Turner, 
14
27
// libray - in producing this work. See http://www.freetype.org for details.
15
28
//
16
29
//----------------------------------------------------------------------------
17
 
// Contact: mcseem@antigrain.com
18
 
//          mcseemagg@yahoo.com
19
 
//          http://www.antigrain.com
20
 
//----------------------------------------------------------------------------
21
30
//
22
31
// Adaptation for 32-bit screen coordinates has been sponsored by 
23
32
// Liberty Technology Systems, Inc., visit http://lib-sys.com
26
35
// PostScript and PDF technology for software developers.
27
36
// 
28
37
//----------------------------------------------------------------------------
 
38
 
29
39
#ifndef AGG_RASTERIZER_CELLS_AA_INCLUDED
30
40
#define AGG_RASTERIZER_CELLS_AA_INCLUDED
31
41