Fixed RAT.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/dbc8a0f8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/dbc8a0f8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/dbc8a0f8 Branch: refs/heads/master Commit: dbc8a0f832e7cebf362dd4818947df65075126ee Parents: 8e7c852 Author: Andrey Novikov <[email protected]> Authored: Fri Dec 23 16:34:21 2016 +0700 Committer: Andrey Novikov <[email protected]> Committed: Fri Dec 23 16:34:21 2016 +0700 ---------------------------------------------------------------------- modules/platforms/dotnet/build.bat | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/dbc8a0f8/modules/platforms/dotnet/build.bat ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/build.bat b/modules/platforms/dotnet/build.bat index ef0a96f..5e70c27 100644 --- a/modules/platforms/dotnet/build.bat +++ b/modules/platforms/dotnet/build.bat @@ -1,6 +1,10 @@ -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at +:: +:: Licensed to the Apache Software Foundation (ASF) under one or more +:: contributor license agreements. See the NOTICE file distributed with +:: this work for additional information regarding copyright ownership. +:: The ASF licenses this file to You under the Apache License, Version 2.0 +:: (the "License"); you may not use this file except in compliance with +:: the License. You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: @@ -9,6 +13,7 @@ :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. +:: :: Apache Ignite.NET build script runner, see build.ps1 for more details. powershell -executionpolicy remotesigned -file build.ps1 %* \ No newline at end of file
