summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rwxr-xr-xgit2rss2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index c5b0b28..5aa4365 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2017 Remi Collet
+Copyright (C) 2017-2020 Remi Collet
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
diff --git a/git2rss b/git2rss
index afb79c5..dda4949 100755
--- a/git2rss
+++ b/git2rss
@@ -72,7 +72,7 @@ $channel
->description('Recent changes')
->url(REMOTE)
->language('en-US')
- ->copyright('Copyright 2005-2017, Remi Collet')
+ ->copyright('Copyright 2005-2020, Remi Collet')
->pubDate(time())
->lastBuildDate(time())
->ttl(60)