From mboxrd@z Thu Jan 1 00:00:00 1970 From: fabbione@sourceware.org Date: 22 Apr 2008 18:34:37 -0000 Subject: [Cluster-devel] Cluster Project branch, master, updated. gfs-kernel_0_1_22-194-g8aaedf4 Message-ID: <20080422183437.14260.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=8aaedf43fab5ee19d29616fb01feae538fdd56df The branch, master has been updated via 8aaedf43fab5ee19d29616fb01feae538fdd56df (commit) via dea12f0a8c0c57db146e22d5f384634752b02aa7 (commit) from 73c8dfbd5a5b1440ba31de983a95dd5c900747c6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8aaedf43fab5ee19d29616fb01feae538fdd56df Author: Fabio M. Di Nitto Date: Tue Apr 22 20:34:16 2008 +0200 [MISC] Update Red Hat main copyright file Signed-off-by: Fabio M. Di Nitto commit dea12f0a8c0c57db146e22d5f384634752b02aa7 Author: Fabio M. Di Nitto Date: Tue Apr 22 20:33:31 2008 +0200 [MISC] Update copyright headers Signed-off-by: Fabio M. Di Nitto ----------------------------------------------------------------------- Summary of changes: cman/qdisk/scandisk.c | 6 ++++-- cman/qdisk/scandisk.h | 7 ++++--- config/copyright.cf | 4 ++-- fence/agents/lib/Makefile | 5 +++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/cman/qdisk/scandisk.c b/cman/qdisk/scandisk.c index 6e04e1e..77484f6 100644 --- a/cman/qdisk/scandisk.c +++ b/cman/qdisk/scandisk.c @@ -1,12 +1,14 @@ /****************************************************************************** ******************************************************************************* ** -** Copyright (C) 2008 Fabio M. Di Nitto . +** Copyright (C) 2008 Red Hat, Inc. All rights reserved. ** All rights reserved. ** +** Author: Fabio M. Di Nitto +** ** Original design by: ** Joel Becker -** Fabio M. Di Nitto +** Fabio M. Di Nitto ** ** This copyrighted material is made available to anyone wishing to use, ** modify, copy, or redistribute it subject to the terms and conditions diff --git a/cman/qdisk/scandisk.h b/cman/qdisk/scandisk.h index 35b74c0..6c82148 100644 --- a/cman/qdisk/scandisk.h +++ b/cman/qdisk/scandisk.h @@ -1,12 +1,13 @@ /****************************************************************************** ******************************************************************************* ** -** Copyright (C) 2008 Fabio M. Di Nitto . -** All rights reserved. +** Copyright (C) 2008 Red Hat, Inc. All rights reserved. +** +** Author: Fabio M. Di Nitto ** ** Original design by: ** Joel Becker -** Fabio M. Di Nitto +** Fabio M. Di Nitto ** ** This copyrighted material is made available to anyone wishing to use, ** modify, copy, or redistribute it subject to the terms and conditions diff --git a/config/copyright.cf b/config/copyright.cf index 0ff3bab..54f1c33 100644 --- a/config/copyright.cf +++ b/config/copyright.cf @@ -2,7 +2,7 @@ ******************************************************************************* ** ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. -** Copyright (C) Red Hat, Inc. 2004-2007 All rights reserved. +** Copyright (C) Red Hat, Inc. 2004-2008 All rights reserved. ** ** This copyrighted material is made available to anyone wishing to use, ** modify, copy, or redistribute it subject to the terms and conditions @@ -14,7 +14,7 @@ #ifndef __COPYRIGHT_DOT_CF__ #define __COPYRIGHT_DOT_CF__ -#define REDHAT_COPYRIGHT ("Copyright (C) Red Hat, Inc. 2004-2007 All rights reserved.") +#define REDHAT_COPYRIGHT ("Copyright (C) Red Hat, Inc. 2004-2008 All rights reserved.") #endif /* __COPYRIGHT_DOT_CF__ */ diff --git a/fence/agents/lib/Makefile b/fence/agents/lib/Makefile index c66c83c..a9d8c77 100644 --- a/fence/agents/lib/Makefile +++ b/fence/agents/lib/Makefile @@ -1,8 +1,9 @@ ############################################################################## ############################################################################### ## -## Copyright (C) 2008 Fabio M. Di Nitto ## ## This copyrighted material is made available to anyone wishing to use, ## modify, copy, or redistribute it subject to the terms and conditions hooks/post-receive -- Cluster Project