|
1 |
| -// Copyright © 2017 - 2019 Chocolatey Software, Inc |
| 1 | +// Copyright © 2017 - 2019 Chocolatey Software, Inc |
2 | 2 | // Copyright © 2011 - 2017 RealDimensions Software, LLC
|
3 |
| -// |
| 3 | +// |
4 | 4 | // Licensed under the Apache License, Version 2.0 (the "License");
|
5 | 5 | // you may not use this file except in compliance with the License.
|
6 |
| -// |
| 6 | +// |
7 | 7 | // You may obtain a copy of the License at
|
8 |
| -// |
| 8 | +// |
9 | 9 | // http://www.apache.org/licenses/LICENSE-2.0
|
10 |
| -// |
| 10 | +// |
11 | 11 | // Unless required by applicable law or agreed to in writing, software
|
12 | 12 | // distributed under the License is distributed on an "AS IS" BASIS,
|
13 | 13 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
@@ -51,15 +51,15 @@ public static ChocolateyLicense validate_license()
|
51 | 51 | {
|
52 | 52 | "chocolatey".Log().Error(
|
53 | 53 | @"Error when attempting to load chocolatey licensed assembly. Ensure
|
54 |
| - that chocolatey.licensed.dll exists at |
| 54 | + that chocolatey.licensed.dll exists at |
55 | 55 | '{0}'.
|
56 | 56 | The error message itself may be helpful:{1} {2}".format_with(
|
57 | 57 | ApplicationParameters.LicensedAssemblyLocation,
|
58 | 58 | Environment.NewLine,
|
59 | 59 | ex.Message
|
60 | 60 | ));
|
61 |
| - "chocolatey".Log().Warn(ChocolateyLoggers.Important,@" Install the Chocolatey Licensed Extension package with |
62 |
| - `choco install chocolatey.extension` to remove this license warning. |
| 61 | + "chocolatey".Log().Warn(ChocolateyLoggers.Important,@" Install the Chocolatey Licensed Extension package with |
| 62 | + `choco install chocolatey.extension` to remove this license warning. |
63 | 63 | TRIALS: If you have a trial license, you cannot use the above command
|
64 | 64 | as is and be successful. You need to download nupkgs from the links in
|
65 | 65 | the trial email as your license will not be registered on the licensed
|
|
0 commit comments