Ian Maxon has posted comments on this change.
Change subject: Change license headers
......................................................................
Patch Set 1:
To reveal a little here how the sausage was made:
I just did this (with obvious variants for xml/shell scripts)
find . -name '*.java' |xargs sed -i'' '/Copyright/,/\*\// {
/\*\//r java_header
d
}'
where the java_header file contains the new license header snippet.
I also grepped for instances of "Copyright" in the source, and I didn't see any
that were from UCI any longer.
--
To view, visit https://asterix-gerrit.ics.uci.edu/386
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I98b18f24a20dcd8dc75e828e47fb0ab88179a5be
Gerrit-PatchSet: 1
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Ian Maxon <[email protected]>
Gerrit-Reviewer: Chris Hillery <[email protected]>
Gerrit-Reviewer: Ian Maxon <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Till Westmann <[email protected]>
Gerrit-HasComments: No