< prev index next >

make/scripts/update_copyright_year.sh

Print this page
rev 59383 : [mq]: final

@@ -1,9 +1,9 @@
 #!/bin/bash -f
 
 #
-# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.

@@ -24,15 +24,11 @@
 #
 
 # Script to update the Copyright YEAR range in Mercurial sources.
 #  (Originally from xdono, Thanks!)
 
-if [ "`uname -s`" = "SunOS" ] ; then
-  awk=nawk
-else
-  awk=awk
-fi
+awk=awk
 
 # Stop on any error
 set -e
 
 # Temp area
< prev index next >