summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/xpdf/about-text.h
blob: 2ea7588a36879de17ec224062462e946dd685233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//========================================================================
//
// about-text.h
//
// Copyright 2002-2007 Glyph & Cog, LLC
//
//========================================================================

static const char *aboutWinText[] = {
  "http://www.foolabs.com/xpdf/",
  "derekn@foolabs.com",
  " ",
  "Licensed under the GNU General Public License (GPL) v2 or v3.",
  "See the 'README' file for details.",
  " ",
  "Supports PDF version " supportedPDFVersionStr ".",
  " ",
  "The PDF data structures, operators, and specification",
  "are copyright 1985-2006 Adobe Systems Inc.",
  " ",
  "For more information (including key and mouse bindings)",
  "please read the xpdf(1) man page.",
  NULL
};