File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
15
Copyright (c) 2013 Ryan Hileman
2
16
3
17
Permission is hereby granted, free of charge, to any person obtaining a copy
Original file line number Diff line number Diff line change
1
+ # coding=utf-8
2
+
3
+ # This file is part of the uberserver (GPL v2 or later), see LICENSE
1
4
2
5
from OpenSSL import crypto
3
6
import time
You can’t perform that action at this time.
0 commit comments