Skip to content

Commit

Permalink
Added Npgsql licence information (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad authored Dec 16, 2024
1 parent 881ecdc commit 5fb1a06
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions src/dbup-postgresql/Npgsql-LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Copyright (c) 2002-2021, Npgsql

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.

IN NO EVENT SHALL NPGSQL BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
Npgsql HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

NPGSQL SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND Npgsql
HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
OR MODIFICATIONS.
6 changes: 5 additions & 1 deletion src/dbup-postgresql/PostgresqlQueryParser.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#nullable enable
// This code based on original code from Npgsql
// https://github.com/npgsql/npgsql/blob/main/src/Npgsql/SqlQueryParser.cs
// which is BSD license: https://github.com/npgsql/npgsql/blob/main/LICENSE

#nullable enable
using System;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down

0 comments on commit 5fb1a06

Please sign in to comment.