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 76c06992..e2c90f8d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -588,7 +588,7 @@ const buildWebsiteTask = taskSeries(cleanWebsiteTask, 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, /
 			
 			
- © 2018 Microsoft + © {{year}} Microsoft

diff --git a/website/monarch.html b/website/monarch.html index 6a76d0a2..b29a1655 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 @@