summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--camlibs/canon/canon.c2
-rw-r--r--camlibs/canon/canon.h2
-rw-r--r--camlibs/canon/library.c1
-rw-r--r--camlibs/canon/serial.c1
-rw-r--r--camlibs/canon/usb.c1
-rw-r--r--camlibs/dimera/dimera3500.c140
-rw-r--r--camlibs/kodak/dc240/dc240.c2
-rw-r--r--camlibs/kodak/dc240/library.c2
-rw-r--r--camlibs/panasonic/dc1000.c2
-rw-r--r--camlibs/panasonic/dc1580.c2
-rw-r--r--camlibs/panasonic/l859/l859.c2
12 files changed, 0 insertions, 159 deletions
diff --git a/INSTALL b/INSTALL
index 4a61a3281..3b3bbb186 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,4 @@
########################################################################
-# $Id$
-#
# This file describes how to install libgphoto2.
########################################################################
diff --git a/camlibs/canon/canon.c b/camlibs/canon/canon.c
index 06b1c246c..2bdc7948a 100644
--- a/camlibs/canon/canon.c
+++ b/camlibs/canon/canon.c
@@ -5,8 +5,6 @@
* Additions 2000 by Philippe Marzouk and Edouard Lafargue
* USB support, 2000, by Mikael Nyström
*
- * $Id$
- *
* This file includes both USB and serial support for the cameras
* manufactured by Canon. These comprise all (or at least almost all)
* of the digital models of the IXUS, PowerShot and EOS series.
diff --git a/camlibs/canon/canon.h b/camlibs/canon/canon.h
index 997ff61f8..334e3657f 100644
--- a/camlibs/canon/canon.h
+++ b/camlibs/canon/canon.h
@@ -3,8 +3,6 @@
*
* Written 1999 by Wolfgang G. Reissnegger and Werner Almesberger
*
- * $Id$
- *
*/
#ifndef _CANON_H
diff --git a/camlibs/canon/library.c b/camlibs/canon/library.c
index a050ce3eb..794eaa736 100644
--- a/camlibs/canon/library.c
+++ b/camlibs/canon/library.c
@@ -11,7 +11,6 @@
* This file contains all the "glue code" required to use the canon
* driver with libgphoto2.
*
- * $Id$
****************************************************************************/
diff --git a/camlibs/canon/serial.c b/camlibs/canon/serial.c
index caa26979d..cf54e23f1 100644
--- a/camlibs/canon/serial.c
+++ b/camlibs/canon/serial.c
@@ -4,7 +4,6 @@
*
* Serial communication layer.
*
- * $Id$
****************************************************************************/
/****************************************************************************
diff --git a/camlibs/canon/usb.c b/camlibs/canon/usb.c
index 9d081d29e..0f4eed4b8 100644
--- a/camlibs/canon/usb.c
+++ b/camlibs/canon/usb.c
@@ -4,7 +4,6 @@
*
* USB communication layer.
*
- * $Id$
****************************************************************************/
#include <config.h>
diff --git a/camlibs/dimera/dimera3500.c b/camlibs/dimera/dimera3500.c
index af236a933..a7323823f 100644
--- a/camlibs/dimera/dimera3500.c
+++ b/camlibs/dimera/dimera3500.c
@@ -1,8 +1,6 @@
/*
* Program: gPhoto2 driver for Mustek VDC 3500/Relisys Dimera 3500
*
- * Version: $Id$
- *
* Note:
* This software was created with
* the help of proprietary information belonging
@@ -19,144 +17,6 @@
* Gregg Berg <gberg@covconn.net> GDB
* Rewrite of Dimera_Get_Full_Image() GDB
*
- * History:
- * $Log$
- * Revision 1.46 2002/11/23 00:47:45 hun
- * gettext stuff for Arnaud
- *
- * Revision 1.45 2002/11/17 15:48:47 marcusmeissner
- * * dimera3500.c: fixed 64bit problems (using long* to int*).
- *
- * Revision 1.44 2002/01/22 04:57:59 dfandrich
- * * TODO: changed note about temp.ppm and added one about multiple ops.
- * * mesalib.c: Check for error in mesa_modem_check.
- * * mesalib.h: Added include files.
- * * dimera3500.c: Put temp.ppm file permanently into file list.
- * Fix percentage given to gp_file_progress.
- * Simplified debugging macros.
- *
- * Revision 1.43 2002/01/16 21:41:58 cmarqu
- * Fix typo in dimera3500.c.
- *
- * Revision 1.42 2002/01/15 23:49:38 lutz
- * 2002-01-16 Lutz Müller <lutz@users.sourceforge.net>
- *
- * Black magic by Marcus Meissner <marcus@jet.franken.de>:
- *
- * find . -type f | xargs grep -l gp_debug_printf | xargs perl -pi -e 's/gp_debug_printf\(\s*GP_DEBUG[^,]*,[^,]*,(.*)$/GP_DEBUG(\1/'
- *
- * Revision 1.41 2002/01/13 20:34:38 lutz
- * 2002-01-13 Lutz Müller <urc8@rz.uni-karlsruhe.de>
- *
- * * dimera3500.c: Remove references to gp_camera_set_error.
- *
- * Revision 1.40 2002/01/12 23:31:42 lutz
- * 2002-01-13 Lutz Müller <urc8@rz.uni-karlsruhe.de>
- *
- * Finished the GPContext stuff - changes all over the place. Basically,
- * gp_[file,camera]_progress has been replaced by gp_context_progress_*.
- * Well, we haven't release a gphoto2-2.0 yet, therefore I hope you don't
- * mind the API change...
- *
- * * libgphoto2/gphoto2-camera.[c,h]: Added a GPContext parameter to
- * any function that can possibly communicate with the camera. That
- * makes every function cancellable (which is good), makes it possible
- * to report multiple errors during execution of a command, offers
- * several (nested) progress reports, and many other goodies.
- *
- * Revision 1.39 2002/01/10 23:06:54 lutz
- * 2002-01-10 Lutz Müller <urc8@rz.uni-karlsruhe.de>
- *
- * * libgphoto2/gphoto2-filesys.[c,h]: Add a GPContext to all functions
- * that potentially access the camera. This makes cancelling of
- * all operations possible and improves error reporting.
- * * tests/test-filesys.c:
- * * libgphoto2/gphoto2-camera.c:
- * * camlibs: Adjust to reflect above changes
- *
- * Revision 1.38 2002/01/04 23:15:55 dfandrich
- * Renamed macro arguments to avoid luser compilers replacing %s
- *
- * Revision 1.37 2002/01/04 23:06:05 dfandrich
- * Eliminated // comments for compatibility with pre-C99 compilers.
- *
- * Revision 1.36 2002/01/03 17:45:58 dfandrich
- * Changed download to use gp_file_progress to allow user to cancel.
- *
- * Revision 1.35 2002/01/02 14:49:41 hun
- * Removed redundant memset()s introduced by me :-(
- *
- * Revision 1.34 2002/01/02 00:29:10 hun
- * Added missing initialization of CameraAbilities struct. This fixes corrupt
- * abilities reported to libphoto2.
- *
- * Revision 1.33 2001/12/31 21:29:25 lutz
- * 2001-12-31 Lutz Müller <urc8@rz.uni-karlsruhe.de>
- *
- * * dimera3500.c (capture_image): Tell the filesystem about the
- * new (ram) image.
- *
- * Revision 1.32 2001/12/30 18:19:07 jerdfelt
- * Zero out the CameraAbilities struct so we don't have garbage in fields
- * This should help fix some of the problems with the new USB class matching
- * code people have reported
- *
- * Revision 1.31 2001/12/06 01:45:49 dfandrich
- * * configure.in
- * * libgphoto2_port/m4/stdint.m4
- * * camlibs/dimera/dimera3500.c
- * * camlibs/dimera/mesalib.h
- * * camlibs/panasonic/dc.c
- * * camlibs/panasonic/dc.h
- * * camlibs/panasonic/dc1000.c
- * * camlibs/panasonic/dc1580.c
- * * camlibs/panasonic/l859/l859.c
- * * camlibs/panasonic/l859/l859.h: add AC_NEED_STDINT_H to configure.in
- * and change camera libraries to use C99-style size-specific integer types
- *
- * Revision 1.30 2001/11/16 02:26:32 dfandrich
- * Propagating more error codes to the caller.
- *
- * Revision 1.29 2001/11/08 08:09:22 lutz
- * Small compile fix (you don't set permissions on thumbnails).
- *
- * Revision 1.28 2001/11/03 14:30:21 marcusmeissner
- * If we check for 'ENABLE_NLS', we need to include <config.h>.
- * Fix 'redefinition of _' compile warnings due to broken copy & pasted macro
- * in the camlibs.
- *
- * Revision 1.27 2001/10/31 08:29:53 dfandrich
- * * camlibs/dimera/ *.c: use renamed get/set functions, gp_camera_set_error
- *
- * Revision 1.26 2001/10/20 18:05:55 lutz
- * 2001-10-20 Lutz Müller <urc8@rz.uni-karlsruhe.de>
- *
- * * camlibs/digita:
- * * camlibs/dimera: Prepare for elimination of camera->camlib_data.
- * * camlibs/konica: Some additional debugging messages
- *
- * Revision 1.25 2001/10/20 12:36:11 lutz
- * 2001-10-20 Lutz Müller <urc8@rz.uni-karlsruhe.de>
- *
- * * camlibs: Instead of camera->port_info->speed, use
- * settings.serial.speed. That lets us ...
- * * libgphoto2/gphoto2-camera.[c,h]: ... remove camera->port_info
- *
- * [... elided log entries ...]
- *
- * Revision 1.3 2001/06/28 22:03:42 dfandrich
- * Integrated Brian Beattie's patch to use mesa_read_row instead of
- * mesa_read_image for picture downloading. Hopefully, this will
- * allow downloading on newer cameras.
- *
- * 2001/06/06 - Added serial baud rate setting. Dan
- * Improved camera_summary.
- *
- * 2001/03/10 - Port to gphoto2 Dan
- *
- * 2000/09/06 - Rewrite of Dimera_Get_Full_Image() GDB
- * * Reordered call to mesa_read_image_info() GDB
- * * Minor revision & doc Dimera_covert_raw() GDB
*/
#include <config.h>
diff --git a/camlibs/kodak/dc240/dc240.c b/camlibs/kodak/dc240/dc240.c
index 73b9c7691..2e7e4684d 100644
--- a/camlibs/kodak/dc240/dc240.c
+++ b/camlibs/kodak/dc240/dc240.c
@@ -2,8 +2,6 @@
Kodak DC 240/280/3400/5000 driver.
Maintainer:
Hubert Figuiere <hfiguiere@teaser.fr>
-
- $Id$
*/
#include <config.h>
diff --git a/camlibs/kodak/dc240/library.c b/camlibs/kodak/dc240/library.c
index ac6cbd337..66d94f118 100644
--- a/camlibs/kodak/dc240/library.c
+++ b/camlibs/kodak/dc240/library.c
@@ -2,8 +2,6 @@
Kodak DC 240/280/3400/5000 driver.
Maintainer:
Hubert Figuiere <hfiguiere@teaser.fr>
-
- $Id$
*/
#include <config.h>
diff --git a/camlibs/panasonic/dc1000.c b/camlibs/panasonic/dc1000.c
index 4a96a8306..30861d031 100644
--- a/camlibs/panasonic/dc1000.c
+++ b/camlibs/panasonic/dc1000.c
@@ -1,6 +1,4 @@
/*
- $Id$
-
Copyright (c) 2000 Mariusz Zynel <mariusz@mizar.org> (gPhoto port)
Copyright (C) 2000 Fredrik Roubert <roubert@df.lth.se> (idea)
Copyright (C) 1999 Galen Brooks <galen@nine.com> (DC1580 code)
diff --git a/camlibs/panasonic/dc1580.c b/camlibs/panasonic/dc1580.c
index 4d672895c..1f64718e6 100644
--- a/camlibs/panasonic/dc1580.c
+++ b/camlibs/panasonic/dc1580.c
@@ -1,6 +1,4 @@
/*
- $Id$
-
Copyright (c) 2000 Mariusz Zynel <mariusz@mizar.org> (gPhoto port)
Copyright (C) 2000 Fredrik Roubert <roubert@df.lth.se> (idea)
Copyright (C) 1999 Galen Brooks <galen@nine.com> (DC1580 code)
diff --git a/camlibs/panasonic/l859/l859.c b/camlibs/panasonic/l859/l859.c
index f3ca3ece6..21c88ec8a 100644
--- a/camlibs/panasonic/l859/l859.c
+++ b/camlibs/panasonic/l859/l859.c
@@ -1,6 +1,4 @@
/*
- $Id$
-
Copyright (c) 2001 Andrew Selkirk <aselkirk@mailandnews.com>
This file is part of the gPhoto project and may only be used, modified,