Skip to content
Snippets Groups Projects
Commit 644d5da3 authored by Ryan Izard's avatar Ryan Izard
Browse files

Fix non-ASCII characters that are problematic when building with ant in Ubuntu

parent f8d3a839
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import org.projectfloodlight.openflow.protocol.OFMessage; ...@@ -5,7 +5,7 @@ import org.projectfloodlight.openflow.protocol.OFMessage;
/** /**
* Copyright (c) 2014, NetIDE Consortium (Create-Net (CN), Telefonica Investigacion Y Desarrollo SA (TID), Fujitsu * Copyright (c) 2014, NetIDE Consortium (Create-Net (CN), Telefonica Investigacion Y Desarrollo SA (TID), Fujitsu
* Technology Solutions GmbH (FTS), Thales Communications & Security SAS (THALES), Fundacion Imdea Networks (IMDEA), * Technology Solutions GmbH (FTS), Thales Communications & Security SAS (THALES), Fundacion Imdea Networks (IMDEA),
* Universitaet Paderborn (UPB), Intel Research & Innovation Ireland Ltd (IRIIL), Fraunhofer-Institut für * Universitaet Paderborn (UPB), Intel Research & Innovation Ireland Ltd (IRIIL), Fraunhofer-Institut fur
* Produktionstechnologie (IPT), Telcaria Ideas SL (TELCA) ) * Produktionstechnologie (IPT), Telcaria Ideas SL (TELCA) )
* *
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
...@@ -14,7 +14,7 @@ import org.projectfloodlight.openflow.protocol.OFMessage; ...@@ -14,7 +14,7 @@ import org.projectfloodlight.openflow.protocol.OFMessage;
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Authors: * Authors:
* Pedro A. Aranda Gutiérrez, pedroa.aranda@telefonica.com * Pedro A. Aranda Gutierrez, pedroa.aranda@telefonica.com
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment