Skip to content

Commit 09244f2

Browse files
committed
Fix License
1 parent 30810ee commit 09244f2

4 files changed

Lines changed: 13 additions & 24 deletions

File tree

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE.md

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

3-
Copyright (c) [year] [fullname]
3+
Copyright (c) 2025 MisterJack49
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
This generates a rss feed from the latest versions of the android Google DPC listed on APKPure.
2-
The feed is avaialble here: https://misterjack49.github.io/dpc-version-rss/
1+
# Google DPC RSS feed
2+
3+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/MisterJack49/dpc-version-rss/update.yml?label=Feed%20update)
4+
5+
6+
This generates a rss feed from the latest versions of the [Google Android DPC](https://play.google.com/store/apps/details?id=com.google.android.apps.work.clouddpc&hl=en_GB) listed on [APKPure](https://apkpure.com/android-device-policy/com.google.android.apps.work.clouddpc/versions) for the available history.
7+
8+
The feed is updated once a day at 00:00 GMT via a Github Action and get published [here](https://misterjack49.github.io/dpc-version-rss/).
9+
10+
You can subscribe to this feed to monitor the release of new Google Android DPC versions.
11+

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"scripts": {
44
"start": "node index.js"
55
},
6+
"license": "MIT",
67
"dependencies": {
78
"fast-xml-parser": "^4.3.5",
89
"puppeteer": "^24.10.1",

0 commit comments

Comments
 (0)