From f2085a5ce86f1fe49fa7f0bffce96673da76d13c Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 3 Sep 2009 16:10:49 -0700 Subject: [PATCH] Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, TODO, and catalyst. --- .gitattributes | 7 +++++++ AUTHORS | 3 +++ ChangeLog | 6 ++++++ README | 1 + TODO | 2 ++ catalyst | 1 + 6 files changed, 20 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..19ad929b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +AUTHORS ident +ChangeLog ident +README ident +TODO ident +catalyst ident +*.py ident +*.sh ident diff --git a/AUTHORS b/AUTHORS index 2262028a..e09dd73e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,5 @@ +# $Id$ + This list is split into two alphabetical lists. The first is a listing of the authors of the original Gentoo package. The copyrights for all of those code contributions belong to the Gentoo Foundation. The second list is the authors @@ -35,3 +37,4 @@ Copyright authors: ------ Andrew Gaffney Chris Gianelloni + diff --git a/ChangeLog b/ChangeLog index c0e43844..c6bd7b55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for catalyst # Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 +# $Id$ + + 03 Sep 2009; Chris Gianelloni AUTHORS, + +.gitattributes, README, TODO, catalyst: + Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, + README, TODO, and catalyst. 23 Aug 2009; Andrew Gaffney modules/catalyst/target/livecd_stage2.py: diff --git a/README b/README index d717d951..ef41380b 100644 --- a/README +++ b/README @@ -1,3 +1,4 @@ +# $Id$ Licensing ======================== diff --git a/TODO b/TODO index e6fac2be..baed5bdb 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +# $Id$ + This file is a rough list of changes that need to be made to catalyst. If you have questions about any of these items, or wish to help with development, send them to the gentoo-catalyst@lists.gentoo.org mailing list. Bug reports should diff --git a/catalyst b/catalyst index 61efc16e..33a31702 100755 --- a/catalyst +++ b/catalyst @@ -3,6 +3,7 @@ # Maintained in full by: # Andrew Gaffney # Chris Gianelloni +# $Id$ import os, sys, getopt -- 2.26.2