diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE diff --git a/abstract-factory/AbstractFactory.cpp b/abstract-factory/AbstractFactory.cpp index 5136d57..3eb249b 100644 --- a/abstract-factory/AbstractFactory.cpp +++ b/abstract-factory/AbstractFactory.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/adapter/ClassAdapter.cpp b/adapter/ClassAdapter.cpp index 95265ad..748a2f3 100644 --- a/adapter/ClassAdapter.cpp +++ b/adapter/ClassAdapter.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/adapter/ObjectAdapter.cpp b/adapter/ObjectAdapter.cpp index 7a6e274..7fc7418 100644 --- a/adapter/ObjectAdapter.cpp +++ b/adapter/ObjectAdapter.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/bridge/Bridge.cpp b/bridge/Bridge.cpp index ab73b3c..bc1827e 100644 --- a/bridge/Bridge.cpp +++ b/bridge/Bridge.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/builder/Builder.cpp b/builder/Builder.cpp index 0559cac..18a873a 100644 --- a/builder/Builder.cpp +++ b/builder/Builder.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/chain-of-reponsibility/ChainOfResponsibility.cpp b/chain-of-reponsibility/ChainOfResponsibility.cpp index af15a40..28b1c81 100644 --- a/chain-of-reponsibility/ChainOfResponsibility.cpp +++ b/chain-of-reponsibility/ChainOfResponsibility.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ #include diff --git a/command/Command.cpp b/command/Command.cpp index 1ab3c33..bd2d73c 100644 --- a/command/Command.cpp +++ b/command/Command.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/composite/Composite.cpp b/composite/Composite.cpp index 5ae6e3e..e885ae4 100644 --- a/composite/Composite.cpp +++ b/composite/Composite.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/decorator/Decorator.cpp b/decorator/Decorator.cpp index a8a15ea..91c9959 100644 --- a/decorator/Decorator.cpp +++ b/decorator/Decorator.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/facade/Facade.cpp b/facade/Facade.cpp index 499f851..6be47dd 100644 --- a/facade/Facade.cpp +++ b/facade/Facade.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/factory-method/FactoryMethod.cpp b/factory-method/FactoryMethod.cpp index 1a36950..306fa82 100644 --- a/factory-method/FactoryMethod.cpp +++ b/factory-method/FactoryMethod.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/flyweight/Flyweight.cpp b/flyweight/Flyweight.cpp index c37b370..cd00844 100644 --- a/flyweight/Flyweight.cpp +++ b/flyweight/Flyweight.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/prototype/Prototype.cpp b/prototype/Prototype.cpp index 4e48ebb..37a9e00 100644 --- a/prototype/Prototype.cpp +++ b/prototype/Prototype.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/proxy/Proxy.cpp b/proxy/Proxy.cpp index ff1a251..2cac715 100644 --- a/proxy/Proxy.cpp +++ b/proxy/Proxy.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */ diff --git a/singleton/Singleton.cpp b/singleton/Singleton.cpp index 58006d2..c7c0f2a 100644 --- a/singleton/Singleton.cpp +++ b/singleton/Singleton.cpp @@ -3,8 +3,8 @@ * Author: Jakub Vojvoda [github.com/JakubVojvoda] * 2016 * - * Source code is licensed under MIT licence - * (for more details see LICENCE) + * Source code is licensed under MIT License + * (for more details see LICENSE) * */