summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f662ec3)
raw | patch | inline | side by side (parent: f662ec3)
author | Lennart Poettering <lennart@poettering.net> | |
Mon, 23 Jun 2014 13:08:16 +0000 (15:08 +0200) | ||
committer | Lennart Poettering <lennart@poettering.net> | |
Mon, 23 Jun 2014 13:08:16 +0000 (15:08 +0200) |
14 files changed:
Makefile.am | patch | blob | history | |
bootstrap.sh | patch | blob | history | |
configure.ac | patch | blob | history | |
doc/Makefile.am | patch | blob | history | |
doc/style.css | patch | blob | history | |
src/Makefile.am | patch | blob | history | |
src/filecache.c | patch | blob | history | |
src/filecache.h | patch | blob | history | |
src/fusedav.c | patch | blob | history | |
src/fusedav.h | patch | blob | history | |
src/session.c | patch | blob | history | |
src/session.h | patch | blob | history | |
src/statcache.c | patch | blob | history | |
src/statcache.h | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index c518ef62ef82437d6d5a2ae4449f1fee98e43099..037d4e3eacb26c60c64ce97d06f163093c11dc6f 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
-# $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 14a941b052c373349feb72c55a603feccec9e08e..5d8c295be404ebedc2215757a46cf3adaae5be26 100755 (executable)
--- a/bootstrap.sh
+++ b/bootstrap.sh
#!/bin/bash
-# $Id$
# Copyright (c) 2004-2006 Lennart Poettering
#
diff --git a/configure.ac b/configure.ac
index b4ad76cc2d5e7b338f053ea1d9d2d35454e30747..3a1a830d9bc2099aaac9f0386ab87a53bfe99ffd 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# -*- 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 583a77c54f60f6edc07332054c10e09a9216c84c..34c7486951cca2ce18f9933296140a7f3585dacc 100644 (file)
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
-# $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 a85d907afab7ef7e356891e5d1c9438e50644959..9a292b58f1a6470f571d3ed28a1771822ebb06d0 100644 (file)
--- a/doc/style.css
+++ b/doc/style.css
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/Makefile.am b/src/Makefile.am
index f88c833e26e3635446bc41968ad6f587d1364c72..df69654d49840e9f004628b50565b154e7c26dd8 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
-# $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 dfbbae840185b354552e7d72e2763d49ff9cb369..3b1e90728a4ccd8fc7b6317198e4102bd6113a39 100644 (file)
--- a/src/filecache.c
+++ b/src/filecache.c
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/filecache.h b/src/filecache.h
index 0c252b0c177e35976118cbfef7e7f95ec0a8beab..be59dbe0960229982165852ab8b9dd658685aef8 100644 (file)
--- a/src/filecache.h
+++ b/src/filecache.h
#ifndef foofilecachehfoo
#define foofilecachehfoo
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/fusedav.c b/src/fusedav.c
index 8d3cdc72f3dda3abcdac12f7be15ab4fbb03aee4..5620811e8f5f154bc61111316e9a71462ca7feff 100644 (file)
--- a/src/fusedav.c
+++ b/src/fusedav.c
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/fusedav.h b/src/fusedav.h
index 2fef34fa00f76f349f6b9db69464c067f7f817e0..d26277f89d698e2af2948a2ffb77118dd83087fe 100644 (file)
--- a/src/fusedav.h
+++ b/src/fusedav.h
#ifndef foofusedevhfoo
#define foofusedevhfoo
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/session.c b/src/session.c
index d1224b1353c76028094810ee3c375854f623838e..ca5b89be3c34961eb90d76fb8dbd4b663b13dd93 100644 (file)
--- a/src/session.c
+++ b/src/session.c
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/session.h b/src/session.h
index 2623bddcb01121e667162106323ebec9220561cd..4ae3a3735f6a759e0e3774e1aa0bd5e77b99a2e8 100644 (file)
--- a/src/session.h
+++ b/src/session.h
#ifndef foosessionhfoo
#define foosessionhfoo
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/statcache.c b/src/statcache.c
index 3105a5b84c9f2620fd9439584df135551acc5a9e..28f3e275199d561d2274bcb5e79e0a6b6693f826 100644 (file)
--- a/src/statcache.c
+++ b/src/statcache.c
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering
diff --git a/src/statcache.h b/src/statcache.h
index 62fcb8129c31b2b134dd34490762fec33c957653..53d96cabeedce7cc72cfa34e5f8cf4f0bf9d710d 100644 (file)
--- a/src/statcache.h
+++ b/src/statcache.h
#ifndef foostatcachehfoo
#define foostatcachehfoo
-/* $Id$ */
-
/***
Copyright (c) 2004-2006 Lennart Poettering