Skip to content

Commit

Permalink
Updated License headers
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed Apr 26, 2019
1 parent a40c6ac commit c74ff05
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 14 deletions.
3 changes: 2 additions & 1 deletion License.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) 2017-2018 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > GitHub/3F
Copyright (c) the hMSBuild contributors: https://github.com/3F/hMSBuild/graphs/contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
38 changes: 29 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Compiled text-based embeddable pure batch-scripts (no powershell or dotnet-cli)
[![Build status](https://ci.appveyor.com/api/projects/status/tusiutft7a0ei109/branch/master?svg=true)](https://ci.appveyor.com/project/3Fs/hmsbuild/branch/master) [![release-src](https://img.shields.io/github/release/3F/hMSBuild.svg)](https://github.com/3F/hMSBuild/releases/latest) [![License](https://img.shields.io/badge/License-MIT-74A5C2.svg)](https://github.com/3F/hMSBuild/blob/master/License.txt)
[![GetNuTool core](https://img.shields.io/badge/GetNuTool-v1.7-93C10B.svg)](https://github.com/3F/GetNuTool)

[![Build history](https://buildstats.info/appveyor/chart/3Fs/hmsbuild?buildCount=20&includeBuildsFromPullRequest=true&showStats=true)](https://ci.appveyor.com/project/3Fs/hmsbuild/history)

**Download:** Latest stable batch-script [ [hMSBuild](https://3F.github.io/hMSBuild/releases/latest/) ]
* [/releases](https://github.com/3F/hMSBuild/releases) [ [latest](https://github.com/3F/hMSBuild/releases/latest) ]
* [nightly builds](https://ci.appveyor.com/project/3Fs/hmsbuild/history) (`/artifacts` page)
But remember: It can be unstable or not work at all. Use this for tests of latest changes.
* Artifacts [older than 6 months](https://www.appveyor.com/docs/packaging-artifacts/#artifacts-retention-policy) you can also find as `Pre-release` with mark `🎲 Nightly build` on [GitHub Releases](https://github.com/3F/hMSBuild/releases) page.
* Stable: [/releases](https://github.com/3F/hMSBuild/releases) [ [latest](https://github.com/3F/hMSBuild/releases/latest) ]
* CI builds: [`/artifacts` page](https://ci.appveyor.com/project/3Fs/hmsbuild/history) or find as `Pre-release` with mark `🎲 Nightly build` on [GitHub Releases](https://github.com/3F/hMSBuild/releases) page.


## Why hMSBuild ?
Expand All @@ -25,6 +25,18 @@ Today's [hMSBuild](https://github.com/3F/hMSBuild) provides flexible way to acce

[![{Screencast - hMSBuild in action. Demo via RunIlAsm error}](https://raw.githubusercontent.com/3F/hMSBuild/master/resources/screencast_hMSBuild_in_action.jpg)](https://www.youtube.com/watch?v=zUejJ4vUPGw&t=10)

## License

Licensed under the [MIT License (MIT)](https://github.com/3F/hMSBuild/blob/master/License.txt)

```
Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > GitHub/3F
```
And the hMSBuild contributors: https://github.com/3F/hMSBuild/graphs/contributors

[ [ ☕ Donate ](https://3F.github.com/Donation/) ]


### Features

Just a **single batch file** and no more for your happy build.
Expand Down Expand Up @@ -59,7 +71,7 @@ Start with `hMSBuild -h`
Usage is same as it would be same for msbuild. But you also have an additional keys to configure hMSBuild and to access to GetNuTool.

```
hMSBuild - 2.0.0
hMSBuild - 2.0.0.61507 [ a40c6ac ]
Copyright (c) 2017-2018 Denis Kuzmin [ entry.reg@gmail.com ] :: github.com/3F
Distributed under the MIT license
Expand Down Expand Up @@ -119,12 +131,20 @@ hMSBuild -GetNuTool /p:ngpackages="Conari;regXwild"
hMSBuild -no-vs "DllExport.sln" || goto bx
```

## License
## Build & Tests

The [MIT License (MIT)](https://github.com/3F/hMSBuild/blob/master/License.txt)
Our build was based on [vssbe](https://github.com/3F/vsSolutionBuildEvent) scripts.

You don't need to do anything else, just navigate to root directory of this project, and:

```bat
.\build
```
Copyright (c) 2017-2018 Denis Kuzmin <entry.reg@gmail.com> :: github.com/3F

Available tests can be raised by command:

```bat
.\tests
```

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://3F.github.io/Donation/)
We're waiting for your amazing contributions!
9 changes: 5 additions & 4 deletions frontend.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off & echo Incomplete script. Compile it first via 'build.bat' - github.com/3F/hMSBuild 1>&2 & exit /B 1

:: hMSBuild - $-version-$
:: Copyright (c) 2017-2018 Denis Kuzmin [ entry.reg@gmail.com ]
:: https://github.com/3F/hMSBuild
:: Copyright (c) 2017-2019 Denis Kuzmin [ entry.reg@gmail.com ] GitHub/3F
:: Copyright (c) the hMSBuild contributors

set "dp0=%~dp0"
set args=%*
Expand Down Expand Up @@ -81,9 +81,10 @@ goto commands

echo.
@echo hMSBuild - $-version-$
@echo Copyright (c) 2017-2018 Denis Kuzmin [ entry.reg@gmail.com ] :: github.com/3F
@echo Copyright (c) 2017-2019 Denis Kuzmin [ entry.reg@gmail.com ] GitHub/3F
@echo Copyright (c) the hMSBuild contributors
echo.
echo Distributed under the MIT license
echo Licensed under the MIT License
@echo https://github.com/3F/hMSBuild
echo.
@echo.
Expand Down

0 comments on commit c74ff05

Please sign in to comment.