-
Notifications
You must be signed in to change notification settings - Fork 12
/
license.html
executable file
·65 lines (50 loc) · 1.85 KB
/
license.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<html>
<!--
license.html
BarcodeAPI.org, 2017-2024
-->
<head>
<title>BarcodeAPI.org - License</title>
<meta name="keywords"
content="barcode, barcode api, barcode app, barcode generator, download barcode, free barcodes, custom barcodes">
<meta name="description"
content="Free online barcode generator! Scan barcodes in the web browser or download the images for free!">
<link rel="icon" type="image/png" href="/ext/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/ext/3p/flexboxgrid.min.css" />
<link rel="stylesheet" type="text/css" href="/ext/css/layout.css" />
<script src="/ext/js/ui.js"></script>
</head>
<body>
<div class="wrapper container-fluid">
<div class="header row between-sm start-sm center-xs">
<div class="header-logo start-sm center-xs col-xs-12 col-sm-5"></div>
<div class="header-contact col-sm-5 middle-xs end-xs">
<h4>
<div class="header-support">FEEDBACK & SUPPORT</div>
<div class="header-email">[email protected]</div>
</h4>
<div class="action-icon action-email icon-email"></div>
</div>
</div>
<div class="row center-xs middle-xs">
<div class="col-xs-12">
<h2>License</h2>
<pre id="license">
BarcodeAPI.org
Copyright 2017-2024
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</pre>
</div>
</div>
</div>
</body>
</html>