Skip to content

Commit d545349

Browse files
committed
Updated license headers
1 parent e7f390a commit d545349

12 files changed

+27
-33
lines changed

.github/FUNDING.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# ~
22

3-
github: 3F
4-
patreon: GitHub3F
53
ko_fi: github3f
6-
custom: https://3F.github.com/Donation/
4+
patreon: GitHub3F
5+
custom: ['paypal.me/GitHub3F', '3F.github.com/Donation/']

License.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017-2019 Denis Kuzmin <entry.reg@gmail.com> :: github.com/3F
3+
Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
44

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

Readme.md

+15-20
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,40 @@
11
## [GhrMeter.user.js](https://github.com/3F/GhrMeter.user.js)
22

3-
An user script to show download counter for each attachment from 'Releases' page on GitHub.com
3+
An user script to show statistics for each attachment from 'Releases' page on GitHub.com
44

5-
**GhrMeter** has been extracted from my [:: sandbox ::](https://github.com/3F/sandbox) (GitHubReleasesCount). Still under the MIT license.
5+
Extracted from my [:: sandbox ::](https://github.com/3F/sandbox) *(known as a GitHubReleasesCount)* Under the MIT license 🎉 [Enjoy!](https://github.com/3F)
66

7-
[![Build status](https://ci.appveyor.com/api/projects/status/drvcdb044e7ye469/branch/master?svg=true)](https://ci.appveyor.com/project/3Fs/ghrmeter-user-js/branch/master)
8-
[![release-src](https://img.shields.io/github/release/3F/GhrMeter.user.js.svg)](https://github.com/3F/GhrMeter.user.js/releases/latest)
7+
[![Build status](https://ci.appveyor.com/api/projects/status/pjery3pc3ketwewp/branch/master?svg=true)](https://ci.appveyor.com/project/3Fs/ghrmeter-user-js-github/branch/master)
8+
[![release](https://img.shields.io/github/release/3F/GhrMeter.user.js.svg)](https://github.com/3F/GhrMeter.user.js/releases/latest)
99
[![License](https://img.shields.io/badge/License-MIT-74A5C2.svg)](https://github.com/3F/GhrMeter.user.js/blob/master/License.txt)
1010

1111
**Download:** [GhrMeter.user.js](https://3F.github.io/GhrMeter.user.js/releases/latest/)
1212

13-
* [/releases](https://github.com/3F/GhrMeter.user.js/releases) [ [latest](https://github.com/3F/GhrMeter.user.js/releases/latest) ]
13+
* Minified + **Non**-minified [/releases](https://github.com/3F/GhrMeter.user.js/releases) [ [latest](https://github.com/3F/GhrMeter.user.js/releases/latest) ]
14+
* *[Changelog](./changelog.txt)*
1415

1516
## License
1617

1718
The [MIT License (MIT)](https://github.com/3F/GhrMeter.user.js/blob/master/License.txt)
1819

1920
```
20-
Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
21+
Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
2122
```
2223

23-
[[]](https://3F.github.io/Donation/)
24+
[ [Donate ](https://3F.github.com/Donation/) ]
2425

25-
### How to use
26+
### How to install
2627

27-
As the most easy way, you need to have an userscript manager like Greasemonkey, Tampermonkey, and so on.
28+
As the most easy way, you need to have an userscript manager like Greasemonkey, Tampermonkey, and so on. Click **[here](https://3F.github.io/GhrMeter.user.js/releases/latest/)** and follow the installation instructions from your userscript manager.
2829

29-
Then, either just click **[here](https://3F.github.io/GhrMeter.user.js/releases/latest/)** and follow the installation instructions from your userscript manager.
30+
**Or** add this manually as you prefer. It does not matter "how" because this code will work immediately after loading into DOM.
3031

31-
**Or** add this manually(again via userscript manager), **or** use any other your favorite way. It does not matter because this code will work immediately after loading into DOM.
32+
### Screenshots
3233

33-
Enjoy!
34-
35-
### Social
36-
37-
* https://plus.google.com/+DenisKuzmin3F/posts/bGrH3kJTUNm
34+
Feb 2019:
3835

3936
![](./media/GHR_Assets_February_2019.png)
4037

41-
![](./media/GhrMeter.user.js.jpg)
38+
Aug 2018:
4239

43-
## Changelog
44-
45-
* [changelog.txt](./changelog.txt)
40+
![](./media/GhrMeter.user.js.jpg)

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2019 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
2+
* Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
33
*/
44

55
const CFG_DEBUG = 'debug';

src/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
4+
* Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/app.userscript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name GhrMeter
33
// @description Displays download counter for each attachment from 'Releases' page on GitHub.com
44
// @namespace net.r_eg.GhrMeter
5-
// @copyright 2017-2019 Denis Kuzmin < entry.reg@gmail.com >
5+
// @copyright Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
66
// @license MIT
77
// @author https://github.com/3F
88
// @version .

src/js/GhmNullException.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
4+
* Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/js/GhrMeter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* The MIT License (MIT)
44
*
5-
* Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
5+
* Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
66
*
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
88
* of this software and associated documentation files (the "Software"), to deal

src/js/GhrmException.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2017-2019 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
4+
* Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

tasks/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2019 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
2+
* Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
33
*/
44

55
module.exports = (gulp, cfg, _) =>

tasks/inc/XFunc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2018 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
2+
* Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
33
*/
44

55
'use strict';

tasks/scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2019 Denis Kuzmin < entry.reg@gmail.com > :: github.com/3F
2+
* Copyright (c) 2017-2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
33
*/
44

55
module.exports = (gulp, cfg, _) =>

0 commit comments

Comments
 (0)