|
| 1 | +/* |
| 2 | + * SPDX-FileCopyrightText: 2014-2015, Michael Angstadt, All rights reserved |
| 3 | + * SPDX-License-Identifier: BSD-2-Clause |
| 4 | + */ |
1 | 5 | package third_parties.ezvcard_android;
|
2 | 6 |
|
3 | 7 | import android.provider.ContactsContract;
|
|
15 | 19 | import ezvcard.property.Impp;
|
16 | 20 | import ezvcard.property.Telephone;
|
17 | 21 |
|
18 |
| -/* |
19 |
| - Copyright (c) 2014-2015, Michael Angstadt |
20 |
| - All rights reserved. |
21 |
| -
|
22 |
| - Redistribution and use in source and binary forms, with or without |
23 |
| - modification, are permitted provided that the following conditions are met: |
24 |
| -
|
25 |
| - 1. Redistributions of source code must retain the above copyright notice, this |
26 |
| - list of conditions and the following disclaimer. |
27 |
| - 2. Redistributions in binary form must reproduce the above copyright notice, |
28 |
| - this list of conditions and the following disclaimer in the documentation |
29 |
| - and/or other materials provided with the distribution. |
30 |
| -
|
31 |
| - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
32 |
| - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
33 |
| - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
34 |
| - DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
35 |
| - ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
36 |
| - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
37 |
| - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
38 |
| - ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
39 |
| - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
40 |
| - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
41 |
| -
|
42 |
| - The views and conclusions contained in the software and documentation are those |
43 |
| - of the authors and should not be interpreted as representing official policies, |
44 |
| - either expressed or implied, of the FreeBSD Project. |
45 |
| - */ |
46 |
| - |
47 | 22 | /**
|
48 | 23 | * Maps between vCard contact data types and Android {@link ContactsContract}
|
49 | 24 | * data types.
|
|
0 commit comments