lib/fluent/plugin/wendelin_client.rb in fluent-plugin-wendelin-0.4 vs lib/fluent/plugin/wendelin_client.rb in fluent-plugin-wendelin-0.5

- old
+ new

@@ -1,20 +1,23 @@ # module to ingest data to a Wendelin through HTTP endpoint # Copyright (C) 2015 Nexedi SA and Contributors. # Kirill Smelkov <kirr@nexedi.com> # -# This program is free software: you can Use, Study, Modify and Redistribute -# it under the terms of the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# This program is free software: you can Use, Study, Modify and Redistribute +# it under the terms of the GNU General Public License version 3, or (at your +# option) any later version, as published by the Free Software Foundation. # -# http://www.apache.org/licenses/LICENSE-2.0 +# You can also Link and Combine this program with other software covered by +# the terms of any of the Free Software licenses or any of the Open Source +# Initiative approved licenses and Convey the resulting work. Corresponding +# source of such a combination shall include the source code for all other +# software used. # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# This program is distributed WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# See COPYING file for full licensing terms. +# See https://www.nexedi.com/licensing for rationale and options. require 'net/http' require 'openssl' # class representing a Wendelin client