diff --git a/Makefile.am b/Makefile.am index ae3a2c69..3b3b8a1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -670,7 +670,19 @@ dist_westondata_DATA = \ data/icon_window.png \ data/sign_close.png \ data/sign_maximize.png \ - data/sign_minimize.png + data/sign_minimize.png \ + data/background.png \ + data/tiling.png \ + data/fullscreen.png \ + data/panel.png \ + data/random.png \ + data/sidebyside.png \ + data/home.png \ + data/icon_ivi_clickdot.png \ + data/icon_ivi_flower.png \ + data/icon_ivi_simple-egl.png \ + data/icon_ivi_simple-shm.png \ + data/icon_ivi_smoke.png if BUILD_WCAP_TOOLS diff --git a/data/COPYING b/data/COPYING index 430a864d..3c101267 100644 --- a/data/COPYING +++ b/data/COPYING @@ -8,4 +8,30 @@ http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA. The terminal icon is taken from the gnome-icon-theme collection which -is also distributed under the Creative Commons BY-SA 3.0 license. \ No newline at end of file +is also distributed under the Creative Commons BY-SA 3.0 license. + + +(C) 2013 DENSO CORPORATION + +Permission to use, copy, modify, distribute, and sell following listed images +for any purpose is hereby granted without fee, provided +that the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of the copyright holders not be used in +advertising or publicity pertaining to distribution of the images +without specific, written prior permission. The copyright holders make +no representations about the suitability of these images for any +purpose. It is provided "as is" without express or implied warranty. + +background.png +tiling.png +fullscreen.png +panel.png +random.png +sidebyside.png +home.png +icon_ivi_clickdot.png +icon_ivi_flower.png +icon_ivi_simple-egl.png +icon_ivi_simple-shm.png +icon_ivi_smoke.png diff --git a/data/background.png b/data/background.png new file mode 100644 index 00000000..60c317c9 Binary files /dev/null and b/data/background.png differ diff --git a/data/fullscreen.png b/data/fullscreen.png new file mode 100644 index 00000000..dc5a302d Binary files /dev/null and b/data/fullscreen.png differ diff --git a/data/home.png b/data/home.png new file mode 100644 index 00000000..af9f6037 Binary files /dev/null and b/data/home.png differ diff --git a/data/icon_ivi_clickdot.png b/data/icon_ivi_clickdot.png new file mode 100644 index 00000000..711bcfcb Binary files /dev/null and b/data/icon_ivi_clickdot.png differ diff --git a/data/icon_ivi_flower.png b/data/icon_ivi_flower.png new file mode 100644 index 00000000..0a71479c Binary files /dev/null and b/data/icon_ivi_flower.png differ diff --git a/data/icon_ivi_simple-egl.png b/data/icon_ivi_simple-egl.png new file mode 100644 index 00000000..02539503 Binary files /dev/null and b/data/icon_ivi_simple-egl.png differ diff --git a/data/icon_ivi_simple-shm.png b/data/icon_ivi_simple-shm.png new file mode 100644 index 00000000..6aacaaa8 Binary files /dev/null and b/data/icon_ivi_simple-shm.png differ diff --git a/data/icon_ivi_smoke.png b/data/icon_ivi_smoke.png new file mode 100644 index 00000000..0dbe20ea Binary files /dev/null and b/data/icon_ivi_smoke.png differ diff --git a/data/panel.png b/data/panel.png new file mode 100644 index 00000000..0fd72b87 Binary files /dev/null and b/data/panel.png differ diff --git a/data/random.png b/data/random.png new file mode 100644 index 00000000..7640aa05 Binary files /dev/null and b/data/random.png differ diff --git a/data/sidebyside.png b/data/sidebyside.png new file mode 100644 index 00000000..98ea7803 Binary files /dev/null and b/data/sidebyside.png differ diff --git a/data/tiling.png b/data/tiling.png new file mode 100644 index 00000000..dd3e02c0 Binary files /dev/null and b/data/tiling.png differ