summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-23 15:08:16 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-23 15:08:16 +0200
commitf8835b143558f38cfb7a01a71adc525598f12d05 (patch)
tree8985a5ec019c376e6ac6e4a2c81bf38f81629e37
parentf662ec3b303d2cd70b96dbd226d43736b1b16c16 (diff)
git: remove $Id$ svn cruftHEADmaster
-rw-r--r--Makefile.am2
-rwxr-xr-xbootstrap.sh1
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/style.css2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/filecache.c2
-rw-r--r--src/filecache.h2
-rw-r--r--src/fusedav.c2
-rw-r--r--src/fusedav.h2
-rw-r--r--src/session.c2
-rw-r--r--src/session.h2
-rw-r--r--src/statcache.c2
-rw-r--r--src/statcache.h2
14 files changed, 0 insertions, 27 deletions
diff --git a/Makefile.am b/Makefile.am
index c518ef6..037d4e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
# Copyright (c) 2004-2006 Lennart Poettering
#
# Permission is hereby granted, free of charge, to any person
diff --git a/bootstrap.sh b/bootstrap.sh
index 14a941b..5d8c295 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Id$
# Copyright (c) 2004-2006 Lennart Poettering
#
diff --git a/configure.ac b/configure.ac
index b4ad76c..3a1a830 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,6 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-# $Id$
-
# Copyright (c) 2004-2006 Lennart Poettering
#
# Permission is hereby granted, free of charge, to any person
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 583a77c..34c7486 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
# Copyright (c) 2004-2006 Lennart Poettering
#
# Permission is hereby granted, free of charge, to any person
diff --git a/doc/style.css b/doc/style.css
index a85d907..9a292b5 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/Makefile.am b/src/Makefile.am
index f88c833..df69654 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
# Copyright (c) 2004-2006 Lennart Poettering
#
# Permission is hereby granted, free of charge, to any person
diff --git a/src/filecache.c b/src/filecache.c
index dfbbae8..3b1e907 100644
--- a/src/filecache.c
+++ b/src/filecache.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/filecache.h b/src/filecache.h
index 0c252b0..be59dbe 100644
--- a/src/filecache.h
+++ b/src/filecache.h
@@ -1,8 +1,6 @@
#ifndef foofilecachehfoo
#define foofilecachehfoo
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/fusedav.c b/src/fusedav.c
index 8d3cdc7..5620811 100644
--- a/src/fusedav.c
+++ b/src/fusedav.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/fusedav.h b/src/fusedav.h
index 2fef34f..d26277f 100644
--- a/src/fusedav.h
+++ b/src/fusedav.h
@@ -1,8 +1,6 @@
#ifndef foofusedevhfoo
#define foofusedevhfoo
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/session.c b/src/session.c
index d1224b1..ca5b89b 100644
--- a/src/session.c
+++ b/src/session.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/session.h b/src/session.h
index 2623bdd..4ae3a37 100644
--- a/src/session.h
+++ b/src/session.h
@@ -1,8 +1,6 @@
#ifndef foosessionhfoo
#define foosessionhfoo
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/statcache.c b/src/statcache.c
index 3105a5b..28f3e27 100644
--- a/src/statcache.c
+++ b/src/statcache.c
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/statcache.h b/src/statcache.h
index 62fcb81..53d96ca 100644
--- a/src/statcache.h
+++ b/src/statcache.h
@@ -1,8 +1,6 @@
#ifndef foostatcachehfoo
#define foostatcachehfoo
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering