diff options
author | Jose <jose@zeroc.com> | 2016-09-12 23:39:34 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-09-12 23:39:34 +0200 |
commit | 35b90ac1e25f10738eb88fafcbd73c401c17f8d4 (patch) | |
tree | b9132eef5ce19dcd0d2ba5fee4351378f3b1c35c /js | |
parent | Removed extra whitespace in --validate usage (diff) | |
download | ice-35b90ac1e25f10738eb88fafcbd73c401c17f8d4.tar.bz2 ice-35b90ac1e25f10738eb88fafcbd73c401c17f8d4.tar.xz ice-35b90ac1e25f10738eb88fafcbd73c401c17f8d4.zip |
JS copyright fixes
Diffstat (limited to 'js')
-rw-r--r-- | js/test/Common/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Common/index.html b/js/test/Common/index.html index 616a0cb42b1..2ca7e5cecfb 100644 --- a/js/test/Common/index.html +++ b/js/test/Common/index.html @@ -126,7 +126,7 @@ <h4><strong>ZeroC</strong></h4> </div> <div class="copyright"> - <h6>© 2003-2016 ZeroC, Inc. All rights reserved.</h6> + <h6>Copyright © 2003-2016 ZeroC, Inc. All rights reserved.</h6> </div> </div> </body> |