Skip to content

Use the LGPL 2.1 or later license on all files #234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
license: cosmetic updates
Minor updates to the license headers to make them more consistent among
the repository.
  • Loading branch information
pillo79 committed May 28, 2024
commit eeb0ce3f33c1fc9b0890c76532c8a0100cdc274d
2 changes: 1 addition & 1 deletion api/ArduinoAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
Expand Down
5 changes: 3 additions & 2 deletions api/HardwareI2C.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
HardwareI2C.h - Hardware I2C interface for Arduino
Copyright (c) 2016 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
Expand All @@ -8,8 +9,8 @@

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Expand Down
5 changes: 3 additions & 2 deletions api/HardwareSPI.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
HardwareSPI.h - Hardware SPI interface for Arduino
Copyright (c) 2018 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
Expand All @@ -8,8 +9,8 @@

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Expand Down
5 changes: 3 additions & 2 deletions api/HardwareSerial.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
HardwareSerial.h - Hardware serial interface for Arduino
Copyright (c) 2016 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
Expand All @@ -8,8 +9,8 @@

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Expand Down
5 changes: 3 additions & 2 deletions api/Print.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
Print.cpp - Base class that provides print() and println()
Copyright (c) 2014 Arduino. All right reserved.

This library is free software; you can redistribute it and/or
Expand All @@ -8,8 +9,8 @@

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Expand Down
5 changes: 3 additions & 2 deletions api/Print.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
Print.h - Base class that provides print() and println()
Copyright (c) 2016 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
Expand All @@ -8,8 +9,8 @@

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Expand Down
5 changes: 3 additions & 2 deletions api/Printable.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
Printable.h - Interface for classes that can be printed via Print
Copyright (c) 2016 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
Expand All @@ -8,8 +9,8 @@

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Expand Down
5 changes: 3 additions & 2 deletions api/RingBuffer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
RingBuffer.h - Ring buffer implementation
Copyright (c) 2014 Arduino. All right reserved.

This library is free software; you can redistribute it and/or
Expand All @@ -8,8 +9,8 @@

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Expand Down
5 changes: 3 additions & 2 deletions api/itoa.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
itoa.h - Integer to ASCII conversion
Copyright (c) 2016 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
Expand All @@ -8,8 +9,8 @@

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Expand Down