Skip to content

Commit c74ff05

Browse files
committed
Updated License headers
1 parent a40c6ac commit c74ff05

File tree

3 files changed

+36
-14
lines changed

3 files changed

+36
-14
lines changed

License.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017-2018 Denis Kuzmin < [email protected] > :: github.com/3F
3+
Copyright (c) 2017-2019 Denis Kuzmin < [email protected] > GitHub/3F
4+
Copyright (c) the hMSBuild contributors: https://github.com/3F/hMSBuild/graphs/contributors
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

Readme.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Compiled text-based embeddable pure batch-scripts (no powershell or dotnet-cli)
66
[![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)
77
[![GetNuTool core](https://img.shields.io/badge/GetNuTool-v1.7-93C10B.svg)](https://github.com/3F/GetNuTool)
88

9+
[![Build history](https://buildstats.info/appveyor/chart/3Fs/hmsbuild?buildCount=20&includeBuildsFromPullRequest=true&showStats=true)](https://ci.appveyor.com/project/3Fs/hmsbuild/history)
10+
911
**Download:** Latest stable batch-script [ [hMSBuild](https://3F.github.io/hMSBuild/releases/latest/) ]
10-
* [/releases](https://github.com/3F/hMSBuild/releases) [ [latest](https://github.com/3F/hMSBuild/releases/latest) ]
11-
* [nightly builds](https://ci.appveyor.com/project/3Fs/hmsbuild/history) (`/artifacts` page)
12-
But remember: It can be unstable or not work at all. Use this for tests of latest changes.
13-
* 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.
12+
* Stable: [/releases](https://github.com/3F/hMSBuild/releases) [ [latest](https://github.com/3F/hMSBuild/releases/latest) ]
13+
* 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.
1414

1515

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

2626
[![{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)
2727

28+
## License
29+
30+
Licensed under the [MIT License (MIT)](https://github.com/3F/hMSBuild/blob/master/License.txt)
31+
32+
```
33+
Copyright (c) 2017-2019 Denis Kuzmin < [email protected] > GitHub/3F
34+
```
35+
And the hMSBuild contributors: https://github.com/3F/hMSBuild/graphs/contributors
36+
37+
[ [ ☕ Donate ](https://3F.github.com/Donation/) ]
38+
39+
2840
### Features
2941

3042
Just a **single batch file** and no more for your happy build.
@@ -59,7 +71,7 @@ Start with `hMSBuild -h`
5971
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.
6072

6173
```
62-
hMSBuild - 2.0.0
74+
hMSBuild - 2.0.0.61507 [ a40c6ac ]
6375
Copyright (c) 2017-2018 Denis Kuzmin [ [email protected] ] :: github.com/3F
6476
6577
Distributed under the MIT license
@@ -119,12 +131,20 @@ hMSBuild -GetNuTool /p:ngpackages="Conari;regXwild"
119131
hMSBuild -no-vs "DllExport.sln" || goto bx
120132
```
121133

122-
## License
134+
## Build & Tests
123135

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

138+
You don't need to do anything else, just navigate to root directory of this project, and:
139+
140+
```bat
141+
.\build
126142
```
127-
Copyright (c) 2017-2018 Denis Kuzmin <[email protected]> :: github.com/3F
143+
144+
Available tests can be raised by command:
145+
146+
```bat
147+
.\tests
128148
```
129149

130-
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://3F.github.io/Donation/)
150+
We're waiting for your amazing contributions!

frontend.bat

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@echo off & echo Incomplete script. Compile it first via 'build.bat' - github.com/3F/hMSBuild 1>&2 & exit /B 1
22

33
:: hMSBuild - $-version-$
4-
:: Copyright (c) 2017-2018 Denis Kuzmin [ [email protected] ]
5-
:: https://github.com/3F/hMSBuild
4+
:: Copyright (c) 2017-2019 Denis Kuzmin [ [email protected] ] GitHub/3F
5+
:: Copyright (c) the hMSBuild contributors
66

77
set "dp0=%~dp0"
88
set args=%*
@@ -81,9 +81,10 @@ goto commands
8181

8282
echo.
8383
@echo hMSBuild - $-version-$
84-
@echo Copyright (c) 2017-2018 Denis Kuzmin [ entry.reg@gmail.com ] :: github.com/3F
84+
@echo Copyright (c) 2017-2019 Denis Kuzmin [ entry.reg@gmail.com ] GitHub/3F
85+
@echo Copyright (c) the hMSBuild contributors
8586
echo.
86-
echo Distributed under the MIT license
87+
echo Licensed under the MIT License
8788
@echo https://github.com/3F/hMSBuild
8889
echo.
8990
@echo.

0 commit comments

Comments
 (0)