Skip to content

Commit d7c32ee

Browse files
committed
License fix to audio library
1 parent 0c01e66 commit d7c32ee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

libraries/Audio/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ http://arduino.cc/en/Reference/Audio
77

88
== License ==
99

10-
Copyright (c) Arduino LLC. All right reserved.
10+
Copyright (c) 2012 Arduino LLC. All right reserved.
1111

1212
This library is free software; you can redistribute it and/or
1313
modify it under the terms of the GNU Lesser General Public

libraries/Audio/src/Audio.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012 by Cristian Maglie <[email protected]>
2+
* Copyright (c) 2012 Arduino LLC. All right reserved.
33
* Audio library for Arduino Due.
44
*
55
* This file is free software; you can redistribute it and/or modify

libraries/Audio/src/Audio.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012 by Cristian Maglie <[email protected]>
2+
* Copyright (c) 2012 Arduino LLC. All right reserved.
33
* Audio library for Arduino Due.
44
*
55
* This file is free software; you can redistribute it and/or modify

libraries/Audio/src/DAC.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012 by Cristian Maglie <[email protected]>
2+
* Copyright (c) 2012 Arduino LLC. All right reserved.
33
* DAC library for Arduino Due.
44
*
55
* This file is free software; you can redistribute it and/or modify

libraries/Audio/src/DAC.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012 by Cristian Maglie <[email protected]>
2+
* Copyright (c) 2012 Arduino LLC. All right reserved.
33
* DAC library for Arduino Due.
44
*
55
* This file is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)