CB-6788 add license header to template file
Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/c569963b Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/c569963b Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/c569963b Branch: refs/heads/master Commit: c569963be1d9e0e46f220c4f5ea3fb577b63fb02 Parents: d21c59f Author: Jesse MacFadyen <[email protected]> Authored: Tue Jun 3 11:45:31 2014 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Tue Jun 3 11:45:31 2014 -0700 ---------------------------------------------------------------------- wp8/template/MyTemplate.vstemplate | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/c569963b/wp8/template/MyTemplate.vstemplate ---------------------------------------------------------------------- diff --git a/wp8/template/MyTemplate.vstemplate b/wp8/template/MyTemplate.vstemplate index e78e023..fcb0ca8 100644 --- a/wp8/template/MyTemplate.vstemplate +++ b/wp8/template/MyTemplate.vstemplate @@ -1,13 +1,26 @@ +<!-- + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project"> <TemplateData> - <Name>CordovaWP8_3_0_0dev</Name> + <Name>CordovaWP8_3_6_0-dev</Name> <Description>Starter project for building a Cordova app for Windows Phone 8 version: 3.1.0-rc1</Description> <ProjectType>CSharp</ProjectType> <ProjectSubType> </ProjectSubType> <SortOrder>1000</SortOrder> <CreateNewFolder>true</CreateNewFolder> - <DefaultName>CordovaWP8_3.0.0dev</DefaultName> + <DefaultName>CordovaWP8_3.6.0-dev</DefaultName> <ProvideDefaultName>true</ProvideDefaultName> <LocationField>Enabled</LocationField> <EnableLocationBrowseButton>true</EnableLocationBrowseButton>
