updated copyright info
This commit is contained in:
parent
e59886f1b7
commit
58d4c3597a
@ -2,7 +2,7 @@
|
||||
#
|
||||
# brp-cleanup - cleanup buildroot.
|
||||
#
|
||||
# Copyright (C) 2000, 2001 Dmitry V. Levin <ldv@fandra.org>
|
||||
# Copyright (C) 2000-2002 Dmitry V. Levin <ldv@altlinux.org>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# brp-compress - compress info and manpages.
|
||||
# Copyright (C) 2000, 2001 Dmitry V. Levin <ldv@fandra.org>
|
||||
# Copyright (C) 2000-2002 Dmitry V. Levin <ldv@altlinux.org>
|
||||
#
|
||||
# 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
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# brp-fix-permsp - try to fix permissions.
|
||||
#
|
||||
# Copyright (C) 2001 Dmitry V. Levin <ldv@fandra.org>
|
||||
# Copyright (C) 2001,2002 Dmitry V. Levin <ldv@altlinux.org>
|
||||
#
|
||||
# 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
#
|
||||
# compress_files - compress files helper.
|
||||
# Copyright (C) 2000, 2001 Dmitry V. Levin <ldv@fandra.org>
|
||||
# Copyright (C) 2000-2002 Dmitry V. Levin <ldv@altlinux.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the te/bin/rms of the GNU General Public License as published by
|
||||
@ -21,7 +21,7 @@
|
||||
PROG="${0##*/}"
|
||||
|
||||
case "$RPM_COMPRESS_METHOD" in
|
||||
no|none|plain)
|
||||
no|none|plain|skip)
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# strip_files - strip files helper.
|
||||
#
|
||||
# Copyright (C) 2000, 2001 Dmitry V. Levin <ldv@fandra.org>
|
||||
# Copyright (C) 2000-2002 Dmitry V. Levin <ldv@altlinux.org>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user