Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

END OF TERMS AND CONDITIONS

Copyright 2026 Umut Güden on behalf of HMD Corp
Copyright 2026 Umut Güden

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# IP API

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Deploy with Vercel](https://img.shields.io/badge/Vercel-Deployed-black?logo=vercel)](https://ip.hmddevs.org)
[![Node.js](https://img.shields.io/badge/Node.js-18+-339933?logo=node.js&logoColor=white)](https://nodejs.org/)

Expand Down Expand Up @@ -243,7 +243,7 @@ Found a vulnerability? See [SECURITY.md](SECURITY.md).

## Licence

[MIT](LICENSE)
[Apache 2.0](LICENSE)

## Acknowledgements

Expand Down
2 changes: 1 addition & 1 deletion api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* IP API - A lightning-fast, privacy-focused IP geolocation API
*
* @author HMD Developments, Inc.
* @license MIT
* @license Apache-2.0
* @see https://github.com/hmddevs/ip-api
* @version 1.0.0
*/
Expand Down
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ info:
url: https://hmddevs.org
email: contact@hmddevs.org
license:
name: MIT
url: https://opensource.org/licenses/MIT
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
x-logo:
url: https://hmddevs.org/logo.png
altText: HMD Developments Logo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"privacy"
],
"author": "HMD Developments, Inc. <contact@hmddevs.org> (https://hmddevs.org)",
"license": "MIT",
"license": "Apache-2.0",
"homepage": "https://ip.hmddevs.org",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* IP API - Unit Tests
*
* @author HMD Developments, Inc.
* @license MIT
* @license Apache-2.0
*/

const { describe, it, beforeEach } = require('node:test');
Expand Down
Loading