File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/GraphODataTemplateWriter/CodeHelpers/PHP Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ public IEnumerable<string> GetDocBlock(string fileName)
4747 "*" + this . NewLineCharacter +
4848 "* @category Library" + this . NewLineCharacter +
4949 "* @package Microsoft.Graph" + this . NewLineCharacter +
50- "* @copyright 2016 Microsoft Corporation" + this . NewLineCharacter +
50+ "* @copyright © Microsoft Corporation. All rights reserved. " + this . NewLineCharacter +
5151 "* @license https://opensource.org/licenses/MIT MIT License" + this . NewLineCharacter +
52- "* @version GIT: 0.1 .0" + this . NewLineCharacter +
52+ "* @version GIT: 1.4 .0" + this . NewLineCharacter +
5353 "* @link https://graph.microsoft.io/" ;
5454 }
5555
@@ -60,9 +60,9 @@ public String GetClassBlock(string fileName, string category)
6060 "*" + this . NewLineCharacter +
6161 "* @category " + category + this . NewLineCharacter +
6262 "* @package Microsoft.Graph" + this . NewLineCharacter +
63- "* @copyright 2016 Microsoft Corporation" + this . NewLineCharacter +
63+ "* @copyright © Microsoft Corporation. All rights reserved. " + this . NewLineCharacter +
6464 "* @license https://opensource.org/licenses/MIT MIT License" + this . NewLineCharacter +
65- "* @version Release: 0.1 .0" + this . NewLineCharacter +
65+ "* @version Release: 1.4 .0" + this . NewLineCharacter +
6666 "* @link https://graph.microsoft.io/" + this . NewLineCharacter +
6767 "*/" ;
6868 }
You can’t perform that action at this time.
0 commit comments