diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 12:23:17 +0000 |
commit | 5874a9b61724b61a90cd9746d2c15ef45a4d5c68 (patch) | |
tree | b74494a5e9b4d97608a2e9b88045a33296a8964e /src/driver | |
parent | 07e762c7fca2afe78d6e63aa1127f36c9ec6ddd0 (diff) | |
download | tpax-5874a9b61724b61a90cd9746d2c15ef45a4d5c68.tar.bz2 tpax-5874a9b61724b61a90cd9746d2c15ef45a4d5c68.tar.xz |
A new home.
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/tpax_amain.c | 10 | ||||
-rw-r--r-- | src/driver/tpax_driver_ctx.c | 10 | ||||
-rw-r--r-- | src/driver/tpax_unit_ctx.c | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/src/driver/tpax_amain.c b/src/driver/tpax_amain.c index cca243f..b11dd68 100644 --- a/src/driver/tpax_amain.c +++ b/src/driver/tpax_amain.c @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #include <fcntl.h> #include <stdio.h> diff --git a/src/driver/tpax_driver_ctx.c b/src/driver/tpax_driver_ctx.c index aea9064..0a92537 100644 --- a/src/driver/tpax_driver_ctx.c +++ b/src/driver/tpax_driver_ctx.c @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #define _DEFAULT_SOURCE 1 diff --git a/src/driver/tpax_unit_ctx.c b/src/driver/tpax_unit_ctx.c index aef41e1..b272257 100644 --- a/src/driver/tpax_unit_ctx.c +++ b/src/driver/tpax_unit_ctx.c @@ -1,8 +1,8 @@ -/******************************************************/ -/* tpax: a topological pax implementation */ -/* Copyright (C) 2020--2021 Z. Gilboa */ -/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ -/******************************************************/ +/**************************************************************/ +/* tpax: a topological pax implementation */ +/* Copyright (C) 2020--2021 SysDeer Technologies, LLC */ +/* Released under GPLv2 and GPLv3; see COPYING.TPAX. */ +/**************************************************************/ #include <stdint.h> #include <stddef.h> |