Skip to content

Commit 8b0792b

Browse files
committed
minor comment changes
1 parent f17d7e9 commit 8b0792b

File tree

16 files changed

+30
-30
lines changed

16 files changed

+30
-30
lines changed

Diff for: LICENCE renamed to LICENSE

File renamed without changes.

Diff for: abstract-factory/AbstractFactory.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: adapter/ClassAdapter.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: adapter/ObjectAdapter.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: bridge/Bridge.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: builder/Builder.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: chain-of-reponsibility/ChainOfResponsibility.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010
#include <iostream>

Diff for: command/Command.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: composite/Composite.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: decorator/Decorator.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: facade/Facade.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: factory-method/FactoryMethod.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: flyweight/Flyweight.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: prototype/Prototype.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: proxy/Proxy.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

Diff for: singleton/Singleton.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Author: Jakub Vojvoda [github.com/JakubVojvoda]
44
* 2016
55
*
6-
* Source code is licensed under MIT licence
7-
* (for more details see LICENCE)
6+
* Source code is licensed under MIT License
7+
* (for more details see LICENSE)
88
*
99
*/
1010

0 commit comments

Comments
 (0)