Skip to content

Commit

Permalink
fix license term (fix #121)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Nov 7, 2012
1 parent ac674e4 commit 687b16b
Show file tree
Hide file tree
Showing 305 changed files with 304 additions and 652 deletions.
44 changes: 0 additions & 44 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -456,47 +456,3 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Libraries

If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).

To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.

<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library 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
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Also add information on how to contact you by electronic and paper mail.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:

Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.

<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice

That's all there is to it!
3 changes: 1 addition & 2 deletions src/classifier/arow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/arow.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier_factory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier_performance_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier_test_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier_type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/classifier_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/cw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/cw.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/nherd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/nherd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/pa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/pa.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/pa1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/pa1.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/pa2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/pa2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/perceptron.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/classifier/perceptron.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/cmd/jubaconv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/cmd/jubactl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/common/cached_zk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/common/cached_zk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/common/cached_zk_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/common/cht.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/common/cht.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/common/cht_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/common/exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/common/exception.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
3 changes: 1 addition & 2 deletions src/common/exception_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
// License version 2.1 as published by the Free Software Foundation.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
Expand Down
Loading

0 comments on commit 687b16b

Please sign in to comment.