Commit deb6a651 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Added GPLv3 license.

I really don't like to pollute every single file of JsDuck with
GPL license header as the GNU guys suggest.  So I just include it
into the main jsduck.rb file.  No harm done, I hope.
parent 8cd2b980
Loading
Loading
Loading
Loading

COPYING

0 → 100644
+674 −0

File added.

Preview size limit exceeded, changes collapsed.

+8 −0
Original line number Diff line number Diff line
@@ -39,3 +39,11 @@ More
[tags]: https://github.com/nene/jsduck/wiki/List-of-supported-@tags
[errors]: https://github.com/nene/jsduck/wiki/List-of-doc-comment-errors(%3F)-found-in-ExtJS-source


Copying
-------

JsDuck is distributed under the terms of the GNU General Public License version 3.

JsDuck was developed by [Rene Saarsoo](http://triin.net).
+15 −0
Original line number Diff line number Diff line
# JsDuck is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# JsDuck is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with JsDuck.  If not, see <http://www.gnu.org/licenses/>.
#
# Copyright 2010 Rene Saarsoo.

$:.unshift File.dirname(__FILE__) # For running the actual JsDuck app

require 'jsduck/aggregator'