mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
Merge pull request #2130 from iBotPeaches/issue-2093
License Restoration from 2017 bulk change & 2019 update
This commit is contained in:
commit
3ee39c988a
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
/**
|
/*
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2006 The Android Open Source Project
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package android.content.res;
|
package android.content.res;
|
||||||
|
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
/**
|
/*
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright 2008 Android4ME
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package android.util;
|
package android.util;
|
||||||
|
|
||||||
|
@ -1,18 +1,17 @@
|
|||||||
/**
|
/*
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2007 The Android Open Source Project
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
*
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package android.util;
|
package android.util;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
/**
|
||||||
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
|
*
|
||||||
|
* 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 brut.androlib.decode;
|
package brut.androlib.decode;
|
||||||
|
|
||||||
import brut.androlib.ApkDecoder;
|
import brut.androlib.ApkDecoder;
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
* <p>
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
* <p>
|
*
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
* <p>
|
*
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
package brut.androlib.decode;
|
package brut.androlib.decode;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright (C) 2018 Ryszard Wiśniewski <brut.alll@gmail.com>
|
* Copyright (C) 2019 Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||||
* Copyright (C) 2018 Connor Tumbleson <connor.tumbleson@gmail.com>
|
* Copyright (C) 2019 Connor Tumbleson <connor.tumbleson@gmail.com>
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user