Skip to content
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

Add NOTICE files to each repository #2425

Closed
9 tasks done
kenji-miyake opened this issue Mar 12, 2022 · 5 comments
Closed
9 tasks done

Add NOTICE files to each repository #2425

kenji-miyake opened this issue Mar 12, 2022 · 5 comments
Assignees

Comments

@kenji-miyake
Copy link
Contributor

kenji-miyake commented Mar 12, 2022

I'll change the name and year from https://github.com/autowarefoundation/autoware/blob/main/NOTICE depending on the repository's files.

  • autoware_common
  • autoware.core
  • autoware.universe
  • autoware_launch
  • sample_sensor_kit_launch
  • sample_vehicle_launch
  • autoware_individual_params
  • autoware-github-actions
  • autoware-documentation

FYI, to clone these repositories:

repositories:
  autoware:
    type: git
    url: https://github.com/autowarefoundation/autoware.git
    version: main
  autoware_common:
    type: git
    url: https://github.com/autowarefoundation/autoware_common.git
    version: main
  autoware.core:
    type: git
    url: https://github.com/autowarefoundation/autoware.core.git
    version: main
  autoware.universe:
    type: git
    url: https://github.com/autowarefoundation/autoware.universe.git
    version: main
  autoware_launch:
    type: git
    url: https://github.com/autowarefoundation/autoware_launch.git
    version: main
  sample_sensor_kit_launch:
    type: git
    url: https://github.com/autowarefoundation/sample_sensor_kit_launch.git
    version: main
  sample_vehicle_launch:
    type: git
    url: https://github.com/autowarefoundation/sample_vehicle_launch.git
    version: main
  autoware_individual_params:
    type: git
    url: https://github.com/autowarefoundation/autoware_individual_params.git
    version: main
  autoware-github-actions:
    type: git
    url: https://github.com/autowarefoundation/autoware-github-actions.git
    version: main
  autoware-documentation:
    type: git
    url: https://github.com/autowarefoundation/autoware-documentation.git
    version: main
@kenji-miyake kenji-miyake self-assigned this Mar 12, 2022
@kenji-miyake
Copy link
Contributor Author

kenji-miyake commented Mar 12, 2022

Seeing https://github.com/Autoware-AI/autoware.ai, it seems it was in 2017 that TIER IV started to commit as "TIER IV".

So, I'll use 2017 for the TIER IV's copyright notation in autoware.universe.

❯ ag Copyright | ag Tier
src/drivers/awf_drivers/autoware_driveworks_interface/nodes/tensorrt_interface/tensorrt_interface_node.cpp:2: *  Copyright (c) 2017, TierIV Inc.
src/drivers/awf_drivers/autoware_driveworks_interface/include/tensorrt_interface.hpp:2: *  Copyright (c) 2018, TierIV Inc.
src/drivers/awf_drivers/autoware_driveworks_interface/nodes/gmsl_interface/gmsl_interface_node.cpp:2: *  Copyright (c) 2017, TierIV Inc.
src/drivers/awf_drivers/autoware_driveworks_interface/include/gmsl_interface.hpp:2: *  Copyright (c) 2018, TierIV Inc.
src/autoware/core_perception/points_preprocessor/nodes/compare_map_filter/compare_map_filter.cpp:2: *  Copyright (c) 2018, TierIV, Inc
src/autoware/core_planning/twist_gate/src/twist_gate.cpp:2: *  Copyright (c) 2017, Tier IV, Inc.
src/autoware/common/map_file/nodes/points_map_filter/points_map_filter.cpp:2: *  Copyright (c) 2018, TierIV, Inc
src/autoware/common/map_file/include/map_file/points_map_filter.h:2: *  Copyright (c) 2018, TierIV, Inc
src/autoware/common/map_file/nodes/points_map_filter/points_map_filter_node.cpp:2: *  Copyright (c) 2018, TierIV, Inc
src/autoware/utilities/mqtt_socket/nodes/mqtt_sender/mqtt_sender.cpp:2: *  Copyright (c) 2017, Tier IV, Inc.
src/autoware/utilities/mqtt_socket/nodes/mqtt_receiver/mqtt_receiver.cpp:2: *  Copyright (c) 2017, Tier IV, Inc.
src/autoware/utilities/vehicle_engage_panel/src/vehicle_engage_panel.h:2: * Copyright (c) 2018, TierIV Inc.
src/autoware/utilities/vehicle_engage_panel/src/vehicle_engage_panel.cpp:2: * Copyright (c) 2018, TierIV Inc.
src/autoware/visualization/state_panel/src/sim_object/flag.h:2: * Copyright (c) 2017, TierIV, Inc.
src/autoware/visualization/state_panel/src/sim_object/autoware_flag_tool.h:2: * Copyright (c) 2017, TierIV, Inc.
src/autoware/visualization/state_panel/src/sim_object/autoware_flag_tool.cpp:2: * Copyright (c) 2017, TierIV, Inc.
src/autoware/visualization/decision_maker_panel/src/decision_maker_panel.cpp:2: * Copyright (c) 2018, TierIV Inc.

@kenji-miyake
Copy link
Contributor Author

kenji-miyake commented Mar 12, 2022

For other repositories,

  • autoware.core:
    • I won't add TIER IV's copyright yet because there is no code.
  • autoware-documentation/autoware_individual_params:
    • I won't add TIER IV's copyright because there is no code.
  • autoware_launch/sample_vehicle_launch/sample_sensor_kit_launch:
    • Use 2020. (It is the timing we've published our proposal and most code was modified from the proposal.)
  • autoware-github-actions/autoware_common:
    • Use 2021 because I started implementing them in 2021.

For the AWF's copyright notation, I'll use 2021 because we proposed Core/Universe in 2021.

@kenji-miyake
Copy link
Contributor Author

@xmfcx cc @mitsudome-r Could you confirm this?
We can wait for #2420 and autowarefoundation/autoware-documentation#44 before merging NOTICE files.

@kenji-miyake
Copy link
Contributor Author

@xmfcx Thank you so much!

@kenji-miyake
Copy link
Contributor Author

Memo: The reference format we've used in #29 (comment) was https://github.com/apache/solr/blob/0ba432371064586a900ae1e66b483f0685d4ef7f/NOTICE.txt.

@mitsudome-r mitsudome-r transferred this issue from autowarefoundation/autoware_core_universe_prototype Jun 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant