From 6196e8b880524a71c53fb1dcc29db0052e42f294 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 2 Sep 2009 08:33:38 -0700 Subject: [PATCH] Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, README, and TODO. --- .gitattributes | 7 +++++++ AUTHORS | 2 ++ ChangeLog | 6 ++++++ README | 1 + TODO | 2 ++ 5 files changed, 18 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 d4822702..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 diff --git a/ChangeLog b/ChangeLog index 4b7b69f5..12670bba 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$ + + 02 Sep 2009; Chris Gianelloni AUTHORS, + +.gitattributes, README, TODO: + Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, + README, and TODO. 23 Aug 2009; Andrew Gaffney modules/livecd_stage2_target.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 df470eb3..bebdec77 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 -- 2.26.2