[jbig2-cvs] rev 461 - trunk
giles at ghostscript.com
giles at ghostscript.com
Wed May 7 14:37:05 PDT 2008
Author: giles
Date: 2008-05-07 14:37:02 -0700 (Wed, 07 May 2008)
New Revision: 461
Modified:
trunk/config_win32.h
trunk/jbig2.c
trunk/jbig2.h
trunk/jbig2_arith.c
trunk/jbig2_arith.h
trunk/jbig2_arith_iaid.c
trunk/jbig2_arith_iaid.h
trunk/jbig2_arith_int.c
trunk/jbig2_arith_int.h
trunk/jbig2_generic.c
trunk/jbig2_generic.h
trunk/jbig2_halftone.c
trunk/jbig2_huffman.c
trunk/jbig2_huffman.h
trunk/jbig2_hufftab.h
trunk/jbig2_image.c
trunk/jbig2_image.h
trunk/jbig2_image_pbm.c
trunk/jbig2_image_png.c
trunk/jbig2_metadata.c
trunk/jbig2_metadata.h
trunk/jbig2_mmr.c
trunk/jbig2_mmr.h
trunk/jbig2_page.c
trunk/jbig2_priv.h
trunk/jbig2_refinement.c
trunk/jbig2_segment.c
trunk/jbig2_symbol_dict.c
trunk/jbig2_symbol_dict.h
trunk/jbig2_text.c
trunk/jbig2_text.h
trunk/jbig2dec.c
trunk/memcmp.c
trunk/os_types.h
trunk/pbm2png.c
Log:
Update copyright headers. Ownership has been transferred
to Artifex.
Modified: trunk/config_win32.h
===================================================================
--- trunk/config_win32.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/config_win32.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002-2003 artofcode LLC.
+ Copyright (C) 2002-2003 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2.c
===================================================================
--- trunk/jbig2.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002-2005 artofcode LLC.
+ Copyright (C) 2002-2005 Artifex Software, Inc.
This software is provided AS-IS with no warranty,
either express or implied.
Modified: trunk/jbig2.h
===================================================================
--- trunk/jbig2.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002-2005 artofcode LLC.
+ Copyright (C) 2002-2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_arith.c
===================================================================
--- trunk/jbig2_arith.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_arith.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001-2005 artofcode LLC.
+ Copyright (C) 2001-2005 Artifex Software, Inc.
This software is provided AS-IS with no warranty,
either express or implied.
Modified: trunk/jbig2_arith.h
===================================================================
--- trunk/jbig2_arith.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_arith.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001 artofcode LLC.
+ Copyright (C) 2001 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_arith_iaid.c
===================================================================
--- trunk/jbig2_arith_iaid.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_arith_iaid.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001 artofcode LLC.
+ Copyright (C) 2001 Artifex Software, Inc.
This software is provided AS-IS with no warranty,
either express or implied.
Modified: trunk/jbig2_arith_iaid.h
===================================================================
--- trunk/jbig2_arith_iaid.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_arith_iaid.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001 artofcode LLC.
+ Copyright (C) 2001 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_arith_int.c
===================================================================
--- trunk/jbig2_arith_int.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_arith_int.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001 artofcode LLC.
+ Copyright (C) 2001 Artifex Software, Inc.
This software is provided AS-IS with no warranty,
either express or implied.
Modified: trunk/jbig2_arith_int.h
===================================================================
--- trunk/jbig2_arith_int.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_arith_int.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001 artofcode LLC.
+ Copyright (C) 2001 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_generic.c
===================================================================
--- trunk/jbig2_generic.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_generic.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002-2005 artofcode LLC.
+ Copyright (C) 2002-2005 Artifex Software, Inc.
This software is provided AS-IS with no warranty,
either express or implied.
Modified: trunk/jbig2_generic.h
===================================================================
--- trunk/jbig2_generic.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_generic.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002-2004 artofcode LLC.
+ Copyright (C) 2002-2004 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_halftone.c
===================================================================
--- trunk/jbig2_halftone.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_halftone.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (C) 2005 artofcode LLC.
+ Copyright (C) 2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_huffman.c
===================================================================
--- trunk/jbig2_huffman.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_huffman.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001-2005 artofcode LLC.
+ Copyright (C) 2001-2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_huffman.h
===================================================================
--- trunk/jbig2_huffman.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_huffman.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001-2005 artofcode LLC.
+ Copyright (C) 2001-2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_hufftab.h
===================================================================
--- trunk/jbig2_hufftab.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_hufftab.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001-2005 artofcode LLC.
+ Copyright (C) 2001-2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_image.c
===================================================================
--- trunk/jbig2_image.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_image.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001-2005 artofcode LLC.
+ Copyright (C) 2001-2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_image.h
===================================================================
--- trunk/jbig2_image.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_image.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001-2002 artofcode LLC.
+ Copyright (C) 2001-2002 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_image_pbm.c
===================================================================
--- trunk/jbig2_image_pbm.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_image_pbm.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002 artofcode LLC.
+ Copyright (C) 2002 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_image_png.c
===================================================================
--- trunk/jbig2_image_png.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_image_png.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002 artofcode LLC.
+ Copyright (C) 2002 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_metadata.c
===================================================================
--- trunk/jbig2_metadata.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_metadata.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2003 artofcode LLC.
+ Copyright (C) 2003 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_metadata.h
===================================================================
--- trunk/jbig2_metadata.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_metadata.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2003 artofcode LLC.
+ Copyright (C) 2003 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_mmr.c
===================================================================
--- trunk/jbig2_mmr.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_mmr.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
-Copyright (C) 2001-2002 artofcode LLC.
+Copyright (C) 2001-2002 Artifex Software, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Modified: trunk/jbig2_mmr.h
===================================================================
--- trunk/jbig2_mmr.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_mmr.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001 artofcode LLC.
+ Copyright (C) 2001 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_page.c
===================================================================
--- trunk/jbig2_page.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_page.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2001-2005 artofcode LLC.
+ Copyright (C) 2001-2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_priv.h
===================================================================
--- trunk/jbig2_priv.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_priv.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002 artofcode LLC.
+ Copyright (C) 2002 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_refinement.c
===================================================================
--- trunk/jbig2_refinement.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_refinement.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2004 artofcode LLC.
+ Copyright (C) 2004 Artifex Software, Inc.
This software is provided AS-IS with no warranty,
either express or implied.
Modified: trunk/jbig2_segment.c
===================================================================
--- trunk/jbig2_segment.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_segment.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002-2005 artofcode LLC.
+ Copyright (C) 2002-2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_symbol_dict.c
===================================================================
--- trunk/jbig2_symbol_dict.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_symbol_dict.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (C) 2001-2005 artofcode LLC.
+ Copyright (C) 2001-2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_symbol_dict.h
===================================================================
--- trunk/jbig2_symbol_dict.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_symbol_dict.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (C) 2001-2002 artofcode LLC.
+ Copyright (C) 2001-2002 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_text.c
===================================================================
--- trunk/jbig2_text.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_text.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (C) 2002-2006 artofcode LLC.
+ Copyright (C) 2002-2006 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2_text.h
===================================================================
--- trunk/jbig2_text.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2_text.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2002-2006 artofcode LLC.
+ Copyright (C) 2002-2006 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/jbig2dec.c
===================================================================
--- trunk/jbig2dec.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/jbig2dec.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (C) 2001-2003 artofcode LLC.
+ Copyright (C) 2001-2003 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/memcmp.c
===================================================================
--- trunk/memcmp.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/memcmp.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (C) 2001-2005 artofcode LLC.
+ Copyright (C) 2001-2005 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/os_types.h
===================================================================
--- trunk/os_types.h 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/os_types.h 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (c) 2003 artofcode LLC.
+ Copyright (C) 2003 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
Modified: trunk/pbm2png.c
===================================================================
--- trunk/pbm2png.c 2008-05-07 21:30:33 UTC (rev 460)
+++ trunk/pbm2png.c 2008-05-07 21:37:02 UTC (rev 461)
@@ -1,7 +1,7 @@
/*
jbig2dec
- Copyright (C) 2002 artofcode LLC.
+ Copyright (C) 2002 Artifex Software, Inc.
This software is distributed under license and may not
be copied, modified or distributed except as expressly
More information about the jbig2-cvs
mailing list