Skip to content

Commit

Permalink
Update code headers with new project name (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagepc authored Aug 8, 2020
1 parent 0824196 commit b0a8ab8
Show file tree
Hide file tree
Showing 103 changed files with 430 additions and 430 deletions.
8 changes: 4 additions & 4 deletions MK404.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Remaining To-Dos of note:
- [See open issues...](https://github.com/vintagepc/MK404/issues/)

*Current state of affairs and features*:
- ![CI Build](https://github.com/vintagepc/MK3SIM/workflows/CI%20Build/badge.svg) ![CPPCheck](https://github.com/vintagepc/MK3SIM/workflows/CPPCheck/badge.svg)
- ![CI Build](https://github.com/vintagepc/MK404/workflows/CI%20Build/badge.svg) ![CPPCheck](https://github.com/vintagepc/MK404/workflows/CPPCheck/badge.svg)
- **The simulator can complete a self test!**


Expand Down
8 changes: 4 additions & 4 deletions parts/ADCPeripheral.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
10 changes: 5 additions & 5 deletions parts/BasePeripheral.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/*
BasePeripheral.h - a base class for any peripheral used with Mk3Sim
BasePeripheral.h - a base class for any peripheral used with MK404
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/


Expand Down
8 changes: 4 additions & 4 deletions parts/Board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/

#include <Board.h>
Expand Down
8 changes: 4 additions & 4 deletions parts/Board.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
8 changes: 4 additions & 4 deletions parts/I2CPeripheral.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/


Expand Down
8 changes: 4 additions & 4 deletions parts/IRQHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/
#define _IRQ(x,y) x,
enum IRQ {
Expand Down
8 changes: 4 additions & 4 deletions parts/IScriptable.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/


Expand Down
8 changes: 4 additions & 4 deletions parts/PinSpec.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/*
PinSpec.h - Pin specification base class. Derive from this to make a new layer for a different ATMEL chip type.
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
12 changes: 6 additions & 6 deletions parts/PinSpec_Helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
PinSpec_Helper.h - Pin specification helper class. Include this when defining
a PinSpec.
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/


// Shortcuts to make it easy to copy-paste tables rather than
// Shortcuts to make it easy to copy-paste tables rather than
// having to alter every entry:
#define PA 'A'
#define PB 'B'
Expand Down Expand Up @@ -52,4 +52,4 @@
#define TIMER5B 0x51
#define TIMER5C 0x52

#define _BV(w)w
#define _BV(w)w
8 changes: 4 additions & 4 deletions parts/Printer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
Printer.h - Printer interface for printer assemblies.
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
8 changes: 4 additions & 4 deletions parts/PrinterFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
Add your printer implementation to the map of names->constructors.
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
8 changes: 4 additions & 4 deletions parts/SPIPeripheral.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/


Expand Down
8 changes: 4 additions & 4 deletions parts/ScriptHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/

#include <ScriptHost.h>
Expand Down
8 changes: 4 additions & 4 deletions parts/ScriptHost.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
Copyright 2020 VintagePC <https://github.com/vintagepc/>
This file is part of MK3SIM.
This file is part of MK404.
MK3SIM is free software: you can redistribute it and/or modify
MK404 is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
MK3SIM is distributed in the hope that it will be useful,
MK404 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MK3SIM. If not, see <http://www.gnu.org/licenses/>.
along with MK404. If not, see <http://www.gnu.org/licenses/>.
*/


Expand Down
Loading

0 comments on commit b0a8ab8

Please sign in to comment.