From 1a4be55c7f8063a73bcc2e2721da1be439eaffb6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 27 Feb 2007 21:33:33 +0000 Subject: [PATCH] Cosmetic changes (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@152 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/lar/Makefile | 2 +- util/lar/README | 2 +- util/lar/create.c | 2 +- util/lar/create.h | 2 +- util/lar/example.c | 2 +- util/lar/extract.c | 2 +- util/lar/extract.h | 2 +- util/lar/lar.c | 2 +- util/lar/lar.h | 2 +- util/lar/lib.c | 2 +- util/lar/lib.h | 2 +- util/lar/list.c | 2 +- util/lar/list.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/util/lar/Makefile b/util/lar/Makefile index 8090ea4fc9..2576d5b250 100644 --- a/util/lar/Makefile +++ b/util/lar/Makefile @@ -2,7 +2,7 @@ ## lar - LinuxBIOS archiver ## ## Copyright (C) 2006 coresystems GmbH -## Written by Stefan Reinauer for coresystems GmbH +## Written by Stefan Reinauer for coresystems GmbH. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/util/lar/README b/util/lar/README index 961e28cdfc..b6f643fcfe 100644 --- a/util/lar/README +++ b/util/lar/README @@ -86,7 +86,7 @@ Copyright and License --------------------- Copyright (C) 2006 coresystems GmbH -Written by Stefan Reinauer for coresystems GmbH +Written by Stefan Reinauer for coresystems GmbH. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/util/lar/create.c b/util/lar/create.c index 1cd32f080f..ea408956a8 100644 --- a/util/lar/create.c +++ b/util/lar/create.c @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/create.h b/util/lar/create.h index a831c90894..962f293ff2 100644 --- a/util/lar/create.h +++ b/util/lar/create.h @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/example.c b/util/lar/example.c index 93d5bfce38..5591a0709f 100644 --- a/util/lar/example.c +++ b/util/lar/example.c @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/extract.c b/util/lar/extract.c index 6ba4ca9ca5..1eebfbe993 100644 --- a/util/lar/extract.c +++ b/util/lar/extract.c @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/extract.h b/util/lar/extract.h index eed871b16f..98c32630de 100644 --- a/util/lar/extract.h +++ b/util/lar/extract.h @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/lar.c b/util/lar/lar.c index f2ebdaf493..ce476d16ff 100644 --- a/util/lar/lar.c +++ b/util/lar/lar.c @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/lar.h b/util/lar/lar.h index cafdd4aac8..7bc9591ac4 100644 --- a/util/lar/lar.h +++ b/util/lar/lar.h @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/lib.c b/util/lar/lib.c index 0b5feb2875..e7318a5f5b 100644 --- a/util/lar/lib.c +++ b/util/lar/lib.c @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/lib.h b/util/lar/lib.h index 7ab95826fb..fdd8c3c6cf 100644 --- a/util/lar/lib.h +++ b/util/lar/lib.h @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/list.c b/util/lar/list.c index 0d83000739..3ad02220d1 100644 --- a/util/lar/list.c +++ b/util/lar/list.c @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/lar/list.h b/util/lar/list.h index 93ddfb76dd..c62b1a0261 100644 --- a/util/lar/list.h +++ b/util/lar/list.h @@ -2,7 +2,7 @@ * lar - LinuxBIOS archiver * * Copyright (C) 2006 coresystems GmbH - * Written by Stefan Reinauer for coresystems GmbH + * Written by Stefan Reinauer for coresystems GmbH. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by