I've been thinking about this for a while, because I write about several open source projects a week and like to mention the license in my articles. It's often hard to find the license: it might be in the readme, a license file, or in a boilerplate comment at the top of a source file.<p>Sometimes a license file is included, but the name of the license is not, so I have to try searching for fragments of the text to figure out what license it actually is (I have quite a few memorised now).<p>It's possible GitHub could solve this by interpreting files intended for packaging systems like package.json. For example, I occasionally find authors of Node modules actually include a 'licenses' property in their package.json but don't mention the license anywhere else.