be_info.c (709b553cd0308060a548c1aa9c6ff026b1dcdd1e) | be_info.c (b179da0111bf5734c60d07c110e8abae9cea300f) |
---|---|
1/* 2 * be_info.c | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD |
3 * 4 * Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> | 3 * 4 * Copyright (c) 2017 Kyle J. Kneitinger <kyle@kneit.in> |
5 * Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> |
|
5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions 9 * are met: 10 * 1. Redistributions of source code must retain the above copyright 11 * notice, this list of conditions and the following disclaimer. 12 * 2. Redistributions in binary form must reproduce the above copyright --- 304 unchanged lines hidden --- | 6 * All rights reserved. 7 * 8 * Redistribution and use in source and binary forms, with or without 9 * modification, are permitted provided that the following conditions 10 * are met: 11 * 1. Redistributions of source code must retain the above copyright 12 * notice, this list of conditions and the following disclaimer. 13 * 2. Redistributions in binary form must reproduce the above copyright --- 304 unchanged lines hidden --- |