# HG changeset patch # User Edho Arief # Date 1328752916 -25200 # Node ID 36bc27bb32ffce15dfdd5034489c491bb8ff24a8 # Parent 4879900244f72968b87aae17abf9175f9772755a Updated version and copyright. diff -r 4879900244f7 -r 36bc27bb32ff bin/moefetch --- a/bin/moefetch Thu Feb 09 08:59:30 2012 +0700 +++ b/bin/moefetch Thu Feb 09 09:01:56 2012 +0700 @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2009, edogawaconan +# Copyright (c) 2009-2012, edogawaconan # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -37,7 +37,7 @@ # useless welcome message. Also version msg_welcome() { echo "moefetch ${_version} -Copyright (c) 2009 edogawaconan +Copyright (c) 2009-2012 edogawaconan " } @@ -379,7 +379,7 @@ # global variables goes here init_globals() { - _version="1.0-rc2" # version of this script + _version="1.0-rc3" # version of this script _use_login=0 # variable to check whether a login is used or not }