From 04e39c2f43000881d572c54fe50916946a9e2a6e Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 15 Aug 2023 21:10:06 +0200 Subject: [PATCH] src/driver/glcd: remove obsolete FSF address Supplement to : "src/driver/glcd: code formatting" --- src/driver/glcd/analogclock.cpp | 2 +- src/driver/glcd/analogclock.h | 2 +- src/driver/glcd/digitalclock.cpp | 2 +- src/driver/glcd/digitalclock.h | 2 +- src/driver/glcd/glcd.cpp | 2 +- src/driver/glcd/glcd.h | 2 +- src/driver/glcd/simpleclock.cpp | 2 +- src/driver/glcd/simpleclock.h | 2 +- src/driver/glcd/weather.cpp | 2 +- src/driver/glcd/weather.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/driver/glcd/analogclock.cpp b/src/driver/glcd/analogclock.cpp index e3ade2072..b52e21a86 100644 --- a/src/driver/glcd/analogclock.cpp +++ b/src/driver/glcd/analogclock.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/driver/glcd/analogclock.h b/src/driver/glcd/analogclock.h index 0a713321e..f1507e98e 100644 --- a/src/driver/glcd/analogclock.h +++ b/src/driver/glcd/analogclock.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #include "glcd.h" diff --git a/src/driver/glcd/digitalclock.cpp b/src/driver/glcd/digitalclock.cpp index 31318635a..c7ba9dc6a 100644 --- a/src/driver/glcd/digitalclock.cpp +++ b/src/driver/glcd/digitalclock.cpp @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/driver/glcd/digitalclock.h b/src/driver/glcd/digitalclock.h index 67c85cd22..73c44181b 100644 --- a/src/driver/glcd/digitalclock.h +++ b/src/driver/glcd/digitalclock.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #pragma GCC diagnostic ignored "-Wunused-parameter" diff --git a/src/driver/glcd/glcd.cpp b/src/driver/glcd/glcd.cpp index f94fd39d2..5a6d396f7 100644 --- a/src/driver/glcd/glcd.cpp +++ b/src/driver/glcd/glcd.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/driver/glcd/glcd.h b/src/driver/glcd/glcd.h index 79f605023..183e8691b 100644 --- a/src/driver/glcd/glcd.h +++ b/src/driver/glcd/glcd.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #ifdef ENABLE_GRAPHLCD diff --git a/src/driver/glcd/simpleclock.cpp b/src/driver/glcd/simpleclock.cpp index d85da2a88..0a82f36e5 100644 --- a/src/driver/glcd/simpleclock.cpp +++ b/src/driver/glcd/simpleclock.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/driver/glcd/simpleclock.h b/src/driver/glcd/simpleclock.h index 53cd0708b..d28a02075 100644 --- a/src/driver/glcd/simpleclock.h +++ b/src/driver/glcd/simpleclock.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #pragma GCC diagnostic ignored "-Wunused-parameter" diff --git a/src/driver/glcd/weather.cpp b/src/driver/glcd/weather.cpp index 51c9bf6f0..049125d3d 100644 --- a/src/driver/glcd/weather.cpp +++ b/src/driver/glcd/weather.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #include diff --git a/src/driver/glcd/weather.h b/src/driver/glcd/weather.h index e96993945..40d69f1be 100644 --- a/src/driver/glcd/weather.h +++ b/src/driver/glcd/weather.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, see . */ #pragma GCC diagnostic ignored "-Wunused-parameter"