Code Monkey home page Code Monkey logo

reuse-example's Introduction

reuse-example's People

Contributors

carmenbianca avatar mxmehl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

reuse-example's Issues

Spacing issues in text of license files

In the license files CC-BY-4.0.txt, CC0-1.0.txt, and GPL-3.0-or-later.txt, the text looks mostly the same as the plaintext from the licenses' official sources (CC BY 4.0, CC0 1.0, GPL 3.0) -- except for the spacing.

Some differences are stylistic (indentation, centering) and others are clear errors (missing blank lines, misplaced carriage returns, and extra spaces in the middle of a URL).

So, would it be better to change the license files to exactly match the copy/pasted official plaintext? Or should these files be left as is? Or some third option?

licenses are not detected

Using reuse lint the following files have no license:

Makefile
README.md
.git
img/cat.jpg
img/dog.jpg
src/main.c

I had to remove colons to detect licenses, for example:

<!--
SPDX-Copyright: 2019 Jane Doe <[email protected]>

SPDX-License-Identifier: GPL-3.0-or-later
-->

into

<!--
SPDX-Copyright 2019 Jane Doe <[email protected]>

SPDX-License-Identifier: GPL-3.0-or-later
-->

Using reuse, version 0.3.4 on Linux Ubuntu 16.04.

Steps to replicate

  1. checkout this repository
  2. call reuse lint in root directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.