Relicense all .css files as LGPL-3.0-or-later

The primary license of the project is changing to:
  AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later

The Additional Permission is designed to permit publicly distributed CSS to
be relicensed under LGPL-3.0-or-later, so we're also relicensing all CSS
files in the repository as LGPL-3.0-or-later, too.

This commit is one of the many steps to relicense the entire codebase.

Documentation granting permission for this relicensing (from all past
contributors who hold copyrights) is on file with Software Freedom
Conservancy, Inc.
This commit is contained in:
Bradley M. Kuhn 2018-03-25 13:42:41 -04:00
parent 22adb4d5fd
commit 847bc3864c
26 changed files with 26 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
/*Main container*/
/* line 2, ../sass/colpick.scss */
.colpick {

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
/*!
* Pasted in to simplify sprockets. Your mileage may vary
*

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
body,
.emailWrapper {
margin: 0;

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
/*
*= require boot/google-webfonts
*= require boot/font-awesome

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
@charset "UTF-8";
/*!

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
.btn,
button {
border-width: 2px;

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
:root {
--grey-05: color(black l(99.4%));
--grey-1: color(black l(98%));

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
[data-ff-confirmation-prompt] {
font-weight: 500;
margin-top: 0;

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
[class*="container"] {
margin-left: auto;
margin-right: auto;

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
@import 'ff-dashboard';
@import './colors.css';

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
ul.tabs--v li.is-selected,
ul.tabs--h li.is-selected {
border-color: var(--green);

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
input[type='checkbox'] + label:before,
input[type='radio'] + label:before,
select,

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
@font-face {
font-family: 'Material Icons';
font-style: normal;

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
.loader {
height: 2px;
width: 100%;

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
@import 'flimflam/ui/modal/index.css'; /* npm */
[data-ff-modal-backdrop] {

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
[data-ff-notification] {
position: fixed;
width: 100%;

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
@import 'commons.css'; /* npm */
@import 'colors.css'; /* contains variables */
@import 'shadows.css'; /* contains variables */

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
pre {
white-space: pre-wrap;
word-break: break-all;

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
:root {
--sh-1: 0 1px 3px 1px rgba(0,0,0,.1);
--sh-2: 0 1.5px 6px 1px rgba(0,0,0,.2);

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
@import 'flimflam/ui/tabswap/index.css'; /* npm */
[data-ff-tabswap-labels] {

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
@import 'data-tooltip'; /* npm */
[data-ff-field] { position: relative; }

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
@font-face {
font-family: 'OpenSans';
src: url('/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
.transition-slow {
transition: 300ms ease;
}

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
[data-ff-wizard-label]:first-of-type:before {
display: none;
}

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
/* css for public/js/donate-button.js */
#commitchange-donate-button {
cursor: pointer;

View file

@ -1,3 +1,4 @@
/* License: LGPL-3.0-or-later */
/* css for public/js/donate-button.v2.js */
iframe.commitchange-btn-iframe {
border: none;