diff options
Diffstat (limited to 'rhimport.pm')
-rw-r--r-- | rhimport.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rhimport.pm b/rhimport.pm index eda2d79..064a8ad 100644 --- a/rhimport.pm +++ b/rhimport.pm @@ -1,24 +1,24 @@ #!/usr/bin/perl -w # # -# rhdropbox +# rhimport # # Copyright (C) 2009 Christian Pointner <equinox@helsinki.at> # -# This file is part of rhdropbox. +# This file is part of rhimport. # -# rhdropbox is free software: you can redistribute it and/or modify +# rhimport is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version. # -# rhdropbox is distributed in the hope that it will be useful, +# rhimport is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with rhdropbox. If not, see <http://www.gnu.org/licenses/>. +# along with rhimport. If not, see <http://www.gnu.org/licenses/>. # use strict; |