changeset 301:36bc27bb32ff

Updated version and copyright.
author Edho Arief <edho@myconan.net>
date Thu, 09 Feb 2012 09:01:56 +0700
parents 4879900244f7
children b90ebadbfd5d
files bin/moefetch
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <me@myconan.net>
+# Copyright (c) 2009-2012, edogawaconan <edho@myconan.net>
 # 
 # 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 <me@myconan.net>
+Copyright (c) 2009-2012 edogawaconan <edho@myconan.net>
 "
 }
 
@@ -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
 }