Navigation Menu

Skip to content

Commit

Permalink
Adds correct license headers to code files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Davies committed Sep 30, 2013
1 parent b08a60a commit ffb3109
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 42 deletions.
23 changes: 16 additions & 7 deletions 07-snapshot/ViewSnapper/ViewSnapper/SCAppDelegate.h
@@ -1,10 +1,19 @@
//
// SCAppDelegate.h
// ViewSnapper
//
// Created by Sam Davies on 29/09/2013.
// Copyright (c) 2013 shinobicontrols. All rights reserved.
//
/*
Copyright 2013 Scott Logic Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/


#import <UIKit/UIKit.h>

Expand Down
23 changes: 16 additions & 7 deletions 07-snapshot/ViewSnapper/ViewSnapper/SCAppDelegate.m
@@ -1,10 +1,19 @@
//
// SCAppDelegate.m
// ViewSnapper
//
// Created by Sam Davies on 29/09/2013.
// Copyright (c) 2013 shinobicontrols. All rights reserved.
//
/*
Copyright 2013 Scott Logic Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/


#import "SCAppDelegate.h"

Expand Down
22 changes: 15 additions & 7 deletions 07-snapshot/ViewSnapper/ViewSnapper/SCRotatingViews.h
@@ -1,10 +1,18 @@
//
// SCRotatingViews.h
// ViewSnapper
//
// Created by Sam Davies on 29/09/2013.
// Copyright (c) 2013 shinobicontrols. All rights reserved.
//
/*
Copyright 2013 Scott Logic Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

#import <UIKit/UIKit.h>

Expand Down
23 changes: 16 additions & 7 deletions 07-snapshot/ViewSnapper/ViewSnapper/SCRotatingViews.m
@@ -1,10 +1,19 @@
//
// SCRotatingViews.m
// ViewSnapper
//
// Created by Sam Davies on 29/09/2013.
// Copyright (c) 2013 shinobicontrols. All rights reserved.
//
/*
Copyright 2013 Scott Logic Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/


#import "SCRotatingViews.h"

Expand Down
23 changes: 16 additions & 7 deletions 07-snapshot/ViewSnapper/ViewSnapper/SCViewController.h
@@ -1,10 +1,19 @@
//
// SCViewController.h
// ViewSnapper
//
// Created by Sam Davies on 29/09/2013.
// Copyright (c) 2013 shinobicontrols. All rights reserved.
//
/*
Copyright 2013 Scott Logic Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/


#import <UIKit/UIKit.h>

Expand Down
23 changes: 16 additions & 7 deletions 07-snapshot/ViewSnapper/ViewSnapper/SCViewController.m
@@ -1,10 +1,19 @@
//
// SCViewController.m
// ViewSnapper
//
// Created by Sam Davies on 29/09/2013.
// Copyright (c) 2013 shinobicontrols. All rights reserved.
//
/*
Copyright 2013 Scott Logic Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/


#import "SCViewController.h"
#import "SCRotatingViews.h"
Expand Down

0 comments on commit ffb3109

Please sign in to comment.