From: MyoungWoon Roy Kim Date: Tue, 11 Jan 2011 11:09:31 +0000 (+0900) Subject: Add SLPSans fonts to SDK package with copyright. X-Git-Tag: accepted/tizen/ivi/20160218.023428^2~29^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=561f150b15de3a38d938f6415557d5cb0894e75e;hp=9f70229c0428fa22dec66c44dbe43b9d4b552b0a;p=platform%2Fcore%2Fgraphics%2Fdefault-fonts-sdk.git Add SLPSans fonts to SDK package with copyright. --- diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..2094632 --- /dev/null +++ b/COPYING @@ -0,0 +1,7 @@ +Copyright (c) 2010 Samsung Electronics Co., Ltd. All rights reserved. + +This software is a confidential and proprietaty information +of Samsung Electronics, Inc. ("Confidential Information"). You +shall not disclose such Confidential Information and shall use +it only in accordance with the terms of the license agreement +you entered into with Samsung Electronics. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d7943ad --- /dev/null +++ b/debian/copyright @@ -0,0 +1,8 @@ +Copyright (c) 2010 Samsung Electronics Co., Ltd. All rights reserved. + +This software is a confidential and proprietaty information +of Samsung Electronics, Inc. ("Confidential Information"). You +shall not disclose such Confidential Information and shall use +it only in accordance with the terms of the license agreement +you entered into with Samsung Electronics. + diff --git a/debian/default-fonts-sdk.postinst b/debian/default-fonts-sdk.postinst index be3637c..f123c27 100644 --- a/debian/default-fonts-sdk.postinst +++ b/debian/default-fonts-sdk.postinst @@ -1,6 +1,6 @@ #!/bin/sh -FONT_FILES="VeraSe.ttf VeraSeBd.ttf" +FONT_FILES="SLPSansBold_1119.ttf SLPSansMedium_1119.ttf SLPSansRegular_1119.ttf SLPSansLight_1119.ttf SLPSansFallbackBold.ttf SLPSansFallbackMedium.ttf SLPSansFallbackRegular.ttf VeraSe.ttf VeraSeBd.ttf" if [ ${USER} == "root" ] then diff --git a/fonts/SLPSansBold_1119.ttf b/fonts/SLPSansBold_1119.ttf new file mode 100755 index 0000000..0b6fa41 Binary files /dev/null and b/fonts/SLPSansBold_1119.ttf differ diff --git a/fonts/SLPSansFallbackBold.ttf b/fonts/SLPSansFallbackBold.ttf new file mode 100755 index 0000000..a20ead1 Binary files /dev/null and b/fonts/SLPSansFallbackBold.ttf differ diff --git a/fonts/SLPSansFallbackMedium.ttf b/fonts/SLPSansFallbackMedium.ttf new file mode 100755 index 0000000..4b9d8ca Binary files /dev/null and b/fonts/SLPSansFallbackMedium.ttf differ diff --git a/fonts/SLPSansFallbackRegular.ttf b/fonts/SLPSansFallbackRegular.ttf new file mode 100755 index 0000000..9a7c718 Binary files /dev/null and b/fonts/SLPSansFallbackRegular.ttf differ diff --git a/fonts/SLPSansLight_1119.ttf b/fonts/SLPSansLight_1119.ttf new file mode 100755 index 0000000..d7a0b64 Binary files /dev/null and b/fonts/SLPSansLight_1119.ttf differ diff --git a/fonts/SLPSansMedium_1119.ttf b/fonts/SLPSansMedium_1119.ttf new file mode 100755 index 0000000..cf5c6f1 Binary files /dev/null and b/fonts/SLPSansMedium_1119.ttf differ diff --git a/fonts/SLPSansRegular_1119.ttf b/fonts/SLPSansRegular_1119.ttf new file mode 100755 index 0000000..25b815a Binary files /dev/null and b/fonts/SLPSansRegular_1119.ttf differ