Changeset 67

Show
Ignore:
Timestamp:
09/26/08 16:20:22 (1 year ago)
Author:
mcintoke
Message:

Added copywrite

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Projects/TrafficLightFinder/src/org/sunspotworld/TrafficLightFinder.java

    r66 r67  
    109109    } 
    110110} 
     111 
     112/* 
     113  
     114Copyright 2008 The SPOTBot Team 
     115 
     116Licensed under the Apache License, Version 2.0 (the "License"); 
     117you may not use this file except in compliance with the License. 
     118You may obtain a copy of the License at 
     119 
     120    http://www.apache.org/licenses/LICENSE-2.0 
     121 
     122Unless required by applicable law or agreed to in writing, software 
     123distributed under the License is distributed on an "AS IS" BASIS, 
     124WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     125See the License for the specific language governing permissions and 
     126limitations under the License. 
     127 
     128 */ 
     129 
  • Projects/TrafficLightSender/src/org/sunspotworld/TrafficLightSender.java

    r66 r67  
    223223    } 
    224224 
    225     /** 
    226      * Called if the MIDlet is terminated by the system. 
    227      * I.e. if startApp throws any exception other than MIDletStateChangeException, 
    228      * if the isolate running the MIDlet is killed with Isolate.exit(), or 
    229      * if VM.stopVM() is called. 
    230      *  
    231      * It is not called if MIDlet.notifyDestroyed() was called. 
    232      * 
    233      * @param unconditional If true when this method is called, the MIDlet must 
    234      *    cleanup and release all resources. If false the MIDlet may throw 
    235      *    MIDletStateChangeException  to indicate it does not want to be destroyed 
    236      *    at this time. 
    237      */ 
     225     
    238226    protected void destroyApp(boolean unconditional) throws MIDletStateChangeException { 
    239227    } 
    240228} 
     229 
     230/* 
     231  
     232Copyright 2008 The SPOTBot Team 
     233 
     234Licensed under the Apache License, Version 2.0 (the "License"); 
     235you may not use this file except in compliance with the License. 
     236You may obtain a copy of the License at 
     237 
     238    http://www.apache.org/licenses/LICENSE-2.0 
     239 
     240Unless required by applicable law or agreed to in writing, software 
     241distributed under the License is distributed on an "AS IS" BASIS, 
     242WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
     243See the License for the specific language governing permissions and 
     244limitations under the License. 
     245 
     246 */ 
     247