Copyright information used to be in debian/copyright, which was removed upstream. --- wmbattery/wmbattery.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
diff --git a/wmbattery/wmbattery.c b/wmbattery/wmbattery.c index ad99a07..3a0482e 100644 --- a/wmbattery/wmbattery.c +++ b/wmbattery/wmbattery.c @@ -1,3 +1,25 @@ +/* wmbattery - display laptop battery info, dockable in WindowMaker + * Copyright (C) 1998-2014 Joey Hess <j...@kitenet.net> + * Copyright (C) 2014 Window Maker Developers Team + * <wmaker-dev@lists.windowmaker.org> + * + * Portions of code derived from: + * wmapm - Copyright (C) 1998-1999 Chris D. Faulhaber <jed...@fxp.org> + * wmmon - Copyright (C) 1998 Martijn Pieterse <piete...@xs4all.nl> + * Copyright (C) 1998 Antoine Nulle <w...@xs4all.nl> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * 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 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/>. */ + #include "config.h" #include <stdio.h> #include <unistd.h> -- 1.9.1 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.