Skip to content

Commit d2d864a

Browse files
committed
Add license header to OpenAL example
1 parent 7b212c3 commit d2d864a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • examples/CSharp/OpenAL/Tutorial001.HelloSound

examples/CSharp/OpenAL/Tutorial001.HelloSound/Program.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using NAudio.Wave;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using NAudio.Wave;
25
using Silk.NET.OpenAL;
36

47
// NOTE: If you prefer, you can use the static ALContext and AL functions instead of creating an API object!

0 commit comments

Comments
 (0)