-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated the repositories to comply with the current copyright best practices #47
Comments
Tracking a bunch of the status at https://github.com/orgs/SymbiFlow/projects/18
|
FYI - @kgugala, @litghost, @acomodi, @mkurc-ant |
The CI scripts can be copied from https://github.com/SymbiFlow/fpga-tool-perf/tree/f8d143b73f670eea5efdbe96f1236d82998c896e/.github/travis
|
@daniellimws - I wonder if we need something like a https://github.com/SymbiFlow/symbiflow-travis-common repo that contains scripts like the license check?
|
Specific things that need to be done;
COPYING
file renamed toLICENSE
fileLICENSE
file should start with -Copyright 20XX The [Project Name] Authors.
-- See https://opensource.google/docs/releasing/authors/SymbiFlow Authors
isn't specialized below.The Project X-Ray Authors
The Project U-Ray Authors
The Project Trellis Authors
AUTHORS
files to have the text as shown at https://opensource.google/docs/releasing/authors/All rights reserved.
text.SPDX
identifiers.third_party
code is underthird_party
directory.third_party
directories have a correctLICENSE
file.#!/usr/bin/env python3
as the shebang line.# coding: utf-8
as the second line after the shebang.What other things are missing?
The text was updated successfully, but these errors were encountered: