From 5829fa8f1bbd75767115f9842024dfb1091155ec Mon Sep 17 00:00:00 2001 From: Andre Paraense Date: Sun, 31 Jan 2016 13:36:54 -0200 Subject: [PATCH] Update OpenSlowNearLightVehiclesLane.java --- .../OpenSlowNearLightVehiclesLane.java | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/br/unicamp/cst/trafficUnjammer/codeRack/behavioralCodelets/OpenSlowNearLightVehiclesLane.java b/src/br/unicamp/cst/trafficUnjammer/codeRack/behavioralCodelets/OpenSlowNearLightVehiclesLane.java index c13f122..1f60ea2 100644 --- a/src/br/unicamp/cst/trafficUnjammer/codeRack/behavioralCodelets/OpenSlowNearLightVehiclesLane.java +++ b/src/br/unicamp/cst/trafficUnjammer/codeRack/behavioralCodelets/OpenSlowNearLightVehiclesLane.java @@ -1,6 +1,13 @@ -/** +/******************************************************************************* + * Copyright (c) 2016 DCA-FEEC-UNICAMP + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Apache License, Version 2.0 + * which accompanies this distribution, and is available at + * http://www.apache.org/licenses/LICENSE-2.0 * - */ + * Contributors: + * A. L. O. Paraense, R. R. Gudwin - initial implementation + ******************************************************************************/ package br.unicamp.cst.trafficUnjammer.codeRack.behavioralCodelets; import it.polito.appeal.traci.Lane;