From 0c0bb697b0c7d932293f3e92c50a25df8993ac30 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 12 May 2011 10:18:14 +0200 Subject: [PATCH] Add boost license + proper copyright were needed --- src/host/boostpinger.cpp | 6 ++++++ src/host/boostpinger.h | 6 ++++++ src/icmp/checksumcalculator.h | 6 ++++++ src/icmp/icmpchecksumcalculator.h | 6 ++++++ src/icmp/icmpdata.h | 6 ++++++ src/icmp/icmpdestinationunreachablemessage.cpp | 6 ++++++ src/icmp/icmpdestinationunreachablemessage.h | 6 ++++++ src/icmp/icmpechoreplymessage.cpp | 6 ++++++ src/icmp/icmpechoreplymessage.h | 6 ++++++ src/icmp/icmpechorequestmessage.cpp | 6 ++++++ src/icmp/icmpechorequestmessage.h | 6 ++++++ src/icmp/icmpgenericmessage.cpp | 6 ++++++ src/icmp/icmpgenericmessage.h | 6 ++++++ src/icmp/icmpheader.cpp | 6 ++++++ src/icmp/icmpheader.h | 6 ++++++ src/icmp/icmpmessage.cpp | 6 ++++++ src/icmp/icmpmessage.h | 6 ++++++ src/icmp/icmpmessagepayload.cpp | 6 ++++++ src/icmp/icmpmessagepayload.h | 6 ++++++ src/icmp/icmppacket.cpp | 6 ++++++ src/icmp/icmppacket.h | 6 ++++++ src/icmp/icmptype.h | 6 ++++++ src/icmp/ipv4header.cpp | 6 ++++++ src/icmp/ipv4header.h | 6 ++++++ 24 files changed, 144 insertions(+), 0 deletions(-) diff --git a/src/host/boostpinger.cpp b/src/host/boostpinger.cpp index a979044..e21f121 100644 --- a/src/host/boostpinger.cpp +++ b/src/host/boostpinger.cpp @@ -1,3 +1,9 @@ +// Boost pinger (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// Based upon work copyright (c) 2003-2010 Christopher M. Kohlhoff (ping.cpp) +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "host/boostpinger.h" #include diff --git a/src/host/boostpinger.h b/src/host/boostpinger.h index 15e2212..ebacce7 100644 --- a/src/host/boostpinger.h +++ b/src/host/boostpinger.h @@ -1,3 +1,9 @@ +// Boost pinger (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// Based upon work copyright (c) 2003-2010 Christopher M. Kohlhoff (ping.cpp) +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOSTPINGER_H #define BOOSTPINGER_H diff --git a/src/icmp/checksumcalculator.h b/src/icmp/checksumcalculator.h index fb5673f..1b31f08 100644 --- a/src/icmp/checksumcalculator.h +++ b/src/icmp/checksumcalculator.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef CHECKSUMCALCULATOR_H #define CHECKSUMCALCULATOR_H diff --git a/src/icmp/icmpchecksumcalculator.h b/src/icmp/icmpchecksumcalculator.h index 80f32b2..d46cfa8 100644 --- a/src/icmp/icmpchecksumcalculator.h +++ b/src/icmp/icmpchecksumcalculator.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMPCHECKSUMCALCULATOR_H #define ICMPCHECKSUMCALCULATOR_H diff --git a/src/icmp/icmpdata.h b/src/icmp/icmpdata.h index d17c199..d6bfd86 100644 --- a/src/icmp/icmpdata.h +++ b/src/icmp/icmpdata.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMPDATA_H #define ICMPDATA_H diff --git a/src/icmp/icmpdestinationunreachablemessage.cpp b/src/icmp/icmpdestinationunreachablemessage.cpp index 1946453..20dddfa 100644 --- a/src/icmp/icmpdestinationunreachablemessage.cpp +++ b/src/icmp/icmpdestinationunreachablemessage.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "icmp/icmpdestinationunreachablemessage.h" using namespace std; diff --git a/src/icmp/icmpdestinationunreachablemessage.h b/src/icmp/icmpdestinationunreachablemessage.h index 093b97c..1268f3a 100644 --- a/src/icmp/icmpdestinationunreachablemessage.h +++ b/src/icmp/icmpdestinationunreachablemessage.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMP_DESTINATION_UNREACHABLE_MESSAGE_HPP #define ICMP_DESTINATION_UNREACHABLE_MESSAGE_HPP diff --git a/src/icmp/icmpechoreplymessage.cpp b/src/icmp/icmpechoreplymessage.cpp index a65d645..fa7105f 100644 --- a/src/icmp/icmpechoreplymessage.cpp +++ b/src/icmp/icmpechoreplymessage.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "icmp/icmpechoreplymessage.h" using namespace std; diff --git a/src/icmp/icmpechoreplymessage.h b/src/icmp/icmpechoreplymessage.h index 880d580..3816326 100644 --- a/src/icmp/icmpechoreplymessage.h +++ b/src/icmp/icmpechoreplymessage.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMP_ECHO_REPLY_MESSAGE_HPP #define ICMP_ECHO_REPLY_MESSAGE_HPP diff --git a/src/icmp/icmpechorequestmessage.cpp b/src/icmp/icmpechorequestmessage.cpp index 254031b..fd3a6c1 100644 --- a/src/icmp/icmpechorequestmessage.cpp +++ b/src/icmp/icmpechorequestmessage.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "icmp/icmpechorequestmessage.h" using namespace std; diff --git a/src/icmp/icmpechorequestmessage.h b/src/icmp/icmpechorequestmessage.h index 92f2f4a..5a7bffb 100644 --- a/src/icmp/icmpechorequestmessage.h +++ b/src/icmp/icmpechorequestmessage.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMP_ECHO_REQUEST_MESSAGE_HPP #define ICMP_ECHO_REQUEST_MESSAGE_HPP diff --git a/src/icmp/icmpgenericmessage.cpp b/src/icmp/icmpgenericmessage.cpp index fe6193f..941072b 100644 --- a/src/icmp/icmpgenericmessage.cpp +++ b/src/icmp/icmpgenericmessage.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "icmp/icmpgenericmessage.h" //----------------------------------------------------------------------------- diff --git a/src/icmp/icmpgenericmessage.h b/src/icmp/icmpgenericmessage.h index f53f4c7..4c08a0b 100644 --- a/src/icmp/icmpgenericmessage.h +++ b/src/icmp/icmpgenericmessage.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMP_GENERIC_MESSAGE_HPP #define ICMP_GENERIC_MESSAGE_HPP diff --git a/src/icmp/icmpheader.cpp b/src/icmp/icmpheader.cpp index d4166be..1ff7aa5 100644 --- a/src/icmp/icmpheader.cpp +++ b/src/icmp/icmpheader.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "icmp/icmpheader.h" #include "icmp/icmpdestinationunreachablemessage.h" diff --git a/src/icmp/icmpheader.h b/src/icmp/icmpheader.h index 43203a5..80ca124 100644 --- a/src/icmp/icmpheader.h +++ b/src/icmp/icmpheader.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMP_HEADER_HPP #define ICMP_HEADER_HPP diff --git a/src/icmp/icmpmessage.cpp b/src/icmp/icmpmessage.cpp index e1878ff..280cb94 100644 --- a/src/icmp/icmpmessage.cpp +++ b/src/icmp/icmpmessage.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "icmp/icmpmessage.h" //----------------------------------------------------------------------------- diff --git a/src/icmp/icmpmessage.h b/src/icmp/icmpmessage.h index d6e0fe9..608249a 100644 --- a/src/icmp/icmpmessage.h +++ b/src/icmp/icmpmessage.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMP_MESSAGE_HPP #define ICMP_MESSAGE_HPP diff --git a/src/icmp/icmpmessagepayload.cpp b/src/icmp/icmpmessagepayload.cpp index ce497c1..6a225ff 100644 --- a/src/icmp/icmpmessagepayload.cpp +++ b/src/icmp/icmpmessagepayload.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "icmp/icmpmessagepayload.h" #include diff --git a/src/icmp/icmpmessagepayload.h b/src/icmp/icmpmessagepayload.h index 386d7d6..d4073ee 100644 --- a/src/icmp/icmpmessagepayload.h +++ b/src/icmp/icmpmessagepayload.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMPMESSAGEPAYLOAD_H #define ICMPMESSAGEPAYLOAD_H diff --git a/src/icmp/icmppacket.cpp b/src/icmp/icmppacket.cpp index 88746e1..ef003b2 100644 --- a/src/icmp/icmppacket.cpp +++ b/src/icmp/icmppacket.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "icmp/icmppacket.h" #include diff --git a/src/icmp/icmppacket.h b/src/icmp/icmppacket.h index f3a5249..afc4a11 100644 --- a/src/icmp/icmppacket.h +++ b/src/icmp/icmppacket.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMPPACKET_H #define ICMPPACKET_H diff --git a/src/icmp/icmptype.h b/src/icmp/icmptype.h index 80f41bb..11e27bc 100644 --- a/src/icmp/icmptype.h +++ b/src/icmp/icmptype.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef ICMP_TYPE_H #define ICMP_TYPE_H diff --git a/src/icmp/ipv4header.cpp b/src/icmp/ipv4header.cpp index b1a2a5d..fd4a194 100644 --- a/src/icmp/ipv4header.cpp +++ b/src/icmp/ipv4header.cpp @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #include "icmp/ipv4header.h" #include diff --git a/src/icmp/ipv4header.h b/src/icmp/ipv4header.h index 174c265..d8bb3a4 100644 --- a/src/icmp/ipv4header.h +++ b/src/icmp/ipv4header.h @@ -1,3 +1,9 @@ +// Copyright (c) 2003-2010 Christopher M. Kohlhoff +// Modifications (c) 2011 by Guilherme Maciel Ferreira / Intra2net AG +// +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) #ifndef IPV4_HEADER_HPP #define IPV4_HEADER_HPP -- 1.7.1