Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/goo
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-01 19:47:11 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-04-01 19:47:11 (GMT)
commit7c5ab64d4db75e4bb6dadedb578e10178554d0db (patch)
tree595854215de7ef2d85e6c624e804966c54eb422c /pdf/goo
parentbfd0b848c8c81ab10698f74b77f9f0904c3161e1 (diff)
Merge with Xpdf 2.02 and make it build
Diffstat (limited to 'pdf/goo')
-rw-r--r--pdf/goo/GHash.cc2
-rw-r--r--pdf/goo/GHash.h2
-rw-r--r--pdf/goo/GList.cc2
-rw-r--r--pdf/goo/GList.h2
-rw-r--r--pdf/goo/GString.cc2
-rw-r--r--pdf/goo/GString.h2
-rw-r--r--pdf/goo/gfile.cc2
-rw-r--r--pdf/goo/gfile.h2
-rw-r--r--pdf/goo/gmem.c2
-rw-r--r--pdf/goo/gmem.h2
-rw-r--r--pdf/goo/gmempp.cc2
-rw-r--r--pdf/goo/gtypes.h2
-rw-r--r--pdf/goo/parseargs.c2
-rw-r--r--pdf/goo/parseargs.h2
-rw-r--r--pdf/goo/vms_make.com2
15 files changed, 15 insertions, 15 deletions
diff --git a/pdf/goo/GHash.cc b/pdf/goo/GHash.cc
index dfab926..7036316 100644
--- a/pdf/goo/GHash.cc
+++ b/pdf/goo/GHash.cc
@@ -2,7 +2,7 @@
//
// GHash.cc
//
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
//
//========================================================================
diff --git a/pdf/goo/GHash.h b/pdf/goo/GHash.h
index 8d73f3b..69c767b 100644
--- a/pdf/goo/GHash.h
+++ b/pdf/goo/GHash.h
@@ -2,7 +2,7 @@
//
// GHash.h
//
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
//
//========================================================================
diff --git a/pdf/goo/GList.cc b/pdf/goo/GList.cc
index accd73d..9534232 100644
--- a/pdf/goo/GList.cc
+++ b/pdf/goo/GList.cc
@@ -2,7 +2,7 @@
//
// GList.cc
//
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
//
//========================================================================
diff --git a/pdf/goo/GList.h b/pdf/goo/GList.h
index 6a610ed..4c52489 100644
--- a/pdf/goo/GList.h
+++ b/pdf/goo/GList.h
@@ -2,7 +2,7 @@
//
// GList.h
//
-// Copyright 2001-2002 Glyph & Cog, LLC
+// Copyright 2001-2003 Glyph & Cog, LLC
//
//========================================================================
diff --git a/pdf/goo/GString.cc b/pdf/goo/GString.cc
index 25e0e05..7653fd0 100644
--- a/pdf/goo/GString.cc
+++ b/pdf/goo/GString.cc
@@ -4,7 +4,7 @@
//
// Simple variable-length string type.
//
-// Copyright 1996-2002 Glyph & Cog, LLC
+// Copyright 1996-2003 Glyph & Cog, LLC
//
//========================================================================
diff --git a/pdf/goo/GString.h b/pdf/goo/GString.h
index d22cc19..2083802 100644
--- a/pdf/goo/GString.h
+++ b/pdf/goo/GString.h
@@ -4,7 +4,7 @@
//
// Simple variable-length string type.
//
-// Copyright 1996-2002 Glyph & Cog, LLC
+// Copyright 1996-2003 Glyph & Cog, LLC
//
//========================================================================
diff --git a/pdf/goo/gfile.cc b/pdf/goo/gfile.cc
index e6603c6..b4fb616 100644
--- a/pdf/goo/gfile.cc
+++ b/pdf/goo/gfile.cc
@@ -4,7 +4,7 @@
//
// Miscellaneous file and directory name manipulation.
//
-// Copyright 1996-2002 Glyph & Cog, LLC
+// Copyright 1996-2003 Glyph & Cog, LLC
//
//========================================================================
diff --git a/pdf/goo/gfile.h b/pdf/goo/gfile.h
index 193209c..d364d8d 100644
--- a/pdf/goo/gfile.h
+++ b/pdf/goo/gfile.h
@@ -4,7 +4,7 @@
//
// Miscellaneous file and directory name manipulation.
//
-// Copyright 1996-2002 Glyph & Cog, LLC
+// Copyright 1996-2003 Glyph & Cog, LLC
//
//========================================================================
diff --git a/pdf/goo/gmem.c b/pdf/goo/gmem.c
index 27ebb2b..07bbf81 100644
--- a/pdf/goo/gmem.c
+++ b/pdf/goo/gmem.c
@@ -3,7 +3,7 @@
*
* Memory routines with out-of-memory checking.
*
- * Copyright 1996-2002 Glyph & Cog, LLC
+ * Copyright 1996-2003 Glyph & Cog, LLC
*/
#include <aconf.h>
diff --git a/pdf/goo/gmem.h b/pdf/goo/gmem.h
index 93ccb94..587e7fa 100644
--- a/pdf/goo/gmem.h
+++ b/pdf/goo/gmem.h
@@ -3,7 +3,7 @@
*
* Memory routines with out-of-memory checking.
*
- * Copyright 1996-2002 Glyph & Cog, LLC
+ * Copyright 1996-2003 Glyph & Cog, LLC
*/
#ifndef GMEM_H
diff --git a/pdf/goo/gmempp.cc b/pdf/goo/gmempp.cc
index ed94f7a..b1ee970 100644
--- a/pdf/goo/gmempp.cc
+++ b/pdf/goo/gmempp.cc
@@ -4,7 +4,7 @@
//
// Use gmalloc/gfree for C++ new/delete operators.
//
-// Copyright 1996-2002 Glyph & Cog, LLC
+// Copyright 1996-2003 Glyph & Cog, LLC
//
//========================================================================
diff --git a/pdf/goo/gtypes.h b/pdf/goo/gtypes.h
index 1879b88..9f64f57 100644
--- a/pdf/goo/gtypes.h
+++ b/pdf/goo/gtypes.h
@@ -3,7 +3,7 @@
*
* Some useful simple types.
*
- * Copyright 1996-2002 Glyph & Cog, LLC
+ * Copyright 1996-2003 Glyph & Cog, LLC
*/
#ifndef GTYPES_H
diff --git a/pdf/goo/parseargs.c b/pdf/goo/parseargs.c
index 1f2c986..6bcde2c 100644
--- a/pdf/goo/parseargs.c
+++ b/pdf/goo/parseargs.c
@@ -3,7 +3,7 @@
*
* Command line argument parser.
*
- * Copyright 1996-2002 Glyph & Cog, LLC
+ * Copyright 1996-2003 Glyph & Cog, LLC
*/
#include <locale.h>
diff --git a/pdf/goo/parseargs.h b/pdf/goo/parseargs.h
index 2cc2df7..0d163b9 100644
--- a/pdf/goo/parseargs.h
+++ b/pdf/goo/parseargs.h
@@ -3,7 +3,7 @@
*
* Command line argument parser.
*
- * Copyright 1996-2002 Glyph & Cog, LLC
+ * Copyright 1996-2003 Glyph & Cog, LLC
*/
#ifndef PARSEARGS_H
diff --git a/pdf/goo/vms_make.com b/pdf/goo/vms_make.com
index e57c960..676643f 100644
--- a/pdf/goo/vms_make.com
+++ b/pdf/goo/vms_make.com
@@ -4,7 +4,7 @@ $! Goo library compile script for VMS.
$!
$! Written by Patrick Moreau, Martin P.J. Zinser.
$!
-$! Copyright 1996-2002 Glyph & Cog, LLC
+$! Copyright 1996-2003 Glyph & Cog, LLC
$!
$!========================================================================
$!