~ubuntu-branches/ubuntu/karmic/pango1.0/karmic-security

« back to all changes in this revision

Viewing changes to pango/opentype/harfbuzz-stream.c

Tags: upstream-1.19.3
ImportĀ upstreamĀ versionĀ 1.19.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*******************************************************************
2
 
 *
3
 
 *  Copyright 2005  David Turner, The FreeType Project (www.freetype.org)
4
 
 *  Copyright 2007  Trolltech ASA
5
 
 *  Copyright 2007  Red Hat, Inc
 
1
/*
 
2
 * Copyright (C) 2005  David Turner
 
3
 * Copyright (C) 2007  Trolltech ASA
 
4
 * Copyright (C) 2007  Red Hat, Inc.
6
5
 *
7
6
 *  This is part of HarfBuzz, an OpenType Layout engine library.
8
7
 *
9
 
 *  See the file name COPYING for licensing information.
10
 
 *
11
 
 ******************************************************************/
 
8
 * Permission is hereby granted, without written agreement and without
 
9
 * license or royalty fees, to use, copy, modify, and distribute this
 
10
 * software and its documentation for any purpose, provided that the
 
11
 * above copyright notice and the following two paragraphs appear in
 
12
 * all copies of this software.
 
13
 *
 
14
 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
 
15
 * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
 
16
 * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
 
17
 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
 
18
 * DAMAGE.
 
19
 *
 
20
 * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
 
21
 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
 
22
 * FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
 
23
 * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
 
24
 * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 
25
 *
 
26
 * Red Hat Author(s): Behdad Esfahbod
 
27
 */
 
28
 
12
29
#include "harfbuzz-impl.h"
13
30
#include "harfbuzz-stream-private.h"
14
31
#include <stdlib.h>