Skip to content

Commit

Permalink
(c) 2019.
Browse files Browse the repository at this point in the history
  • Loading branch information
linrunner committed Jan 5, 2019
1 parent d018724 commit 1c98e3f
Show file tree
Hide file tree
Showing 27 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions COPYING
@@ -1,10 +1,10 @@
Author:
Main Author:

Thomas Koch <linrunner at gmx.net>

Copyright:

Copyright (c) 2018 Thomas Koch, André Erdmann, Pali Rohár
Copyright (c) 2019 Thomas Koch, André Erdmann, Pali Rohár

See https://github.com/linrunner/TLP/ for additional contributors

Expand Down
2 changes: 1 addition & 1 deletion func.d/05-tlp-func-pm
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-pm - Device Power Management Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base
Expand Down
2 changes: 1 addition & 1 deletion func.d/10-tlp-func-cpu
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-cpu - Processor Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base
Expand Down
2 changes: 1 addition & 1 deletion func.d/15-tlp-func-disk
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-disk - Storage Device and Filesystem Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base
Expand Down
2 changes: 1 addition & 1 deletion func.d/20-tlp-func-usb
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-usb - USB Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base
Expand Down
2 changes: 1 addition & 1 deletion func.d/25-tlp-func-rf
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-rf - Radio Device Checks and PM Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base
Expand Down
2 changes: 1 addition & 1 deletion func.d/30-tlp-func-rf-sw
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-rf-sw - Radio Switch Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base, tlp-func-rf
Expand Down
2 changes: 1 addition & 1 deletion func.d/35-tlp-func-batt
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-batt - [ThinkPad] Battery Feature Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base
Expand Down
2 changes: 1 addition & 1 deletion func.d/40-tlp-func-bay
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-bay - Bay Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base
Expand Down
2 changes: 1 addition & 1 deletion func.d/45-tlp-func-gpu
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-gpu - Intel GPU Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base
Expand Down
2 changes: 1 addition & 1 deletion func.d/tlp-func-stat
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-func-stat - tlp-stat Helper Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Needs: tlp-func-base
Expand Down
2 changes: 1 addition & 1 deletion tlp-func-base.in
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp - Base Functions
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net> and others.
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# ----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tlp-pcilist
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# tlp-pcilist - list pci devices with runtime pm mode and device class
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

package tlp_pcilist;
Expand Down
2 changes: 1 addition & 1 deletion tlp-rdw-nm.in
Expand Up @@ -2,7 +2,7 @@
# tlp-rdw - network manager dispatcher hook:
# enable/disable radios on ifup/ifdown
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# --- Source libraries
Expand Down
2 changes: 1 addition & 1 deletion tlp-rdw-udev.in
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-rdw - handle dock/undock events
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# --- Source libraries
Expand Down
2 changes: 1 addition & 1 deletion tlp-rdw.rules.in
@@ -1,6 +1,6 @@
# tlp-rdw - udev rules
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# --- Dock/undock events
Expand Down
2 changes: 1 addition & 1 deletion tlp-rf.in
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp - switch bluetooth/wifi/wwan on/off
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# --- Source libraries
Expand Down
2 changes: 1 addition & 1 deletion tlp-run-on.in
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp - run commands depending on power source
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# --- Source libraries
Expand Down
2 changes: 1 addition & 1 deletion tlp-sleep.service.in
@@ -1,6 +1,6 @@
# tlp - systemd suspend/resume service
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

[Unit]
Expand Down
2 changes: 1 addition & 1 deletion tlp-stat.in
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp-stat - display power saving details
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# --- Source libraries
Expand Down
2 changes: 1 addition & 1 deletion tlp-usb-udev.in
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp - handle added usb devices
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# Remark: the calling udev rule is triggered for "base" devices only,
Expand Down
2 changes: 1 addition & 1 deletion tlp-usblist
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# tlp-usblist - list usb device info with autosuspend attributes
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

package tlp_usblist;
Expand Down
2 changes: 1 addition & 1 deletion tlp.in
@@ -1,7 +1,7 @@
#!/bin/sh
# tlp - adjust power settings
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# --- Source libraries
Expand Down
2 changes: 1 addition & 1 deletion tlp.init
Expand Up @@ -2,7 +2,7 @@

# tlp - system startup/shutdown
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.
#
# chkconfig: 2345 98 01
Expand Down
2 changes: 1 addition & 1 deletion tlp.rules.in
@@ -1,6 +1,6 @@
# tlp - udev rules
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

# handle change of power source ac/bat
Expand Down
2 changes: 1 addition & 1 deletion tlp.service.in
@@ -1,6 +1,6 @@
# tlp - systemd startup/shutdown service
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

[Unit]
Expand Down
2 changes: 1 addition & 1 deletion tlp.upstart.in
@@ -1,6 +1,6 @@
# tlp - system startup/shutdown
#
# Copyright (c) 2018 Thomas Koch <linrunner at gmx.net>
# Copyright (c) 2019 Thomas Koch <linrunner at gmx.net> and others.
# This software is licensed under the GPL v2 or later.

description "tlp"
Expand Down

0 comments on commit 1c98e3f

Please sign in to comment.