comparison hg2cl @ 24:e6538f457e31 default tip

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