diff --git a/firmware/01360-fireplace/fireplace1.X/fireplace.h b/firmware/01360-fireplace/fireplace1.X/fireplace.h index 49d0ede..34a289c 100644 --- a/firmware/01360-fireplace/fireplace1.X/fireplace.h +++ b/firmware/01360-fireplace/fireplace1.X/fireplace.h @@ -1,4 +1,19 @@ -/* fireplace.h */ +/* fireplace.h + +Copyright 2020 Jason M. Sachs + +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. + */ #ifndef FIREPLACE_H #define FIREPLACE_H diff --git a/firmware/01360-fireplace/fireplace1.X/main.c b/firmware/01360-fireplace/fireplace1.X/main.c index b9f32c5..d271354 100644 --- a/firmware/01360-fireplace/fireplace1.X/main.c +++ b/firmware/01360-fireplace/fireplace1.X/main.c @@ -5,6 +5,24 @@ #include "mock_adc.h" #include "mock_uart.h" +/* + +Copyright 2020 Jason M. Sachs + +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. + +*/ + POKY_STATE poky_state; SHARED_MEMORY shmem; volatile int16_t something = 0; diff --git a/firmware/01360-fireplace/fireplace1.X/poky.c b/firmware/01360-fireplace/fireplace1.X/poky.c index a02dda8..cac7a3f 100644 --- a/firmware/01360-fireplace/fireplace1.X/poky.c +++ b/firmware/01360-fireplace/fireplace1.X/poky.c @@ -1,4 +1,20 @@ -/* poky.c */ +/* poky.c + +Copyright 2020 Jason M. Sachs + +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. + +*/ #include "fireplace.h" #include "poky.h" diff --git a/firmware/01360-fireplace/fireplace1.X/poky.h b/firmware/01360-fireplace/fireplace1.X/poky.h index 88102fa..9c80648 100644 --- a/firmware/01360-fireplace/fireplace1.X/poky.h +++ b/firmware/01360-fireplace/fireplace1.X/poky.h @@ -1,4 +1,19 @@ -/* poky.h */ +/* poky.h + +Copyright 2020 Jason M. Sachs + +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. + */ #ifndef POKY_H #define POKY_H diff --git a/firmware/01360-fireplace/fireplace1.X/speedy.c b/firmware/01360-fireplace/fireplace1.X/speedy.c index 2469926..954f5c3 100644 --- a/firmware/01360-fireplace/fireplace1.X/speedy.c +++ b/firmware/01360-fireplace/fireplace1.X/speedy.c @@ -1,4 +1,20 @@ -/* speedy.c */ +/* speedy.c + +Copyright 2020 Jason M. Sachs + +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. + +*/ #include "fireplace.h" #include "mock_adc.h" diff --git a/firmware/01360-fireplace/fireplace1.X/speedy.h b/firmware/01360-fireplace/fireplace1.X/speedy.h index 52861ac..6c1d3d6 100644 --- a/firmware/01360-fireplace/fireplace1.X/speedy.h +++ b/firmware/01360-fireplace/fireplace1.X/speedy.h @@ -1,4 +1,20 @@ -/* speedy.h */ +/* speedy.h + +Copyright 2020 Jason M. Sachs + +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. + +*/ #ifndef SPEEDY_H #define SPEEDY_H diff --git a/firmware/01360-fireplace/fireplace2.X/fireplace.h b/firmware/01360-fireplace/fireplace2.X/fireplace.h index c8cb4bb..69afb33 100644 --- a/firmware/01360-fireplace/fireplace2.X/fireplace.h +++ b/firmware/01360-fireplace/fireplace2.X/fireplace.h @@ -1,4 +1,19 @@ -/* fireplace.h */ +/* fireplace.h + +Copyright 2020 Jason M. Sachs + +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. + */ #ifndef FIREPLACE_H #define FIREPLACE_H diff --git a/firmware/01360-fireplace/fireplace2.X/main.c b/firmware/01360-fireplace/fireplace2.X/main.c index 2648851..dca0699 100644 --- a/firmware/01360-fireplace/fireplace2.X/main.c +++ b/firmware/01360-fireplace/fireplace2.X/main.c @@ -5,6 +5,24 @@ #include "mock_adc.h" #include "mock_uart.h" +/* + +Copyright 2020 Jason M. Sachs + +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. + +*/ + SPEEDY_STATE speedy_state; POKY_STATE poky_state; SHARED_MEMORY shmem; diff --git a/firmware/01360-fireplace/fireplace2.X/poky.c b/firmware/01360-fireplace/fireplace2.X/poky.c index 75d8044..633bfda 100644 --- a/firmware/01360-fireplace/fireplace2.X/poky.c +++ b/firmware/01360-fireplace/fireplace2.X/poky.c @@ -1,4 +1,20 @@ -/* poky.c */ +/* poky.c + +Copyright 2020 Jason M. Sachs + +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. + +*/ #include "fireplace.h" #include "poky.h" diff --git a/firmware/01360-fireplace/fireplace2.X/poky.h b/firmware/01360-fireplace/fireplace2.X/poky.h index 88102fa..9c80648 100644 --- a/firmware/01360-fireplace/fireplace2.X/poky.h +++ b/firmware/01360-fireplace/fireplace2.X/poky.h @@ -1,4 +1,19 @@ -/* poky.h */ +/* poky.h + +Copyright 2020 Jason M. Sachs + +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. + */ #ifndef POKY_H #define POKY_H diff --git a/firmware/01360-fireplace/fireplace2.X/speedy.c b/firmware/01360-fireplace/fireplace2.X/speedy.c index b38b373..02b7df1 100644 --- a/firmware/01360-fireplace/fireplace2.X/speedy.c +++ b/firmware/01360-fireplace/fireplace2.X/speedy.c @@ -1,4 +1,20 @@ -/* speedy.c */ +/* speedy.c + +Copyright 2020 Jason M. Sachs + +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. + +*/ #include "fireplace.h" #include "speedy.h" diff --git a/firmware/01360-fireplace/fireplace2.X/speedy.h b/firmware/01360-fireplace/fireplace2.X/speedy.h index 2bd9290..ae4a49e 100644 --- a/firmware/01360-fireplace/fireplace2.X/speedy.h +++ b/firmware/01360-fireplace/fireplace2.X/speedy.h @@ -1,4 +1,20 @@ -/* speedy.h */ +/* speedy.h + +Copyright 2020 Jason M. Sachs + +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. + +*/ #ifndef SPEEDY_H #define SPEEDY_H