diff options
author | siqi <me@siqi.fr> | 2013-06-17 18:11:32 +0200 |
---|---|---|
committer | siqi <me@siqi.fr> | 2013-06-18 00:20:02 +0200 |
commit | 03fd884b6ea89ff12ae0a2750a7600a75859c39e (patch) | |
tree | 2f20e0a5d2c583ed7466ef759693eeabe6183970 /ios | |
parent | 1c8ad3b464d4e2ecdd62b593dc3e53d340c66df6 (diff) |
license
Diffstat (limited to 'ios')
-rw-r--r-- | ios/iosremote/iosremote/Base64.h | 14 | ||||
-rw-r--r-- | ios/iosremote/iosremote/Communication/CommandTransmitter.h | 10 | ||||
-rw-r--r-- | ios/iosremote/iosremote/libreoffice_sdremoteViewController.h | 10 | ||||
-rw-r--r-- | ios/iosremote/iosremote/slideShowViewController.h | 11 | ||||
-rw-r--r-- | ios/iosremote/iosremote/slideShowViewController.m | 10 |
5 files changed, 28 insertions, 27 deletions
diff --git a/ios/iosremote/iosremote/Base64.h b/ios/iosremote/iosremote/Base64.h index 71c40707ab1e..f222423322da 100644 --- a/ios/iosremote/iosremote/Base64.h +++ b/ios/iosremote/iosremote/Base64.h @@ -1,10 +1,10 @@ -/* - * 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/. - */ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +// +// 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/. #import <Foundation/Foundation.h> diff --git a/ios/iosremote/iosremote/Communication/CommandTransmitter.h b/ios/iosremote/iosremote/Communication/CommandTransmitter.h index 39f85a8f421b..95821c970066 100644 --- a/ios/iosremote/iosremote/Communication/CommandTransmitter.h +++ b/ios/iosremote/iosremote/Communication/CommandTransmitter.h @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// CommandTransmitter.h -// iosremote -// -// Created by Liu Siqi on 6/9/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/. #import <Foundation/Foundation.h> diff --git a/ios/iosremote/iosremote/libreoffice_sdremoteViewController.h b/ios/iosremote/iosremote/libreoffice_sdremoteViewController.h index e1bbb490aa0a..d664fdf7df20 100644 --- a/ios/iosremote/iosremote/libreoffice_sdremoteViewController.h +++ b/ios/iosremote/iosremote/libreoffice_sdremoteViewController.h @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// libreoffice_sdremoteViewController.h -// iosremote -// -// Created by Liu Siqi on 6/4/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/. #import <UIKit/UIKit.h> diff --git a/ios/iosremote/iosremote/slideShowViewController.h b/ios/iosremote/iosremote/slideShowViewController.h index c5391b40e8f1..f915d65b666c 100644 --- a/ios/iosremote/iosremote/slideShowViewController.h +++ b/ios/iosremote/iosremote/slideShowViewController.h @@ -1,10 +1,11 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// slideShowViewController.h -// iosremote -// -// Created by Liu Siqi on 6/9/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/. + #import <UIKit/UIKit.h> #import "SlideShow.h" diff --git a/ios/iosremote/iosremote/slideShowViewController.m b/ios/iosremote/iosremote/slideShowViewController.m index e1669df378b5..5892ab983b35 100644 --- a/ios/iosremote/iosremote/slideShowViewController.m +++ b/ios/iosremote/iosremote/slideShowViewController.m @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// slideShowViewController.m -// iosremote -// -// Created by Liu Siqi on 6/9/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/. #import "slideShowViewController.h" #import "SlideShow.h" |