Skip to content

Commit

Permalink
fixed typo in script and licenseadd
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Oct 6, 2012
1 parent 3eb84a8 commit 52de721
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/addcopyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ for i in $(<files); do

pcav)
authorname="Paolo Cavallini"
authoremail="cavallini@faunalia.it"
authoremail="cavallini at faunalia dot it"
;;

"cfarmer")
Expand All @@ -133,7 +133,7 @@ for i in $(<files); do

timlinux|"Tim Sutton")
authorname="Tim Sutton"
authoremail="tim dot linfiniti at com"
authoremail="tim at linfiniti dot com"
;;

*)
Expand Down
18 changes: 18 additions & 0 deletions tests/ctest2junix.xsl
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<!--
***************************************************************************
ctest2junix.xsl
----------------------
begin : July 2012
copyright : (C) 2012 by Tim Sutton
email : tim at linfiniti dot com
***************************************************************************/
/***************************************************************************
* *
* 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 *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes"/>

Expand Down

0 comments on commit 52de721

Please sign in to comment.