comparison hg2cl @ 8:8f11993b361d

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 15 Jan 2011 04:00:07 +0200
parents f27514832835
children 1c5e1f798c76
comparison
equal deleted inserted replaced
7:86a7054b01d5 8:8f11993b361d
2 2
3 # hg2cl.sh - front end shell script for svn2cl.xsl, calls xsltproc 3 # hg2cl.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 Arthur de Jong. 6 # Copyright (C) 2005 Arthur de Jong.
7 # Copyright (C) 2008 Matti Hamalainen 7 # Copyright (C) 2008-2011 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
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 Arthur de Jong."
85 echo "Copyright (C) 2008 Matti Hamalainen." 85 echo "Copyright (C) 2008-2011 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 ;;