diff --git a/LICENSE.md b/LICENSE.md index 92dfda1c..16ad7cd6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Microsoft Corporation +Copyright (c) 2019 Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/gulpfile.js b/gulpfile.js index e27ef04f..da8cfd91 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -547,7 +547,7 @@ gulp.task('build-website', ['clean-website'], function() { var contents = data.contents.toString(); contents = contents.replace(/\.\.\/release\/dev/g, 'node_modules/monaco-editor/min'); contents = contents.replace(/{{version}}/g, MONACO_EDITOR_VERSION); - // contents = contents.replace('© 2017 Microsoft', '© 2017 Microsoft [' + builtTime + ']'); + contents = contents.replace(/{{year}}/g, new Date().getFullYear()); // Preload xhr contents contents = replaceWithRelativeResource(data.path, contents, /
 			
 			
- © Microsoft + © {{year}} Microsoft

diff --git a/website/monarch.html b/website/monarch.html index 71b9c7a3..6eef719c 100644 --- a/website/monarch.html +++ b/website/monarch.html @@ -4517,7 +4517,7 @@ return { diff --git a/website/playground.html b/website/playground.html index 2b2f45bb..380cd484 100644 --- a/website/playground.html +++ b/website/playground.html @@ -67,7 +67,7 @@