Updating licenses

This commit is contained in:
moozzyk 2015-06-25 15:43:53 -07:00
parent a7bebaae83
commit d59fa774a8
4 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@
<id>KoreBuild</id>
<title>The ProjectK build tools</title>
<version>0.0</version>
<authors>Microsoft Open Technologies, Inc.</authors>
<owners>Microsoft Open Technologies, Inc.</owners>
<authors>.NET Foundation</authors>
<owners>.NET Foundation</owners>
<description>ProjectK build tooling</description>
<language>en-US</language>
</metadata>

View File

@ -1,7 +1,7 @@
var VERSION='0.1'
var FULL_VERSION='0.1'
var AUTHORS='Microsoft Open Technologies, Inc.'
var AUTHORS='.NET Foundation'
use-standard-lifecycle
k-standard-goals

View File

@ -68,7 +68,7 @@ function _WriteOut {
### Constants
$ProductVersion="1.0.0"
$BuildVersion="beta6-10394"
$Authors="Microsoft Open Technologies, Inc."
$Authors=".NET Foundation"
# If the Version hasn't been replaced...
# We can't compare directly with the build version token

View File

@ -3,7 +3,7 @@
# "Constants"
_DNVM_BUILDNUMBER="beta6-10394"
_DNVM_AUTHORS="Microsoft Open Technologies, Inc."
_DNVM_AUTHORS=".NET Foundation"
_DNVM_RUNTIME_PACKAGE_NAME="dnx"
_DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"
_DNVM_RUNTIME_SHORT_NAME="DNX"