From 2854b8beb0760dcbebc63f8d72877c3a99695c56 Mon Sep 17 00:00:00 2001 From: pancake Date: Fri, 14 Jun 2024 19:17:12 +0200 Subject: [PATCH] license --- .github/workflows/ci.yml | 2 +- COPYING | 2 +- LICENSE.md | 2 +- main.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 016a12e..54dd82e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: make -C dist/cydia && cp -f dist/cydia/fsmon*.deb . - uses: actions/upload-artifact@v4 with: - name: fsmon-cydia.deb + name: fsmon-cydia.zip path: fsmon*.deb macos: runs-on: macos-latest diff --git a/COPYING b/COPYING index ac314e2..17de251 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2016 NowSecure +Copyright (c) 2015-2024 NowSecure Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/LICENSE.md b/LICENSE.md index c08a078..bd24858 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 NowSecure, Inc +Copyright (c) 2016-2024 NowSecure, Inc Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/main.c b/main.c index 4bf1e19..0f9be03 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* fsmon -- MIT - Copyright NowSecure 2015-2020 - pancake@nowsecure.com */ +/* fsmon -- MIT - Copyright NowSecure 2015-2024 - pancake@nowsecure.com */ #include #include