Skip to content

Remove former license headers #15

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
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 0 additions & 19 deletions src/utility/MAX31865/MAX31865.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
This file is part of the MachineControl library.
Copyright (c) 2021 Arduino SA.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

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.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "MAX31865.h"


Expand Down
19 changes: 0 additions & 19 deletions src/utility/MAX31865/MAX31865.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
This file is part of the MachineControl library.
Copyright (c) 2021 Arduino SA.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

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.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef MAX31865_H
#define MAX31865_H

Expand Down
19 changes: 0 additions & 19 deletions src/utility/RTC/PCF8563T.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
This file is part of the MachineControl library.
Copyright (c) 2020 Arduino SA.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

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.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "PCF8563T.h"

#define PCF8563T_ADDRESS 0x51
Expand Down
19 changes: 0 additions & 19 deletions src/utility/RTC/PCF8563T.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
This file is part of the MachineControl library.
Copyright (c) 2020 Arduino SA.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

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.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef _PCF8563T_H_INCLUDED
#define _PCF8563T_H_INCLUDED

Expand Down
19 changes: 0 additions & 19 deletions src/utility/THERMOCOUPLE/MAX31855.cpp
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
This file is part of the MachineControl library.
Copyright (c) 2020 Arduino SA.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

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.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "MAX31855.h"

const double MAX31855Class::Jm210_760[] ;
Expand Down
19 changes: 0 additions & 19 deletions src/utility/THERMOCOUPLE/MAX31855.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
/*
This file is part of the MachineControl library.
Copyright (c) 2020 Arduino SA.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

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.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef _MAX31855_H_
#define _MAX31855_H_

Expand Down
16 changes: 0 additions & 16 deletions src/utility/ioexpander/ArduinoIOExpander.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
This file is part of the MachineControl library.
Copyright (C) 2020 Arduino AG (http://www.arduino.cc/)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
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.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "ArduinoIOExpander.h"

bool ArduinoIOExpanderClass::begin()
Expand Down
16 changes: 0 additions & 16 deletions src/utility/ioexpander/ArduinoIOExpander.h
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/*
This file is part of the MachineControl library.
Copyright (C) 2020 Arduino AG (http://www.arduino.cc/)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
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.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#pragma once

#include <Arduino.h>
Expand Down
Loading