Skip to content

Commit 259be71

Browse files
committed
Version 1.4
1 parent 3dc4ff9 commit 259be71

File tree

4 files changed

+41
-55
lines changed

4 files changed

+41
-55
lines changed

ARMClient.Authentication/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.0.0")]
36-
[assembly: AssemblyFileVersion("1.3.0.0")]
35+
[assembly: AssemblyVersion("1.4.0.0")]
36+
[assembly: AssemblyFileVersion("1.4.0.0")]

ARMClient.nuspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>ARMClient</id>
55
<title>ARMClient</title>
6-
<version>1.3.0</version>
6+
<version>1.4.0</version>
77
<authors>Project Kudu contributors</authors>
88
<summary>A simple command line tool to invoke the Azure Resource Manager API</summary>
99
<description>A simple command line tool to invoke the Azure Resource Manager API</description>
@@ -16,5 +16,7 @@
1616
<files>
1717
<file src="bin\debug\*.exe" target="tools" />
1818
<file src="bin\debug\*.dll" target="tools" />
19+
<file src="LICENSE.txt" target="tools" />
20+
<file src="VERIFICATION.txt" target="tools" />
1921
</files>
2022
</package>

LICENSE LICENSE.txt

+31-52
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,54 @@
1-
Apache License
1+
From: http://www.apache.org/licenses/LICENSE-2.0
2+
3+
LICENSE
4+
5+
Apache License
26
Version 2.0, January 2004
37
http://www.apache.org/licenses/
4-
8+
59
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6-
10+
711
1. Definitions.
8-
12+
913
"License" shall mean the terms and conditions for use, reproduction,
1014
and distribution as defined by Sections 1 through 9 of this document.
11-
15+
1216
"Licensor" shall mean the copyright owner or entity authorized by
1317
the copyright owner that is granting the License.
14-
18+
1519
"Legal Entity" shall mean the union of the acting entity and all
1620
other entities that control, are controlled by, or are under common
1721
control with that entity. For the purposes of this definition,
1822
"control" means (i) the power, direct or indirect, to cause the
1923
direction or management of such entity, whether by contract or
2024
otherwise, or (ii) ownership of fifty percent (50%) or more of the
2125
outstanding shares, or (iii) beneficial ownership of such entity.
22-
26+
2327
"You" (or "Your") shall mean an individual or Legal Entity
2428
exercising permissions granted by this License.
25-
29+
2630
"Source" form shall mean the preferred form for making modifications,
2731
including but not limited to software source code, documentation
2832
source, and configuration files.
29-
33+
3034
"Object" form shall mean any form resulting from mechanical
3135
transformation or translation of a Source form, including but
3236
not limited to compiled object code, generated documentation,
3337
and conversions to other media types.
34-
38+
3539
"Work" shall mean the work of authorship, whether in Source or
3640
Object form, made available under the License, as indicated by a
3741
copyright notice that is included in or attached to the work
3842
(an example is provided in the Appendix below).
39-
43+
4044
"Derivative Works" shall mean any work, whether in Source or Object
4145
form, that is based on (or derived from) the Work and for which the
4246
editorial revisions, annotations, elaborations, or other modifications
4347
represent, as a whole, an original work of authorship. For the purposes
4448
of this License, Derivative Works shall not include works that remain
4549
separable from, or merely link (or bind by name) to the interfaces of,
4650
the Work and Derivative Works thereof.
47-
51+
4852
"Contribution" shall mean any work of authorship, including
4953
the original version of the Work and any modifications or additions
5054
to that Work or Derivative Works thereof, that is intentionally
@@ -58,18 +62,18 @@ Apache License
5862
Licensor for the purpose of discussing and improving the Work, but
5963
excluding communication that is conspicuously marked or otherwise
6064
designated in writing by the copyright owner as "Not a Contribution."
61-
65+
6266
"Contributor" shall mean Licensor and any individual or Legal Entity
6367
on behalf of whom a Contribution has been received by Licensor and
6468
subsequently incorporated within the Work.
65-
69+
6670
2. Grant of Copyright License. Subject to the terms and conditions of
6771
this License, each Contributor hereby grants to You a perpetual,
6872
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6973
copyright license to reproduce, prepare Derivative Works of,
7074
publicly display, publicly perform, sublicense, and distribute the
7175
Work and such Derivative Works in Source or Object form.
72-
76+
7377
3. Grant of Patent License. Subject to the terms and conditions of
7478
this License, each Contributor hereby grants to You a perpetual,
7579
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
@@ -85,24 +89,24 @@ Apache License
8589
or contributory patent infringement, then any patent licenses
8690
granted to You under this License for that Work shall terminate
8791
as of the date such litigation is filed.
88-
92+
8993
4. Redistribution. You may reproduce and distribute copies of the
9094
Work or Derivative Works thereof in any medium, with or without
9195
modifications, and in Source or Object form, provided that You
9296
meet the following conditions:
93-
97+
9498
(a) You must give any other recipients of the Work or
9599
Derivative Works a copy of this License; and
96-
100+
97101
(b) You must cause any modified files to carry prominent notices
98102
stating that You changed the files; and
99-
103+
100104
(c) You must retain, in the Source form of any Derivative Works
101105
that You distribute, all copyright, patent, trademark, and
102106
attribution notices from the Source form of the Work,
103107
excluding those notices that do not pertain to any part of
104108
the Derivative Works; and
105-
109+
106110
(d) If the Work includes a "NOTICE" text file as part of its
107111
distribution, then any Derivative Works that You distribute must
108112
include a readable copy of the attribution notices contained
@@ -119,27 +123,27 @@ Apache License
119123
or as an addendum to the NOTICE text from the Work, provided
120124
that such additional attribution notices cannot be construed
121125
as modifying the License.
122-
126+
123127
You may add Your own copyright statement to Your modifications and
124128
may provide additional or different license terms and conditions
125129
for use, reproduction, or distribution of Your modifications, or
126130
for any such Derivative Works as a whole, provided Your use,
127131
reproduction, and distribution of the Work otherwise complies with
128132
the conditions stated in this License.
129-
133+
130134
5. Submission of Contributions. Unless You explicitly state otherwise,
131135
any Contribution intentionally submitted for inclusion in the Work
132136
by You to the Licensor shall be under the terms and conditions of
133137
this License, without any additional terms or conditions.
134138
Notwithstanding the above, nothing herein shall supersede or modify
135139
the terms of any separate license agreement you may have executed
136140
with Licensor regarding such Contributions.
137-
141+
138142
6. Trademarks. This License does not grant permission to use the trade
139143
names, trademarks, service marks, or product names of the Licensor,
140144
except as required for reasonable and customary use in describing the
141145
origin of the Work and reproducing the content of the NOTICE file.
142-
146+
143147
7. Disclaimer of Warranty. Unless required by applicable law or
144148
agreed to in writing, Licensor provides the Work (and each
145149
Contributor provides its Contributions) on an "AS IS" BASIS,
@@ -149,7 +153,7 @@ Apache License
149153
PARTICULAR PURPOSE. You are solely responsible for determining the
150154
appropriateness of using or redistributing the Work and assume any
151155
risks associated with Your exercise of permissions under this License.
152-
156+
153157
8. Limitation of Liability. In no event and under no legal theory,
154158
whether in tort (including negligence), contract, or otherwise,
155159
unless required by applicable law (such as deliberate and grossly
@@ -161,7 +165,7 @@ Apache License
161165
work stoppage, computer failure or malfunction, or any and all
162166
other commercial damages or losses), even if such Contributor
163167
has been advised of the possibility of such damages.
164-
168+
165169
9. Accepting Warranty or Additional Liability. While redistributing
166170
the Work or Derivative Works thereof, You may choose to offer,
167171
and charge a fee for, acceptance of support, warranty, indemnity,
@@ -172,30 +176,5 @@ Apache License
172176
defend, and hold each Contributor harmless for any liability
173177
incurred by, or claims asserted against, such Contributor by reason
174178
of your accepting any such warranty or additional liability.
175-
179+
176180
END OF TERMS AND CONDITIONS
177-
178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "{}"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright {yyyy} {name of copyright owner}
190-
191-
Licensed under the Apache License, Version 2.0 (the "License");
192-
you may not use this file except in compliance with the License.
193-
You may obtain a copy of the License at
194-
195-
http://www.apache.org/licenses/LICENSE-2.0
196-
197-
Unless required by applicable law or agreed to in writing, software
198-
distributed under the License is distributed on an "AS IS" BASIS,
199-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200-
See the License for the specific language governing permissions and
201-
limitations under the License.

VERIFICATION.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
VERIFICATION
2+
Verification is intended to assist the Chocolatey moderators and community
3+
in verifying that this package's contents are trustworthy.
4+
5+
This package is published by the WAWSDeploy Project itself.

0 commit comments

Comments
 (0)