diff options
author | infirit <[email protected]> | 2014-04-19 23:30:57 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-28 20:53:01 +0200 |
commit | 2950be6ecf2148ee3cfc1bb26e9cd77c42fcb211 (patch) | |
tree | 85e8860ac9924afdf6cc7d32a390be2093b97d26 | |
parent | 398e12ee17ba89be66967de838c9ab68afc6c826 (diff) | |
download | mate-applets-2950be6ecf2148ee3cfc1bb26e9cd77c42fcb211.tar.bz2 mate-applets-2950be6ecf2148ee3cfc1bb26e9cd77c42fcb211.tar.xz |
batstat: fix file encoding
-rw-r--r-- | battstat/acpi-freebsd.c | 2 | ||||
-rw-r--r-- | battstat/acpi-linux.c | 2 | ||||
-rw-r--r-- | battstat/acpi-linux.h | 2 | ||||
-rw-r--r-- | battstat/apmlib/Makefile.am | 2 | ||||
-rw-r--r-- | battstat/pixmaps.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/battstat/acpi-freebsd.c b/battstat/acpi-freebsd.c index 57178a82..3863c970 100644 --- a/battstat/acpi-freebsd.c +++ b/battstat/acpi-freebsd.c @@ -1,5 +1,5 @@ /* battstat A MATE battery meter for laptops. - * Copyright (C) 2000 by J�rgen Pehrson <[email protected]> + * Copyright (C) 2000 by Jörgen Pehrson <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/battstat/acpi-linux.c b/battstat/acpi-linux.c index 9bd954b1..3ac91c29 100644 --- a/battstat/acpi-linux.c +++ b/battstat/acpi-linux.c @@ -1,5 +1,5 @@ /* battstat A MATE battery meter for laptops. - * Copyright (C) 2000 by J�rgen Pehrson <[email protected]> + * Copyright (C) 2000 by Jörgen Pehrson <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/battstat/acpi-linux.h b/battstat/acpi-linux.h index 005ab8aa..532622dc 100644 --- a/battstat/acpi-linux.h +++ b/battstat/acpi-linux.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 by J�rgen Pehrson <[email protected]> + * Copyright (C) 2000 by Jörgen Pehrson <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/battstat/apmlib/Makefile.am b/battstat/apmlib/Makefile.am index f9fe099e..cdffe253 100644 --- a/battstat/apmlib/Makefile.am +++ b/battstat/apmlib/Makefile.am @@ -1,6 +1,6 @@ # Makefile.am # -# Author: J�rgen Pehrson <[email protected]> +# Author: Jörgen Pehrson <[email protected]> # Created: Thu Jun 15 23:08:41 CEST 2000 # diff --git a/battstat/pixmaps.h b/battstat/pixmaps.h index 9af0ec10..818668a5 100644 --- a/battstat/pixmaps.h +++ b/battstat/pixmaps.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 by J�rgen Pehrson <[email protected]> + * Copyright (C) 2000 by Jörgen Pehrson <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |