diff options
author | Jason Woodward | 2019-01-01 11:58:31 -0500 |
---|---|---|
committer | Jason Woodward | 2019-01-01 11:58:31 -0500 |
commit | 83387349958adf89e3032eb67bbbb54513817c5b (patch) | |
tree | 94ec710f2eed0d2f0279d8699eaefb47076cf968 | |
parent | c31597d58d4f038e938c47bbe88330939657b6cf (diff) | |
download | slapt-get-83387349958adf89e3032eb67bbbb54513817c5b.tar.gz |
updated copyright date
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/action.c | 2 | ||||
-rw-r--r-- | src/action.h | 2 | ||||
-rw-r--r-- | src/common.c | 2 | ||||
-rw-r--r-- | src/common.h | 2 | ||||
-rw-r--r-- | src/configuration.c | 2 | ||||
-rw-r--r-- | src/configuration.h | 2 | ||||
-rw-r--r-- | src/curl.c | 2 | ||||
-rw-r--r-- | src/curl.h | 2 | ||||
-rw-r--r-- | src/gpgme.c | 2 | ||||
-rw-r--r-- | src/gpgme.h | 2 | ||||
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/main.h | 2 | ||||
-rw-r--r-- | src/package.c | 2 | ||||
-rw-r--r-- | src/package.h | 2 | ||||
-rw-r--r-- | src/transaction.c | 2 | ||||
-rw-r--r-- | src/transaction.h | 2 |
17 files changed, 17 insertions, 17 deletions
@@ -1,4 +1,4 @@ -Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> +Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/action.c b/src/action.c index ecfe291..780a5bf 100644 --- a/src/action.c +++ b/src/action.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/action.h b/src/action.h index 213c093..90f81fb 100644 --- a/src/action.h +++ b/src/action.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common.c b/src/common.c index b920f54..eefe427 100644 --- a/src/common.c +++ b/src/common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common.h b/src/common.h index e6fd453..c0f6f71 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/configuration.c b/src/configuration.c index 094f814..0498791 100644 --- a/src/configuration.c +++ b/src/configuration.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/configuration.h b/src/configuration.h index ceb0aad..3809e16 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gpgme.c b/src/gpgme.c index 49d46b4..caf5303 100644 --- a/src/gpgme.c +++ b/src/gpgme.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gpgme.h b/src/gpgme.h index 38db7f3..3099ff4 100644 --- a/src/gpgme.h +++ b/src/gpgme.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/package.c b/src/package.c index 6ffe8bb..7875017 100644 --- a/src/package.c +++ b/src/package.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/package.h b/src/package.h index 96e27f9..ce92e12 100644 --- a/src/package.h +++ b/src/package.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/transaction.c b/src/transaction.c index 7882506..5527a20 100644 --- a/src/transaction.c +++ b/src/transaction.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/transaction.h b/src/transaction.h index 1723cbd..74de317 100644 --- a/src/transaction.h +++ b/src/transaction.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2018 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |