Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit fac4943820ef104679e3fee0e9865be77e40e81c Author: Antonio Quartulli antonio@meshcoding.com Date: Sun Nov 3 20:40:48 2013 +0100
batctl: remove FSF address from GPL disclaimer
As suggested by checkpatch, remove all the references to the FSF address since the kernel already has one reference in its documentation.
In this way it is easier to update it in case of future changes.
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
fac4943820ef104679e3fee0e9865be77e40e81c packet.h | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/packet.h b/packet.h index 207459b..cbebac6 100644 --- a/packet.h +++ b/packet.h @@ -10,11 +10,6 @@ * 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, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA */
#ifndef _NET_BATMAN_ADV_PACKET_H_