Skip to content

Commit

Permalink
#535 Fixed last few files that were not properly licenced for EPL v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed Feb 8, 2025
1 parent e6240c0 commit 629f334
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Version 1.5.1](https://github.com/eclipse/paho.mqtt.cpp/compare/v1.5.0..v1.5.1) - (2025-02-08)

- [#532](https://github.com/eclipse-paho/paho.mqtt.cpp/pull/532) Fix CMake install target lib path
- [#535](https://github.com/eclipse-paho/paho.mqtt.cpp/issues/535) Fixed last few files that were not properly licenced for EPL v2.0


## [Version 1.5.0](https://github.com/eclipse/paho.mqtt.cpp/compare/v1.4.1..v1.5.0) - (2025-01-07)

- Code base updated to to C++17
Expand Down
8 changes: 4 additions & 4 deletions dist/paho-cpp.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Summary: MQTT CPP Client
Name: paho-cpp
Version: 1.0.0
Version: 1.5.1
Release: 0%{?dist}
License: Eclipse Distribution License 1.0 and Eclipse Public License 1.0
License: Eclipse Eclipse Public License 2.0 and Distribution License 1.0
Group: Development/Tools
Source: https://github.com/eclipse/paho.mqtt.cpp/archive/v%{version}.tar.gz
URL: https://eclipse.org/paho/clients/cpp/
Expand All @@ -17,7 +17,7 @@ Requires: paho-c


%description
The Paho MQTT CPP Client is a fully fledged MQTT client written in ANSI standard C++ 11.
The Paho MQTT CPP Client is a fully fledged MQTT client written in ANSI standard C++ 17.


%package devel
Expand All @@ -41,7 +41,7 @@ Development documentation files for the the Paho MQTT CPP Client.

%build
mkdir build.paho.cpp && cd build.paho.cpp
%cmake3 -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=TRUE -DPAHO_BUILD_SAMPLES=TRUE ..
%cmake3 -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_DOCUMENTATION=TRUE -DPAHO_BUILD_EXAMPLES=TRUE ..
make %{?_smp_mflags}

%install
Expand Down
6 changes: 3 additions & 3 deletions include/mqtt/topic_matcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
/////////////////////////////////////////////////////////////////////////////

/*******************************************************************************
* Copyright (c) 2022-2024 Frank Pagliughi <fpagliughi@mindspring.com>
* Copyright (c) 2022-2025 Frank Pagliughi <fpagliughi@mindspring.com>
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* are made available under the terms of the Eclipse Public License v2.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v10.html
* http://www.eclipse.org/legal/epl-v20.html
* and the Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
Expand Down
6 changes: 3 additions & 3 deletions notice.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<body lang="EN-US">
<h2>Eclipse Foundation Software User Agreement</h2>
<p>February 1, 2011</p>
<p>April 6, 2020</p>

<h3>Usage Of Content</h3>

Expand All @@ -21,8 +21,8 @@ <h3>Usage Of Content</h3>

<h3>Applicable Licenses</h3>

<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
(&quot;EPL&quot;). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v20.html">http://www.eclipse.org/legal/epl-v20.html</a>.
<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 2.0
(&quot;EPL&quot;). A copy of the EPL is provided with this Content and is also available at <a href="https://www.eclipse.org/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>

<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
Expand Down

0 comments on commit 629f334

Please sign in to comment.