aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-24 22:59:32 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-24 22:59:32 +0000
commit8b930734d27d864193825e968d981444e9a18337 (patch)
tree54658748b64096b8773f684720f9606f3cd3a196 /platform
parentmove copyright to 2020 (part 2) (#3181) (diff)
downloadfirejail-8b930734d27d864193825e968d981444e9a18337.tar.gz
firejail-8b930734d27d864193825e968d981444e9a18337.tar.zst
firejail-8b930734d27d864193825e968d981444e9a18337.zip
move copyright statement to 2020 (part 3) (#3182)
* move copyright statement to 2020 * move copyright statement to 2020 * move copyright statement to 2020 * move copyright statement to 2020
Diffstat (limited to 'platform')
-rw-r--r--platform/debian/copyright2
-rwxr-xr-xplatform/rpm/mkrpm.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/platform/debian/copyright b/platform/debian/copyright
index 2c15356c4..c0f98104d 100644
--- a/platform/debian/copyright
+++ b/platform/debian/copyright
@@ -7,7 +7,7 @@ This is the Debian/Ubuntu prepackaged version of firejail.
7 and networking stack isolation, and it runs on any recent Linux system. It 7 and networking stack isolation, and it runs on any recent Linux system. It
8 includes a sandbox profile for Mozilla Firefox. 8 includes a sandbox profile for Mozilla Firefox.
9 9
10 Copyright (C) 2014-2019 Firejail Authors (see README file for more details) 10 Copyright (C) 2014-2020 Firejail Authors (see README file for more details)
11 11
12 This program is free software; you can redistribute it and/or modify 12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by 13 it under the terms of the GNU General Public License as published by
diff --git a/platform/rpm/mkrpm.sh b/platform/rpm/mkrpm.sh
index 351b92beb..348bea7f2 100755
--- a/platform/rpm/mkrpm.sh
+++ b/platform/rpm/mkrpm.sh
@@ -1,4 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2020 Firejail Authors
4# License GPL v2
2# 5#
3# Usage: ./platform/rpm/mkrpm.sh firejail <version> 6# Usage: ./platform/rpm/mkrpm.sh firejail <version>
4# 7#