Skip to content

Commit

Permalink
Licensing adjustment: allow LGPLv2.1+ instead of LGPLv3+.
Browse files Browse the repository at this point in the history
Until now, OpenTSDB was available under the terms of the LGPL,
version 3 or any later version.  This change also allows the
version 2.1 of the LGPL license.  Those who already accepted
the terms of the LGPLv3 can keep doing so, because LGPLv2.1
also states that one can use any later version.

The net result of this change is that one can now use OpenTSDB
under the terms of LGPLv2.1 or GPLv2, if they so chose.

Change-Id: I67e0d47206db6a5544fdadc9c5fb9cd9466c1ad3
  • Loading branch information
tsuna committed Feb 4, 2012
1 parent a965271 commit 6f7a92f
Show file tree
Hide file tree
Showing 81 changed files with 658 additions and 318 deletions.
657 changes: 497 additions & 160 deletions COPYING.LESSER

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2011 The OpenTSDB Authors.
# Copyright (C) 2011-2012 The OpenTSDB Authors.
#
# 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 3 of the License, or
# 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,
Expand Down
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Initial release:

-----

Copyright (C) 2011 The OpenTSDB Authors.
Copyright (C) 2011-2012 The OpenTSDB Authors.

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 3 of the License, or
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,
Expand Down
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ Thanks to HBase's scalability, OpenTSDB allows you to collect thousands of
metrics from tens of thousands of hosts and applications, at a high rate
(every few seconds). OpenTSDB will never delete or downsample data and can
easily store hundreds of billions of data points.

OpenTSDB is free software and is available under both LGPLv2.1+ and GPLv3+.
Find more about OpenTSDB at http://opentsdb.net
4 changes: 2 additions & 2 deletions bootstrap
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
# Copyright (C) 2011 The OpenTSDB Authors.
# Copyright (C) 2011-2012 The OpenTSDB Authors.
#
# 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 3 of the License, or
# 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,
Expand Down
4 changes: 2 additions & 2 deletions build-aux/tsdb.m4
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2011 The OpenTSDB Authors.
# Copyright (C) 2011-2012 The OpenTSDB Authors.
#
# 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 3 of the License, or
# 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,
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (C) 2011 The OpenTSDB Authors.
# Copyright (C) 2011-2012 The OpenTSDB Authors.
#
# 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 3 of the License, or
# 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,
Expand Down
4 changes: 2 additions & 2 deletions src/core/Aggregator.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/Aggregators.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/CompactionQueue.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2011 StumbleUpon, Inc.
// Copyright (C) 2011-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/Const.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/DataPoint.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/DataPoints.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/DataPointsIterator.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/IllegalDataException.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2011 The OpenTSDB Authors.
// Copyright (C) 2011-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/IncomingDataPoints.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/Internal.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2011 StumbleUpon, Inc.
// Copyright (C) 2011-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/Query.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/RowKey.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/RowSeq.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010, 2011 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/SeekableView.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/Span.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010, 2011 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/SpanGroup.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/TSDB.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/Tags.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/TestCompactionQueue.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2011 The OpenTSDB Authors.
// Copyright (C) 2011-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/TestTags.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2011 The OpenTSDB Authors.
// Copyright (C) 2011-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/TsdbQuery.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/core/WritableDataPoints.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/graph/Plot.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
4 changes: 2 additions & 2 deletions src/stats/Histogram.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// This file is part of OpenTSDB.
// Copyright (C) 2010 The OpenTSDB Authors.
// Copyright (C) 2010-2012 The OpenTSDB Authors.
//
// This program 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 3 of the License, or (at your
// the Free Software Foundation, either version 2.1 of the License, or (at your
// option) any later version. This program 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
Expand Down
Loading

0 comments on commit 6f7a92f

Please sign in to comment.