### Changes
I tried to find out which would be the main_repo and it is important to
notice that many are not hosted on github or neither using a git repo
(using svn for example).
Besides that, I was also not able to find out the main repo for the
following projects:
| **file** | **comment** |
|------------------------|-----------------------------------------------------------------------------------|
| lzo/project.yaml | |
| qcms/project.yaml | |
| bzip2/project.yaml | |
| dlplibs/project.yaml | |
| freeimage/project.yaml | hosted on csv
https://sourceforge.net/p/freeimage/code/ |
| xerces-c/project.yaml | |
| xpdf/project.yaml | |
| lzma/project.yaml | at source forge but no code section found
https://sourceforge.net/projects/p7zip/ |
Another case that I was not sure about which url do add on the
`qubes-os/project.yaml`. Its homepage is related to the entire org.
---------
Signed-off-by: Joyce Brum <joycebrum@google.com>
* Proof of concept for Bazel support in OSS Fuzz.
* Moved the Bazel rules project under a directory with a "-test" suffix, to better convey intent.
* Added copyright header.
* Update year in copyright note.
* Factor out the '_oss_fuzz' package suffix to bash var.
* Moving 'disabled' attribute at the end of the yaml file.
* Simplified Dockerfile due to base image update.