Skip to content

Commit 4ade965

Browse files
committed
minor #123 add QOSSMIC to the license information (xabbuh)
This PR was merged into the 0.2-dev branch. Discussion ---------- add QOSSMIC to the license information Commits ------- 86730f5 add QOSSMIC to the license information
2 parents 7537de6 + 86730f5 commit 4ade965

File tree

56 files changed

+57
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+57
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* (c) Christian Flothmann <[email protected]>
77
* (c) Christopher Hertel <[email protected]>
8+
* (c) QOSSMIC GmbH <[email protected]>
89
*
910
* For the full copyright and license information, please view the LICENSE
1011
* file that was distributed with this source code.
@@ -34,6 +35,7 @@
3435
3536
(c) Christian Flothmann <[email protected]>
3637
(c) Christopher Hertel <[email protected]>
38+
(c) QOSSMIC GmbH <[email protected]>
3739
3840
For the full copyright and license information, please view the LICENSE
3941
file that was distributed with this source code.',

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018-2021 Christian Flothmann & Christopher Hertel
1+
Copyright (c) 2018-2022 Christian Flothmann & Christopher Hertel & QOSSMIC GmbH
22

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

src/Qossmic/DataMapper/DataMapper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* (c) Christian Flothmann <[email protected]>
77
* (c) Christopher Hertel <[email protected]>
8+
* (c) QOSSMIC GmbH <[email protected]>
89
*
910
* For the full copyright and license information, please view the LICENSE
1011
* file that was distributed with this source code.

src/Qossmic/DataMapper/PropertyMapperInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* (c) Christian Flothmann <[email protected]>
77
* (c) Christopher Hertel <[email protected]>
8+
* (c) QOSSMIC GmbH <[email protected]>
89
*
910
* For the full copyright and license information, please view the LICENSE
1011
* file that was distributed with this source code.

src/Qossmic/DataTransformer/ValueObjectTransformer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* (c) Christian Flothmann <[email protected]>
77
* (c) Christopher Hertel <[email protected]>
8+
* (c) QOSSMIC GmbH <[email protected]>
89
*
910
* For the full copyright and license information, please view the LICENSE
1011
* file that was distributed with this source code.

src/Qossmic/DependencyInjection/Compiler/RegisterExceptionHandlersPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* (c) Christian Flothmann <[email protected]>
77
* (c) Christopher Hertel <[email protected]>
8+
* (c) QOSSMIC GmbH <[email protected]>
89
*
910
* For the full copyright and license information, please view the LICENSE
1011
* file that was distributed with this source code.

src/Qossmic/DependencyInjection/RichModelFormsExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* (c) Christian Flothmann <[email protected]>
77
* (c) Christopher Hertel <[email protected]>
8+
* (c) QOSSMIC GmbH <[email protected]>
89
*
910
* For the full copyright and license information, please view the LICENSE
1011
* file that was distributed with this source code.

src/Qossmic/ExceptionHandling/ArgumentTypeMismatchExceptionHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* (c) Christian Flothmann <[email protected]>
77
* (c) Christopher Hertel <[email protected]>
8+
* (c) QOSSMIC GmbH <[email protected]>
89
*
910
* For the full copyright and license information, please view the LICENSE
1011
* file that was distributed with this source code.

src/Qossmic/ExceptionHandling/ChainExceptionHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* (c) Christian Flothmann <[email protected]>
77
* (c) Christopher Hertel <[email protected]>
8+
* (c) QOSSMIC GmbH <[email protected]>
89
*
910
* For the full copyright and license information, please view the LICENSE
1011
* file that was distributed with this source code.

src/Qossmic/ExceptionHandling/Error.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* (c) Christian Flothmann <[email protected]>
77
* (c) Christopher Hertel <[email protected]>
8+
* (c) QOSSMIC GmbH <[email protected]>
89
*
910
* For the full copyright and license information, please view the LICENSE
1011
* file that was distributed with this source code.

0 commit comments

Comments
 (0)