Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 14, 2024
1 parent 38b3851 commit 2854b8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* fsmon -- MIT - Copyright NowSecure 2015-2020 - pancake@nowsecure.com */
/* fsmon -- MIT - Copyright NowSecure 2015-2024 - pancake@nowsecure.com */

#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit 2854b8b

Please sign in to comment.