Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update licenses/readmes/versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yupferris committed Dec 16, 2017
1 parent ec482b0 commit e8c9118
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE-APACHE
Expand Up @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2016-2017 Jake Taylor
Copyright 2016-2018 Jake Taylor

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
@@ -1,4 +1,4 @@
Copyright (c) 2016-2017 Jake Taylor
Copyright (c) 2016-2018 Jake Taylor

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
6 changes: 3 additions & 3 deletions doc/README
@@ -1,7 +1,7 @@
Rustual Boy - A Virtual Boy emulator
====================================

This is a very early build, and, as such, does not yet have proper documentation.
This is a pre-1.0 build, and, as such, does not yet have proper documentation.
Please visit https://github.com/emu-rs/rustual-boy for more info!

Rustual Boy is primarily distributed under the terms of both the MIT license and
Expand All @@ -12,6 +12,6 @@ but it depends on a number of libraries which carry their own copyright notices
and license terms. These libraries are normally all linked static into the binary
distributions of Rustual Boy. See LICENSE-THIRD-PARTY for more info.

(C) 2016-2017 Jake "ferris" Taylor and the Rustual Boy contributors
http://rustualboy.com/
(C) 2016-2018 Jake "ferris" Taylor and the Rustual Boy contributors
https://rustualboy.com/
https://github.com/emu-rs/rustual-boy
2 changes: 1 addition & 1 deletion rustual-boy-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rustual-boy-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustual-boy-cli"
version = "0.1.0"
version = "0.2.0"
authors = ["ferris <yupferris@gmail.com>", "The Rustual Boy contributors"]
description = "A CLI frontend for rustual-boy-core"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion rustual-boy-cli/src/argparse.rs
Expand Up @@ -7,7 +7,7 @@ pub struct CommandLineConfig {

pub fn parse_args() -> CommandLineConfig {
let app = App::new("Rustual Boy")
.version("0.1.0")
.version("0.2.0")
.author(crate_authors!(", "))
.about("A CLI frontend to the Rustual Boy emulator")
.arg(Arg::with_name("ROM")
Expand Down

0 comments on commit e8c9118

Please sign in to comment.