copyright_designation_eraser
Summary
This is a simple filter: filtering out the copyright designation from a Java source file.
This script also works for any languages whose comment description rule is compatible with Java (such as C, C++).
Downlowad
- Python script: copyright_designation_eraser.py
Ver. 1.02 (4KB)
(change history)
- Ver.1.01 --> 1.02 : fixed a bug which wrongly changes the state of parsing.
- Ver.1.0 --> 1.01 : fixed a bug which wrongly prints '/' with a new line character.
Usage
python copyright_designation_eraser.py < input.java > output.java
(C) Copyright 2019 Hirohisa AMAN