blob: 93baeb5aa8b0743598d911c5c91066ac2862f07c [file] [log] [blame]
Tor Norbye940b0f92012-12-12 15:52:52 -08001Portions of this code:
2-------------------------------------------------------------------------------
3Copyright (c) 2000 The Legion Of The Bouncy Castle
4(http://www.bouncycastle.org)
5
6Permission is hereby granted, free of charge, to any person obtaining
7a copy of this software and associated documentation files (the "Software")
8to deal in the Software without restriction, including without limitation
9the rights to use, copy, modify, merge, publish, distribute, sublicense
10and/or sell copies of the Software, and to permit persons to whom the Software
11is furnished to do so, subject to the following conditions:
12
13The above copyright notice and this permission notice shall be included in all
14copies or substantial portions of the Software.
15-------------------------------------------------------------------------------
16Twofish is uncopyrighted and license-free, and was created and analyzed by:
17Bruce Schneier - John Kelsey - Doug Whiting
18David Wagner - Chris Hall - Niels Ferguson
19-------------------------------------------------------------------------------
20Cryptix General License
21
22Copyright (c) 1995-2005 The Cryptix Foundation Limited.
23All rights reserved.
24
25Redistribution and use in source and binary forms, with or without
26modification, are permitted provided that the following conditions are
27met:
28 1. Redistributions of source code must retain the copyright notice,
29 this list of conditions and the following disclaimer.
30 2. Redistributions in binary form must reproduce the above copyright
31 notice, this list of conditions and the following disclaimer in
32 the documentation and/or other materials provided with the
33 distribution.
34-------------------------------------------------------------------------------
35All other code is:
36
37Copyright (C) 2012 The Android Open Source Project
38
39Licensed under the Apache License, Version 2.0 (the "License");
40you may not use this file except in compliance with the License.
41You may obtain a copy of the License at
42
43 http://www.apache.org/licenses/LICENSE-2.0
44
45Unless required by applicable law or agreed to in writing, software
46distributed under the License is distributed on an "AS IS" BASIS,
47WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
48See the License for the specific language governing permissions and
49limitations under the License.
50