shithub: jbig2

Download patch

ref: 4db6758c0acf306c07cea834e22414d2db42b56a
parent: d5db893a4dfe988b1ecea14595f3c7605ee166ea
author: Ralph Giles <giles@rain.(none)>
date: Tue Feb 24 12:13:38 EST 2009

Remove Id and other svn keyword substitution lines.

These were sometimes helpful in backtracking from isolated source
copies to a specific revision in a centralized version control
system, but git has poor support for such things. They are also
much less necessary now that public source repositories are a
more common part of development workflows.

--- a/Jamfile
+++ b/Jamfile
@@ -1,4 +1,4 @@
-# $Id: Jamfile $
+# Build specification for the 'jam' tool
 #
 # You still need to run configure to generate config.h
 # 
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
 ## process this file with automake to generate Makefile.in
 
 # require automake 1.7
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,6 @@
 #!/bin/sh
 # Run this to set up the build system: configure, makefiles, etc.
 
-# $Id$
-
 package="jbig2dec"
 AUTOMAKE_FLAGS="$AUTOMAKE_FLAGS"
 
--- a/config_win32.h
+++ b/config_win32.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 /* configuration header file for compiling under Microsoft Windows */
--- a/configure.ac
+++ b/configure.ac
@@ -7,8 +7,6 @@
 AM_INIT_AUTOMAKE([-Wall])
 AM_CONFIG_HEADER(config.h)
 
-dnl AC_REVISION([$Rev$])
-
 # Checks for programs.
 AC_PROG_CC
 AM_PROG_CC_C_O
--- a/jbig2.c
+++ b/jbig2.c
@@ -15,8 +15,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/jbig2.h
+++ b/jbig2.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-        
-    $Id$
 */
 
 #ifdef __cplusplus
--- a/jbig2_arith.c
+++ b/jbig2_arith.c
@@ -15,8 +15,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/jbig2_arith.h
+++ b/jbig2_arith.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 typedef struct _Jbig2ArithState Jbig2ArithState;
--- a/jbig2_arith_iaid.c
+++ b/jbig2_arith_iaid.c
@@ -15,8 +15,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 /* Annex A.3 */
--- a/jbig2_arith_iaid.h
+++ b/jbig2_arith_iaid.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 typedef struct _Jbig2ArithIaidCtx Jbig2ArithIaidCtx;
--- a/jbig2_arith_int.c
+++ b/jbig2_arith_int.c
@@ -15,8 +15,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 /* Annex A */
--- a/jbig2_arith_int.h
+++ b/jbig2_arith_int.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 typedef struct _Jbig2ArithIntCtx Jbig2ArithIntCtx;
--- a/jbig2_generic.c
+++ b/jbig2_generic.c
@@ -15,8 +15,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 /**
--- a/jbig2_generic.h
+++ b/jbig2_generic.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-        
-    $Id$
 */
 
 /**
--- a/jbig2_halftone.c
+++ b/jbig2_halftone.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id: jbig2_text.c 420 2005-07-27 23:55:54Z giles $
 */
 
 /* JBIG2 Pattern Dictionary and Halftone Region decoding */
--- a/jbig2_huffman.c
+++ b/jbig2_huffman.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 /* Huffman table decoding procedures
--- a/jbig2_huffman.h
+++ b/jbig2_huffman.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifndef JBIG2_HUFFMAN_H
--- a/jbig2_hufftab.h
+++ b/jbig2_hufftab.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 /* predefined Huffman table definitions
--- a/jbig2_image.c
+++ b/jbig2_image.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/jbig2_image.h
+++ b/jbig2_image.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 
--- a/jbig2_image_pbm.c
+++ b/jbig2_image_pbm.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/jbig2_image_png.c
+++ b/jbig2_image_png.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/jbig2_metadata.c
+++ b/jbig2_metadata.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/jbig2_metadata.h
+++ b/jbig2_metadata.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 
--- a/jbig2_mmr.c
+++ b/jbig2_mmr.c
@@ -7,8 +7,6 @@
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
-
-$Id$
 */
 
 /*
--- a/jbig2_mmr.h
+++ b/jbig2_mmr.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 int
--- a/jbig2_page.c
+++ b/jbig2_page.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/jbig2_priv.h
+++ b/jbig2_priv.h
@@ -13,8 +13,6 @@
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
 
-    $Id$
-
     shared library internals
 */
 
--- a/jbig2_refinement.c
+++ b/jbig2_refinement.c
@@ -15,8 +15,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 /**
--- a/jbig2_segment.c
+++ b/jbig2_segment.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/jbig2_symbol_dict.c
+++ b/jbig2_symbol_dict.c
@@ -13,8 +13,6 @@
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
 
-    $Id$
-
     symbol dictionary segment decode and support
 */
 
--- a/jbig2_symbol_dict.h
+++ b/jbig2_symbol_dict.h
@@ -13,8 +13,6 @@
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
 
-    $Id$
-
     symbol dictionary header
  */
 
--- a/jbig2_text.c
+++ b/jbig2_text.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/jbig2_text.h
+++ b/jbig2_text.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-        
-    $Id: jbig2_text.h 8022 2007-06-05 22:23:38Z giles $
 */
 
 /**
--- a/jbig2dec.c
+++ b/jbig2dec.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/memcmp.c
+++ b/memcmp.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/os_types.h
+++ b/os_types.h
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 /*
--- a/pbm2png.c
+++ b/pbm2png.c
@@ -12,8 +12,6 @@
     http://www.artifex.com/licensing/ or contact
     Artifex Software, Inc.,  101 Lucas Valley Road #110,
     San Rafael, CA  94903, U.S.A., +1(415)492-9861.
-
-    $Id$
 */
 
 #ifdef HAVE_CONFIG_H
--- a/test_jbig2dec.py
+++ b/test_jbig2dec.py
@@ -1,7 +1,6 @@
 #! /usr/bin/env python
 
 # this is the testtest script for jbig2dec
-# $Id$
 
 import os, re
 import sys, time