diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-31 22:41:25 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-31 22:42:10 +0530 |
commit | 027ed8d8ea451d711a9d9a6eb72133e73df52bd5 (patch) | |
tree | 8245d2c77c4b46cedf8f782fc759e290f7ca3935 | |
parent | f41e68742d82bcbfd6d541a07cdacee5417f48e7 (diff) | |
download | nnn-027ed8d8ea451d711a9d9a6eb72133e73df52bd5.tar.gz |
Update copyright year
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | misc/haiku/nnn-master.recipe | 2 | ||||
-rw-r--r-- | src/dbg.h | 2 | ||||
-rw-r--r-- | src/nnn.c | 2 | ||||
-rw-r--r-- | src/nnn.h | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -2,7 +2,7 @@ BSD 2-Clause License Copyright (c) 2014-2016, Lazaros Koromilas <lostd@2f30.org> Copyright (c) 2014-2016, Dimitris Papastamos <sin@2f30.org> -Copyright (c) 2016-2019, Arun Prakash Jana <engineerarun@gmail.com> +Copyright (c) 2016-2020, Arun Prakash Jana <engineerarun@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -158,7 +158,7 @@ Completion scripts for Bash, Fish and Zsh are [available](misc/auto-completion). ## Developers -- [Arun Prakash Jana](https://github.com/jarun) (Copyright © 2016-2019) +- [Arun Prakash Jana](https://github.com/jarun) (Copyright © 2016-2020) - [0xACE](https://github.com/0xACE) - [Anna Arad](https://github.com/annagrram) - [KlzXS](https://github.com/KlzXS) diff --git a/misc/haiku/nnn-master.recipe b/misc/haiku/nnn-master.recipe index 7e2e463..0d2e5e5 100644 --- a/misc/haiku/nnn-master.recipe +++ b/misc/haiku/nnn-master.recipe @@ -9,7 +9,7 @@ It runs smoothly on the Raspberry Pi, Termux on Android, Linux, macOS, BSD, Cygw Visit the Wiki for concepts, program usage, how-tos and troubleshooting. " HOMEPAGE="https://github.com/jarun/nnn" -COPYRIGHT="2016-2019 Arun Prakash Jana" +COPYRIGHT="2016-2020 Arun Prakash Jana" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="git://github.com/jarun/nnn.git" @@ -3,7 +3,7 @@ * * Copyright (C) 2014-2016, Lazaros Koromilas <lostd@2f30.org> * Copyright (C) 2014-2016, Dimitris Papastamos <sin@2f30.org> - * Copyright (C) 2016-2019, Arun Prakash Jana <engineerarun@gmail.com> + * Copyright (C) 2016-2020, Arun Prakash Jana <engineerarun@gmail.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -3,7 +3,7 @@ * * Copyright (C) 2014-2016, Lazaros Koromilas <lostd@2f30.org> * Copyright (C) 2014-2016, Dimitris Papastamos <sin@2f30.org> - * Copyright (C) 2016-2019, Arun Prakash Jana <engineerarun@gmail.com> + * Copyright (C) 2016-2020, Arun Prakash Jana <engineerarun@gmail.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -3,7 +3,7 @@ * * Copyright (C) 2014-2016, Lazaros Koromilas <lostd@2f30.org> * Copyright (C) 2014-2016, Dimitris Papastamos <sin@2f30.org> - * Copyright (C) 2016-2019, Arun Prakash Jana <engineerarun@gmail.com> + * Copyright (C) 2016-2020, Arun Prakash Jana <engineerarun@gmail.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |