diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-06 14:52:10 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-06 14:53:10 +0200 |
commit | 9f957a193701788cac66292daea2c89ed94a033f (patch) | |
tree | 1e4c9ec51e070c6842767a85e433a3513b9fc453 /heimdall/source/Interface.cpp | |
parent | Merge pull request #168 from r-craig/master (diff) | |
download | Heimdall-9f957a193701788cac66292daea2c89ed94a033f.tar Heimdall-9f957a193701788cac66292daea2c89ed94a033f.tar.gz Heimdall-9f957a193701788cac66292daea2c89ed94a033f.tar.bz2 Heimdall-9f957a193701788cac66292daea2c89ed94a033f.tar.lz Heimdall-9f957a193701788cac66292daea2c89ed94a033f.tar.xz Heimdall-9f957a193701788cac66292daea2c89ed94a033f.tar.zst Heimdall-9f957a193701788cac66292daea2c89ed94a033f.zip |
Diffstat (limited to '')
-rw-r--r-- | heimdall/source/Interface.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdall/source/Interface.cpp b/heimdall/source/Interface.cpp index b070dad..4a300ca 100644 --- a/heimdall/source/Interface.cpp +++ b/heimdall/source/Interface.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Benjamin Dobell, Glass Echidna +/* Copyright (c) 2010-2014 Benjamin Dobell, Glass Echidna Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -46,7 +46,7 @@ const char *version = "v1.4.1"; const char *actionUsage = "Usage: heimdall <action> <action arguments>\n"; const char *releaseInfo = "Heimdall %s\n\n\ -Copyright (c) 2010-2013, Benjamin Dobell, Glass Echidna\n\ +Copyright (c) 2010-2014 Benjamin Dobell, Glass Echidna\n\ http://www.glassechidna.com.au/\n\n\ This software is provided free of charge. Copying and redistribution is\nencouraged.\n\n\ If you appreciate this software and you would like to support future\ndevelopment please consider donating:\n\ |