Skip to content

Commit b450d67

Browse files
committed
relicense as gpl2
1 parent 986f4cc commit b450d67

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

LICENSE

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## LICENSE
2+
3+
uberserver is free software: you can redistribute it and/or modify
4+
it under the terms of the GNU General Public License as published by
5+
the Free Software Foundation, either version 2 of the License, or
6+
(at your option) any later version.
7+
8+
Spring is distributed in the hope that it will be useful,
9+
but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
GNU General Public License for more details.
12+
13+
14+
115
Copyright (c) 2013 Ryan Hileman
216

317
Permission is hereby granted, free of charge, to any person obtaining a copy

certificate.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# coding=utf-8
2+
3+
# This file is part of the uberserver (GPL v2 or later), see LICENSE
14

25
from OpenSSL import crypto
36
import time

0 commit comments

Comments
 (0)