diff options
author | Alasdair Kergon <agk@redhat.com> | 2004-03-30 19:35:44 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2004-03-30 19:35:44 +0000 |
commit | 6606c3ae81e45e9cfd182287118cdbe8fd82c6ea (patch) | |
tree | 6e82b0269ad363db566dcd57ec9431372c0d0a0f /po | |
parent | 6105d3a821b473dcff23b37b1da9ebffa2c48dd0 (diff) | |
download | lvm2-6606c3ae81e45e9cfd182287118cdbe8fd82c6ea.tar.gz |
Update copyright notices.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile.in | 21 | ||||
-rw-r--r-- | po/pogen.h | 16 |
2 files changed, 24 insertions, 13 deletions
diff --git a/po/Makefile.in b/po/Makefile.in index 1a343ba12..b4c74374c 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -1,20 +1,15 @@ # -# Copyright (C) 2004 Sistina Software +# Copyright (C) 2004 Red Hat, Inc. All rights reserved. # -# This LVM library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public -# License as published by the Free Software Foundation; either -# version 2 of the License, or (at your option) any later version. +# This file is part of the LVM2. # -# This LVM library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. +# This copyrighted material is made available to anyone wishing to use, +# modify, copy, or redistribute it subject to the terms and conditions +# of the GNU General Public License v.2. # -# You should have received a copy of the GNU Library General Public -# License along with this LVM library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -# MA 02111-1307, USA +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA srcdir = @srcdir@ top_srcdir = @top_srcdir@ diff --git a/po/pogen.h b/po/pogen.h index 196f79c78..6bffc2d64 100644 --- a/po/pogen.h +++ b/po/pogen.h @@ -1,7 +1,23 @@ /* + * Copyright (C) 2004 Red Hat, Inc. All rights reserved. + * + * This file is part of LVM2. + * + * This copyrighted material is made available to anyone wishing to use, + * modify, copy, or redistribute it subject to the terms and conditions + * of the GNU General Public License v.2. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +/* * Macro to change log messages into a format that xgettext can handle. * * Note that different PRI* definitions lead to different strings for * different architectures. */ + #define print_log(level, file, line, format, args...) print_log(format, args) + |