Community
Participate
Working Groups
This task tracks adding logic to the build to flag files that are missing copyright statements. The build should fail if any problems are detected to make sure that code base remains in compliance. This task also tracks fixing any files flagged by the new validation logic.
Done. The build verifies for copyright statement in all source files and @author tags in java files. If any problems are found, the build will fail.
Closing.