Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
jazzy

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
kilted

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
rolling

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version galactic
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak, Joseph Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.0.1
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version galactic
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak, Joseph Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
iron

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro jade showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro indigo showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro hydro showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro kinetic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro melodic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange

No version for distro noetic showing humble. Known supported distros are highlighted in the buttons above.
Package symbol

picknik_ament_copyright package from picknik_ament_copyright repo

picknik_ament_copyright

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PickNikRobotics/picknik_ament_copyright.git
VCS Type git
VCS Version main
Last Updated 2021-08-12
Dev Status UNMAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Check PickNik-specific copyright headers.

Additional Links

No additional links.

Maintainers

  • Joe Schornak

Authors

No additional authors.

picknik_ament_copyright

Adds entrypoints for the ament_copyright utility to allow checking PickNik’s headers for copyright info and proprietary licenses.

How to Use

Installation

Clone and build this repo so it’s available in your ROS package paths.

Command Line

To add missing PickNik-proprietary license headers to all files in the current directory, run the command below (picknik sets PickNik Inc. as the copyright holder, and picknik_proprietary uses our closed-source proprietary license template).

ament_copyright --add-missing picknik picknik_proprietary .

This will insert the following license header in source code files that do not already have a license header that ament_copyright recognizes:

// Copyright 2021 PickNik Inc.
// All rights reserved.
//
// Unauthorized copying of this code base via any medium is strictly prohibited.
// Proprietary and confidential.

pre-commit

Here is a basic .pre-commit-config.yaml file that automatically inserts the PickNik proprietary license in source code files:

repos:
  - repo: local
    hooks:
      - id: ament_copyright
        name: ament_copyright
        language: system
        entry: ament_copyright
        args: ['--add-missing', 'picknik', 'picknik_proprietary', '.']

CHANGELOG

Changelog for package picknik_ament_copyright

0.0.2 (2021-08-12)

  • add name for the SPDX identifier argument (#2)
  • Contributors: Joe Schornak

0.0.1 (2021-08-12)

  • use PickNik Inc. as copyright name (#1)
  • add readme with instructions
  • update license in setup.py file
  • initial commit for PickNik proprietary license
  • Contributors: Joe Schornak

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged picknik_ament_copyright at Robotics Stack Exchange