Big copyright update
Uses new-style copyright notices and improves consistency a bit. Removes the old KATE_MODELINE stuff.
This commit is contained in:
parent
0351923ed7
commit
0e9f48ff2d
87 changed files with 169 additions and 220 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -39,5 +39,4 @@ then
|
|||
@CNAME@_BUILT=1
|
||||
fi
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
|||
|
|
@ -17,5 +17,4 @@ do
|
|||
done
|
||||
|
||||
print_success "Documentation installed"
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue