Skip to content

Commit a62107b

Browse files
committed
Update license
1 parent c26b947 commit a62107b

File tree

5 files changed

+40
-3
lines changed

5 files changed

+40
-3
lines changed

.idea/copyright/Intel_MIT_License.xml

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

Dockerfile.production

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (C) 2021-2023 Intel Corporation
3+
# SPDX-License-Identifier: MIT
4+
#
5+
16
# Defaults
27
ARG POSTGRES_VERSION=15.0-alpine3.16
38

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright (c) 2014, Docker PostgreSQL Authors (See AUTHORS)
2+
3+
Permission is hereby granted, free of charge, to any person
4+
obtaining a copy of this software and associated documentation
5+
files (the "Software"), to deal in the Software without
6+
restriction, including without limitation the rights to use,
7+
copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the
9+
Software is furnished to do so, subject to the following
10+
conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22+
OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<a href="https://github.com/iot-portal-device-management/api">
2+
<a href="https://github.com/iot-portal-device-management/postgres">
33
IoT Portal Device Management Postgres Docker Image
44
</a>
55
</h1>
@@ -13,5 +13,4 @@ working on this project. Please commit any pull requests against the `main` bran
1313

1414
## 📄 License
1515

16-
This project is open-sourced software licensed under the
17-
[GPL-2.0-or-later license](https://spdx.org/licenses/GPL-2.0-or-later.html).
16+
This project is open-sourced software licensed under the [MIT License](https://spdx.org/licenses/MIT.html).

Tiltfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Copyright (C) 2021-2023 Intel Corporation
3+
# SPDX-License-Identifier: MIT
4+
#
5+
16
version_settings(constraint='>=0.22.2')
27

38
docker_build(

0 commit comments

Comments
 (0)