]> mj.ucw.cz Git - pciutils.git/commitdiff
Changed all my email addresses to mj@ucw.cz.
authorMartin Mares <mj@ucw.cz>
Sat, 30 Mar 2002 15:39:24 +0000 (15:39 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:51 +0000 (14:10 +0200)
16 files changed:
common.c
lib/Makefile
lib/access.c
lib/dump.c
lib/filter.c
lib/generic.c
lib/header.h
lib/i386-ports.c
lib/internal.h
lib/names.c
lib/pci.h
lib/proc.c
lib/syscalls.c
lspci.c
pciutils.h
setpci.c

index b1bceb770202be530a01e947a8f9923d256bf6d3..94bd4e05a79e6f3727d2431724236da65b296c64 100644 (file)
--- a/common.c
+++ b/common.c
@@ -1,9 +1,9 @@
 /*
- *     $Id: common.c,v 1.1 1999/01/22 21:04:50 mj Exp $
+ *     $Id: common.c,v 1.2 2002/03/30 15:39:24 mj Exp $
  *
  *     Linux PCI Utilities -- Common Functions
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 808b7d73b611293417943d3035badd538acd0d03..9fcbf59895f0efc7a6ea4e24e9f1b439453fd520 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.4 2000/04/21 11:58:00 mj Exp $
+# $Id: Makefile,v 1.5 2002/03/30 15:39:25 mj Exp $
 # Makefile for The PCI Library
-# (c) 1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+# (c) 1999 Martin Mares <mj@ucw.cz>
 
 include config.mk
 
index b80969e023c08fbd29d340ffcf3352de5bdd00d8..8fbc224d9e14e0e7af0cba26a7bce0c2a863e47a 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: access.c,v 1.7 2000/04/21 11:58:00 mj Exp $
+ *     $Id: access.c,v 1.8 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library -- User Access
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 5aa83230a1ba7e1fafd2074f2fc47f9820fe7dc7..dd0be6fc531be46ddffb06c10c8131655c77bbd1 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: dump.c,v 1.1 1999/01/22 21:05:20 mj Exp $
+ *     $Id: dump.c,v 1.2 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library -- Reading of Bus Dumps
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 468e5722ed1be518cdf9270fffa7bdb01bc2a20c..2698cf85463bf59535d847c809452bad29799271 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: filter.c,v 1.2 2002/03/24 12:14:21 mj Exp $
+ *     $Id: filter.c,v 1.3 2002/03/30 15:39:25 mj Exp $
  *
  *     Linux PCI Library -- Device Filtering
  *
- *     Copyright (c) 1998--2002 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1998--2002 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 03e9f72ab9688cbc2b96e92765f6c85d525527e5..d9a9bdd76ad3950d5ccc8f15b2375df81dbf0217 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: generic.c,v 1.6 2000/04/21 11:58:00 mj Exp $
+ *     $Id: generic.c,v 1.7 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library -- Generic Direct Access Functions
  *
- *     Copyright (c) 1997--2000 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--2000 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index c92281d6beb33e9f8e32c05ae5c39d1697e284e3..b2668f0606905b3e6fecb9c4f192f96156209ac7 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: header.h,v 1.7 2002/03/24 12:58:05 mj Exp $
+ *     $Id: header.h,v 1.8 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library -- PCI Header Structure (extracted from <linux/pci.h>)
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--2002 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index a78d98b6f1c005dad3fdf38cd27d460770f43cb5..ce5d35f68d314000b8f5f5d856e8dfa4d811bdd3 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: i386-ports.c,v 1.2 2000/01/24 15:36:09 mj Exp $
+ *     $Id: i386-ports.c,v 1.3 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library -- Direct Configuration access via i386 Ports
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 0a786c103b9ad619d228541b1ce45dc31cf48f63..4f2a113cc4bb7db1bea8a31b23cc7f5652ba1755 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: internal.h,v 1.5 2000/04/29 12:56:23 mj Exp $
+ *     $Id: internal.h,v 1.6 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library -- Internal Include File
  *
- *     Copyright (c) 1997--2000 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--2000 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 16335fc22b3e45895f567c757db951488235b114..94225f58efeaae308ac526c5c6e3a50cff24560d 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: names.c,v 1.8 2002/03/30 15:13:06 mj Exp $
+ *     $Id: names.c,v 1.9 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library -- ID to Name Translation
  *
- *     Copyright (c) 1997--2002 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--2002 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 7427cf2f38e7faf9f8857ea629eac528d277c180..b158c34c9cbbfd6a01507e227d6b2323c19b634b 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -1,9 +1,9 @@
 /*
- *     $Id: pci.h,v 1.8 2000/04/21 11:58:00 mj Exp $
+ *     $Id: pci.h,v 1.9 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index d4d427a38a6f9ba584f8707bd6432bceeb98bd96..880eeaaf06f5e31c5434172dd816dbbe7b630fc7 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: proc.c,v 1.8 2000/04/21 11:58:00 mj Exp $
+ *     $Id: proc.c,v 1.9 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library -- Configuration Access via /proc/bus/pci
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 250e622c31f64a7043813618edb2a8cde9b7d925..3b3ef42e24e94bcfbee6e0eb97c4f9822caf0e6d 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: syscalls.c,v 1.1 1999/01/22 21:05:42 mj Exp $
+ *     $Id: syscalls.c,v 1.2 2002/03/30 15:39:25 mj Exp $
  *
  *     The PCI Library -- Configuration Access via Syscalls
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
diff --git a/lspci.c b/lspci.c
index a6ac32ce11514be56379403dce76b806a597ce3f..f4f53ee188a5d04d74917bae12647e17518a92a8 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -1,9 +1,9 @@
 /*
- *     $Id: lspci.c,v 1.40 2002/03/24 12:58:05 mj Exp $
+ *     $Id: lspci.c,v 1.41 2002/03/30 15:39:24 mj Exp $
  *
  *     Linux PCI Utilities -- List All PCI Devices
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--2002 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index ba709f5201ffb7829f85a52732e9da68bac25a22..cb958cd8b9ba5b844f08624638c95b06d2e782a1 100644 (file)
@@ -1,9 +1,9 @@
 /*
- *     $Id: pciutils.h,v 1.13 2000/04/21 11:58:01 mj Exp $
+ *     $Id: pciutils.h,v 1.14 2002/03/30 15:39:24 mj Exp $
  *
  *     Linux PCI Utilities -- Declarations
  *
- *     Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1997--1999 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
index 4aa541787caf3b60e1bfec696b6d6951163f474d..497538a5b9d73658f23255001378e812137e613f 100644 (file)
--- a/setpci.c
+++ b/setpci.c
@@ -1,9 +1,9 @@
 /*
- *     $Id: setpci.c,v 1.11 2000/02/14 19:29:58 mj Exp $
+ *     $Id: setpci.c,v 1.12 2002/03/30 15:39:24 mj Exp $
  *
  *     Linux PCI Utilities -- Manipulate PCI Configuration Registers
  *
- *     Copyright (c) 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ *     Copyright (c) 1998 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */