diff options
Diffstat (limited to 'examples/xmobar')
-rw-r--r-- | examples/xmobar | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/xmobar b/examples/xmobar index 427d4b5..19148b1 100644 --- a/examples/xmobar +++ b/examples/xmobar @@ -4,6 +4,16 @@ # Sun's elevation and to what degree it is day time. +# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# +# Permission is granted to copy, distribute and/or modify this document +# under the terms of the GNU Free Documentation License, Version 1.3 +# or any later version published by the Free Software Foundation; +# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. +# You should have received a copy of the GNU General Public License +# along with this software package. If not, see <http://www.gnu.org/licenses/>. + + # Geographical coodinates. # (KTH building D computer laboratories in this example.) latitude, longitude = 59.3472, 18.0728 |