Big copyright update

Uses new-style copyright notices and improves consistency a bit. Removes the
old KATE_MODELINE stuff.
This commit is contained in:
Laurence Withers 2010-11-25 15:32:52 +00:00
commit 0e9f48ff2d
87 changed files with 169 additions and 220 deletions

View file

@ -1,8 +1,8 @@
# @P@/src/@NAME@/Doxyfile.in
#
# (c)2010, @AUTHOR@, <@EMAIL@>.
# Released under the GNU GPLv3. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
# Copyright: ©@YEAR@, @COPYRIGHT@
# Author: @AUTHOR@ <@EMAIL@>
# License: GPLv3
#
DOXYFILE_ENCODING = UTF-8

View file

@ -1,15 +1,14 @@
/* @P@/src/@NAME@/MainPage.dox
*
* (c)2010, @AUTHOR@, <@EMAIL@>.
* Released under the GNU GPLv3. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/
* Copyright: ©@YEAR@, @COPYRIGHT@
* Author: @AUTHOR@ <@EMAIL@>
* License: GPLv3
*/
/*! \mainpage
*/
/* options for text editors
kate: @KATE_MODELINE@
vim: @VIM_MODELINE@:syntax=doxygen
*/

View file

@ -39,5 +39,4 @@ then
@CNAME@_BUILT=1
fi
# kate: @KATE_MODELINE@
# vim: syntax=sh:@VIM_MODELINE@

View file

@ -17,5 +17,4 @@ do
done
print_success "Documentation installed"
# kate: @KATE_MODELINE@
# vim: syntax=sh:@VIM_MODELINE@

View file

@ -7,5 +7,4 @@ fi
do_parameter_subst
true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: syntax=sh:expandtab:ts=4:sw=4