diff --git a/components/callite/README.txt b/components/callite/README.txt index 18f01dcea..242e27663 100644 --- a/components/callite/README.txt +++ b/components/callite/README.txt @@ -5,7 +5,5 @@ and resize as needed. License: modified LGPL (with linking exception) (the license same as Lazarus) -The palette icon is taken from icons8.com -Download link: https://icons8.com/icon/12776/Calendar -The icons of icon8 have a "Creative Commons Attribution-NoDerivs 3.0 Unported" -license. \ No newline at end of file +The palette icon was painted by Roland Hahn. It is freeware and not subject to +any restrictions. diff --git a/components/callite/icons/make_res.bat b/components/callite/icons/make_res.bat new file mode 100644 index 000000000..3bfbfc94e --- /dev/null +++ b/components/callite/icons/make_res.bat @@ -0,0 +1 @@ +lazres ..\source\calendarlite_icon.res tcalendarlite.png tcalendarlite_150.png tcalendarlite_200.png \ No newline at end of file diff --git a/components/callite/icons/tcalendarlite.png b/components/callite/icons/tcalendarlite.png new file mode 100644 index 000000000..eadb693da Binary files /dev/null and b/components/callite/icons/tcalendarlite.png differ diff --git a/components/callite/icons/tcalendarlite_150.png b/components/callite/icons/tcalendarlite_150.png new file mode 100644 index 000000000..b7867f828 Binary files /dev/null and b/components/callite/icons/tcalendarlite_150.png differ diff --git a/components/callite/icons/tcalendarlite_200.png b/components/callite/icons/tcalendarlite_200.png new file mode 100644 index 000000000..482da3c8d Binary files /dev/null and b/components/callite/icons/tcalendarlite_200.png differ diff --git a/components/callite/source/calendarlite_icon.res b/components/callite/source/calendarlite_icon.res index bf94c84fc..5ae8f09d5 100644 Binary files a/components/callite/source/calendarlite_icon.res and b/components/callite/source/calendarlite_icon.res differ