mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
License fix to audio library
This commit is contained in:
@ -7,7 +7,7 @@ http://arduino.cc/en/Reference/Audio
|
|||||||
|
|
||||||
== License ==
|
== License ==
|
||||||
|
|
||||||
Copyright (c) Arduino LLC. All right reserved.
|
Copyright (c) 2012 Arduino LLC. All right reserved.
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2012 by Cristian Maglie <c.maglie@arduino.cc>
|
* Copyright (c) 2012 Arduino LLC. All right reserved.
|
||||||
* Audio library for Arduino Due.
|
* Audio library for Arduino Due.
|
||||||
*
|
*
|
||||||
* This file is free software; you can redistribute it and/or modify
|
* This file is free software; you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2012 by Cristian Maglie <c.maglie@arduino.cc>
|
* Copyright (c) 2012 Arduino LLC. All right reserved.
|
||||||
* Audio library for Arduino Due.
|
* Audio library for Arduino Due.
|
||||||
*
|
*
|
||||||
* This file is free software; you can redistribute it and/or modify
|
* This file is free software; you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2012 by Cristian Maglie <c.maglie@arduino.cc>
|
* Copyright (c) 2012 Arduino LLC. All right reserved.
|
||||||
* DAC library for Arduino Due.
|
* DAC library for Arduino Due.
|
||||||
*
|
*
|
||||||
* This file is free software; you can redistribute it and/or modify
|
* This file is free software; you can redistribute it and/or modify
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2012 by Cristian Maglie <c.maglie@arduino.cc>
|
* Copyright (c) 2012 Arduino LLC. All right reserved.
|
||||||
* DAC library for Arduino Due.
|
* DAC library for Arduino Due.
|
||||||
*
|
*
|
||||||
* This file is free software; you can redistribute it and/or modify
|
* This file is free software; you can redistribute it and/or modify
|
||||||
|
Reference in New Issue
Block a user