diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-06 09:15:45 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-06 09:15:45 +0200 |
commit | a154fb3467c8a1e46e4dc03cf86c26b22d4021af (patch) | |
tree | 7774f50cf6f9ab3cca0214703489094694222184 /include/sys | |
parent | Empty signed commit (diff) | |
download | slibc-master.tar.gz slibc-master.tar.bz2 slibc-master.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/errno.h | 2 | ||||
-rw-r--r-- | include/sys/fcntl.h | 2 | ||||
-rw-r--r-- | include/sys/poll.h | 2 | ||||
-rw-r--r-- | include/sys/signal.h | 2 | ||||
-rw-r--r-- | include/sys/soundcard.h | 2 | ||||
-rw-r--r-- | include/sys/stat.h | 2 | ||||
-rw-r--r-- | include/sys/stropts.h | 2 | ||||
-rw-r--r-- | include/sys/syslog.h | 2 | ||||
-rw-r--r-- | include/sys/termios.h | 2 | ||||
-rw-r--r-- | include/sys/ucontext.h | 2 | ||||
-rw-r--r-- | include/sys/vt.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/include/sys/errno.h b/include/sys/errno.h index 3850e30..883b00e 100644 --- a/include/sys/errno.h +++ b/include/sys/errno.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/fcntl.h b/include/sys/fcntl.h index 034086f..85c1524 100644 --- a/include/sys/fcntl.h +++ b/include/sys/fcntl.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/poll.h b/include/sys/poll.h index 96ca04c..06ec427 100644 --- a/include/sys/poll.h +++ b/include/sys/poll.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/signal.h b/include/sys/signal.h index 482024b..889d724 100644 --- a/include/sys/signal.h +++ b/include/sys/signal.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/soundcard.h b/include/sys/soundcard.h index d18e25f..54c8099 100644 --- a/include/sys/soundcard.h +++ b/include/sys/soundcard.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/stat.h b/include/sys/stat.h index dd60f92..b3c43d3 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/stropts.h b/include/sys/stropts.h index 5a7095a..72a8acb 100644 --- a/include/sys/stropts.h +++ b/include/sys/stropts.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/syslog.h b/include/sys/syslog.h index 7e24468..3b4d8b9 100644 --- a/include/sys/syslog.h +++ b/include/sys/syslog.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/termios.h b/include/sys/termios.h index 985a70e..e208f6b 100644 --- a/include/sys/termios.h +++ b/include/sys/termios.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/ucontext.h b/include/sys/ucontext.h index 5937a49..db8f324 100644 --- a/include/sys/ucontext.h +++ b/include/sys/ucontext.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/sys/vt.h b/include/sys/vt.h index 2bed846..d78c5d6 100644 --- a/include/sys/vt.h +++ b/include/sys/vt.h @@ -1,6 +1,6 @@ /** * slibc — Yet another C library - * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2015, 2016 Mattias Andrée (m@maandree.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |