Skip to content

Commit 20cc968

Browse files
committed
Update name
1 parent 4bc7a40 commit 20cc968

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

LICENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
THE MIT LICENSE
22
===============
33

4-
Copyright © 2016 Azbuka-slovensko
4+
Copyright © 2016 Azbuka
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BrightProof
1+
# BrightProof [![Page on DUB](https://img.shields.io/dub/v/brightproof.svg)](http://code.dlang.org/packages/brightproof) [![Licence](https://img.shields.io/dub/l/brightproof.svg)](https://github.com/azbukagh/BrightProof/blob/master/LICENCE.md)
22
=============
33
SemVer 2.0.0 parser
44

@@ -42,4 +42,4 @@ BrightProof tested on:
4242

4343
## TODO
4444
- [ ] Test on different OS (BSD, Windows), architectures (x86, x86_64) with different compilers (DMD, LDC, GDC)
45-
- [x] Parser must report error, if MAJOR, MINOR or PATCH starts with `0`.
45+

dub.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "brightproof",
33
"description": "Semantic Versioning 2.0.0 library",
4-
"authors": ["Azbuka-slovensko"],
5-
"copyright": "2016 Azbuka-slovensko",
4+
"authors": ["Azbuka"],
5+
"copyright": "2016 Azbuka",
66
"license": "MIT",
77
"targetType": "library",
88
"subPackages": [

test/dub.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "test",
33
"description": "Unittesting of BrightProof",
4-
"authors": ["Azbuka-slovensko"],
5-
"copyright": "2016 Azbuka-slovensko",
4+
"authors": ["Azbuka"],
5+
"copyright": "2016 Azbuka",
66
"license": "MIT",
77
"dependencies": {
88
"brightproof":{

0 commit comments

Comments
 (0)