The title may sound like a duplicate and you may think that the package wrapfig deals with that. But, what I am asking for is quite different. I am not sure if the wrapfig package could help.
I have a figure and I want to place an explanation to the right side of it. I want them to start at the same vertical level, and then the text to wrap the figure around. I made a illustration in Inkscape. Please see the figure below:

So far I have tried to use the graphbox package, after the recommendation in this Tex-Exchange post . However, I couldn't figure out, how the text should continue at the next line. I even doubt if that package would help at all. I have placed the code I used for it is below. You can download the pdf file here (I cannot use \rule{width}{height} as the use of \includegraphics is required).
\documentclass{article}
\usepackage{mwe}
\usepackage{graphbox}
\begin{document}
\begin{tabular}{ll}
\includegraphics[align=t,scale=0.75]{by-nc-nd-eu.pdf} &
This work is licensed under the Creative Commons Attribution-Share Alike 3.0 License
(CC BY-ND 3.0 ): http://creativecommons.org/licenses/by-nc-nd/3.0/\\
\end{tabular}
\end{document}
An the output is:

Any solution (including package, style recommendations) are appreciated!



wrapfig. But I couldn't let the text start at the same vertical level with the figure. The text was always above the figure. I must have missed something – T-800 Jan 20 '15 at 12:14