From eb81d86cf94da4c6ddec6582c148bf211586beab Mon Sep 17 00:00:00 2001 From: David Morrissey Date: Wed, 21 May 2014 08:31:03 +0100 Subject: Copyright declaration added --- .../labs/subscaleview/sample/PageFragment.java | 16 ++++++++++++++++ .../labs/subscaleview/sample/SampleActivity.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) (limited to 'sample/src') diff --git a/sample/src/com/davemorrissey/labs/subscaleview/sample/PageFragment.java b/sample/src/com/davemorrissey/labs/subscaleview/sample/PageFragment.java index 88598cf..1aa3fd6 100644 --- a/sample/src/com/davemorrissey/labs/subscaleview/sample/PageFragment.java +++ b/sample/src/com/davemorrissey/labs/subscaleview/sample/PageFragment.java @@ -1,3 +1,19 @@ +/* +Copyright 2014 David Morrissey + +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. +*/ + package com.davemorrissey.labs.subscaleview.sample; import android.graphics.PointF; diff --git a/sample/src/com/davemorrissey/labs/subscaleview/sample/SampleActivity.java b/sample/src/com/davemorrissey/labs/subscaleview/sample/SampleActivity.java index 95846d5..a221cd8 100644 --- a/sample/src/com/davemorrissey/labs/subscaleview/sample/SampleActivity.java +++ b/sample/src/com/davemorrissey/labs/subscaleview/sample/SampleActivity.java @@ -1,3 +1,19 @@ +/* +Copyright 2014 David Morrissey + +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. +*/ + package com.davemorrissey.labs.subscaleview.sample; import android.os.Bundle; -- cgit v1.2.3