diff --git a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Debug.java b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Debug.java index ea87f08..523f798 100644 --- a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Debug.java +++ b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Debug.java @@ -3,6 +3,20 @@ * @date Jan 7, 2012 * @author ricky barrette * @author Twenty Codes, LLC + * + * Copyright 2012 Richard Barrette + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License */ package com.TwentyCodes.android.IOIOTruck; diff --git a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/IOIOTruckManager.java b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/IOIOTruckManager.java index adf78bb..6539d7d 100644 --- a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/IOIOTruckManager.java +++ b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/IOIOTruckManager.java @@ -3,6 +3,20 @@ * @date Jan 11, 2012 * @author ricky barrette * @author Twenty Codes, LLC + * + * Copyright 2012 Richard Barrette + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License */ package com.TwentyCodes.android.IOIOTruck; diff --git a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/IOIOTruckValues.java b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/IOIOTruckValues.java index e208263..01d424c 100644 --- a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/IOIOTruckValues.java +++ b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/IOIOTruckValues.java @@ -3,6 +3,20 @@ * @date Jan 21, 2012 * @author ricky barrette * @author Twenty Codes, LLC + * + * Copyright 2012 Richard Barrette + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License */ package com.TwentyCodes.android.IOIOTruck; diff --git a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Main.java b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Main.java index bf6319d..c1660fa 100644 --- a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Main.java +++ b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/Main.java @@ -1,3 +1,24 @@ +/** + * Main.java + * @date Jan 7, 2012 + * @author ricky barrette + * @author Twenty Codes, LLC + * + * Copyright 2012 Richard Barrette + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License + */ + package com.TwentyCodes.android.IOIOTruck; import android.app.Activity; diff --git a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/MapFragment.java b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/MapFragment.java index 216bed7..3102058 100644 --- a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/MapFragment.java +++ b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/MapFragment.java @@ -3,6 +3,21 @@ * @date Jan 7, 2012 * @author ricky barrette * @author Twenty Codes, LLC + * + * + * Copyright 2012 Richard Barrette + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License */ package com.TwentyCodes.android.IOIOTruck; diff --git a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/NavigationActivity.java b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/NavigationActivity.java index b8bf15d..a2d8549 100644 --- a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/NavigationActivity.java +++ b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/NavigationActivity.java @@ -3,6 +3,21 @@ * @date Jan 7, 2012 * @author ricky barrette * @author Twenty Codes, LLC + * + * + * Copyright 2012 Richard Barrette + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License */ package com.TwentyCodes.android.IOIOTruck; diff --git a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/TB6612FNGMotorDriver.java b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/TB6612FNGMotorDriver.java index f9b6f64..4c96038 100644 --- a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/TB6612FNGMotorDriver.java +++ b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/TB6612FNGMotorDriver.java @@ -4,6 +4,21 @@ * @author Tamlyn Rhodes * @author ricky barrette * @author Twenty Codes, LLC + * + * Copyright 2012 Tamlyn Rhodes + * Copyright 2012 Richard Barrette + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License */ package com.TwentyCodes.android.IOIOTruck; diff --git a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/TestActivity.java b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/TestActivity.java index 88bb48e..8ceacfd 100755 --- a/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/TestActivity.java +++ b/IOIOTruck/src/com/TwentyCodes/android/IOIOTruck/TestActivity.java @@ -1,3 +1,24 @@ +/** + * TestActivity.java + * @date Jan 7, 2012 + * @author ricky barrette + * @author Twenty Codes, LLC + * + * Copyright 2012 Richard Barrette + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License + */ + package com.TwentyCodes.android.IOIOTruck; import android.app.Activity;