Add missing copyright to A314 source files

This commit is contained in:
beeanyew
2021-05-17 14:45:46 +02:00
parent b5f80d43a8
commit 1c7da065ad
16 changed files with 58 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2020 Niklas Ekström
* Copyright 2020-2021 Niklas Ekström
* Based on a314d daemon for A314.
*/

View File

@@ -1,4 +1,7 @@
// A314 emulation.
/*
* Copyright 2020-2021 Niklas Ekström
* A314 emulation header
*/
#ifndef A314_H
#define A314_H

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#ifndef DEVICES_A314_H
#define DEVICES_A314_H

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 Niklas Ekström
* Copyright 2018-2021 Niklas Ekström
*/
#include <exec/types.h>

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#include <exec/types.h>
#include <exec/execbase.h>
#include <exec/devices.h>

View File

@@ -1,2 +1,6 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
extern char device_name[];
extern char id_string[];

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#include <exec/types.h>
#include <exec/execbase.h>
#include <exec/memory.h>

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#include <exec/types.h>
extern ULONG translate_address_a314(__reg("a0") void *address);

View File

@@ -1,3 +1,7 @@
*
* Copyright 2020-2021 Niklas Ekström
*
XDEF _IntServer
CODE

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#ifndef PROTO_A314_H
#define PROTO_A314_H

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#include <exec/types.h>
// Packet types that are sent across the physical channel.

View File

@@ -1,3 +1,7 @@
*
* Copyright 2020-2021 Niklas Ekström
*
RTC_MATCHWORD: equ $4afc
RTF_AUTOINIT: equ (1<<7)
NT_DEVICE: equ 3

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#include <proto/exec.h>
#include "sockets.h"

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#include <exec/types.h>
#include <exec/lists.h>

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#include <exec/types.h>
#include <exec/memory.h>
#include <exec/tasks.h>

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2020-2021 Niklas Ekström
*/
#include <exec/types.h>
#include <exec/tasks.h>
#include <exec/ports.h>