Skip to content

Commit

Permalink
added license
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Mar 6, 2020
1 parent b6fedf4 commit 9acea98
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ php-cs-fixer:
changelog:
git log $$(git describe --abbrev=0 --tags)...HEAD --no-merges --pretty=format:"* [%h](http://github.com/${TRAVIS_REPO_SLUG}/commit/%H) %s (%cN)"

.PHONY: license
license:
vendor/bin/docheader check --no-interaction --ansi -vvv {src,test}

# Based on https://suva.sh/posts/well-documented-makefiles/
help: ## Display this help
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n\nTargets:\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-20s\033[0m %s\n", $$1, $$2 }' $(MAKEFILE_LIST)
4 changes: 2 additions & 2 deletions src/DBALEventStore.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

/*
* This file is part of the broadway/broadway package.
* This file is part of the broadway/event-store-dbal package.
*
* (c) Qandidate.com <[email protected]>
* (c) 2020 Broadway project
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/DBALEventStoreException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
declare(strict_types=1);

/*
* This file is part of the broadway/broadway package.
* This file is part of the broadway/event-store-dbal package.
*
* (c) Qandidate.com <[email protected]>
* (c) 2020 Broadway project
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions test/BinaryDBALEventStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
declare(strict_types=1);

/*
* This file is part of the broadway/broadway package.
* This file is part of the broadway/event-store-dbal package.
*
* (c) Qandidate.com <[email protected]>
* (c) 2020 Broadway project
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions test/DBALEventStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
declare(strict_types=1);

/*
* This file is part of the broadway/broadway package.
* This file is part of the broadway/event-store-dbal package.
*
* (c) Qandidate.com <[email protected]>
* (c) 2020 Broadway project
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions test/Management/BinaryDBALEventStoreManagementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
declare(strict_types=1);

/*
* This file is part of the broadway/broadway package.
* This file is part of the broadway/event-store-dbal package.
*
* (c) Qandidate.com <[email protected]>
* (c) 2020 Broadway project
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions test/Management/DBALEventStoreManagementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
declare(strict_types=1);

/*
* This file is part of the broadway/broadway package.
* This file is part of the broadway/event-store-dbal package.
*
* (c) Qandidate.com <[email protected]>
* (c) 2020 Broadway project
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit 9acea98

Please sign in to comment.