Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3772c7d

Browse files
committed
Simplify banner text for open source edition
The copyrights can be documented in the readme and license
1 parent16d51fc commit3772c7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/fsharp/FSComp.txt‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildUnexpectedTypeArgs,"The non-generic type '%s' does not expect any type argu
1818
203,buildInvalidWarningNumber,"Invalid warning number '%s'"
1919
204,buildInvalidVersionString,"Invalid version string '%s'"
2020
205,buildInvalidVersionFile,"Invalid version file '%s'"
21-
buildProductName,"Microsoft (R)F# 3.0 Compiler version %s"
21+
buildProductName,"F# 3.0 Compiler version %s"
2222
206,buildProblemWithFilename,"Problem with filename '%s': %s"
2323
207,buildNoInputsSpecified,"No inputs specified"
2424
208,buildMismatchOutputExtension,"The output name extension doesn't match the options used. If '-a' or '--target:library' is used the output file name must end with '.dll', if '--target:module' is used the output extension must be '.netmodule', otherwise '.exe'."
@@ -858,7 +858,7 @@ ilDynamicInvocationNotSupported,"Dynamic invocation of %s is not supported"
858858
# fscopts text
859859
# -----------------------------------------------------------------------------
860860
1000,optsProblemWithCodepage,"Problem with codepage '%d': %s"
861-
optsCopyright,"Copyright (c) Microsoft Corporation. All Rights Reserved."
861+
optsCopyright,""
862862
optsNameOfOutputFile,"Name of the output file (Short form: -o)"
863863
optsBuildConsole,"Build a console executable"
864864
optsBuildWindows,"Build a Windows executable"
@@ -1327,4 +1327,4 @@ descriptionUnavailable,"(description unavailable...)"
13271327
3170,parsUnderscoreInvalidFieldName,"'_' cannot be used as field name"
13281328
3171,tcGeneratedTypesShouldBeInternalOrPrivate,"The provided types generated by this use of a type provider may not be used from other F# assemblies and should be marked internal or private. Consider using 'type internal TypeName = ...' or 'type private TypeName = ...'."
13291329
3172,chkGetterAndSetterHaveSamePropertyType,"A property's getter and setter must have the same type. Property '%s' has getter of type '%s' but setter of type '%s'."
1330-
3173,tcRuntimeSuppliedMethodCannotBeUsedInUserCode,"Array method '%s' is supplied by the runtime and cannot be directly used in code. For operations with array elements consider using family of GetArray/SetArray functions from LanguagePrimitives.IntrinsicFunctions module."
1330+
3173,tcRuntimeSuppliedMethodCannotBeUsedInUserCode,"Array method '%s' is supplied by the runtime and cannot be directly used in code. For operations with array elements consider using family of GetArray/SetArray functions from LanguagePrimitives.IntrinsicFunctions module."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp