X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Ffixer;h=1ea3926e8ece1ce8e325a8f354c6002de4c5848b;hb=c17ff8c0593a678801a38e3dc400ace6bc57a4bb;hp=75c3046a11c0cb11ae7afb07904016f2929999f5;hpb=ce408de81ca266b1f334ee9bc6c8fb7ba1492ed4;p=synfig.git diff --git a/synfig-studio/trunk/fixer b/synfig-studio/trunk/fixer index 75c3046..1ea3926 100755 --- a/synfig-studio/trunk/fixer +++ b/synfig-studio/trunk/fixer @@ -3,20 +3,21 @@ TEMPFILENAME=~/deleteme.tmp SEDSCRIPT=' -s/\*\* Copyright (c) 2002 Robert B\. Quattlebaum Jr\./** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley/; -s/\*\* This software and associated documentation/** This package is free software; you can redistribute it and\/or/; -s/\*\* are CONFIDENTIAL and PROPRIETARY property of/** modify it under the terms of the GNU General Public License as/; -s/\*\* the above-mentioned copyright holder./** published by the Free Software Foundation; either version 2 of\ +s/bigfoot/deepdarc/; + +s/\*\* Copyright (c) 2002 Robert B\. Quattlebaum Jr\./** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley/; +s/\*\* This software and associated documentation/** This package is free software; you can redistribute it and\/or/; +s/\*\* are CONFIDENTIAL and PROPRIETARY property of/** modify it under the terms of the GNU General Public License as/; +s/\*\* the above-mentioned copyright holder./** published by the Free Software Foundation; either version 2 of\ ** the License, or (at your option) any later version./; -s/\*\* You may not copy, print, publish, or in any/** This package is distributed in the hope that it will be useful,/; -s/\*\* other way distribute this software without/** but WITHOUT ANY WARRANTY; without even the implied warranty of/; -s/\*\* a prior written agreement with/** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU/; -s/\*\* the copyright holder\./** General Public License for more details./; +s/\*\* You may not copy, print, publish, or in any/** This package is distributed in the hope that it will be useful,/; +s/\*\* other way distribute this software without/** but WITHOUT ANY WARRANTY; without even the implied warranty of/; +s/\*\* a prior written agreement with/** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU/; +s/\*\* the copyright holder\./** General Public License for more details./; -s/n\*\* /\ +s/n\*\* /\ ** /; - '; #for filename in `find . -name "*sinfg*" -a ! -name '*svn*'` ; do {