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

Commit

Permalink
Make license year evergreen
Browse files Browse the repository at this point in the history
  • Loading branch information
prayagverma committed Jan 27, 2016
1 parent 72f9b1d commit 6beda9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2015 Adobe Systems Incorporated. All rights reserved.
Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 1 addition & 1 deletion src/htmlContent/about-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>{{APP_NAME_ABOUT_BOX}}</h2>
{{/BUILD_TIMESTAMP}}
</p>

<p class="dialog-message"><!-- $NON-NLS$ -->Copyright 2012 - 2015 Adobe Systems Incorporated and its licensors. All rights reserved.</p>
<p class="dialog-message"><!-- $NON-NLS$ -->Copyright 2012 - present Adobe Systems Incorporated and its licensors. All rights reserved.</p>
<p class="dialog-message">{{{Strings.ABOUT_TEXT_WEB_PLATFORM_DOCS}}}</p>
<p class="dialog-message">{{{Strings.ABOUT_TEXT_LINE3}}}</p>
<p class="dialog-message">{{{Strings.ABOUT_TEXT_LINE4}}}</p>
Expand Down

0 comments on commit 6beda9f

Please sign in to comment.