From 4f3ce230d3d8dc49a830f47eb75c9aa888990cf4 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 1 Sep 2013 12:41:26 -0400 Subject: [PATCH] Waive copyright on all conkyrc configuration files and scripts with CC-0. --- bottom-left.conkyrc | 11 +++++++++++ bottom-right.conkyrc | 12 +++++++++++- center.conkyrc | 14 ++++++++++++-- left.conkyrc | 12 +++++++++++- right.conkyrc | 12 +++++++++++- run-conky.sh | 10 ++++++++++ 6 files changed, 66 insertions(+), 5 deletions(-) diff --git a/bottom-left.conkyrc b/bottom-left.conkyrc index bfc20ea..18edbd2 100644 --- a/bottom-left.conkyrc +++ b/bottom-left.conkyrc @@ -1,4 +1,15 @@ #!/usr/bin/conky -d -c +# Copyright © 2013, Bradley M. Kuhn + +# The copyright holders wish that this document could be placed into the public +# domain. However, should such a public domain dedication not be possible, the +# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as +# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the +# same repository as this README.md file under the filename CC0-1.0.txt. If +# this document has been separated from the repository, a copy of CC0-1.0 can +# be found on Creative Commons' website at: +# http://creativecommons.org/publicdomain/zero/1.0/legalcode). + ## .conkyrc configuration update_interval 1.0 update_interval_on_battery 5.0 diff --git a/bottom-right.conkyrc b/bottom-right.conkyrc index 379d1c9..76cd30a 100644 --- a/bottom-right.conkyrc +++ b/bottom-right.conkyrc @@ -1,5 +1,15 @@ #!/usr/bin/conky -d -c -## .conkyrc configuration +# Copyright © 2013, Bradley M. Kuhn + +# The copyright holders wish that this document could be placed into the public +# domain. However, should such a public domain dedication not be possible, the +# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as +# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the +# same repository as this README.md file under the filename CC0-1.0.txt. If +# this document has been separated from the repository, a copy of CC0-1.0 can +# be found on Creative Commons' website at: +# http://creativecommons.org/publicdomain/zero/1.0/legalcode). + update_interval 3.0 update_interval_on_battery 10.0 diff --git a/center.conkyrc b/center.conkyrc index aca0179..8567bd5 100644 --- a/center.conkyrc +++ b/center.conkyrc @@ -1,5 +1,15 @@ #!/usr/bin/conky -d -c -## .conkyrc configuration +# Copyright © 2013, Bradley M. Kuhn + +# The copyright holders wish that this document could be placed into the public +# domain. However, should such a public domain dedication not be possible, the +# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as +# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the +# same repository as this README.md file under the filename CC0-1.0.txt. If +# this document has been separated from the repository, a copy of CC0-1.0 can +# be found on Creative Commons' website at: +# http://creativecommons.org/publicdomain/zero/1.0/legalcode). + update_interval 120.0 update_interval_on_battery 600.0 @@ -34,7 +44,7 @@ color8 9d9c61 color9 525276 minimum_size 280 600 maximum_width 600 -gap_x -20 +gap_x -70 gap_y 1 TEXT diff --git a/left.conkyrc b/left.conkyrc index f22fde8..32f33a4 100644 --- a/left.conkyrc +++ b/left.conkyrc @@ -1,5 +1,15 @@ #!/usr/bin/conky -d -c -## .conkyrc configuration +# Copyright © 2013, Bradley M. Kuhn + +# The copyright holders wish that this document could be placed into the public +# domain. However, should such a public domain dedication not be possible, the +# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as +# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the +# same repository as this README.md file under the filename CC0-1.0.txt. If +# this document has been separated from the repository, a copy of CC0-1.0 can +# be found on Creative Commons' website at: +# http://creativecommons.org/publicdomain/zero/1.0/legalcode). + update_interval 7.0 update_interval_on_battery 20.0 diff --git a/right.conkyrc b/right.conkyrc index c2da8c4..080a104 100644 --- a/right.conkyrc +++ b/right.conkyrc @@ -1,5 +1,15 @@ #!/usr/bin/conky -d -c -## .conkyrc configuration +# Copyright © 2013, Bradley M. Kuhn + +# The copyright holders wish that this document could be placed into the public +# domain. However, should such a public domain dedication not be possible, the +# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as +# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the +# same repository as this README.md file under the filename CC0-1.0.txt. If +# this document has been separated from the repository, a copy of CC0-1.0 can +# be found on Creative Commons' website at: +# http://creativecommons.org/publicdomain/zero/1.0/legalcode). + update_interval 25.0 update_interval_on_battery 40.0 diff --git a/run-conky.sh b/run-conky.sh index 4b07103..b970d90 100755 --- a/run-conky.sh +++ b/run-conky.sh @@ -1,4 +1,14 @@ #!/bin/sh +# Copyright © 2013, Bradley M. Kuhn + +# The copyright holders wish that this document could be placed into the public +# domain. However, should such a public domain dedication not be possible, the +# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as +# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the +# same repository as this README.md file under the filename CC0-1.0.txt. If +# this document has been separated from the repository, a copy of CC0-1.0 can +# be found on Creative Commons' website at: +# http://creativecommons.org/publicdomain/zero/1.0/legalcode). sleep 10 /usr/bin/conky -d -c $HOME/Files/Public-Configuration/left.conkyrc