How do I include a directory of files in the final build, without it being packaged into the resources file?

I have a bunch of license files I want to include in the directory of my built game. Is there some way to stop Unity from stripping these out so they are included in the build?

In case it matters, I’m building for PC.

One way:

http://docs.unity3d.com/Manual/StreamingAssets.html