diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-12 17:56:01 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-12 17:56:01 +0100 |
commit | 57d7afc7266f5b1d43ca1b385c5a2f792996b2eb (patch) | |
tree | 8a0804135f1e9abffac2cbadfc939dafab118742 | |
parent | beginning support for having multiple drm connections open (diff) | |
download | blueshift-57d7afc7266f5b1d43ca1b385c5a2f792996b2eb.tar.gz blueshift-57d7afc7266f5b1d43ca1b385c5a2f792996b2eb.tar.bz2 blueshift-57d7afc7266f5b1d43ca1b385c5a2f792996b2eb.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | examples/sleepmode | 6 | ||||
-rw-r--r-- | examples/xmonad | 6 | ||||
-rw-r--r-- | src/adhoc.py | 2 | ||||
-rw-r--r-- | src/backlight.py | 2 | ||||
-rw-r--r-- | src/blueshift_drm_c.c | 2 | ||||
-rw-r--r-- | src/blueshift_iccprofile.c | 2 | ||||
-rw-r--r-- | src/blueshift_idcrtc.c | 2 | ||||
-rw-r--r-- | src/blueshift_randr.pyx | 2 | ||||
-rw-r--r-- | src/blueshift_randr_c.c | 2 | ||||
-rw-r--r-- | src/blueshift_vidmode.pyx | 2 | ||||
-rw-r--r-- | src/blueshift_vidmode_c.c | 2 | ||||
-rw-r--r-- | src/monitor.py | 2 | ||||
-rw-r--r-- | src/solar.py | 2 |
13 files changed, 17 insertions, 17 deletions
diff --git a/examples/sleepmode b/examples/sleepmode index 3e53182..00ec3dd 100644 --- a/examples/sleepmode +++ b/examples/sleepmode @@ -8,16 +8,16 @@ # Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero 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 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/examples/xmonad b/examples/xmonad index 1445f85..212b611 100644 --- a/examples/xmonad +++ b/examples/xmonad @@ -7,16 +7,16 @@ # Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero 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 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU Affero General Public License +# You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/adhoc.py b/src/adhoc.py index 21ce4af..4e130af 100644 --- a/src/adhoc.py +++ b/src/adhoc.py @@ -10,7 +10,7 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero 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 # along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/backlight.py b/src/backlight.py index 3d61780..be5265b 100644 --- a/src/backlight.py +++ b/src/backlight.py @@ -10,7 +10,7 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero 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 # along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/blueshift_drm_c.c b/src/blueshift_drm_c.c index d707596..8258899 100644 --- a/src/blueshift_drm_c.c +++ b/src/blueshift_drm_c.c @@ -9,7 +9,7 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero 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 * along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/blueshift_iccprofile.c b/src/blueshift_iccprofile.c index 5fc6143..cc58ac2 100644 --- a/src/blueshift_iccprofile.c +++ b/src/blueshift_iccprofile.c @@ -9,7 +9,7 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero 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 * along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/blueshift_idcrtc.c b/src/blueshift_idcrtc.c index e388def..b432f49 100644 --- a/src/blueshift_idcrtc.c +++ b/src/blueshift_idcrtc.c @@ -9,7 +9,7 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero 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 * along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/blueshift_randr.pyx b/src/blueshift_randr.pyx index 86ac5bb..85f3133 100644 --- a/src/blueshift_randr.pyx +++ b/src/blueshift_randr.pyx @@ -10,7 +10,7 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero 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 # along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/blueshift_randr_c.c b/src/blueshift_randr_c.c index 88dbceb..a90ba42 100644 --- a/src/blueshift_randr_c.c +++ b/src/blueshift_randr_c.c @@ -9,7 +9,7 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero 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 * along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/blueshift_vidmode.pyx b/src/blueshift_vidmode.pyx index 29fbe32..d3ab99f 100644 --- a/src/blueshift_vidmode.pyx +++ b/src/blueshift_vidmode.pyx @@ -10,7 +10,7 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero 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 # along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/blueshift_vidmode_c.c b/src/blueshift_vidmode_c.c index ed64594..fdc73ae 100644 --- a/src/blueshift_vidmode_c.c +++ b/src/blueshift_vidmode_c.c @@ -9,7 +9,7 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero 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 * along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/monitor.py b/src/monitor.py index 0e409f0..02538ee 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -10,7 +10,7 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero 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 # along with this program. If not, see <http://www.gnu.org/licenses/>. diff --git a/src/solar.py b/src/solar.py index 1b50424..53c10ad 100644 --- a/src/solar.py +++ b/src/solar.py @@ -10,7 +10,7 @@ # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. +# GNU General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. |