blob: 592a15d76e730794fdbcc01b03318624af7e1194 (
plain) (
blame)
1
2
3
4
5
|
#!/bin/bash
sed -i 's/^\s*\*\s*Copyright/ * @licstart The following is the entire license notice for the \n * JavaScript code in this page.\n *\n&/' $1
sed -i 's/^\s*\*\// *\n * @licend The above is the entire license notice\n * for the JavaScript code in this page.\n&/' $1
|