summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rwxr-xr-xgit2rss5
2 files changed, 3 insertions, 4 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 b9d996f..dda4949 100755
--- a/git2rss
+++ b/git2rss
@@ -1,6 +1,5 @@
#!/usr/bin/env php
<?php
-
/*
* This file is part of git2rss.
*
@@ -70,10 +69,10 @@ $feed = new Feed();
$channel = new Channel();
$channel
->title("Remi's RPM git repostiories")
- ->description('Change')
+ ->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)