@vaadin/icons 22.0.21 → 22.1.0-alpha1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -33,7 +33,7 @@ To display an icon, use [`<vaadin-icon>`](https://www.npmjs.com/package/@vaadin/
33
33
 
34
34
  The icon files (SVG, PNG, fonts) are licensed under Creative Commons [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
35
35
 
36
- The source code in this repository is licensed under Apache License 2.0.
36
+ This program is available under Vaadin Commercial License and Service Terms. For license terms, see LICENSE.
37
37
 
38
38
  All brand icons are trademarks of their respective owners.
39
39
  The use of these trademarks does not indicate endorsement of the trademark holder by Vaadin Icons, nor vice versa.
package/iconset.js CHANGED
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import '@polymer/iron-iconset-svg/iron-iconset-svg.js';
7
12
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vaadin/icons",
3
- "version": "22.0.21",
3
+ "version": "22.1.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "Collection of 600+ unique icons designed for web applications",
8
- "license": "Apache-2.0",
8
+ "license": "https://raw.githubusercontent.com/vaadin/web-components/22.1/LICENSE",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/vaadin/web-components.git",
@@ -37,7 +37,7 @@
37
37
  "@polymer/iron-icon": "^3.0.0",
38
38
  "@polymer/iron-iconset-svg": "^3.0.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/icon": "^22.0.21"
40
+ "@vaadin/icon": "22.1.0-alpha1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "cheerio": "^1.0.0-rc.10",
@@ -46,5 +46,5 @@
46
46
  "gulp-concat": "^2.6.1",
47
47
  "gulp-modify": "^0.1.1"
48
48
  },
49
- "gitHead": "f0a522c6e48a10c4850abc7be8bb2fbe3fdcc8f3"
49
+ "gitHead": "e387194c2c3608b7567b43b788b504c3a12194d9"
50
50
  }
package/vaadin-icons.js CHANGED
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import '@polymer/iron-icon/iron-icon.js';
7
12
  import './iconset.js';
package/vaadin-iconset.js CHANGED
@@ -1,7 +1,12 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
- * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
3
+ * Copyright (c) 2000 - 2023 Vaadin Ltd.
4
+ *
5
+ * This program is available under Vaadin Commercial License and Service Terms.
6
+ *
7
+ *
8
+ * See https://vaadin.com/commercial-license-and-service-terms for the full
9
+ * license.
5
10
  */
6
11
  import '@vaadin/icon/vaadin-iconset.js';
7
12
  import '@vaadin/icon/vaadin-icon.js';