diff --git a/__tests__/creational/Builder.spec.ts b/__tests__/creational/Builder.spec.ts index 5aafcac..68b2c39 100644 --- a/__tests__/creational/Builder.spec.ts +++ b/__tests__/creational/Builder.spec.ts @@ -7,8 +7,8 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * - * 1. Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation diff --git a/__tests__/creational/Prototype.spec.ts b/__tests__/creational/Prototype.spec.ts index 56084b1..b1a17d9 100644 --- a/__tests__/creational/Prototype.spec.ts +++ b/__tests__/creational/Prototype.spec.ts @@ -7,8 +7,8 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * - * 1. Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation diff --git a/src/creational/Builder.ts b/src/creational/Builder.ts index fa4bfeb..123f256 100644 --- a/src/creational/Builder.ts +++ b/src/creational/Builder.ts @@ -7,8 +7,8 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * - * 1. Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation diff --git a/src/creational/Prototype.ts b/src/creational/Prototype.ts index 0b9ac4b..2bb4fe4 100644 --- a/src/creational/Prototype.ts +++ b/src/creational/Prototype.ts @@ -7,8 +7,8 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * - * 1. Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation diff --git a/src/index.ts b/src/index.ts index 812196c..d7b3b02 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,8 +7,8 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * - * 1. Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation diff --git a/src/interfaces/Serializable.ts b/src/interfaces/Serializable.ts index e928fbd..0dc83d2 100644 --- a/src/interfaces/Serializable.ts +++ b/src/interfaces/Serializable.ts @@ -7,8 +7,8 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * - * 1. Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation diff --git a/src/structural/Observable.ts b/src/structural/Observable.ts index fed32e3..2b573b1 100644 --- a/src/structural/Observable.ts +++ b/src/structural/Observable.ts @@ -7,8 +7,8 @@ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * - * 1. Redistributions of source code must retain the above copyright notice, this - * list of conditions and the following disclaimer. + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation