Add missing $Id:$ comments
This commit is contained in:
parent
c048987a2c
commit
2e2ac742c7
4 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#$Id$
|
||||||
menu "BOOK Settings"
|
menu "BOOK Settings"
|
||||||
|
|
||||||
#--- BOOK/script
|
#--- BOOK/script
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -1,6 +1,9 @@
|
||||||
|
# $Id:
|
||||||
# From the Build Scripts Written By: Jim Gifford <lfs@jg555.com>
|
# From the Build Scripts Written By: Jim Gifford <lfs@jg555.com>
|
||||||
# Modified By: Joe Ciccone <jciccone@linuxfromscratch.org
|
# Modified By: Joe Ciccone <jciccone@linuxfromscratch.org
|
||||||
# Additional changes: George Boudreau <georgeb@linuxfromscratch.org>
|
# Additional changes: George Boudreau <georgeb@linuxfromscratch.org>
|
||||||
|
# Manuel Canales Esparcia
|
||||||
|
# Pierre Labastie
|
||||||
|
|
||||||
TOPDIR=$(shell pwd)
|
TOPDIR=$(shell pwd)
|
||||||
CONFIG_CONFIG_IN = Config.in
|
CONFIG_CONFIG_IN = Config.in
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# $Id$
|
||||||
# Acknowledgment:
|
# Acknowledgment:
|
||||||
# The following code is a no-modified version (except for this comment
|
# The following code is a no-modified version (except for this comment,
|
||||||
# and the inline_doc fragment) of an original work written by
|
# the `Id' comment, and the inline_doc fragment) of an original work written by
|
||||||
# Ken Moffat and is included here with his permission.
|
# Ken Moffat and is included here with his permission.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<!-- $Id:$ -->
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||||
|
|
Reference in a new issue