From fa7a86d1db74cdb8a78965494781aa77cb112e48 Mon Sep 17 00:00:00 2001 From: mdshamimhossain Date: Thu, 26 Sep 2024 21:38:54 +0600 Subject: [PATCH] Add Support Library --- .../codercamp/shamimpdfviewer/AnimationManager.java | 2 +- .../com/codercamp/shamimpdfviewer/CacheManager.java | 2 +- .../codercamp/shamimpdfviewer/DecodingAsyncTask.java | 2 +- .../codercamp/shamimpdfviewer/DragPinchManager.java | 2 +- .../java/com/codercamp/shamimpdfviewer/PDFView.java | 2 +- .../com/codercamp/shamimpdfviewer/PagesLoader.java | 2 +- .../java/com/codercamp/shamimpdfviewer/PdfFile.java | 2 +- .../codercamp/shamimpdfviewer/RenderingHandler.java | 2 +- .../exception/FileNotFoundException.java | 8 ++++---- .../shamimpdfviewer/link/DefaultLinkHandler.java | 2 +- .../codercamp/shamimpdfviewer/link/LinkHandler.java | 2 +- .../codercamp/shamimpdfviewer/listener/Callbacks.java | 2 +- .../shamimpdfviewer/listener/OnDrawListener.java | 8 ++++---- .../shamimpdfviewer/listener/OnErrorListener.java | 8 ++++---- .../listener/OnLoadCompleteListener.java | 8 ++++---- .../shamimpdfviewer/listener/OnPageChangeListener.java | 8 ++++---- .../shamimpdfviewer/listener/OnPageScrollListener.java | 8 ++++---- .../codercamp/shamimpdfviewer/model/LinkTapEvent.java | 8 ++++---- .../com/codercamp/shamimpdfviewer/model/PagePart.java | 8 ++++---- .../codercamp/shamimpdfviewer/source/AssetSource.java | 10 +++++----- .../shamimpdfviewer/source/ByteArraySource.java | 10 +++++----- .../shamimpdfviewer/source/DocumentSource.java | 10 +++++----- .../codercamp/shamimpdfviewer/source/FileSource.java | 10 +++++----- .../shamimpdfviewer/source/InputStreamSource.java | 10 +++++----- .../codercamp/shamimpdfviewer/source/UriSource.java | 10 +++++----- .../com/codercamp/shamimpdfviewer/util/ArrayUtils.java | 8 ++++---- .../com/codercamp/shamimpdfviewer/util/Constants.java | 2 +- .../com/codercamp/shamimpdfviewer/util/FileUtils.java | 2 +- .../com/codercamp/shamimpdfviewer/util/FitPolicy.java | 2 +- .../com/codercamp/shamimpdfviewer/util/MathUtils.java | 2 +- .../shamimpdfviewer/util/PageSizeCalculator.java | 2 +- .../com/codercamp/shamimpdfviewer/util/SnapEdge.java | 2 +- .../java/com/codercamp/shamimpdfviewer/util/Util.java | 10 +++++----- 33 files changed, 88 insertions(+), 88 deletions(-) diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/AnimationManager.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/AnimationManager.java index 610bb3f..9bcf4ea 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/AnimationManager.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/AnimationManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/CacheManager.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/CacheManager.java index 7a3d554..c02ed33 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/CacheManager.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/CacheManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/DecodingAsyncTask.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/DecodingAsyncTask.java index df4f3a0..a7f7151 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/DecodingAsyncTask.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/DecodingAsyncTask.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/DragPinchManager.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/DragPinchManager.java index 63c39fd..fd7b719 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/DragPinchManager.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/DragPinchManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PDFView.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PDFView.java index ba46d42..f9cd75c 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PDFView.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PDFView.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PagesLoader.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PagesLoader.java index 12f636e..32f01e8 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PagesLoader.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PagesLoader.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PdfFile.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PdfFile.java index 6dc230a..e9e6bca 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PdfFile.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/PdfFile.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/RenderingHandler.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/RenderingHandler.java index 417662c..67ad3fb 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/RenderingHandler.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/RenderingHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/exception/FileNotFoundException.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/exception/FileNotFoundException.java index 96ae3ba..3606e81 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/exception/FileNotFoundException.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/exception/FileNotFoundException.java @@ -1,12 +1,12 @@ /** - * Copyright 2016 Bartosz Schiller - *

+ * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/link/DefaultLinkHandler.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/link/DefaultLinkHandler.java index dacc892..aaa16c5 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/link/DefaultLinkHandler.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/link/DefaultLinkHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/link/LinkHandler.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/link/LinkHandler.java index ab91222..49866f4 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/link/LinkHandler.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/link/LinkHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/Callbacks.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/Callbacks.java index 1a0300f..3aa1591 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/Callbacks.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/Callbacks.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnDrawListener.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnDrawListener.java index 97bdf25..8a96555 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnDrawListener.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnDrawListener.java @@ -1,12 +1,12 @@ /** - * Copyright 2016 Bartosz Schiller - *

+ * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnErrorListener.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnErrorListener.java index 75e6b68..d8128fe 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnErrorListener.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnErrorListener.java @@ -1,12 +1,12 @@ /** - * Copyright 2016 Bartosz Schiller - *

+ * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnLoadCompleteListener.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnLoadCompleteListener.java index 6dca52b..be92aff 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnLoadCompleteListener.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnLoadCompleteListener.java @@ -1,12 +1,12 @@ /** - * Copyright 2016 Bartosz Schiller - *

+ * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnPageChangeListener.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnPageChangeListener.java index 74e88e8..a04ec08 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnPageChangeListener.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnPageChangeListener.java @@ -1,12 +1,12 @@ /** - * Copyright 2016 Bartosz Schiller - *

+ * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnPageScrollListener.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnPageScrollListener.java index dec6421..d733a08 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnPageScrollListener.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/listener/OnPageScrollListener.java @@ -1,12 +1,12 @@ /** - * Copyright 2016 Bartosz Schiller - *

+ * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/model/LinkTapEvent.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/model/LinkTapEvent.java index eb62b6b..711512d 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/model/LinkTapEvent.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/model/LinkTapEvent.java @@ -1,12 +1,12 @@ /** - * Copyright 2016 Bartosz Schiller - *

+ * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/model/PagePart.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/model/PagePart.java index ec4ec1d..885236b 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/model/PagePart.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/model/PagePart.java @@ -1,12 +1,12 @@ /** - * Copyright 2016 Bartosz Schiller - *

+ * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/AssetSource.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/AssetSource.java index d4652ea..9763c37 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/AssetSource.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/AssetSource.java @@ -1,12 +1,12 @@ -/* - * Copyright (C) 2016 Bartosz Schiller. - * +/** + * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/ByteArraySource.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/ByteArraySource.java index 2e12d3a..18ce243 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/ByteArraySource.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/ByteArraySource.java @@ -1,12 +1,12 @@ -/* - * Copyright (C) 2016 Bartosz Schiller. - * +/** + * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/DocumentSource.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/DocumentSource.java index dba72fb..c14d314 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/DocumentSource.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/DocumentSource.java @@ -1,12 +1,12 @@ -/* - * Copyright (C) 2016 Bartosz Schiller. - * +/** + * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/FileSource.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/FileSource.java index 053642a..d47f4c5 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/FileSource.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/FileSource.java @@ -1,12 +1,12 @@ -/* - * Copyright (C) 2016 Bartosz Schiller. - * +/** + * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/InputStreamSource.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/InputStreamSource.java index ef5d329..e327181 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/InputStreamSource.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/InputStreamSource.java @@ -1,12 +1,12 @@ -/* - * Copyright (C) 2016 Bartosz Schiller. - * +/** + * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/UriSource.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/UriSource.java index 0d1326d..2e48087 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/UriSource.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/source/UriSource.java @@ -1,12 +1,12 @@ -/* - * Copyright (C) 2016 Bartosz Schiller. - * +/** + * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/ArrayUtils.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/ArrayUtils.java index efb932a..b79560a 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/ArrayUtils.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/ArrayUtils.java @@ -1,12 +1,12 @@ /** - * Copyright 2016 Bartosz Schiller - *

+ * Copyright 2024 Md. Shamim Hossain + *

* 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. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/Constants.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/Constants.java index 66048da..56907d2 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/Constants.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/Constants.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/FileUtils.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/FileUtils.java index 7e35aba..48a318b 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/FileUtils.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/FileUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/FitPolicy.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/FitPolicy.java index ea4674e..ac062b5 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/FitPolicy.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/FitPolicy.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/MathUtils.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/MathUtils.java index d9913f3..a4a2a86 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/MathUtils.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/MathUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2016 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/PageSizeCalculator.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/PageSizeCalculator.java index 0a811eb..f2c9515 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/PageSizeCalculator.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/PageSizeCalculator.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/SnapEdge.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/SnapEdge.java index bf72fc7..74b1bfd 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/SnapEdge.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/SnapEdge.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Bartosz Schiller + * Copyright 2024 Md. Shamim Hossain *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/Util.java b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/Util.java index 1a17887..c65cfce 100644 --- a/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/Util.java +++ b/shamimpdfviewer/src/main/java/com/codercamp/shamimpdfviewer/util/Util.java @@ -1,12 +1,12 @@ -/* - * Copyright (C) 2016 Bartosz Schiller. - * +/** + * Copyright 2024 Md. Shamim Hossain + *

* 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.