Update license headers with outdated address

This commit is contained in:
Christoffer Sandberg 2020-12-09 13:17:20 +01:00
parent 39cc829a22
commit 1beae3c5a9
No known key found for this signature in database
GPG key ID: BF563F71B6C7A96D
8 changed files with 144 additions and 153 deletions

View file

@ -1,21 +1,20 @@
/* /*!
* clevo_acpi.h * Copyright (c) 2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
* *
* Copyright (C) 2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com> * This file is part of tuxedo-keyboard.
* *
* This program is free software; you can redistribute it and/or modify * tuxedo-keyboard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this software. If not, see <https://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h> #include <linux/kernel.h>

View file

@ -1,21 +1,20 @@
/* /*!
* clevo_interfaces.h * Copyright (c) 2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
* *
* Copyright (C) 2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com> * This file is part of tuxedo-keyboard.
* *
* This program is free software; you can redistribute it and/or modify * tuxedo-keyboard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this software. If not, see <https://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#ifndef TUXEDO_INTERFACES_H #ifndef TUXEDO_INTERFACES_H
#define TUXEDO_INTERFACES_H #define TUXEDO_INTERFACES_H

View file

@ -1,21 +1,20 @@
/* /*!
* clevo_keyboard.h * Copyright (c) 2018-2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
* *
* Copyright (C) 2018-2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com> * This file is part of tuxedo-keyboard.
* *
* This program is free software; you can redistribute it and/or modify * tuxedo-keyboard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this software. If not, see <https://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#include "tuxedo_keyboard_common.h" #include "tuxedo_keyboard_common.h"
#include "clevo_interfaces.h" #include "clevo_interfaces.h"

View file

@ -1,21 +1,20 @@
/* /*!
* clevo_wmi.h * Copyright (c) 2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
* *
* Copyright (C) 2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com> * This file is part of tuxedo-keyboard.
* *
* This program is free software; you can redistribute it and/or modify * tuxedo-keyboard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this software. If not, see <https://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/acpi.h> #include <linux/acpi.h>

View file

@ -1,23 +1,21 @@
/* /*!
* tuxedo_keyboard.c * Copyright (c) 2018-2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
* *
* Copyright (C) 2018-2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com> * This file is part of tuxedo-keyboard.
* *
* This program is free software; you can redistribute it and/or modify * tuxedo-keyboard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this software. If not, see <https://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#define pr_fmt(fmt) "tuxedo_keyboard" ": " fmt #define pr_fmt(fmt) "tuxedo_keyboard" ": " fmt
#include "tuxedo_keyboard_common.h" #include "tuxedo_keyboard_common.h"

View file

@ -1,21 +1,20 @@
/* /*!
* tuxedo_keyboard_common.h * Copyright (c) 2018-2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
* *
* Copyright (C) 2018-2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com> * This file is part of tuxedo-keyboard.
* *
* This program is free software; you can redistribute it and/or modify * tuxedo-keyboard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this software. If not, see <https://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#ifndef TUXEDO_KEYBOARD_COMMON_H #ifndef TUXEDO_KEYBOARD_COMMON_H
#define TUXEDO_KEYBOARD_COMMON_H #define TUXEDO_KEYBOARD_COMMON_H

View file

@ -1,21 +1,20 @@
/* /*!
* uniwill_keyboard.h * Copyright (c) 2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
* *
* Copyright (C) 2018-2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com> * This file is part of tuxedo-keyboard.
* *
* This program is free software; you can redistribute it and/or modify * tuxedo-keyboard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this software. If not, see <https://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#include "tuxedo_keyboard_common.h" #include "tuxedo_keyboard_common.h"
#include <linux/acpi.h> #include <linux/acpi.h>

View file

@ -1,21 +1,20 @@
/* /*!
* uw_io.h * Copyright (c) 2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com>
* *
* Copyright (C) 2018-2020 TUXEDO Computers GmbH <tux@tuxedocomputers.com> * This file is part of tuxedo-keyboard.
* *
* This program is free software; you can redistribute it and/or modify * tuxedo-keyboard is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this software. If not, see <https://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#ifndef UW_IO_H #ifndef UW_IO_H
#define UW_IO_H #define UW_IO_H