diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rwxr-xr-x | git2rss | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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) |