summaryrefslogtreecommitdiff
path: root/test/java/junit/makenewtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/java/junit/makenewtest.sh')
-rw-r--r--test/java/junit/makenewtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/java/junit/makenewtest.sh b/test/java/junit/makenewtest.sh
index 0ff04e68..60e36004 100644
--- a/test/java/junit/makenewtest.sh
+++ b/test/java/junit/makenewtest.sh
@@ -42,7 +42,7 @@ namelower=`echo $1 | tr -t [:upper:] [:lower:]`
echo "/*-" >> $outname
echo " * See the file LICENSE for redistribution information." >> $outname
echo " * " >> $outname
-echo " * Copyright (c) 2002, 2012 Oracle and/or its affiliates. All rights reserved." >> $outname
+echo " * Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved." >> $outname
echo " *" >> $outname
echo " */" >> $outname
echo "" >> $outname