leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

Include licence information #106

Open Merg1255 opened 11 years ago

Merg1255 commented 11 years ago

As an MIT licenced project, there should be a commented section on each of Transparency files stating who created the script and under which licence it is distributed. This is good when someone wants to include Transparency in their projects.

Check the bootstrap files how they have done it.

Merg1255 commented 11 years ago

@pyykkis could you plz solve this topic?. Thanks!

pyykkis commented 11 years ago

Will do, but it won't happen overnight. The build process is overly complicated at the moment as the sources are written in CoffeeScript, compiled to JavaScript, bundled with Browserify and minified with UglifyJS2.

I'm in process of getting rid of CoffeeScript and simplifying build process. I'll add generated licence header at the same time. In the meanwhile, feel free to add any licence you like on your downloaded copy of dist/transparency.js or dist/transparency.min.js.

Merg1255 commented 11 years ago

Thanks @pyykkis !