diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-03-05 21:29:06 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-03-05 21:29:06 +0100 |
commit | f75143f11bc8fce95baa659f5a87179611e74e65 (patch) | |
tree | 2d5c6e0b561f5216d9f395137a8e06e3b0f9e3ad /res | |
parent | 6aaa11be141b1e2eb9803f4d7713461dca9f342c (diff) |
Add copyright for bouncy castles
--HG--
extra : rebase_source : b8f7314dccb41686ec58a189e111935fdc8d4619
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/about.xml | 12 | ||||
-rw-r--r-- | res/values/untranslatable.xml | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/res/layout/about.xml b/res/layout/about.xml index 41a75344..6766f687 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -127,6 +127,18 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/copyright_openssl" /> + + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/bouncy_castle" + android:textAppearance="?android:attr/textAppearanceMedium" /> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/copyright_bouncycastle" /> </LinearLayout> </ScrollView>
\ No newline at end of file diff --git a/res/values/untranslatable.xml b/res/values/untranslatable.xml index 48f77d98..37c01064 100644 --- a/res/values/untranslatable.xml +++ b/res/values/untranslatable.xml @@ -19,7 +19,9 @@ <string name="openssl" translatable="false">OpenSSL</string> <string name="unknown_state" translatable="false">Unknown state</string> <string name="permission_description">Allows another app to control OpenVPN</string> - + <string name="bouncy_castle" translatable="false">Bouncy Castle Crypto APIs</string> + <string name="copyright_bouncycastle" translatable="false">Copyright © 2000 - 2012 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)</string> + <string-array name="tls_directions_values" translatable="false"> <item>0</item> <item>1</item> |