diff options
author | Siqi LIU <me@siqi.fr> | 2013-09-08 08:42:33 +0200 |
---|---|---|
committer | Siqi LIU <me@siqi.fr> | 2013-09-08 12:42:28 +0200 |
commit | 01f7ab201c4819ada35c6c29ec79810c91906545 (patch) | |
tree | 51f31b7a7e035da3306f77b6e9324c027b7f815f /ios/iosremote | |
parent | b01a7c633b66c2a2136105c3b1b31060d0869c92 (diff) |
license
Change-Id: Ib99cc99be7cfd48af7025834056e0b87fbd121be
Diffstat (limited to 'ios/iosremote')
-rw-r--r-- | ios/iosremote/UIView+Shadowing.h | 10 | ||||
-rw-r--r-- | ios/iosremote/UIView+Shadowing.m | 10 | ||||
-rw-r--r-- | ios/iosremote/WalkThroughContainerViewController.h | 10 | ||||
-rw-r--r-- | ios/iosremote/WalkThroughContainerViewController.m | 10 | ||||
-rw-r--r-- | ios/iosremote/iosremote/UIImageView+setImageAnimated.h | 10 | ||||
-rw-r--r-- | ios/iosremote/iosremote/UIImageView+setImageAnimated.m | 10 | ||||
-rw-r--r-- | ios/iosremote/iosremote/WalkThroughPageViewController.h | 10 | ||||
-rw-r--r-- | ios/iosremote/iosremote/WalkThroughPageViewController.m | 10 |
8 files changed, 40 insertions, 40 deletions
diff --git a/ios/iosremote/UIView+Shadowing.h b/ios/iosremote/UIView+Shadowing.h index 223c4fd0b5ef..d7b3869f1770 100644 --- a/ios/iosremote/UIView+Shadowing.h +++ b/ios/iosremote/UIView+Shadowing.h @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// UIView+Shadowing.h -// iosremote -// -// Created by Siqi Liu on 9/6/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/UIView+Shadowing.m b/ios/iosremote/UIView+Shadowing.m index 343063c2c88c..616bb187dfdc 100644 --- a/ios/iosremote/UIView+Shadowing.m +++ b/ios/iosremote/UIView+Shadowing.m @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// UIView+Shadowing.m -// iosremote -// -// Created by Siqi Liu on 9/6/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 "UIView+Shadowing.h" #import <QuartzCore/CALayer.h> diff --git a/ios/iosremote/WalkThroughContainerViewController.h b/ios/iosremote/WalkThroughContainerViewController.h index ee5dff01ee1a..1474d166463a 100644 --- a/ios/iosremote/WalkThroughContainerViewController.h +++ b/ios/iosremote/WalkThroughContainerViewController.h @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// WalkThroughContainerViewController.h -// iosremote -// -// Created by Siqi Liu on 8/27/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/WalkThroughContainerViewController.m b/ios/iosremote/WalkThroughContainerViewController.m index cd449bcd41d8..ace14fcca3d9 100644 --- a/ios/iosremote/WalkThroughContainerViewController.m +++ b/ios/iosremote/WalkThroughContainerViewController.m @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// WalkThroughContainerViewController.m -// iosremote -// -// Created by Siqi Liu on 8/27/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 "WalkThroughContainerViewController.h" #import "WalkThroughPageViewController.h" diff --git a/ios/iosremote/iosremote/UIImageView+setImageAnimated.h b/ios/iosremote/iosremote/UIImageView+setImageAnimated.h index 24f3b20c448e..5f8ca7398bbf 100644 --- a/ios/iosremote/iosremote/UIImageView+setImageAnimated.h +++ b/ios/iosremote/iosremote/UIImageView+setImageAnimated.h @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// NSObject+UIImageView_setImageAnimated.h -// iosremote -// -// Created by Siqi Liu on 7/31/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/UIImageView+setImageAnimated.m b/ios/iosremote/iosremote/UIImageView+setImageAnimated.m index ca163df48211..3a1464b90967 100644 --- a/ios/iosremote/iosremote/UIImageView+setImageAnimated.m +++ b/ios/iosremote/iosremote/UIImageView+setImageAnimated.m @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// NSObject+UIImageView_setImageAnimated.m -// iosremote -// -// Created by Siqi Liu on 7/31/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 "UIImageView+setImageAnimated.h" diff --git a/ios/iosremote/iosremote/WalkThroughPageViewController.h b/ios/iosremote/iosremote/WalkThroughPageViewController.h index 86260e7a6bf8..08b293ac146f 100644 --- a/ios/iosremote/iosremote/WalkThroughPageViewController.h +++ b/ios/iosremote/iosremote/WalkThroughPageViewController.h @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// WalkThroughPageViewController.h -// iosremote -// -// Created by Siqi Liu on 8/27/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/WalkThroughPageViewController.m b/ios/iosremote/iosremote/WalkThroughPageViewController.m index 4b91e25ae74b..a53ccf5eefbe 100644 --- a/ios/iosremote/iosremote/WalkThroughPageViewController.m +++ b/ios/iosremote/iosremote/WalkThroughPageViewController.m @@ -1,10 +1,10 @@ +// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // -// WalkThroughPageViewController.m -// iosremote -// -// Created by Siqi Liu on 8/27/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 "WalkThroughPageViewController.h" |