Commit 826b1333 authored by Leonardo Solis's avatar Leonardo Solis
Browse files

clean add_preamble_license

parent b2cff184
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -45,8 +45,7 @@ for f in $OCLADOCK_SOURCE; do
		else
			echo "Adding license-preamble to $f ..."
			cat $LICENSE_PREAMBLE "$f" > "$f.new"
			mv $f.new $f
			rm $f.new
			mv "$f.new" "$f"
			echo "Done!"
		fi
		echo " "