Skip to content

Commit 847fdd2

Browse files
authored
License Update (#1374)
* fix license badge and rename files * update docs and configs for new license * update builds with new license * revert to uppercase file naming
1 parent 177d732 commit 847fdd2

File tree

10 files changed

+23
-19
lines changed

10 files changed

+23
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Animate.css
22

3-
[![GitHub Version](https://img.shields.io/github/release/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/releases) [![Github Star](https://img.shields.io/github/stars/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/stargazers) [![Github Fork](https://img.shields.io/github/forks/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/network/members) [![License](https://img.shields.io/github/license/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/blob/main/LICENSE)
3+
[![GitHub Version](https://img.shields.io/github/release/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/releases) [![Github Star](https://img.shields.io/github/stars/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/stargazers) [![Github Fork](https://img.shields.io/github/forks/animate-css/animate.css.svg?style=for-the-badge)](https://github.com/animate-css/animate.css/network/members) [![License](https://img.shields.io/badge/license-hippocratic%20license-orange.svg?longCache=true&style=for-the-badge)](https://github.com/animate-css/animate.css/blob/main/LICENSE)
44

55
> If you need the old docs - v3.x.x and under - you can find it [here](https://github.com/animate-css/animate.css/tree/a8d92e585b1b302f7749809c3308d5e381f9cb17).
66
@@ -28,7 +28,7 @@ You can find the Animate.css documentation on the [website](https://animate.styl
2828

2929
Animate.css supports the [`prefers-reduced-motion` media query](https://webkit.org/blog/7551/responsive-design-for-motion/) so that users with motion sensitivity can opt out of animations. On supported platforms (currently all the majors browsers and OS), users can select "reduce motion" on their operating system preferences and it will turn off CSS transitions for them without any further work required.
3030

31-
## Core team
31+
## Core Team
3232

3333
| ![Daniel Eden](https://avatars2.githubusercontent.com/u/439365?s=460&u=512b4cc5324938ae40bbb8f3b7769d335953cd3a&v=4) | ![Elton Mesquita](https://avatars2.githubusercontent.com/u/5007208?s=460&u=418401ee605824272e5dcb955fd64ea24546a857&v=4) | ![Waren Gonzaga](https://avatars1.githubusercontent.com/u/15052701?s=460&u=9e58364978379536d3f26c4ce5cae1a2a449a0e4&v=4) |
3434
| --- | --- | --- |
File renamed without changes.

animate.compat.css

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

animate.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
@charset "UTF-8";/*!
1+
2+
@charset "UTF-8";
3+
/*!
24
* animate.css - https://animate.style/
35
* Version - 4.1.1
4-
* Licensed under the MIT license - https://opensource.org/licenses/MIT
6+
* Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
57
*
68
* Copyright (c) 2021 Animate.css
79
*/

animate.min.css

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/animate.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ <h3>Installing</h3>
891891
<pre><code class="language-shell">$ yarn add animate.css
892892
</code></pre>
893893
<p>Import it into your file:</p>
894-
<pre><code class="language-js">import &quot;animate.css&quot;
894+
<pre><code class="language-js">import 'animate.css';
895895
</code></pre>
896896
<p>Or add it directly to your webpage using a CDN:</p>
897897
<pre><code class="language-html">&lt;head&gt;
@@ -1287,7 +1287,7 @@ <h2>Core team</h2>
12871287

12881288
<section class="docSection-license-contributing" id="license-contributing">
12891289
<h2>License and Contributing</h2>
1290-
<p>Animate.css is licensed under the MIT license. (<a href="https://opensource.org/licenses/MIT">https://opensource.org/licenses/MIT</a>)</p>
1290+
<p>Animate.css is licensed under the <a href="http://firstdonoharm.dev">Hippocratic License</a>.</p>
12911291
<h3>Contributing</h3>
12921292
<p>Pull requests are the way to go here. We only have two rules for submitting a pull request: match the naming convention (camelCase, categorized [fades, bounces, etc.]) and let us see a demo of submitted animations in a <a href="https://codepen.io">pen</a>. That <strong>last one is important</strong>.</p>
12931293
<h3>Code of Conduct</h3>

docsSource/sections/09-license-contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## License and Contributing
22

3-
Animate.css is licensed under the MIT license. (https://opensource.org/licenses/MIT)
3+
Animate.css is licensed under the [Hippocratic License](http://firstdonoharm.dev).
44

55
### Contributing
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "Animate.css"
1111
},
1212
"homepage": "https://animate.style/",
13-
"license": "MIT",
13+
"license": "HL-2.1",
1414
"animateConfig": {
1515
"prefix": "animate__"
1616
},

postcss.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
const fs = require('fs');
22
const {homepage, version, author, animateConfig} = JSON.parse(fs.readFileSync('package.json'));
33

4-
const header = `@charset "UTF-8";
4+
const header = `
5+
@charset "UTF-8";
56
67
/*!
78
* animate.css - ${homepage}
89
* Version - ${version}
9-
* Licensed under the MIT license - https://opensource.org/licenses/MIT
10+
* Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
1011
*
1112
* Copyright (c) ${new Date().getFullYear()} ${author.name}
1213
*/
1314
14-
15-
`;
15+
`;
1616

1717
module.exports = (ctx) => {
1818
const prefix = ctx.env === 'compat' ? '' : animateConfig.prefix;

0 commit comments

Comments
 (0)