aboutsummaryrefslogtreecommitdiff
path: root/library/src/main
diff options
context:
space:
mode:
authorDavid Morrissey <davemorrissey@gmail.com>2017-11-22 11:54:41 +0000
committerDavid Morrissey <davemorrissey@gmail.com>2017-11-22 11:54:41 +0000
commit164ddac444fd494713555f98ef4247d200fd8a3e (patch)
tree8d6f5c31322b7caa224884282b693e9415bf4638 /library/src/main
parentc97fb94b1924377e4f42c8fc5135f610b6158d7b (diff)
downloadsubsampling-scale-image-view-164ddac444fd494713555f98ef4247d200fd8a3e.tar.gz
Removed file copyrights/licenses
Diffstat (limited to 'library/src/main')
-rw-r--r--library/src/main/java/com/davemorrissey/labs/subscaleview/ImageViewState.java16
-rw-r--r--library/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java16
-rw-r--r--library/src/main/res/values/attrs.xml15
3 files changed, 0 insertions, 47 deletions
diff --git a/library/src/main/java/com/davemorrissey/labs/subscaleview/ImageViewState.java b/library/src/main/java/com/davemorrissey/labs/subscaleview/ImageViewState.java
index b36c36f..c0ab5bc 100644
--- a/library/src/main/java/com/davemorrissey/labs/subscaleview/ImageViewState.java
+++ b/library/src/main/java/com/davemorrissey/labs/subscaleview/ImageViewState.java
@@ -1,19 +1,3 @@
-/*
-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;
import android.graphics.PointF;
diff --git a/library/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java b/library/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java
index 7736bf1..da170d7 100644
--- a/library/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java
+++ b/library/src/main/java/com/davemorrissey/labs/subscaleview/SubsamplingScaleImageView.java
@@ -1,19 +1,3 @@
-/*
-Copyright 2013-2015 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;
import android.content.ContentResolver;
diff --git a/library/src/main/res/values/attrs.xml b/library/src/main/res/values/attrs.xml
index e0f8289..934640a 100644
--- a/library/src/main/res/values/attrs.xml
+++ b/library/src/main/res/values/attrs.xml
@@ -1,19 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
-<!--
-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.
--->
<resources>
<declare-styleable name="SubsamplingScaleImageView">