From 03fd884b6ea89ff12ae0a2750a7600a75859c39e Mon Sep 17 00:00:00 2001 From: siqi Date: Mon, 17 Jun 2013 18:11:32 +0200 Subject: license --- ios/iosremote/iosremote/Base64.h | 14 +++++++------- ios/iosremote/iosremote/Communication/CommandTransmitter.h | 10 +++++----- .../iosremote/libreoffice_sdremoteViewController.h | 10 +++++----- ios/iosremote/iosremote/slideShowViewController.h | 11 ++++++----- ios/iosremote/iosremote/slideShowViewController.m | 10 +++++----- 5 files changed, 28 insertions(+), 27 deletions(-) (limited to 'ios') 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 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 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 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 #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" -- cgit