Skip to content

Commit 3b3ec29

Browse files
committed
Cleaning up GitHub workflow.
1 parent af03f9b commit 3b3ec29

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

.github/workflows/static-checking.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
branches:
66
- master
7-
- dev
87
pull_request:
98
branches:
109
- master
11-
- dev
1210

1311
jobs:
1412
build:

THIRD_PARTY.txt

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,55 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
353353
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
354354
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
355355
THE SOFTWARE.
356+
357+
-----
358+
359+
psycopg2 and the LGPL
360+
---------------------
361+
362+
psycopg2 is free software: you can redistribute it and/or modify it
363+
under the terms of the GNU Lesser General Public License as published
364+
by the Free Software Foundation, either version 3 of the License, or
365+
(at your option) any later version.
366+
367+
psycopg2 is distributed in the hope that it will be useful, but WITHOUT
368+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
369+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
370+
License for more details.
371+
372+
In addition, as a special exception, the copyright holders give
373+
permission to link this program with the OpenSSL library (or with
374+
modified versions of OpenSSL that use the same license as OpenSSL),
375+
and distribute linked combinations including the two.
376+
377+
You must obey the GNU Lesser General Public License in all respects for
378+
all of the code used other than OpenSSL. If you modify file(s) with this
379+
exception, you may extend this exception to your version of the file(s),
380+
but you are not obligated to do so. If you do not wish to do so, delete
381+
this exception statement from your version. If you delete this exception
382+
statement from all source files in the program, then also delete it here.
383+
384+
You should have received a copy of the GNU Lesser General Public License
385+
along with psycopg2 (see the doc/ directory.)
386+
If not, see <https://www.gnu.org/licenses/>.
387+
388+
389+
Alternative licenses
390+
--------------------
391+
392+
The following BSD-like license applies (at your option) to the files following
393+
the pattern ``psycopg/adapter*.{h,c}`` and ``psycopg/microprotocol*.{h,c}``:
394+
395+
Permission is granted to anyone to use this software for any purpose,
396+
including commercial applications, and to alter it and redistribute it
397+
freely, subject to the following restrictions:
398+
399+
1. The origin of this software must not be misrepresented; you must not
400+
claim that you wrote the original software. If you use this
401+
software in a product, an acknowledgment in the product documentation
402+
would be appreciated but is not required.
403+
404+
2. Altered source versions must be plainly marked as such, and must not
405+
be misrepresented as being the original software.
406+
407+
3. This notice may not be removed or altered from any source distribution.

0 commit comments

Comments
 (0)