Skip to content

Commit

Permalink
Bump old year String in CoreStrings and License.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Duda committed Jun 13, 2019
1 parent 2f06025 commit e36425c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Robin Duda
Copyright (c) 2019 Robin Duda

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public abstract class CoreStrings {
// Author.
public static String VERSION;
public static final String GITHUB = "https://github.com/codingchili";
public static final String AUTHOR = "Robin Duda \u00a9 2017";
public static final String AUTHOR = "Robin Duda \u00a9 2019";

static {
VERSION = CoreStrings.class.getPackage().getImplementationVersion();
Expand Down

0 comments on commit e36425c

Please sign in to comment.