On Tue, Jan 10, 2012 at 03:58:28PM +0000, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" <[email protected]> > > A couple of files were missing '(C)' in the copyright header
It's not good enough without the (C), the word copyright doesn't hold? For consistency ACK. > --- > common/backtrace.c | 2 +- > common/lz.c | 2 +- > common/lz_compress_tmpl.c | 2 +- > common/lz_decompress_tmpl.c | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/common/backtrace.c b/common/backtrace.c > index 650dc1d..c51b2eb 100644 > --- a/common/backtrace.c > +++ b/common/backtrace.c > @@ -18,7 +18,7 @@ > > /* > * Taken from xserver os/backtrace.c: > - * Copyright 2008 Red Hat, Inc. > + * Copyright (C) 2008 Red Hat, Inc. > */ > > #include "config.h" > diff --git a/common/lz.c b/common/lz.c > index 2e3a136..85c974b 100644 > --- a/common/lz.c > +++ b/common/lz.c > @@ -1,7 +1,7 @@ > /* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ > /* > > - Copyright 2009 Red Hat, Inc. and/or its affiliates. > + Copyright (C) 2009 Red Hat, Inc. and/or its affiliates. > > This library is free software; you can redistribute it and/or > modify it under the terms of the GNU Lesser General Public > diff --git a/common/lz_compress_tmpl.c b/common/lz_compress_tmpl.c > index 865a30a..ea878ff 100644 > --- a/common/lz_compress_tmpl.c > +++ b/common/lz_compress_tmpl.c > @@ -1,7 +1,7 @@ > /* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ > /* > > - Copyright 2009 Red Hat, Inc. and/or its affiliates. > + Copyright (C) 2009 Red Hat, Inc. and/or its affiliates. > > This library is free software; you can redistribute it and/or > modify it under the terms of the GNU Lesser General Public > diff --git a/common/lz_decompress_tmpl.c b/common/lz_decompress_tmpl.c > index 6d52074..b962fb6 100644 > --- a/common/lz_decompress_tmpl.c > +++ b/common/lz_decompress_tmpl.c > @@ -1,7 +1,7 @@ > /* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */ > /* > > - Copyright 2009 Red Hat, Inc. and/or its affiliates. > + Copyright (C) 2009 Red Hat, Inc. and/or its affiliates. > > This library is free software; you can redistribute it and/or > modify it under the terms of the GNU Lesser General Public > -- > 1.7.7.5 > > _______________________________________________ > Spice-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/spice-devel _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
