diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/askfirst.c | 1 | ||||
-rw-r--r-- | utils/utils.c | 1 | ||||
-rw-r--r-- | utils/utils.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/utils/askfirst.c b/utils/askfirst.c index 69de76f..cdd2883 100644 --- a/utils/askfirst.c +++ b/utils/askfirst.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2013 Felix Fietkau <nbd@openwrt.org> * Copyright (C) 2013 John Crispin <blogic@openwrt.org> + * Copyright (C) 2015 Matthias Schiffer <mschiffer@universe-factory.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 2.1 diff --git a/utils/utils.c b/utils/utils.c index c0d1cd5..8dbbbd2 100644 --- a/utils/utils.c +++ b/utils/utils.c @@ -1,6 +1,7 @@ /* * Copyright (C) 2013 Felix Fietkau <nbd@openwrt.org> * Copyright (C) 2013 John Crispin <blogic@openwrt.org> + * Copyright (C) 2015 Matthias Schiffer <mschiffer@universe-factory.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 2.1 diff --git a/utils/utils.h b/utils/utils.h index 8b384fc..c371678 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2013 Felix Fietkau <nbd@openwrt.org> * Copyright (C) 2013 John Crispin <blogic@openwrt.org> + * Copyright (C) 2015 Matthias Schiffer <mschiffer@universe-factory.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 2.1 |