mirror of git://sourceware.org/git/glibc.git
Don't update copyright notices in Linux licenses
* scripts/update-copyrights: Do not update copyright notices in licenses imported from the Linux kernel. This should prevent glitches such as those fixed in my recent commit.
This commit is contained in:
parent
2d7029f20f
commit
6e177ca635
|
@ -54,6 +54,9 @@ for f in $files; do
|
|||
po/*.po)
|
||||
# Files imported verbatim from the Translation Project.
|
||||
;;
|
||||
support/bundled/linux/LICENSES/*)
|
||||
# Files imported verbatim from Linux kernel sources.
|
||||
;;
|
||||
INSTALL \
|
||||
| locale/programs/charmap-kw.h | locale/programs/locfile-kw.h \
|
||||
| po/libc.pot | sysdeps/gnu/errlist.c)
|
||||
|
|
Loading…
Reference in New Issue