We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200b80d commit 6f586f1Copy full SHA for 6f586f1
.github/workflows/posthog-foss.yml
@@ -24,6 +24,8 @@ jobs:
24
repository: 'posthog/posthog-foss'
25
ref: master
26
token: ${{ secrets.SYNC_GITHUB_TOKEN }} # SYNC_GITHUB_TOKEN is a PAT token with the workflows scope which is not in GITHUB_TOKEN
27
+ - name: Change LICENSE to pure MIT
28
+ run: sed -i -e '/PostHog Inc\./,/Permission is hereby granted/c\PostHog Inc\.\n\n\nPermission is hereby granted' LICENSE
29
- name: Commit "Sync and remove all non-FOSS parts"
30
uses: EndBug/add-and-commit@v7
31
with:
LICENSE
@@ -1,4 +1,4 @@
1
-Copyright (c) 2020 PostHog Inc.
+Copyright (c) 2020-2021 PostHog Inc.
2
3
Portions of this software are licensed as follows:
4
0 commit comments