Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit 21284c8a36abe47767d589a40453694f9f4c1dda Author: Antonio Quartulli antonio@meshcoding.com Date: Fri Dec 6 18:56:52 2013 +0100
batctl: fix FSF address
Jeff Kirsher is patching most of the networking modules to accommodate this new policy for what concern the FSF address in the GPL license. However he is using a slightly different version than what we did.
Since his changes have already been applied, fix our text to match what he proposed.
Introduced by c2a8e168c0ae7d23803ff6a09d25a28dfaa57d58 ("batctl: remove FSF address from GPL disclaimer")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
21284c8a36abe47767d589a40453694f9f4c1dda packet.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/packet.h b/packet.h index 5f402c9..9b6c45b 100644 --- a/packet.h +++ b/packet.h @@ -10,6 +10,9 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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, see http://www.gnu.org/licenses/. */
#ifndef _NET_BATMAN_ADV_PACKET_H_