Skip to content

Commit 42e4455

Browse files
author
Paulo Gomes
committed
Make Attributions markdown friendly
Signed-off-by: Paulo Gomes <[email protected]>
1 parent f6029ab commit 42e4455

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

ATTRIBUTIONS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
ATTRIBUTIONS
1+
# Attributions
22

33
This application uses Open Source components. You can find the source
44
code of their open source projects along with license information below.
55
We acknowledge and are grateful to these developers for their contributions
66
to open source.
77

8-
libssh2:
8+
## libssh2
99

1010
Libssh2 was obtained in source-code form from its github repository:
1111
https://github.com/libssh2/libssh2/
@@ -58,9 +58,9 @@ Copyright notice (https://raw.githubusercontent.com/libssh2/libssh2/main/COPYING
5858
* OF SUCH DAMAGE.
5959
*/
6060

61-
----------------------------------------------------------------------
61+
**********************************************************************
6262

63-
libgit2:
63+
## libgit2
6464

6565
Libgit2 was obtained in source-code form from its github repository:
6666
https://github.com/libgit2/libgit2/
@@ -1198,9 +1198,9 @@ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
11981198
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
11991199
OF THE POSSIBILITY OF SUCH DAMAGE.
12001200

1201-
----------------------------------------------------------------------
1201+
**********************************************************************
12021202

1203-
zlib:
1203+
## zlib
12041204

12051205
Zlib was obtained in binary form via official distribution channels.
12061206
No changes were made to its original source code.

hack/update-attributions.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
set -eoux pipefail
44

5-
SPLIT="----------------------------------------------------------------------"
5+
SPLIT="**********************************************************************"
66

77
cat <<EOF > ATTRIBUTIONS.md
8-
ATTRIBUTIONS
8+
# Attributions
99
1010
This application uses Open Source components. You can find the source
1111
code of their open source projects along with license information below.
1212
We acknowledge and are grateful to these developers for their contributions
1313
to open source.
1414
15-
libssh2:
15+
## libssh2
1616
1717
Libssh2 was obtained in source-code form from its github repository:
1818
https://github.com/libssh2/libssh2/
@@ -25,7 +25,7 @@ $(curl -L https://raw.githubusercontent.com/libssh2/libssh2/master/COPYING)
2525
2626
${SPLIT}
2727
28-
libgit2:
28+
## libgit2
2929
3030
Libgit2 was obtained in source-code form from its github repository:
3131
https://github.com/libgit2/libgit2/
@@ -38,7 +38,7 @@ $(curl -L https://raw.githubusercontent.com/libgit2/libgit2/main/COPYING)
3838
3939
${SPLIT}
4040
41-
zlib:
41+
## zlib
4242
4343
Zlib was obtained in binary form via official distribution channels.
4444
No changes were made to its original source code.

0 commit comments

Comments
 (0)