summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2013-12-13 15:09:40 +0000
committerMichael Meeks <michael.meeks@collabora.com>2013-12-13 17:00:07 +0000
commit59197dea293677b55a6f79a6bcfaaa7ce7c8f97b (patch)
treebe113c9aa3858a5b91bd51d93b867bb2c086ded2 /ios
parent984c3b733fe3b118f6e4b855fa8a6396fe194f8e (diff)
Targetted text updates, with seasonable changes before l10n freeze.
Change-Id: If37ef9f68711da3a0aa9a3ba59b111a8a23421df
Diffstat (limited to 'ios')
-rw-r--r--ios/iosremote/iosremote/Categories/UIImage+imageWithColor.h10
-rw-r--r--ios/iosremote/iosremote/Categories/UIImage+imageWithColor.m16
-rw-r--r--ios/iosremote/iosremote/Classes/slideShow_vc.m12
-rw-r--r--ios/iosremote/licenses.html4
-rw-r--r--ios/shared/ios_sharedlo/objective_c/MLOInvoker.h9
-rw-r--r--ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h9
-rw-r--r--ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.m9
7 files changed, 42 insertions, 27 deletions
diff --git a/ios/iosremote/iosremote/Categories/UIImage+imageWithColor.h b/ios/iosremote/iosremote/Categories/UIImage+imageWithColor.h
index 781ef77b1d56..6f642a1dddd0 100644
--- a/ios/iosremote/iosremote/Categories/UIImage+imageWithColor.h
+++ b/ios/iosremote/iosremote/Categories/UIImage+imageWithColor.h
@@ -1,9 +1,11 @@
//
-// UIImage+imageWithColor.h
-// iosremote
+// This file is part of the LibreOffice project.
//
-// Created by Siqi Liu on 10/5/13.
-// Copyright (c) 2013 libreoffice. All rights reserved.
+// 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.h
//
#import <UIKit/UIKit.h>
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 @@
//
-// UIImage+imageWithColor.m
-// iosremote
+// 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/.
//
-// Created by Siqi Liu on 10/5/13.
-// Copyright (c) 2013 libreoffice. All rights reserved.
+// UIImage+imageWithColor.m
//
#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 @@
<p>Version: 1.0.0 Impress Remote<br>
(Build ID: 1)</p>
- <p>Copyright 2013 LibreOffice Contributors and/or their affiliates.
+ <p>Copyright 2013, 2014 LibreOffice contributors.
<br>
One of the LibreOffice - Google Summer of Code 2013 products
<br>
@@ -48,4 +48,4 @@
<p>This app uses PopoverView by Runway 20 Inc., which is released under MIT license that is available <a href="http://opensource.org/licenses/MIT">here</a>.</p>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/ios/shared/ios_sharedlo/objective_c/MLOInvoker.h b/ios/shared/ios_sharedlo/objective_c/MLOInvoker.h
index 81dc07de32bd..6216b55bf599 100644
--- a/ios/shared/ios_sharedlo/objective_c/MLOInvoker.h
+++ b/ios/shared/ios_sharedlo/objective_c/MLOInvoker.h
@@ -1,10 +1,13 @@
//
+// 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/.
+//
// MLOInvoker.h
// CloudOn_LO_PoC
//
-// Created by ptyl on 10/3/13.
-// Copyright (c) 2013 CloudOn. All rights reserved.
-//
#import <Foundation/Foundation.h>
diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h
index 6631fcb1259e..e7448435c252 100644
--- a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h
+++ b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.h
@@ -1,10 +1,13 @@
//
+// 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/.
+//
// MLOTestingTileSubviewViewController.h
// ios_sharedlo
//
-// Created by ptyl on 10/17/13.
-// Copyright (c) 2013 LibreOffice.org. All rights reserved.
-//
#import "MLOViewController.h"
diff --git a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.m b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.m
index 070bfed9a577..2fbe82d93e18 100644
--- a/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.m
+++ b/ios/shared/ios_sharedlo/objective_c/view_controllers/testing_tiles/MLOTestingTileSubviewViewController.m
@@ -1,10 +1,13 @@
//
+// 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/.
+//
// MLOTestingTileSubviewViewController.m
// ios_sharedlo
//
-// Created by ptyl on 10/17/13.
-// Copyright (c) 2013 LibreOffice.org. All rights reserved.
-//
#import "MLOTestingTileSubviewViewController.h"