aboutsummaryrefslogtreecommitdiff
path: root/sample/src
diff options
context:
space:
mode:
authorDavid Morrissey <davemorrissey@gmail.com>2014-05-21 08:31:03 +0100
committerDavid Morrissey <davemorrissey@gmail.com>2014-05-21 08:31:03 +0100
commiteb81d86cf94da4c6ddec6582c148bf211586beab (patch)
tree35b475d013acdf9f93773551c509b2e92d5cf8b2 /sample/src
parent8c910453ecdb0400bfec074a647a2782d25904a8 (diff)
downloadsubsampling-scale-image-view-eb81d86cf94da4c6ddec6582c148bf211586beab.tar.gz
Copyright declaration added
Diffstat (limited to 'sample/src')
-rw-r--r--sample/src/com/davemorrissey/labs/subscaleview/sample/PageFragment.java16
-rw-r--r--sample/src/com/davemorrissey/labs/subscaleview/sample/SampleActivity.java16
2 files changed, 32 insertions, 0 deletions
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;