comparison svn2cl @ 24:e6538f457e31 default tip

Fix and bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 May 2020 12:45:34 +0300
parents 2befd98bdccd
children
comparison
equal deleted inserted replaced
23:2befd98bdccd 24:e6538f457e31
2 2
3 # svn2cl.sh - front end shell script for svn2cl.xsl, calls xsltproc 3 # svn2cl.sh - front end shell script for svn2cl.xsl, calls xsltproc
4 # with the correct parameters 4 # with the correct parameters
5 # 5 #
6 # Copyright (C) 2005-2008 Arthur de Jong. 6 # Copyright (C) 2005-2008 Arthur de Jong.
7 # Copyright (C) 2008-2020 Matti Hamalainen <ccr@tnsp.org>
7 # 8 #
8 # Redistribution and use in source and binary forms, with or without 9 # Redistribution and use in source and binary forms, with or without
9 # modification, are permitted provided that the following conditions 10 # modification, are permitted provided that the following conditions
10 # are met: 11 # are met:
11 # 1. Redistributions of source code must retain the above copyright 12 # 1. Redistributions of source code must retain the above copyright
79 -V|--version) 80 -V|--version)
80 echo "${prog} $VERSION"; 81 echo "${prog} $VERSION";
81 echo "Written by Arthur de Jong." 82 echo "Written by Arthur de Jong."
82 echo "Modified by Matti Hamalainen." 83 echo "Modified by Matti Hamalainen."
83 echo "Copyright (C) 2005-2008 Arthur de Jong." 84 echo "Copyright (C) 2005-2008 Arthur de Jong."
85 echo "Copyright (C) 2008-2020 Matti Hamalainen <ccr@tnsp.org>."
84 echo "" 86 echo ""
85 echo "This is free software; see the source for copying conditions. There is NO" 87 echo "This is free software; see the source for copying conditions. There is NO"
86 echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." 88 echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
87 exit 0 89 exit 0
88 ;; 90 ;;