aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjlaskey <none@none>2013-01-04 09:58:33 -0400
committerjlaskey <none@none>2013-01-04 09:58:33 -0400
commit69ed8ff1fcdd519e51d19e2fe992915a411fb362 (patch)
tree7925774242bbc8d66a6e9299d8a19caca16bbf38 /bin
parentd122773a72ab7ca65f2f21ca5071cf3efd374de6 (diff)
downloadjdk8u_nashorn-69ed8ff1fcdd519e51d19e2fe992915a411fb362.tar.gz
8005663: Update copyright year to 2013
Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
Diffstat (limited to 'bin')
-rw-r--r--bin/checkintest.sh2
-rw-r--r--bin/fixorphantests.sh2
-rw-r--r--bin/fixwhitespace.sh2
-rw-r--r--bin/jjs2
-rw-r--r--bin/jjs.bat2
-rw-r--r--bin/jjssecure2
-rw-r--r--bin/jjssecure.bat2
-rw-r--r--bin/nashorn2
-rw-r--r--bin/nashorn.bat2
-rw-r--r--bin/rm-non-tracked.sh2
-rw-r--r--bin/verbose_octane.bat2
-rw-r--r--bin/verbose_octane.sh2
12 files changed, 12 insertions, 12 deletions
diff --git a/bin/checkintest.sh b/bin/checkintest.sh
index a4750d58..c4a9e96c 100644
--- a/bin/checkintest.sh
+++ b/bin/checkintest.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, 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
diff --git a/bin/fixorphantests.sh b/bin/fixorphantests.sh
index d7e5f74b..604e2da0 100644
--- a/bin/fixorphantests.sh
+++ b/bin/fixorphantests.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, 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
diff --git a/bin/fixwhitespace.sh b/bin/fixwhitespace.sh
index 921a233d..cac757db 100644
--- a/bin/fixwhitespace.sh
+++ b/bin/fixwhitespace.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, 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
diff --git a/bin/jjs b/bin/jjs
index ae436b27..ca531f4d 100644
--- a/bin/jjs
+++ b/bin/jjs
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, 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
diff --git a/bin/jjs.bat b/bin/jjs.bat
index a7169577..3c1c1595 100644
--- a/bin/jjs.bat
+++ b/bin/jjs.bat
@@ -1,5 +1,5 @@
rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
rem
rem This code is free software; you can redistribute it and/or modify it
diff --git a/bin/jjssecure b/bin/jjssecure
index 887c421d..93d38218 100644
--- a/bin/jjssecure
+++ b/bin/jjssecure
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, 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
diff --git a/bin/jjssecure.bat b/bin/jjssecure.bat
index 662b167a..2960cfc0 100644
--- a/bin/jjssecure.bat
+++ b/bin/jjssecure.bat
@@ -1,5 +1,5 @@
rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
rem
rem This code is free software; you can redistribute it and/or modify it
diff --git a/bin/nashorn b/bin/nashorn
index 7720f423..3fccdd04 100644
--- a/bin/nashorn
+++ b/bin/nashorn
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, 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
diff --git a/bin/nashorn.bat b/bin/nashorn.bat
index 86aafc44..2961ac69 100644
--- a/bin/nashorn.bat
+++ b/bin/nashorn.bat
@@ -1,5 +1,5 @@
rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
rem
rem This code is free software; you can redistribute it and/or modify it
diff --git a/bin/rm-non-tracked.sh b/bin/rm-non-tracked.sh
index aaadcf38..1eac1996 100644
--- a/bin/rm-non-tracked.sh
+++ b/bin/rm-non-tracked.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, 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
diff --git a/bin/verbose_octane.bat b/bin/verbose_octane.bat
index 69abbf8b..f53d6552 100644
--- a/bin/verbose_octane.bat
+++ b/bin/verbose_octane.bat
@@ -1,5 +1,5 @@
rem
-rem Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+rem Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
rem
rem This code is free software; you can redistribute it and/or modify it
diff --git a/bin/verbose_octane.sh b/bin/verbose_octane.sh
index 6a9b7eb3..9593f060 100644
--- a/bin/verbose_octane.sh
+++ b/bin/verbose_octane.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, 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