The Wayback Machine - https://web.archive.org/web/20200611074618/https://github.com/topics/license-management
Skip to content
#

license-management

Here are 191 public repositories matching this topic...

snipe-it
ZhisongZhang
ZhisongZhang commented Apr 23, 2020

Server (please complete the following information):

  • Snipe-IT Version 4.8.0
  • OS: [e.g. Ubuntu, CentOS] Ubuntu
  • Web Server: [e.g. Apache, IIS] Apache
  • PHP Version 7.2

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
the feature request is not related to a problem. Howe

glpi
dephell
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
mlinksva
mlinksva commented Oct 1, 2018

Currently licensed includes files matching:

LEGAL_FILES = /\A(AUTHORS|COPYING|NOTICE|LEGAL)(?:\..*)?\z/i

I think COPYING is superfluous, see #84, but there are some other files (also with any extension) that often include legal notices that would be useful to automatically collect, eg:

  • LICENSES, NOTICES (plural)
  • THIRD-PARTY-LICENSE (variations including 3rd, n
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
jakubhava
jakubhava commented Mar 27, 2020
Property 'config.cache.$0.fileNameCache' is private and annotated with @Input. This behaviour has been deprecated and is scheduled to be removed in Gradle 7.0. See https://docs.gradle.org/6.2.2/userguide/more_about_tasks.html#sec:up_to_date_checks for more details.
Property 'config.cache.$1.filterConfigForCache' is private and annotated with @Input. This behaviour has been deprecated and is 
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"
)
`
romeara
romeara commented Jun 9, 2015

There are several partial JavaDoc statements present in the library which make it difficult to use for someone trying to get familiar with it. In addition, the started documentation which isn't finished is causing the Maven build to fail if someone doesn't force Maven to use Java 7 or earlier for its own operations (there is a strict setting for things like "param" annotations to have text).

Note

Improve this page

Add a description, image, and links to the license-management 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-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.