From b7c31a62f478289fee91ba7b21533bb8461ec55b Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 25 Nov 2022 09:22:21 +0100 Subject: [PATCH] lcdd: fix obsolete license text --- src/driver/lcdd.cpp | 3 +-- src/driver/lcdd.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/driver/lcdd.cpp b/src/driver/lcdd.cpp index c58216227..c909c3485 100644 --- a/src/driver/lcdd.cpp +++ b/src/driver/lcdd.cpp @@ -23,8 +23,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/driver/lcdd.h b/src/driver/lcdd.h index 6b6cf064a..2f0f435b7 100644 --- a/src/driver/lcdd.h +++ b/src/driver/lcdd.h @@ -21,8 +21,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see . */ #ifndef __lcdd__