From 779eb92d9eedb9d2cc46fcec066bc48ee94c137c Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sat, 30 Apr 2016 12:06:00 +0200 Subject: [PATCH] Fixes copyright in header. --- RxExample/RxDataSources/DataSources/Array+Extensions.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxExample/RxDataSources/DataSources/Array+Extensions.swift b/RxExample/RxDataSources/DataSources/Array+Extensions.swift index 1a237190..93c6dfd7 100644 --- a/RxExample/RxDataSources/DataSources/Array+Extensions.swift +++ b/RxExample/RxDataSources/DataSources/Array+Extensions.swift @@ -3,7 +3,7 @@ // RxDataSources // // Created by Krunoslav Zaher on 4/26/16. -// Copyright © 2016 kzaher. All rights reserved. +// Copyright © 2016 Krunoslav Zaher. All rights reserved. // import Foundation