Warning, /graphics/digikam/project/scripts/replace_multilines/README is written in an unsupported language. File is not indexed.
0001 Script to replace a block of text by another one in files. 0002 0003 Multilines text to search and replace is hosted in a text file (aka GPL2_1.txt) 0004 0005 Multilines text use to replace inline source is hosted in a text file (aka SDPX-GPL2.txt) 0006 0007 Copy this folder in root of source code hiearchy. Files will be scanned reccursively from root dir. 0008 0009 Script is configured to search in .cpp and .h, this can be customized. 0010 0011 Look replace.sh bash script for details. 0012 0013 NOTE: while performing replace in files, check well in CLI if no error are generated by 0014 python about wrong characters encoding. Fix source file accordingly.