diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-02-15 19:49:43 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-02-15 19:49:43 -0800 |
commit | 4c5b64ee0a6706ea48bc94cae1cb1297159f13ef (patch) | |
tree | 2718115f0e1062f54e60509f4dcf11cd273ff108 /src | |
parent | 2371d9cca82d2069596d0ced96bcc1a7ece94351 (diff) | |
download | DotNetOpenAuth-4c5b64ee0a6706ea48bc94cae1cb1297159f13ef.zip DotNetOpenAuth-4c5b64ee0a6706ea48bc94cae1cb1297159f13ef.tar.gz DotNetOpenAuth-4c5b64ee0a6706ea48bc94cae1cb1297159f13ef.tar.bz2 |
Added copyright notice to OpenIdAjaxTextbox.js.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js index 53f6d43..ca3250d 100644 --- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js +++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdAjaxTextBox.js @@ -1,4 +1,10 @@ -// Options that can be set on the host page: +//----------------------------------------------------------------------- +// <copyright file="OpenIdAjaxTextBox.js" company="Andrew Arnott"> +// Copyright (c) Andrew Arnott. All rights reserved. +// </copyright> +//----------------------------------------------------------------------- + +// Options that can be set on the host page: //window.openid_visible_iframe = true; // causes the hidden iframe to show up //window.openid_trace = true; // causes lots of alert boxes |