diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-05 08:52:19 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-02-05 08:52:19 -0800 |
commit | 07e74be175a23eae83eaf7affe3b24d9cec1513f (patch) | |
tree | 3072920b0a60fcc4fba4af70376d04a0a8d8af26 /projecttemplates/WebFormsRelyingParty | |
parent | 31647c77a989b8a2b3dc1d307d42f1914a502e74 (diff) | |
download | DotNetOpenAuth-07e74be175a23eae83eaf7affe3b24d9cec1513f.zip DotNetOpenAuth-07e74be175a23eae83eaf7affe3b24d9cec1513f.tar.gz DotNetOpenAuth-07e74be175a23eae83eaf7affe3b24d9cec1513f.tar.bz2 |
Updated all copyright notices to reflect copyright assignment to Outercurve.
Fixes #66
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty')
12 files changed, 23 insertions, 23 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Admin/Admin.Master.cs b/projecttemplates/WebFormsRelyingParty/Admin/Admin.Master.cs index 85f7608..2b6d33c 100644 --- a/projecttemplates/WebFormsRelyingParty/Admin/Admin.Master.cs +++ b/projecttemplates/WebFormsRelyingParty/Admin/Admin.Master.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="Admin.Master.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="Admin.Master.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/Admin/Default.aspx.cs b/projecttemplates/WebFormsRelyingParty/Admin/Default.aspx.cs index 47618a1..8ecdcb2 100644 --- a/projecttemplates/WebFormsRelyingParty/Admin/Default.aspx.cs +++ b/projecttemplates/WebFormsRelyingParty/Admin/Default.aspx.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="Default.aspx.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="Default.aspx.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/Code/SiteUtilities.cs b/projecttemplates/WebFormsRelyingParty/Code/SiteUtilities.cs index 101d978..f5cdb84 100644 --- a/projecttemplates/WebFormsRelyingParty/Code/SiteUtilities.cs +++ b/projecttemplates/WebFormsRelyingParty/Code/SiteUtilities.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="SiteUtilities.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="SiteUtilities.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/Default.aspx.cs b/projecttemplates/WebFormsRelyingParty/Default.aspx.cs index cf78d83..357dc76 100644 --- a/projecttemplates/WebFormsRelyingParty/Default.aspx.cs +++ b/projecttemplates/WebFormsRelyingParty/Default.aspx.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="Default.aspx.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="Default.aspx.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/Global.asax.cs b/projecttemplates/WebFormsRelyingParty/Global.asax.cs index 0d99ac9..3ae68e2 100644 --- a/projecttemplates/WebFormsRelyingParty/Global.asax.cs +++ b/projecttemplates/WebFormsRelyingParty/Global.asax.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="Global.asax.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="Global.asax.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/Login.aspx.cs b/projecttemplates/WebFormsRelyingParty/Login.aspx.cs index 5c57d35..eae2ec9 100644 --- a/projecttemplates/WebFormsRelyingParty/Login.aspx.cs +++ b/projecttemplates/WebFormsRelyingParty/Login.aspx.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="Login.aspx.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="Login.aspx.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx b/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx index feb47f6..335fed9 100644 --- a/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx +++ b/projecttemplates/WebFormsRelyingParty/LoginFrame.aspx @@ -7,7 +7,7 @@ <%@ Register Assembly="DotNetOpenAuth.InfoCard.UI" Namespace="DotNetOpenAuth.InfoCard" TagPrefix="ic" %> <%@ Register Assembly="DotNetOpenAuth.OpenIdInfoCard.UI" Namespace="DotNetOpenAuth.OpenId.RelyingParty" TagPrefix="rpic" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- COPYRIGHT (C) 2009 Andrew Arnott. All rights reserved. --> +<!-- COPYRIGHT (C) 2011 Outercurve Foundation. All rights reserved. --> <!-- LICENSE: Microsoft Public License available at http://opensource.org/licenses/ms-pl.html --> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> diff --git a/projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs b/projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs index 95feb8c..fc83f15 100644 --- a/projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs +++ b/projecttemplates/WebFormsRelyingParty/Members/AccountInfo.aspx.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="AccountInfo.aspx.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="AccountInfo.aspx.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/Members/OAuthAuthorize.aspx.cs b/projecttemplates/WebFormsRelyingParty/Members/OAuthAuthorize.aspx.cs index 15b773d..93d73c3 100644 --- a/projecttemplates/WebFormsRelyingParty/Members/OAuthAuthorize.aspx.cs +++ b/projecttemplates/WebFormsRelyingParty/Members/OAuthAuthorize.aspx.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="OAuthAuthorize.aspx.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="OAuthAuthorize.aspx.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/OAuthTokenEndpoint.ashx.cs b/projecttemplates/WebFormsRelyingParty/OAuthTokenEndpoint.ashx.cs index 587b093..3402bbe 100644 --- a/projecttemplates/WebFormsRelyingParty/OAuthTokenEndpoint.ashx.cs +++ b/projecttemplates/WebFormsRelyingParty/OAuthTokenEndpoint.ashx.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="OAuthTokenEndpoint.ashx.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="OAuthTokenEndpoint.ashx.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/Properties/AssemblyInfo.cs b/projecttemplates/WebFormsRelyingParty/Properties/AssemblyInfo.cs index 78ec7de..1856e41 100644 --- a/projecttemplates/WebFormsRelyingParty/Properties/AssemblyInfo.cs +++ b/projecttemplates/WebFormsRelyingParty/Properties/AssemblyInfo.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="AssemblyInfo.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="AssemblyInfo.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- diff --git a/projecttemplates/WebFormsRelyingParty/Site.Master.cs b/projecttemplates/WebFormsRelyingParty/Site.Master.cs index b6a4f1d..36483d9 100644 --- a/projecttemplates/WebFormsRelyingParty/Site.Master.cs +++ b/projecttemplates/WebFormsRelyingParty/Site.Master.cs @@ -1,6 +1,6 @@ //----------------------------------------------------------------------- -// <copyright file="Site.Master.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. +// <copyright file="Site.Master.cs" company="Outercurve Foundation"> +// Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- |