Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI: Remove FSF mailing addresses

There is no need to carry potentially outdated Free Software Foundation
mailing address in file headers since the COPYING file includes it.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Jarkko Nikula and committed by
Rafael J. Wysocki
4c62dbbc d770e558

-172
-4
drivers/acpi/ac.c
··· 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 * General Public License for more details. 18 18 * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 20 */ 25 21
-4
drivers/acpi/acpi_ipmi.c
··· 17 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 18 * General Public License for more details. 19 19 * 20 - * You should have received a copy of the GNU General Public License along 21 - * with this program; if not, write to the Free Software Foundation, Inc., 22 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 23 - * 24 20 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25 21 */ 26 22
-5
drivers/acpi/acpi_memhotplug.c
··· 16 16 * NON INFRINGEMENT. See the GNU General Public License for more 17 17 * details. 18 18 * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22 - * 23 - * 24 19 * ACPI based HotPlug driver that supports Memory Hotplug 25 20 * This driver fields notifications from firmware for memory add 26 21 * and remove operations and alerts the VM of the affected memory
-4
drivers/acpi/acpi_pad.c
··· 12 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 13 * more details. 14 14 * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 17 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 18 - * 19 15 */ 20 16 21 17 #include <linux/kernel.h>
-4
drivers/acpi/acpi_video.c
··· 17 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 18 * General Public License for more details. 19 19 * 20 - * You should have received a copy of the GNU General Public License along 21 - * with this program; if not, write to the Free Software Foundation, Inc., 22 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 23 - * 24 20 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25 21 */ 26 22
-4
drivers/acpi/apei/apei-base.c
··· 24 24 * but WITHOUT ANY WARRANTY; without even the implied warranty of 25 25 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 26 * GNU General Public License for more details. 27 - * 28 - * You should have received a copy of the GNU General Public License 29 - * along with this program; if not, write to the Free Software 30 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 31 27 */ 32 28 33 29 #include <linux/kernel.h>
-4
drivers/acpi/apei/einj.c
··· 18 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 20 * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 21 */ 26 22 27 23 #include <linux/kernel.h>
-4
drivers/acpi/apei/erst-dbg.c
··· 17 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 19 * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 20 */ 25 21 26 22 #include <linux/kernel.h>
-4
drivers/acpi/apei/erst.c
··· 18 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 20 * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 21 */ 26 22 27 23 #include <linux/kernel.h>
-4
drivers/acpi/apei/ghes.c
··· 23 23 * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25 25 * GNU General Public License for more details. 26 - * 27 - * You should have received a copy of the GNU General Public License 28 - * along with this program; if not, write to the Free Software 29 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 30 26 */ 31 27 32 28 #include <linux/kernel.h>
-4
drivers/acpi/apei/hest.c
··· 21 21 * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 23 * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 28 24 */ 29 25 30 26 #include <linux/kernel.h>
-4
drivers/acpi/battery.c
··· 18 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 19 * General Public License for more details. 20 20 * 21 - * You should have received a copy of the GNU General Public License along 22 - * with this program; if not, write to the Free Software Foundation, Inc., 23 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 24 - * 25 21 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 22 */ 27 23
-4
drivers/acpi/blacklist.c
··· 20 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 21 * General Public License for more details. 22 22 * 23 - * You should have received a copy of the GNU General Public License along 24 - * with this program; if not, write to the Free Software Foundation, Inc., 25 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 26 - * 27 23 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28 24 */ 29 25
-4
drivers/acpi/bus.c
··· 15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 * General Public License for more details. 17 17 * 18 - * You should have received a copy of the GNU General Public License along 19 - * with this program; if not, write to the Free Software Foundation, Inc., 20 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 21 - * 22 18 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 19 */ 24 20
-4
drivers/acpi/button.c
··· 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 * General Public License for more details. 18 18 * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 20 */ 25 21
-4
drivers/acpi/cm_sbs.c
··· 11 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 12 * General Public License for more details. 13 13 * 14 - * You should have received a copy of the GNU General Public License along 15 - * with this program; if not, write to the Free Software Foundation, Inc., 16 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 14 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19 15 */ 20 16
-4
drivers/acpi/container.c
··· 20 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 21 * General Public License for more details. 22 22 * 23 - * You should have received a copy of the GNU General Public License along 24 - * with this program; if not, write to the Free Software Foundation, Inc., 25 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 26 - * 27 23 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 28 24 */ 29 25 #include <linux/acpi.h>
-4
drivers/acpi/device_pm.c
··· 15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 * General Public License for more details. 17 17 * 18 - * You should have received a copy of the GNU General Public License along 19 - * with this program; if not, write to the Free Software Foundation, Inc., 20 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 21 - * 22 18 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 19 */ 24 20
-4
drivers/acpi/dock.c
··· 17 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 18 * General Public License for more details. 19 19 * 20 - * You should have received a copy of the GNU General Public License along 21 - * with this program; if not, write to the Free Software Foundation, Inc., 22 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 23 - * 24 20 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25 21 */ 26 22
-4
drivers/acpi/ec.c
··· 22 22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 23 * General Public License for more details. 24 24 * 25 - * You should have received a copy of the GNU General Public License along 26 - * with this program; if not, write to the Free Software Foundation, Inc., 27 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 28 - * 29 25 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 26 */ 31 27
-4
drivers/acpi/fan.c
··· 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 * General Public License for more details. 18 18 * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 20 */ 25 21
-4
drivers/acpi/hed.c
··· 15 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 17 * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software 21 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 18 */ 23 19 24 20 #include <linux/kernel.h>
-3
drivers/acpi/internal.h
··· 13 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 14 * more details. 15 15 * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 19 16 */ 20 17 21 18 #ifndef _ACPI_INTERNAL_H_
-4
drivers/acpi/numa.c
··· 15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 16 * GNU General Public License for more details. 17 17 * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 - * 22 18 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 19 * 24 20 */
-4
drivers/acpi/osl.c
··· 19 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 20 * GNU General Public License for more details. 21 21 * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 - * 26 22 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27 23 * 28 24 */
-4
drivers/acpi/pci_irq.c
··· 19 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 20 * General Public License for more details. 21 21 * 22 - * You should have received a copy of the GNU General Public License along 23 - * with this program; if not, write to the Free Software Foundation, Inc., 24 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 25 - * 26 22 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27 23 */ 28 24
-4
drivers/acpi/pci_link.c
··· 17 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 18 * General Public License for more details. 19 19 * 20 - * You should have received a copy of the GNU General Public License along 21 - * with this program; if not, write to the Free Software Foundation, Inc., 22 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 23 - * 24 20 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25 21 * 26 22 * TBD:
-4
drivers/acpi/pci_root.c
··· 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 * General Public License for more details. 18 18 * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 20 */ 25 21
-4
drivers/acpi/pci_slot.c
··· 20 20 * WITHOUT ANY WARRANTY; without even the implied warranty of 21 21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 22 * General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License along 25 - * with this program; if not, write to the Free Software Foundation, Inc., 26 - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 27 23 */ 28 24 29 25 #include <linux/kernel.h>
-4
drivers/acpi/power.c
··· 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 * General Public License for more details. 18 18 * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 20 */ 25 21
-4
drivers/acpi/processor_driver.c
··· 21 21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 22 * General Public License for more details. 23 23 * 24 - * You should have received a copy of the GNU General Public License along 25 - * with this program; if not, write to the Free Software Foundation, Inc., 26 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 27 - * 28 24 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29 25 */ 30 26
-4
drivers/acpi/processor_idle.c
··· 21 21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 22 * General Public License for more details. 23 23 * 24 - * You should have received a copy of the GNU General Public License along 25 - * with this program; if not, write to the Free Software Foundation, Inc., 26 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 27 - * 28 24 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29 25 */ 30 26
-4
drivers/acpi/processor_perflib.c
··· 20 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 21 * General Public License for more details. 22 22 * 23 - * You should have received a copy of the GNU General Public License along 24 - * with this program; if not, write to the Free Software Foundation, Inc., 25 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 26 - * 27 23 */ 28 24 29 25 #include <linux/kernel.h>
-4
drivers/acpi/processor_thermal.c
··· 19 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 20 * General Public License for more details. 21 21 * 22 - * You should have received a copy of the GNU General Public License along 23 - * with this program; if not, write to the Free Software Foundation, Inc., 24 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 25 - * 26 22 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27 23 */ 28 24
-4
drivers/acpi/processor_throttling.c
··· 19 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 20 * General Public License for more details. 21 21 * 22 - * You should have received a copy of the GNU General Public License along 23 - * with this program; if not, write to the Free Software Foundation, Inc., 24 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 25 - * 26 22 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 27 23 */ 28 24
-4
drivers/acpi/resource.c
··· 15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 16 * General Public License for more details. 17 17 * 18 - * You should have received a copy of the GNU General Public License along 19 - * with this program; if not, write to the Free Software Foundation, Inc., 20 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 21 - * 22 18 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 19 */ 24 20
-4
drivers/acpi/sbs.c
··· 17 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 18 * General Public License for more details. 19 19 * 20 - * You should have received a copy of the GNU General Public License along 21 - * with this program; if not, write to the Free Software Foundation, Inc., 22 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 23 - * 24 20 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25 21 */ 26 22
-4
drivers/acpi/tables.c
··· 15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 16 * GNU General Public License for more details. 17 17 * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 - * 22 18 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 19 * 24 20 */
-4
drivers/acpi/thermal.c
··· 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 * General Public License for more details. 18 18 * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 20 * 25 21 * This driver fully implements the ACPI thermal policy as described in the
-4
drivers/acpi/utils.c
··· 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 * General Public License for more details. 18 18 * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 20 */ 25 21
-4
include/acpi/acpi_bus.h
··· 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 * General Public License for more details. 18 18 * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 20 */ 25 21
-4
include/acpi/acpi_drivers.h
··· 16 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 17 * General Public License for more details. 18 18 * 19 - * You should have received a copy of the GNU General Public License along 20 - * with this program; if not, write to the Free Software Foundation, Inc., 21 - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 22 - * 23 19 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24 20 */ 25 21
-4
include/linux/acpi.h
··· 15 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 16 * GNU General Public License for more details. 17 17 * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 - * 22 18 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 19 */ 24 20