summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-05-22 22:20:18 +0200
committerHarald Judt <h.judt@gmx.at>2015-05-22 22:44:27 +0200
commit5ad3ff45441ef7a33c46643b4489776dae664929 (patch)
treee53c33ea2ed73d99e40c7f61e76a551661e8c1c6 /examples
parent6010f71d865b624f5f58b81405764c4ce6b2afc4 (diff)
downloadthunar-5ad3ff45441ef7a33c46643b4489776dae664929.tar.gz
Remove subversion $Id$ tags
Remove them or replace them with vim modelines where appropriate.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/nautilus-bulk-rename.py2
-rw-r--r--examples/tex-open-terminal/Makefile.am2
-rw-r--r--examples/tex-open-terminal/tex-open-terminal-plugin.c2
-rw-r--r--examples/tex-open-terminal/tex-open-terminal.c2
-rw-r--r--examples/tex-open-terminal/tex-open-terminal.h2
-rwxr-xr-xexamples/thunar-file-manager.py2
-rwxr-xr-xexamples/xfce-file-manager.py2
8 files changed, 3 insertions, 13 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 3c5d1a40..135d094f 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
SUBDIRS = \
tex-open-terminal
diff --git a/examples/nautilus-bulk-rename.py b/examples/nautilus-bulk-rename.py
index c0589272..49ae4554 100644
--- a/examples/nautilus-bulk-rename.py
+++ b/examples/nautilus-bulk-rename.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python
#
-# $Id$
-#
# Copyright (c) 2006 Benedikt Meurer <benny@xfce.org>
#
# This program is free software; you can redistribute it and/or modify it
diff --git a/examples/tex-open-terminal/Makefile.am b/examples/tex-open-terminal/Makefile.am
index 3d09e4d4..2bdc75c4 100644
--- a/examples/tex-open-terminal/Makefile.am
+++ b/examples/tex-open-terminal/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir) \
diff --git a/examples/tex-open-terminal/tex-open-terminal-plugin.c b/examples/tex-open-terminal/tex-open-terminal-plugin.c
index a7a541f2..26701081 100644
--- a/examples/tex-open-terminal/tex-open-terminal-plugin.c
+++ b/examples/tex-open-terminal/tex-open-terminal-plugin.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* vi:set et ai sw=2 sts=2 ts=2: */
/*-
* Copyright (c) 2005 Benedikt Meurer <benny@xfce.org>
*
diff --git a/examples/tex-open-terminal/tex-open-terminal.c b/examples/tex-open-terminal/tex-open-terminal.c
index f6e6fcbe..42da069d 100644
--- a/examples/tex-open-terminal/tex-open-terminal.c
+++ b/examples/tex-open-terminal/tex-open-terminal.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* vi:set et ai sw=2 sts=2 ts=2: */
/*-
* Copyright (c) 2005 Benedikt Meurer <benny@xfce.org>
*
diff --git a/examples/tex-open-terminal/tex-open-terminal.h b/examples/tex-open-terminal/tex-open-terminal.h
index 00a2c693..bc0393a9 100644
--- a/examples/tex-open-terminal/tex-open-terminal.h
+++ b/examples/tex-open-terminal/tex-open-terminal.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* vi:set et ai sw=2 sts=2 ts=2: */
/*-
* Copyright (c) 2005 Benedikt Meurer <benny@xfce.org>
*
diff --git a/examples/thunar-file-manager.py b/examples/thunar-file-manager.py
index ee2e6a30..50c676f7 100755
--- a/examples/thunar-file-manager.py
+++ b/examples/thunar-file-manager.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python
#
-# $Id$
-#
# Copyright (c) 2006 Benedikt Meurer <benny@xfce.org>
#
# This program is free software; you can redistribute it and/or modify it
diff --git a/examples/xfce-file-manager.py b/examples/xfce-file-manager.py
index aba5fa69..6873d794 100755
--- a/examples/xfce-file-manager.py
+++ b/examples/xfce-file-manager.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python
#
-# $Id$
-#
# Copyright (c) 2006 Benedikt Meurer <benny@xfce.org>
#
# This program is free software; you can redistribute it and/or modify it