Searched refs:COPYRIGHT_YEARS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/make/java/nio/
H A DaddNotices.sh31 COPYRIGHT_YEARS="$1"
37 if [ "x$COPYRIGHT_YEARS" != x ]; then
39 * Copyright (c) $COPYRIGHT_YEARS Oracle and/or its affiliates. All rights reserved.
H A DgenCharsetProvider.sh39 /^[ \t]*copyright / { printf "COPYRIGHT_YEARS=\"%s %s\"\n", $2, $3; }
51 $SH ./addNotices.sh "$COPYRIGHT_YEARS" > $OUT
H A DgenExceptions.sh44 $SH ./addNotices.sh "$COPYRIGHT_YEARS" > $out

Completed in 29 milliseconds