Skip to content

Commit

Permalink
Update docs copyright as part of updatecopyright script
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Feb 6, 2017
1 parent d6420e9 commit 8cd27d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/updatecopyright
Expand Up @@ -68,6 +68,9 @@ if test $YEAR -lt 2015 -o $YEAR -gt 2030; then
fi fi


count=0 count=0
echo "Updating documentation copyright..."
sed -i "s/^copyright = .*/copyright = u'$YEAR, Eggheads'/" doc/sphinx_source/conf.py
./misc/generatedocs
for i in $(find_copyright_files); do for i in $(find_copyright_files); do
count=$(($count + 1)) count=$(($count + 1))
echo "${i}... " echo "${i}... "
Expand Down

0 comments on commit 8cd27d8

Please sign in to comment.