Skip to content

Commit 99da0b8

Browse files
committed
Fix build
1 parent ae905c4 commit 99da0b8

File tree

4 files changed

+29
-32
lines changed

4 files changed

+29
-32
lines changed

THIRD-PARTY-NOTICES.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -217,20 +217,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
217217
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
218218
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
219219
SOFTWARE.
220-
221-
License notice for gRPC interop tests
222-
-------------------------------------
223-
224-
Copyright 2019 The gRPC Authors
225-
226-
Licensed under the Apache License, Version 2.0 (the "License");
227-
you may not use this file except in compliance with the License.
228-
You may obtain a copy of the License at
229-
230-
http://www.apache.org/licenses/LICENSE-2.0
231-
232-
Unless required by applicable law or agreed to in writing, software
233-
distributed under the License is distributed on an "AS IS" BASIS,
234-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
235-
See the License for the specific language governing permissions and
236-
limitations under the License.

src/Grpc/THIRD-PARTY-NOTICES

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.NET Core uses third-party libraries or other resources that may be
2+
distributed under licenses different than the .NET Core software.
3+
4+
In the event that we accidentally failed to list a required notice, please
5+
bring it to our attention. Post an issue or email us:
6+
7+
8+
9+
The attached notices are provided for information only.
10+
11+
License notice for gRPC interop tests
12+
-------------------------------------
13+
14+
Copyright 2019 The gRPC Authors
15+
16+
Licensed under the Apache License, Version 2.0 (the "License");
17+
you may not use this file except in compliance with the License.
18+
You may obtain a copy of the License at
19+
20+
http://www.apache.org/licenses/LICENSE-2.0
21+
22+
Unless required by applicable law or agreed to in writing, software
23+
distributed under the License is distributed on an "AS IS" BASIS,
24+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25+
See the License for the specific language governing permissions and
26+
limitations under the License.

src/Grpc/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@ECHO OFF
22
SET RepoRoot=%~dp0..\..
3-
%RepoRoot%\build.cmd -projects %~dp0*\*.*proj %*
3+
%RepoRoot%\build.cmd -projects %~dp0**\*.*proj %*

src/Grpc/test/testassets/README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
InteropTestsClient and InteropTestsWebsite are from https://github.com/grpc/grpc-dotnet/tree/master/testassets
1+
InteropTestsClient and InteropTestsWebsite are copied from [grpc-dotnet](https://github.com/grpc/grpc-dotnet/tree/master/testassets).
22

3-
> Copyright 2019 The gRPC Authors
4-
>
5-
> Licensed under the Apache License, Version 2.0 (the "License");
6-
> you may not use this file except in compliance with the License.
7-
> You may obtain a copy of the License at
8-
>
9-
> http://www.apache.org/licenses/LICENSE-2.0
10-
>
11-
> Unless required by applicable law or agreed to in writing, software
12-
> distributed under the License is distributed on an "AS IS" BASIS,
13-
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
> See the License for the specific language governing permissions and
15-
> limitations under the License.
3+
For more information about the interop tests, see the [interop tests specification](https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md).

0 commit comments

Comments
 (0)