mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Add the ability to print a vendor copyright in dmesg.
This commit is contained in:
parent
a2a7864564
commit
a2e77dc906
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278478
@ -28,6 +28,10 @@
|
||||
|
||||
/* Copyrights macros */
|
||||
|
||||
/* Add a FreeBSD vendor copyright here */
|
||||
#define COPYRIGHT_Vendor \
|
||||
""
|
||||
|
||||
/* FreeBSD */
|
||||
#define COPYRIGHT_FreeBSD \
|
||||
"Copyright (c) 1992-2015 The FreeBSD Project.\n"
|
||||
@ -48,5 +52,6 @@
|
||||
#define COPYRIGHT_PC98
|
||||
#endif
|
||||
|
||||
char copyright[] = COPYRIGHT_FreeBSD COPYRIGHT_PC98 COPYRIGHT_UCB;
|
||||
char copyright[] = COPYRIGHT_Vendor COPYRIGHT_FreeBSD COPYRIGHT_PC98 \
|
||||
COPYRIGHT_UCB;
|
||||
char trademark[] = TRADEMARK_Foundation;
|
||||
|
Loading…
Reference in New Issue
Block a user