aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--configure.ac1
-rwxr-xr-xtools/ksyms1
-rwxr-xr-xtools/meta-rip1
-rwxr-xr-xtools/update-copyright1
5 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 2318c91..324afc3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,3 @@
-# $Id$
.SILENT:
diff --git a/configure.ac b/configure.ac
index e94fee5..a814270 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,3 @@
-# $Id$
AC_INIT([Vega], [0.0.1], [emilia@vegaa.systems])
diff --git a/tools/ksyms b/tools/ksyms
index 5fa7dc9..c2b9008 100755
--- a/tools/ksyms
+++ b/tools/ksyms
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
-# $Id$
rm -f $1
printf "#include <sys/types.h>\n\nstruct kernel_symbol" > $1
diff --git a/tools/meta-rip b/tools/meta-rip
index 873a003..4041feb 100755
--- a/tools/meta-rip
+++ b/tools/meta-rip
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Id$
if [[ ! -f $1 ]]
then
diff --git a/tools/update-copyright b/tools/update-copyright
index 934803e..d1af46c 100755
--- a/tools/update-copyright
+++ b/tools/update-copyright
@@ -1,5 +1,4 @@
#!/bin/bash
-# $Id$
# Set the current year as a variable
current_year=$(date +"%Y")