97b8365caf
From-SVN: r120621
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Sanitize a jsr166 download.
|
|
|
|
# Remove code copyright Sun.
|
|
find . -name '*.java' -print | xargs grep -l 'Copyright.*Sun' | xargs rm
|