Skip to content

Commit c195d1e

Browse files
committed
Copyright year
1 parent 6363f6c commit c195d1e

193 files changed

Lines changed: 193 additions & 193 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2002-2015, The Npgsql Development Team
1+
Copyright (c) 2002-2016, The Npgsql Development Team
22

33
Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
44

src/CommonAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: SecurityRules(SecurityRuleSet.Level1)]
1212
[assembly: AssemblyCompany("Npgsql Development Team")]
1313
[assembly: AssemblyProduct("Npgsql")]
14-
[assembly: AssemblyCopyright("Copyright © 2002 - 2014 Npgsql Development Team")]
14+
[assembly: AssemblyCopyright("Copyright © 2002 - 2016 Npgsql Development Team")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: NeutralResourcesLanguage("en", UltimateResourceFallbackLocation.MainAssembly)]
1717

src/EntityFramework5.Npgsql/EntityFramework5.Npgsql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<licenseUrl>https://github.com/npgsql/npgsql/blob/develop/LICENSE.txt</licenseUrl>
1010
<projectUrl>http://www.npgsql.org</projectUrl>
1111
<iconUrl>http://www.npgsql.org/img/postgresql.gif</iconUrl>
12-
<copyright>Copyright 2002 - 2015 Npgsql Development Team</copyright>
12+
<copyright>Copyright 2002 - 2016 Npgsql Development Team</copyright>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>PostgreSQL provider for Entity Framework 5</description>
1515
<summary>PostgreSQL provider for Entity Framework 5</summary>

src/EntityFramework6.Npgsql/EntityFramework6.Npgsql.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<licenseUrl>https://github.com/npgsql/npgsql/blob/develop/LICENSE.txt</licenseUrl>
1010
<projectUrl>http://www.npgsql.org</projectUrl>
1111
<iconUrl>http://www.npgsql.org/img/postgresql.gif</iconUrl>
12-
<copyright>Copyright 2002 - 2015 Npgsql Development Team</copyright>
12+
<copyright>Copyright 2002 - 2016 Npgsql Development Team</copyright>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>PostgreSQL provider for Entity Framework 6</description>
1515
<summary>PostgreSQL provider for Entity Framework 6</summary>

src/EntityFramework6.Npgsql/NpgsqlConnectionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#region License
22
// The PostgreSQL License
33
//
4-
// Copyright (C) 2015 The Npgsql Development Team
4+
// Copyright (C) 2016 The Npgsql Development Team
55
//
66
// Permission to use, copy, modify, and distribute this software and its
77
// documentation for any purpose, without fee, and without a written

src/EntityFramework6.Npgsql/NpgsqlMigrationSqlGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#region License
22
// The PostgreSQL License
33
//
4-
// Copyright (C) 2015 The Npgsql Development Team
4+
// Copyright (C) 2016 The Npgsql Development Team
55
//
66
// Permission to use, copy, modify, and distribute this software and its
77
// documentation for any purpose, without fee, and without a written

src/EntityFramework6.Npgsql/NpgsqlProviderManifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#region License
22
// The PostgreSQL License
33
//
4-
// Copyright (C) 2015 The Npgsql Development Team
4+
// Copyright (C) 2016 The Npgsql Development Team
55
//
66
// Permission to use, copy, modify, and distribute this software and its
77
// documentation for any purpose, without fee, and without a written

src/EntityFramework6.Npgsql/NpgsqlServices.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#region License
22
// The PostgreSQL License
33
//
4-
// Copyright (C) 2015 The Npgsql Development Team
4+
// Copyright (C) 2016 The Npgsql Development Team
55
//
66
// Permission to use, copy, modify, and distribute this software and its
77
// documentation for any purpose, without fee, and without a written

src/EntityFramework6.Npgsql/SqlGenerators/PendingProjectsNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#region License
22
// The PostgreSQL License
33
//
4-
// Copyright (C) 2015 The Npgsql Development Team
4+
// Copyright (C) 2016 The Npgsql Development Team
55
//
66
// Permission to use, copy, modify, and distribute this software and its
77
// documentation for any purpose, without fee, and without a written

src/EntityFramework6.Npgsql/SqlGenerators/SqlBaseGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#region License
22
// The PostgreSQL License
33
//
4-
// Copyright (C) 2015 The Npgsql Development Team
4+
// Copyright (C) 2016 The Npgsql Development Team
55
//
66
// Permission to use, copy, modify, and distribute this software and its
77
// documentation for any purpose, without fee, and without a written

0 commit comments

Comments
 (0)