aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/Custom.nmake2
-rw-r--r--packaging/nsis/Makefile.am2
-rw-r--r--packaging/nsis/Makefile.nmake2
3 files changed, 0 insertions, 6 deletions
diff --git a/packaging/nsis/Custom.nmake b/packaging/nsis/Custom.nmake
index bac8ffbcbb..49979f9367 100644
--- a/packaging/nsis/Custom.nmake
+++ b/packaging/nsis/Custom.nmake
@@ -1,6 +1,4 @@
#
-# $Id$
-#
# Add your custom plugins here
CUSTOM_PLUGINS= \
# Example:
diff --git a/packaging/nsis/Makefile.am b/packaging/nsis/Makefile.am
index c5e8509cba..1d4cdf4f1b 100644
--- a/packaging/nsis/Makefile.am
+++ b/packaging/nsis/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-#
MAINTAINERCLEANFILES = \
Makefile.in
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 166d833483..ae9a144fc3 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,6 +1,4 @@
#
-# $Id$
-#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
# freeware and non-freeware packages are using it, too.