From: Koushik Dutta Date: Fri, 1 Mar 2013 07:35:51 +0000 (-0800) Subject: LICENSE X-Git-Tag: android-x86-4.4-r1~305 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6148624a64ac88aa81a96cc7e7b379efc0be3ffe;p=android-x86%2Fexternal-koush-Superuser.git LICENSE Change-Id: Ib20b85d3a447a42c1f7b3c0ff0203f314b909ae3 --- diff --git a/Superuser/src/com/koushikdutta/superuser/Helper.java b/Superuser/src/com/koushikdutta/superuser/Helper.java index 57a71b1..2ef91a3 100644 --- a/Superuser/src/com/koushikdutta/superuser/Helper.java +++ b/Superuser/src/com/koushikdutta/superuser/Helper.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import java.lang.reflect.Method; diff --git a/Superuser/src/com/koushikdutta/superuser/LogFragment.java b/Superuser/src/com/koushikdutta/superuser/LogFragment.java index c999360..8a55319 100644 --- a/Superuser/src/com/koushikdutta/superuser/LogFragment.java +++ b/Superuser/src/com/koushikdutta/superuser/LogFragment.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import com.koushikdutta.widgets.SupportFragment; diff --git a/Superuser/src/com/koushikdutta/superuser/LogFragmentInternal.java b/Superuser/src/com/koushikdutta/superuser/LogFragmentInternal.java index eca39bb..65d2c49 100644 --- a/Superuser/src/com/koushikdutta/superuser/LogFragmentInternal.java +++ b/Superuser/src/com/koushikdutta/superuser/LogFragmentInternal.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import java.util.ArrayList; diff --git a/Superuser/src/com/koushikdutta/superuser/LogNativeFragment.java b/Superuser/src/com/koushikdutta/superuser/LogNativeFragment.java index f5cbb65..ac08baa 100644 --- a/Superuser/src/com/koushikdutta/superuser/LogNativeFragment.java +++ b/Superuser/src/com/koushikdutta/superuser/LogNativeFragment.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import android.content.Context; diff --git a/Superuser/src/com/koushikdutta/superuser/MainActivity.java b/Superuser/src/com/koushikdutta/superuser/MainActivity.java index 828815e..dffa6da 100644 --- a/Superuser/src/com/koushikdutta/superuser/MainActivity.java +++ b/Superuser/src/com/koushikdutta/superuser/MainActivity.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import com.koushikdutta.widgets.BetterListActivity; diff --git a/Superuser/src/com/koushikdutta/superuser/MultitaskSuRequestActivity.java b/Superuser/src/com/koushikdutta/superuser/MultitaskSuRequestActivity.java index fa0c29d..d6b2408 100644 --- a/Superuser/src/com/koushikdutta/superuser/MultitaskSuRequestActivity.java +++ b/Superuser/src/com/koushikdutta/superuser/MultitaskSuRequestActivity.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import java.io.DataInputStream; diff --git a/Superuser/src/com/koushikdutta/superuser/NotifyActivity.java b/Superuser/src/com/koushikdutta/superuser/NotifyActivity.java index 87fd6ee..f9d20e1 100644 --- a/Superuser/src/com/koushikdutta/superuser/NotifyActivity.java +++ b/Superuser/src/com/koushikdutta/superuser/NotifyActivity.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import android.app.Activity; diff --git a/Superuser/src/com/koushikdutta/superuser/PinViewHelper.java b/Superuser/src/com/koushikdutta/superuser/PinViewHelper.java index 4a8a5c3..d8d85ff 100644 --- a/Superuser/src/com/koushikdutta/superuser/PinViewHelper.java +++ b/Superuser/src/com/koushikdutta/superuser/PinViewHelper.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import android.os.Bundle; diff --git a/Superuser/src/com/koushikdutta/superuser/PolicyFragment.java b/Superuser/src/com/koushikdutta/superuser/PolicyFragment.java index b960e47..e8ac4e1 100644 --- a/Superuser/src/com/koushikdutta/superuser/PolicyFragment.java +++ b/Superuser/src/com/koushikdutta/superuser/PolicyFragment.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import com.koushikdutta.widgets.BetterListFragment; diff --git a/Superuser/src/com/koushikdutta/superuser/PolicyFragmentInternal.java b/Superuser/src/com/koushikdutta/superuser/PolicyFragmentInternal.java index f0b9a3a..72d8105 100644 --- a/Superuser/src/com/koushikdutta/superuser/PolicyFragmentInternal.java +++ b/Superuser/src/com/koushikdutta/superuser/PolicyFragmentInternal.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import java.util.ArrayList; diff --git a/Superuser/src/com/koushikdutta/superuser/PolicyNativeFragment.java b/Superuser/src/com/koushikdutta/superuser/PolicyNativeFragment.java index e7cfd2d..b6eb073 100644 --- a/Superuser/src/com/koushikdutta/superuser/PolicyNativeFragment.java +++ b/Superuser/src/com/koushikdutta/superuser/PolicyNativeFragment.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import android.content.Context; diff --git a/Superuser/src/com/koushikdutta/superuser/RequestActivity.java b/Superuser/src/com/koushikdutta/superuser/RequestActivity.java index 49b3e21..df659d7 100644 --- a/Superuser/src/com/koushikdutta/superuser/RequestActivity.java +++ b/Superuser/src/com/koushikdutta/superuser/RequestActivity.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import android.app.Activity; diff --git a/Superuser/src/com/koushikdutta/superuser/SettingsFragment.java b/Superuser/src/com/koushikdutta/superuser/SettingsFragment.java index c656197..c25b4e4 100644 --- a/Superuser/src/com/koushikdutta/superuser/SettingsFragment.java +++ b/Superuser/src/com/koushikdutta/superuser/SettingsFragment.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import com.koushikdutta.widgets.SupportFragment; diff --git a/Superuser/src/com/koushikdutta/superuser/SettingsFragmentInternal.java b/Superuser/src/com/koushikdutta/superuser/SettingsFragmentInternal.java index 2ef5fd3..16b969f 100644 --- a/Superuser/src/com/koushikdutta/superuser/SettingsFragmentInternal.java +++ b/Superuser/src/com/koushikdutta/superuser/SettingsFragmentInternal.java @@ -1,18 +1,30 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import android.annotation.SuppressLint; -import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.os.Bundle; -import android.support.v4.app.DialogFragment; import android.view.LayoutInflater; import android.view.View; -import android.view.ViewGroup; -import android.widget.FrameLayout; import android.widget.Toast; import com.koushikdutta.superuser.util.Settings; diff --git a/Superuser/src/com/koushikdutta/superuser/SettingsNativeFragment.java b/Superuser/src/com/koushikdutta/superuser/SettingsNativeFragment.java index 30c3fb5..9745baf 100644 --- a/Superuser/src/com/koushikdutta/superuser/SettingsNativeFragment.java +++ b/Superuser/src/com/koushikdutta/superuser/SettingsNativeFragment.java @@ -1,7 +1,22 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import android.content.Context; -import android.content.res.Configuration; import android.os.Bundle; import android.view.ContextThemeWrapper; import android.view.LayoutInflater; diff --git a/Superuser/src/com/koushikdutta/superuser/SuApplication.java b/Superuser/src/com/koushikdutta/superuser/SuApplication.java index 5d9f52a..3c61778 100644 --- a/Superuser/src/com/koushikdutta/superuser/SuApplication.java +++ b/Superuser/src/com/koushikdutta/superuser/SuApplication.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import com.koushikdutta.superuser.db.SuDatabaseHelper; diff --git a/Superuser/src/com/koushikdutta/superuser/SuReceiver.java b/Superuser/src/com/koushikdutta/superuser/SuReceiver.java index ced5860..4b38270 100644 --- a/Superuser/src/com/koushikdutta/superuser/SuReceiver.java +++ b/Superuser/src/com/koushikdutta/superuser/SuReceiver.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser; import com.koushikdutta.superuser.db.LogEntry; diff --git a/Superuser/src/com/koushikdutta/superuser/db/LogEntry.java b/Superuser/src/com/koushikdutta/superuser/db/LogEntry.java index 6587526..6d96030 100644 --- a/Superuser/src/com/koushikdutta/superuser/db/LogEntry.java +++ b/Superuser/src/com/koushikdutta/superuser/db/LogEntry.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser.db; import java.util.Date; diff --git a/Superuser/src/com/koushikdutta/superuser/db/SuDatabaseHelper.java b/Superuser/src/com/koushikdutta/superuser/db/SuDatabaseHelper.java index 5600361..1c6c11b 100644 --- a/Superuser/src/com/koushikdutta/superuser/db/SuDatabaseHelper.java +++ b/Superuser/src/com/koushikdutta/superuser/db/SuDatabaseHelper.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser.db; import java.util.ArrayList; diff --git a/Superuser/src/com/koushikdutta/superuser/db/UidCommand.java b/Superuser/src/com/koushikdutta/superuser/db/UidCommand.java index cf70182..e89c675 100644 --- a/Superuser/src/com/koushikdutta/superuser/db/UidCommand.java +++ b/Superuser/src/com/koushikdutta/superuser/db/UidCommand.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser.db; diff --git a/Superuser/src/com/koushikdutta/superuser/db/UidPolicy.java b/Superuser/src/com/koushikdutta/superuser/db/UidPolicy.java index d325bc9..4e1f5a8 100644 --- a/Superuser/src/com/koushikdutta/superuser/db/UidPolicy.java +++ b/Superuser/src/com/koushikdutta/superuser/db/UidPolicy.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser.db; import java.util.Date; diff --git a/Superuser/src/com/koushikdutta/superuser/util/ImageCache.java b/Superuser/src/com/koushikdutta/superuser/util/ImageCache.java index 08b64ad..1419473 100644 --- a/Superuser/src/com/koushikdutta/superuser/util/ImageCache.java +++ b/Superuser/src/com/koushikdutta/superuser/util/ImageCache.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser.util; import android.graphics.drawable.Drawable; diff --git a/Superuser/src/com/koushikdutta/superuser/util/SoftReferenceHashTable.java b/Superuser/src/com/koushikdutta/superuser/util/SoftReferenceHashTable.java index 8a16c64..090a15e 100644 --- a/Superuser/src/com/koushikdutta/superuser/util/SoftReferenceHashTable.java +++ b/Superuser/src/com/koushikdutta/superuser/util/SoftReferenceHashTable.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Koushik Dutta (@koush) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package com.koushikdutta.superuser.util; import java.lang.ref.SoftReference;