1
0
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:
Arturo Guadalupi
2015-04-09 18:18:24 +02:00
parent 0c01e66402
commit d7c32eefa1
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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