Skip to content
Snippets Groups Projects
Commit cc748abc authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

update copyright

parent bab5f691
Branches
Tags
No related merge requests found
Showing
with 3 additions and 154 deletions
...@@ -3,6 +3,8 @@ Onelab for iOS and Android devices. ...@@ -3,6 +3,8 @@ Onelab for iOS and Android devices.
Version: 1.0.0 Version: 1.0.0
Copyright (C) 2014 Maxime Graulich and Christophe Geuzaine, University of Liege
== iOS == == iOS ==
= Apple AppStore description = = Apple AppStore description =
......
//
// AboutViewController.h
// Onelab
//
// Created by Maxime Graulich on 21/03/14.
// Copyright (c) 2014 Maxime Graulich. All rights reserved.
//
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
@interface AboutViewController : UIViewController @interface AboutViewController : UIViewController
......
//
// AboutViewController.m
// Onelab
//
// Created by Maxime Graulich on 21/03/14.
// Copyright (c) 2014 Maxime Graulich. All rights reserved.
//
#import "AboutViewController.h" #import "AboutViewController.h"
#import "Gmsh/GmshVersion.h" #import "Gmsh/GmshVersion.h"
#import "Gmsh/GmshConfig.h" #import "Gmsh/GmshConfig.h"
#import "GetDP/GetDPVersion.h" #import "GetDP/GetDPVersion.h"
#import "GetDP/GetDPConfig.h" #import "GetDP/GetDPConfig.h"
@interface AboutViewController () @interface AboutViewController ()
@end @end
......
//
// AppDelegate.h
// Onelab
//
// Created by Maxime Graulich on 08/04/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#include "SplitViewController.h" #include "SplitViewController.h"
......
//
// AppDelegate.m
// Onelab
//
// Created by Maxime Graulich on 08/04/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import "AppDelegate.h" #import "AppDelegate.h"
#import "ModelListController.h" #import "ModelListController.h"
#import "Utils.h" #import "Utils.h"
......
//
// Model.h
// Onelab
//
// Created by Maxime Graulich on 03/09/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
@interface Model : NSObject @interface Model : NSObject
......
//
// Model.m
// Onelab
//
// Created by Maxime Graulich on 03/09/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import "Model.h" #import "Model.h"
@implementation Model @implementation Model
......
//
// ModelListController.h
// Onelab
//
// Created by Maxime Graulich on 31/07/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import "EAGLView.h" #import "EAGLView.h"
......
//
// ModelListController.m
// Onelab
//
// Created by Maxime Graulich on 31/07/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import "AppDelegate.h" #import "AppDelegate.h"
#import "ModelListController.h" #import "ModelListController.h"
......
//
// DetailViewController.h
// Onelab
//
// Created by Maxime Graulich on 08/04/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import "EAGLView.h" #import "EAGLView.h"
@interface UIErrorAlertView : UIAlertView @interface UIErrorAlertView : UIAlertView
@end @end
......
//
// DetailViewController.m
// Onelab
//
// Created by Maxime Graulich on 08/04/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <QuartzCore/QuartzCore.h> #import <QuartzCore/QuartzCore.h>
#import <Social/Social.h> #import <Social/Social.h>
......
//
// PostProViewController.h
// Onelab
//
// Created by Maxime Graulich on 13/08/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
@interface OptionsViewController : UITableViewController <UITextFieldDelegate> @interface OptionsViewController : UITableViewController <UITextFieldDelegate>
......
//
// PostProViewController.m
// Onelab
//
// Created by Maxime Graulich on 13/08/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import "OptionsViewController.h" #import "OptionsViewController.h"
#import "ParametersViewController.h" #import "ParametersViewController.h"
#import "PostProcessingViewController.h" #import "PostProcessingViewController.h"
......
//
// parameter.h
// Onelab
//
// Created by Maxime Graulich on 07/08/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <Gmsh/onelab.h> #import <Gmsh/onelab.h>
......
//
// parameter.m
// Onelab
//
// Created by Maxime Graulich on 07/08/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import "parameter.h" #import "parameter.h"
@implementation Parameter @implementation Parameter
......
//
// MasterViewController.h
// Onelab
//
// Created by Maxime Graulich on 08/04/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import <Gmsh/onelab.h> #import <Gmsh/onelab.h>
......
//
// MasterViewController.m
// Onelab
//
// Created by Maxime Graulich on 08/04/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import "ParametersViewController.h" #import "ParametersViewController.h"
#import "ModelViewController.h" #import "ModelViewController.h"
#import "OptionsViewController.h" #import "OptionsViewController.h"
......
//
// PostProcessingViewController.h
// Onelab
//
// Created by Maxime Graulich on 22/08/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#include <gmsh/PView.h> #include <gmsh/PView.h>
......
//
// PostProcessingViewController.m
// Onelab
//
// Created by Maxime Graulich on 22/08/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import "PostProcessingViewController.h" #import "PostProcessingViewController.h"
@interface PostProcessingViewController () @interface PostProcessingViewController ()
......
//
// SplitViewController.h
// Onelab
//
// Created by Maxime Graulich on 05/08/13.
// Copyright (c) 2013 Maxime Graulich. All rights reserved.
//
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import "ParametersViewController.h" #import "ParametersViewController.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment