]> sigrok.org Git - pulseview.git/blobdiff - signalhandler.hpp
Fix #956 by adding the missing final sample to the range
[pulseview.git] / signalhandler.hpp
index a8ddccb30bf2fbb1f36fb9c359d79c94ac8df359..a17b04b9eb885d8de55f5bc507d0974eae554668 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef SIGNALHANDLER_HPP
-#define SIGNALHANDLER_HPP
+#ifndef PULSEVIEW_PV_SIGNALHANDLER_HPP
+#define PULSEVIEW_PV_SIGNALHANDLER_HPP
 
 #include <QObject>
 
@@ -52,4 +51,4 @@ private:
        static int sockets_[2];
 };
 
-#endif // SIGNALHANDLER_HPP
+#endif // PULSEVIEW_PV_SIGNALHANDLER_HPP