Skip to content

Commit 6d5a428

Browse files
illuusioemaste
authored andcommitted
virtual_oss: Add SPDX-License-Identifier tags
Reviewed by: emaste Sponsored by: The FreeBSD Foundation
1 parent d6bec77 commit 6d5a428

File tree

16 files changed

+32
-0
lines changed

16 files changed

+32
-0
lines changed

usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2019 Google LLC, written by Richard Kralovic <riso@google.com>
35
*
46
* Redistribution and use in source and binary forms, with or without

usr.sbin/virtual_oss/virtual_equalizer/equalizer.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2019 Google LLC, written by Richard Kralovic <riso@google.com>
35
*
46
* Redistribution and use in source and binary forms, with or without

usr.sbin/virtual_oss/virtual_oss/audio_delay.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2014 Hans Petter Selasky
35
*
46
* Redistribution and use in source and binary forms, with or without

usr.sbin/virtual_oss/virtual_oss/backend.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2015 Hans Petter Selasky
35
*
46
* Redistribution and use in source and binary forms, with or without

usr.sbin/virtual_oss/virtual_oss/compressor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2020 Hans Petter Selasky
35
*
46
* Redistribution and use in source and binary forms, with or without

usr.sbin/virtual_oss/virtual_oss/ctl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2012-2022 Hans Petter Selasky
35
*
46
* Redistribution and use in source and binary forms, with or without

usr.sbin/virtual_oss/virtual_oss/eq.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2021 Hans Petter Selasky
35
*
46
* Redistribution and use in source and binary forms, with or without

usr.sbin/virtual_oss/virtual_oss/format.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2012-2020 Hans Petter Selasky
35
*
46
* Redistribution and use in source and binary forms, with or without

usr.sbin/virtual_oss/virtual_oss/httpd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2020 Hans Petter Selasky
35
*
46
* Redistribution and use in source and binary forms, with or without

usr.sbin/virtual_oss/virtual_oss/int.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*-
2+
* SPDX-License-Identifier: BSD-2-Clause
3+
*
24
* Copyright (c) 2012-2022 Hans Petter Selasky
35
*
46
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)