From 0de78e9f59ec1fd7f48e5c51b44a0fc98e682d55 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 10 Jan 2012 14:44:16 +0000 Subject: [PATCH] Fix up copyright decl to always use 'Copyright (C) Red Hat, Inc.' A couple of files were missing '(C)' in the copyright header --- 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 6fabdf02..4e2555ac 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 2e3a1365..85c974b4 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 865a30a8..ea878ffd 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 6d520744..b962fb66 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