Skip to content

Commit

Permalink
update javadoc copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Jan 15, 2020
1 parent 2b0fa03 commit d111e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ task javadoc(type: Javadoc) {
options.docTitle(moduleName + ' ' + moduleVersion)
options.links("http://docs.oracle.com/javase/7/docs/api/");
options.links("http://d.android.com/reference/");
options.footer('Copyright © 2016–2017 Cisco System Inc. All Rights Reserved.')
options.footer('Copyright © 2016–2020 Cisco System Inc. All Rights Reserved.')
exclude '**/BuildConfig.java'
exclude '**/R.java'
exclude '**/internal/*.java'
Expand Down

0 comments on commit d111e4c

Please sign in to comment.