Skip to content

Commit

Permalink
updated copyright headers in relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc committed Feb 11, 2019
1 parent a129932 commit b42dfb0
Show file tree
Hide file tree
Showing 22 changed files with 191 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"files.associations": {
"registerallocator.h": "c",
"m68k.h": "c",
"stdlib.h": "c"
"stdlib.h": "c",
"arm.h": "c"
}
}
9 changes: 9 additions & 0 deletions ARM.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#ifndef _ARM_H
#define _ARM_H

Expand Down
9 changes: 9 additions & 0 deletions M68k.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#ifndef _M68K_H
#define _M68K_H

Expand Down
9 changes: 9 additions & 0 deletions M68k_EA.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#include <stdint.h>
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdio.h>
#include "ARM.h"
#include "M68k.h"
Expand Down
9 changes: 9 additions & 0 deletions M68k_LINE0.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_LINE4.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_LINE5.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_LINE6.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_LINE8.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_LINE9.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_LINEB.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_LINEC.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_LINED.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_LINEE.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_MOVE.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>

#include <stdio.h>
Expand Down
9 changes: 9 additions & 0 deletions M68k_MULDIV.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdlib.h>

Expand Down
9 changes: 9 additions & 0 deletions M68k_SR.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>

#include <stdio.h>
Expand Down
9 changes: 9 additions & 0 deletions M68k_Translator.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#define _GNU_SOURCE 1
#include <sys/mman.h>
#include <stdio.h>
Expand Down
9 changes: 9 additions & 0 deletions RegisterAllocator.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#include <stdint.h>
#include <stdio.h>

Expand Down
9 changes: 9 additions & 0 deletions RegisterAllocator.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#ifndef _REGISTER_ALLOCATOR_H
#define _REGISTER_ALLOCATOR_H

Expand Down
9 changes: 9 additions & 0 deletions config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#ifndef _CONFIG_H
#define _CONFIG_H

Expand Down
9 changes: 9 additions & 0 deletions start_emu.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
Copyright © 2019 Michal Schulz <michal.schulz@gmx.de>
https://github.com/michalsc
This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

#define _GNU_SOURCE 1

#include <stdio.h>
Expand Down

0 comments on commit b42dfb0

Please sign in to comment.