Skip to content
#

license

Here are 463 public repositories matching this topic...

AyanSinhaMahapatra
AyanSinhaMahapatra commented Oct 12, 2019

Description

Running the following Command:

./scancode -clp --json-pp sample_filter_clues.json samples --filter-clues

Gives the Error:

ERROR: failed to run post-scan plugin: filter-clues:
Traceback (most recent call last):
  File "/home/ayansm/Desktop/GSoD/scancode-toolkit-versions/scancode-toolkit-3.1.1/src/scancode/cli.py", line 1033, in run_codebase_plugins
    plugin.p
ort
uszeiss
uszeiss commented Mar 27, 2020

The notice-pre-processor.kts file allows for customisation of the generated notice file, see https://github.com/oss-review-toolkit/ort/blob/master/docs/notice-pre-processor-kts.md.

Not all customisations seem possible, though. I would like to:

  • customize the notice separator
  • get rid of the separator between the different headers
  • include the license name/id before the license text
fabianmichael
fabianmichael commented Aug 15, 2018

Overview

There are certain ways in which animals are abused by today’s society which can be seen as problematic from an ethical perspective, but also in a larger context as some hunting practices are also problematic in bringing endangered species closer to extinction or being harmful in other ways for the environment.

Proposed Resolution

The license should include a section that also t

orschaef
orschaef commented Apr 24, 2019

When the licence file of the pod is in a directory that is not named after the pod (e.g. not in the root, instead in a subfolder called "foo") you get the wrong title (in this case: "foo").
The actual line of code can be found in credits.py:

title = path.split("/")[-2]

This just takes the parent of the licence file as title.

Example pod where it fails:

  • App Center
colindean
colindean commented Apr 23, 2018

I've got a couple of Rust source files (added syntax in #41) with the non-ASCII character for ellipses:. copyright-header doesn't seem to like that:

SKIP src/logging.rs; invalid byte sequence in US-ASCII
SKIP src/update.rs; detected existing license
SKIP src/main.rs; invalid byte sequence in US-ASCII

It's not a huge deal for us because it's only two files but I'm sure others

bug
tam481
tam481 commented Nov 11, 2019

Hello,
Are there any specific instructions for updating Bitwarden while using BitBetter?

running ./bitwarden.sh update will not update the images as the config.yml file is modified to not regenerate the docker-compose.yml as part of the BitBetter installation.

Also, is it possible to modify the docker paramters by using docker-compose.override.yml instead of modifying the main docker-compo

wlynch
wlynch commented Nov 22, 2019

Problem

The copy function used for save preserves all permissions, which means when files are copied from the module cache for Reciprocal/Restricted licenses all the files and directories are readonly as well. This means that multiple runs of save won't work because the directories containing

Example

package example

import (
        _ "github.com/hashicorp/errwrap"
)
`

Improve this page

Add a description, image, and links to the license topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the license topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.