From ffb310962c9d52466bc5f6ded491965e6cadf7a8 Mon Sep 17 00:00:00 2001 From: Sam Davies Date: Mon, 30 Sep 2013 14:37:27 +1000 Subject: [PATCH] Adds correct license headers to code files --- .../ViewSnapper/ViewSnapper/SCAppDelegate.h | 23 +++++++++++++------ .../ViewSnapper/ViewSnapper/SCAppDelegate.m | 23 +++++++++++++------ .../ViewSnapper/ViewSnapper/SCRotatingViews.h | 22 ++++++++++++------ .../ViewSnapper/ViewSnapper/SCRotatingViews.m | 23 +++++++++++++------ .../ViewSnapper/SCViewController.h | 23 +++++++++++++------ .../ViewSnapper/SCViewController.m | 23 +++++++++++++------ 6 files changed, 95 insertions(+), 42 deletions(-) diff --git a/07-snapshot/ViewSnapper/ViewSnapper/SCAppDelegate.h b/07-snapshot/ViewSnapper/ViewSnapper/SCAppDelegate.h index a7d6e8d..67cf09e 100644 --- a/07-snapshot/ViewSnapper/ViewSnapper/SCAppDelegate.h +++ b/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 diff --git a/07-snapshot/ViewSnapper/ViewSnapper/SCAppDelegate.m b/07-snapshot/ViewSnapper/ViewSnapper/SCAppDelegate.m index 4e45037..e681633 100644 --- a/07-snapshot/ViewSnapper/ViewSnapper/SCAppDelegate.m +++ b/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" diff --git a/07-snapshot/ViewSnapper/ViewSnapper/SCRotatingViews.h b/07-snapshot/ViewSnapper/ViewSnapper/SCRotatingViews.h index bbe895c..da61038 100644 --- a/07-snapshot/ViewSnapper/ViewSnapper/SCRotatingViews.h +++ b/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 diff --git a/07-snapshot/ViewSnapper/ViewSnapper/SCRotatingViews.m b/07-snapshot/ViewSnapper/ViewSnapper/SCRotatingViews.m index 17c1887..cd8e52f 100644 --- a/07-snapshot/ViewSnapper/ViewSnapper/SCRotatingViews.m +++ b/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" diff --git a/07-snapshot/ViewSnapper/ViewSnapper/SCViewController.h b/07-snapshot/ViewSnapper/ViewSnapper/SCViewController.h index 66a2857..6e8365a 100644 --- a/07-snapshot/ViewSnapper/ViewSnapper/SCViewController.h +++ b/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 diff --git a/07-snapshot/ViewSnapper/ViewSnapper/SCViewController.m b/07-snapshot/ViewSnapper/ViewSnapper/SCViewController.m index 4a4023b..df37aea 100644 --- a/07-snapshot/ViewSnapper/ViewSnapper/SCViewController.m +++ b/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"