Updating licenses
This commit is contained in:
parent
a7bebaae83
commit
d59fa774a8
|
|
@ -4,8 +4,8 @@
|
||||||
<id>KoreBuild</id>
|
<id>KoreBuild</id>
|
||||||
<title>The ProjectK build tools</title>
|
<title>The ProjectK build tools</title>
|
||||||
<version>0.0</version>
|
<version>0.0</version>
|
||||||
<authors>Microsoft Open Technologies, Inc.</authors>
|
<authors>.NET Foundation</authors>
|
||||||
<owners>Microsoft Open Technologies, Inc.</owners>
|
<owners>.NET Foundation</owners>
|
||||||
<description>ProjectK build tooling</description>
|
<description>ProjectK build tooling</description>
|
||||||
<language>en-US</language>
|
<language>en-US</language>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
var VERSION='0.1'
|
var VERSION='0.1'
|
||||||
var FULL_VERSION='0.1'
|
var FULL_VERSION='0.1'
|
||||||
var AUTHORS='Microsoft Open Technologies, Inc.'
|
var AUTHORS='.NET Foundation'
|
||||||
|
|
||||||
use-standard-lifecycle
|
use-standard-lifecycle
|
||||||
k-standard-goals
|
k-standard-goals
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ function _WriteOut {
|
||||||
### Constants
|
### Constants
|
||||||
$ProductVersion="1.0.0"
|
$ProductVersion="1.0.0"
|
||||||
$BuildVersion="beta6-10394"
|
$BuildVersion="beta6-10394"
|
||||||
$Authors="Microsoft Open Technologies, Inc."
|
$Authors=".NET Foundation"
|
||||||
|
|
||||||
# If the Version hasn't been replaced...
|
# If the Version hasn't been replaced...
|
||||||
# We can't compare directly with the build version token
|
# We can't compare directly with the build version token
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# "Constants"
|
# "Constants"
|
||||||
_DNVM_BUILDNUMBER="beta6-10394"
|
_DNVM_BUILDNUMBER="beta6-10394"
|
||||||
_DNVM_AUTHORS="Microsoft Open Technologies, Inc."
|
_DNVM_AUTHORS=".NET Foundation"
|
||||||
_DNVM_RUNTIME_PACKAGE_NAME="dnx"
|
_DNVM_RUNTIME_PACKAGE_NAME="dnx"
|
||||||
_DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"
|
_DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"
|
||||||
_DNVM_RUNTIME_SHORT_NAME="DNX"
|
_DNVM_RUNTIME_SHORT_NAME="DNX"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue