all: update copyright to 2019-2021 (#8029)
							parent
							
								
									38881e4b20
								
							
						
					
					
						commit
						ac2c3847af
					
				
							
								
								
									
										2
									
								
								LICENSE
								
								
								
								
							
							
						
						
									
										2
									
								
								LICENSE
								
								
								
								
							|  | @ -1,6 +1,6 @@ | ||||||
| MIT License | MIT License | ||||||
| 
 | 
 | ||||||
| Copyright (c) 2019-2020 Alexander Medvednikov | Copyright (c) 2019-2021 Alexander Medvednikov | ||||||
| 
 | 
 | ||||||
| Permission is hereby granted, free of charge, to any person obtaining a copy | Permission is hereby granted, free of charge, to any person obtaining a copy | ||||||
| of this software and associated documentation files (the "Software"), to deal | of this software and associated documentation files (the "Software"), to deal | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| import os | import os | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| //
 | //
 | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| module main | module main | ||||||
| 
 | 
 | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | ||||||
| //
 | //
 | ||||||
| // This module follows a similar convention to Rust: `init` makes the
 | // This module follows a similar convention to Rust: `init` makes the
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module main | module main | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module main | module main | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module main | module main | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | ||||||
| module main | module main | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module main | module main | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| import net.http | import net.http | ||||||
|  |  | ||||||
|  | @ -1,7 +1,7 @@ | ||||||
| /********************************************************************** | /********************************************************************** | ||||||
| * path tracing demo | * path tracing demo | ||||||
| * | * | ||||||
| * Copyright (c) 2019-2020 Dario Deledda. All rights reserved. | * Copyright (c) 2019-2021 Dario Deledda. All rights reserved. | ||||||
| * Use of this source code is governed by an MIT license | * Use of this source code is governed by an MIT license | ||||||
| * that can be found in the LICENSE file. | * that can be found in the LICENSE file. | ||||||
| * | * | ||||||
|  |  | ||||||
|  | @ -1,7 +1,7 @@ | ||||||
| /********************************************************************** | /********************************************************************** | ||||||
| * regex samples | * regex samples | ||||||
| * | * | ||||||
| * Copyright (c) 2019-2020 Dario Deledda. All rights reserved. | * Copyright (c) 2019-2021 Dario Deledda. All rights reserved. | ||||||
| * Use of this source code is governed by an MIT license | * Use of this source code is governed by an MIT license | ||||||
| * that can be found in the LICENSE file. | * that can be found in the LICENSE file. | ||||||
| * | * | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module main | module main | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,7 +1,6 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
| 
 | 
 | ||||||
| fn float_test()  { | fn float_test()  { | ||||||
| } | } | ||||||
| 
 |  | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
| 
 | 
 | ||||||
|  | @ -54,4 +54,3 @@ fn bytes2string(b []byte) string { | ||||||
| 	res := tos(copy.data, copy.len-1) | 	res := tos(copy.data, copy.len-1) | ||||||
| 	return res | 	return res | ||||||
| } | } | ||||||
| 
 |  | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module builtin | module builtin | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // Based off:   https://github.com/golang/go/blob/master/src/crypto/aes
 | // Based off:   https://github.com/golang/go/blob/master/src/crypto/aes
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // Cipher block chaining (CBC) mode.
 | // Cipher block chaining (CBC) mode.
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| import crypto.aes | import crypto.aes | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // This implementation is derived from the golang implementation
 | // This implementation is derived from the golang implementation
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module aes | module aes | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module cipher | module cipher | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // Package subtle implements functions that are often useful in cryptographic
 | // Package subtle implements functions that are often useful in cryptographic
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
 | // Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module rand | module rand | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| module rc4 | module rc4 | ||||||
| 
 | 
 | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // Package rc4 implements RC4 encryption, as defined in Bruce Schneier's
 | // Package rc4 implements RC4 encryption, as defined in Bruce Schneier's
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
 | // Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // This is the generic version with no architecture optimizations.
 | // This is the generic version with no architecture optimizations.
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // Package sha256 implements the SHA224 and SHA256 hash algorithms as defined
 | // Package sha256 implements the SHA224 and SHA256 hash algorithms as defined
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // SHA256 block step.
 | // SHA256 block step.
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256
 | // Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| import crypto.sha512 | import crypto.sha512 | ||||||
|  | @ -6,4 +6,3 @@ import crypto.sha512 | ||||||
| fn test_crypto_sha512() { | fn test_crypto_sha512() { | ||||||
| 	assert sha512.sum512('This is a sha512 checksum.'.bytes()).hex() == '4143e55fcba7e39b20f62a1368e5eb28f64a8859458886117ac66027832e0f9f5263daec688c439d2d0fa07059334668d39e59543039703dbb7e03ec9da7f8d7' | 	assert sha512.sum512('This is a sha512 checksum.'.bytes()).hex() == '4143e55fcba7e39b20f62a1368e5eb28f64a8859458886117ac66027832e0f9f5263daec688c439d2d0fa07059334668d39e59543039703dbb7e03ec9da7f8d7' | ||||||
| } | } | ||||||
| 
 |  | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // SHA512 block step.
 | // SHA512 block step.
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module binary | module binary | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module csv | module csv | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module csv | module csv | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | ||||||
| module gg | module gg | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | ||||||
| module gg | module gg | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | // Use of this source code is governed by an MIT license that can be found in the LICENSE file.
 | ||||||
| module gg | module gg | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module glm | module glm | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| // might need special case for this
 | // might need special case for this
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module hash | module hash | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| //
 | //
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module json | module json | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module log | module log | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module math | module math | ||||||
|  | @ -56,4 +56,3 @@ pub fn is_inf(f f64, sign int) bool { | ||||||
| // }
 | // }
 | ||||||
| // return x, 0
 | // return x, 0
 | ||||||
| // }
 | // }
 | ||||||
| 
 |  | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module bits | module bits | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module bits | module bits | ||||||
|  | @ -73,4 +73,3 @@ const ( | ||||||
| 	0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, | 	0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, | ||||||
| 	] | 	] | ||||||
| ) | ) | ||||||
| 
 |  | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module math | module math | ||||||
|  | @ -45,4 +45,3 @@ pub const ( | ||||||
| 	max_u32 = u32(4294967295) | 	max_u32 = u32(4294967295) | ||||||
| 	max_u64 = u64(18446744073709551615) | 	max_u64 = u64(18446744073709551615) | ||||||
| ) | ) | ||||||
| 
 |  | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module fractions | module fractions | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| import math.fractions | import math.fractions | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module fractions | module fractions | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| import math.fractions | import math.fractions | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module math | module math | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module math | module math | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module math | module math | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module math | module math | ||||||
|  | @ -35,4 +35,3 @@ pub fn f64_from_bits(b u64) f64 { | ||||||
| 	p := *unsafe {&f64(&b)} | 	p := *unsafe {&f64(&b)} | ||||||
| 	return p | 	return p | ||||||
| } | } | ||||||
| 
 |  | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module http | module http | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module http | module http | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module http | module http | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module http | module http | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module http | module http | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module http | module http | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module urllib | module urllib | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| // Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
 | // Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved.
 | ||||||
| // Use of this source code is governed by an MIT license
 | // Use of this source code is governed by an MIT license
 | ||||||
| // that can be found in the LICENSE file.
 | // that can be found in the LICENSE file.
 | ||||||
| module os | module os | ||||||
|  |  | ||||||
Some files were not shown because too many files have changed in this diff Show More
		Loading…
	
		Reference in New Issue