Skip to content

Commit

Permalink
feat(license): change license to CC0 1.0 (#951)
Browse files Browse the repository at this point in the history
* Change license to CC0-1.0

* Add CC0 1.0 legal code to LICENSE.md

---------

Co-authored-by: sushitommy <>
  • Loading branch information
sushitommy authored Dec 10, 2024
1 parent 07b0344 commit 183fd88
Show file tree
Hide file tree
Showing 199 changed files with 322 additions and 486 deletions.
2 changes: 1 addition & 1 deletion .npmpackagejsonlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require-version": "error",
"scripts-type": "error",
"valid-values-author": "off",
"valid-values-license": ["error", ["EUPL-1.2"]],
"valid-values-license": ["error", ["CC0-1.0"]],
"valid-values-name-scope": ["error", ["@nl-rvo"]],
"valid-values-private": "off",
"version-format": "error",
Expand Down
412 changes: 124 additions & 288 deletions LICENSE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.1",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-accordion",
"description": "Accordion CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/accordion/src/accordion-item/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import React, { ReactNode } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion components/accordion/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/

Expand Down
2 changes: 1 addition & 1 deletion components/accordion/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import './index.scss';
Expand Down
2 changes: 1 addition & 1 deletion components/action-group/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-action-group",
"description": "Action group CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/action-group/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
@use "~@utrecht/button-group-css/dist/index.css" as *;
Expand Down
2 changes: 1 addition & 1 deletion components/action-group/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2022 Community for NL Design System
*/
import { ButtonGroup } from '@utrecht/component-library-react';
Expand Down
2 changes: 1 addition & 1 deletion components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-alert",
"description": "Alert CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/alert/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/

Expand Down
2 changes: 1 addition & 1 deletion components/alert/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2022 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-breadcrumbs",
"description": "Breadcrumbs CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumbs/src/breadcrumbs-item/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumbs/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/

Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumbs/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.1.2",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-button",
"description": "Button CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/button/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2022 Community for NL Design System
*/
import { Button as UtrechtButton } from '@utrecht/component-library-react';
Expand Down
2 changes: 1 addition & 1 deletion components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.1",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-card",
"description": "Card CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/card/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
.rvo-card {
Expand Down
2 changes: 1 addition & 1 deletion components/card/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/data-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-data-list",
"description": "Data-list CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/data-list/src/data-list-item/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import React, { ReactNode } from 'react';
Expand Down
2 changes: 1 addition & 1 deletion components/data-list/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
.rvo-data-list {
Expand Down
2 changes: 1 addition & 1 deletion components/data-list/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.3.1",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-dialog",
"description": "Dialog / modal CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/dialog/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/expandable-content/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-expandable-content",
"description": "Expandable content CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/expandable-content/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
.rvo-expandable-content {
Expand Down
2 changes: 1 addition & 1 deletion components/expandable-content/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/favicon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-favicon",
"description": "Favicon CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/favicon/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/filters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-filters",
"description": "Filters CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/footer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.3.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-footer",
"description": "Footer CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/footer/src/footer-column/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/

Expand Down
2 changes: 1 addition & 1 deletion components/footer/src/footer-item/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/

Expand Down
2 changes: 1 addition & 1 deletion components/footer/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/

Expand Down
2 changes: 1 addition & 1 deletion components/footer/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import { PageFooter as UtrechtPageFooter } from '@utrecht/component-library-react';
Expand Down
2 changes: 1 addition & 1 deletion components/form-checkbox-group/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-form-checkbox-group",
"description": "Form checkbox group CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/form-checkbox-group/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/form-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-form-checkbox",
"description": "Form checkbox CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/form-checkbox/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
@use "../../layout-flow/src";
Expand Down
2 changes: 1 addition & 1 deletion components/form-checkbox/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/form-dateinput/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.1.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-form-dateinput",
"description": "Date input CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/form-dateinput/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import clsx from 'clsx';
Expand Down
2 changes: 1 addition & 1 deletion components/form-feedback/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.2.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-form-feedback",
"description": "Form feedback CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/form-feedback/src/index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
@use "../../layout-flow/src";
Expand Down
2 changes: 1 addition & 1 deletion components/form-feedback/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import { FormFieldDescription } from '@utrecht/component-library-react';
Expand Down
2 changes: 1 addition & 1 deletion components/form-field-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.1.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-form-field-checkbox",
"description": "Form field checkbox CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/form-field-checkbox/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import React from 'react';
Expand Down
2 changes: 1 addition & 1 deletion components/form-field-dateinput/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.1.0",
"author": "Community for NL Design System",
"license": "EUPL-1.2",
"license": "CC0-1.0",
"name": "@nl-rvo/css-form-field-dateinput",
"description": "Form field dateinput CSS component",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/form-field-dateinput/src/template.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license EUPL-1.2
* @license CC0-1.0
* Copyright (c) 2021 Community for NL Design System
*/
import React from 'react';
Expand Down
Loading

0 comments on commit 183fd88

Please sign in to comment.