Skip to content

Commit

Permalink
fixing license
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonabrown committed Sep 28, 2017
1 parent 8d5ca28 commit a5a93c6
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
package org.onebusaway.twilio.actions.stops;

import java.util.Arrays;
import java.util.List;
import java.util.Map;

import org.apache.struts2.convention.annotation.Result;
import org.apache.struts2.convention.annotation.Results;
import org.apache.struts2.interceptor.SessionAware;
import org.onebusaway.presentation.services.text.TextModification;
import org.onebusaway.transit_data.model.StopBean;
import org.onebusaway.transit_data.model.StopsWithArrivalsAndDeparturesBean;
/**
* Copyright (C) 2011 Brian Ferris <[email protected]>
*
Expand All @@ -25,6 +13,18 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.onebusaway.twilio.actions.stops;

import java.util.Arrays;
import java.util.List;
import java.util.Map;

import org.apache.struts2.convention.annotation.Result;
import org.apache.struts2.convention.annotation.Results;
import org.apache.struts2.interceptor.SessionAware;
import org.onebusaway.presentation.services.text.TextModification;
import org.onebusaway.transit_data.model.StopBean;
import org.onebusaway.transit_data.model.StopsWithArrivalsAndDeparturesBean;
import org.onebusaway.twilio.actions.Messages;
import org.onebusaway.twilio.actions.TwilioSupport;
import org.onebusaway.twilio.impl.PhoneArrivalsAndDeparturesModel;
Expand Down

0 comments on commit a5a93c6

Please sign in to comment.