diff --git a/ios/iosremote/iosremote/Categories/UIImage+imageWithColor.m b/ios/iosremote/iosremote/Categories/UIImage+imageWithColor.m
index e3c0c336efa0..5cac9f2d3b30 100644
--- a/ios/iosremote/iosremote/Categories/UIImage+imageWithColor.m
+++ b/ios/iosremote/iosremote/Categories/UIImage+imageWithColor.m
@@ -1,9 +1,11 @@
//
+// This file is part of the LibreOffice project.
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+//
// UIImage+imageWithColor.m
-// iosremote
-//
-// Created by Siqi Liu on 10/5/13.
-// Copyright (c) 2013 libreoffice. All rights reserved.
//
#import "UIImage+imageWithColor.h"
@@ -14,13 +16,13 @@
{
UIGraphicsBeginImageContext(size);
CGContextRef context = UIGraphicsGetCurrentContext();
-
+
CGContextSetFillColorWithColor(context, color.CGColor);
CGContextFillRect(context, (CGRect){.size = size});
-
+
UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
-
+
return image;
}
diff --git a/ios/iosremote/iosremote/Classes/slideShow_vc.m b/ios/iosremote/iosremote/Classes/slideShow_vc.m
index 3fc86167d1d6..43e9ea35546d 100644
--- a/ios/iosremote/iosremote/Classes/slideShow_vc.m
+++ b/ios/iosremote/iosremote/Classes/slideShow_vc.m
@@ -1,9 +1,11 @@
-/
-// slideShow_vc.m
-// iosremote
//
-// Created by Liu Siqi on 7/5/13.
-// Copyright (c) 2013 libreoffice. All rights reserved.
+// This file is part of the LibreOffice project.
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+//
+// slideShow_vc.m
//
#import "slideShow_vc.h"
diff --git a/ios/iosremote/licenses.html b/ios/iosremote/licenses.html
index d5a8481a7c76..6900ecac604d 100644
--- a/ios/iosremote/licenses.html
+++ b/ios/iosremote/licenses.html
@@ -31,7 +31,7 @@
Version: 1.0.0 Impress Remote
(Build ID: 1)
- Copyright 2013 LibreOffice Contributors and/or their affiliates.
+
Copyright 2013, 2014 LibreOffice contributors.
One of the LibreOffice - Google Summer of Code 2013 products
@@ -48,4 +48,4 @@
This app uses PopoverView by Runway 20 Inc., which is released under MIT license that is available here.