diff options
| -rw-r--r-- | lib/libusb/data.c | 5 | ||||
| -rw-r--r-- | lib/libusb/descr.c | 6 | ||||
| -rw-r--r-- | lib/libusb/parse.c | 6 | ||||
| -rw-r--r-- | lib/libusb/usage.c | 6 | ||||
| -rw-r--r-- | lib/libusbhid/data.c | 5 | ||||
| -rw-r--r-- | lib/libusbhid/descr.c | 6 | ||||
| -rw-r--r-- | lib/libusbhid/parse.c | 6 | ||||
| -rw-r--r-- | lib/libusbhid/usage.c | 6 |
8 files changed, 24 insertions, 22 deletions
diff --git a/lib/libusb/data.c b/lib/libusb/data.c index c850ba84f016..31fc0ff587f2 100644 --- a/lib/libusb/data.c +++ b/lib/libusb/data.c @@ -24,10 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <assert.h> #include <stdlib.h> #include "libusb.h" diff --git a/lib/libusb/descr.c b/lib/libusb/descr.c index 65b60ce78b82..294cdff63123 100644 --- a/lib/libusb/descr.c +++ b/lib/libusb/descr.c @@ -24,11 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <assert.h> diff --git a/lib/libusb/parse.c b/lib/libusb/parse.c index da4c974980a1..4089b6e12982 100644 --- a/lib/libusb/parse.c +++ b/lib/libusb/parse.c @@ -24,11 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <assert.h> #include <stdlib.h> #include <string.h> diff --git a/lib/libusb/usage.c b/lib/libusb/usage.c index 7e71bff1289d..e6931b9c1f75 100644 --- a/lib/libusb/usage.c +++ b/lib/libusb/usage.c @@ -24,11 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <ctype.h> #include <err.h> #include <stdio.h> diff --git a/lib/libusbhid/data.c b/lib/libusbhid/data.c index c850ba84f016..31fc0ff587f2 100644 --- a/lib/libusbhid/data.c +++ b/lib/libusbhid/data.c @@ -24,10 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <assert.h> #include <stdlib.h> #include "libusb.h" diff --git a/lib/libusbhid/descr.c b/lib/libusbhid/descr.c index 65b60ce78b82..294cdff63123 100644 --- a/lib/libusbhid/descr.c +++ b/lib/libusbhid/descr.c @@ -24,11 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <assert.h> diff --git a/lib/libusbhid/parse.c b/lib/libusbhid/parse.c index da4c974980a1..4089b6e12982 100644 --- a/lib/libusbhid/parse.c +++ b/lib/libusbhid/parse.c @@ -24,11 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <assert.h> #include <stdlib.h> #include <string.h> diff --git a/lib/libusbhid/usage.c b/lib/libusbhid/usage.c index 7e71bff1289d..e6931b9c1f75 100644 --- a/lib/libusbhid/usage.c +++ b/lib/libusbhid/usage.c @@ -24,11 +24,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ - * */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <ctype.h> #include <err.h> #include <stdio.h> |
