mirror of
				https://github.com/zedeus/nitter.git
				synced 2025-11-04 16:05:04 +00:00 
			
		
		
		
	Add more license headers
This commit is contained in:
		
							parent
							
								
									73b5b60ac3
								
							
						
					
					
						commit
						3259223c9c
					
				| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
 | 
					// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
 | 
				
			||||||
 | 
					// SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
function playVideo(overlay) {
 | 
					function playVideo(overlay) {
 | 
				
			||||||
    const video = overlay.parentElement.querySelector('video');
 | 
					    const video = overlay.parentElement.querySelector('video');
 | 
				
			||||||
    const url = video.getAttribute("data-url");
 | 
					    const url = video.getAttribute("data-url");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
 | 
					// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
 | 
				
			||||||
 | 
					// SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
function insertBeforeLast(node, elem) {
 | 
					function insertBeforeLast(node, elem) {
 | 
				
			||||||
    node.insertBefore(elem, node.childNodes[node.childNodes.length - 2]);
 | 
					    node.insertBefore(elem, node.childNodes[node.childNodes.length - 2]);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
#? stdtmpl(subsChar = '$', metaChar = '#')
 | 
					#? stdtmpl(subsChar = '$', metaChar = '#')
 | 
				
			||||||
 | 
					## SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
#proc generateOpenSearchXML*(name, hostname, url: string): string =
 | 
					#proc generateOpenSearchXML*(name, hostname, url: string): string =
 | 
				
			||||||
#  result = ""
 | 
					#  result = ""
 | 
				
			||||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
					<?xml version="1.0" encoding="UTF-8"?>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
#? stdtmpl(subsChar = '$', metaChad = '#')
 | 
					#? stdtmpl(subsChar = '$', metaChar = '#')
 | 
				
			||||||
 | 
					## SPDX-License-Identifier: AGPL-3.0-only
 | 
				
			||||||
#import strutils, xmltree, strformat, options
 | 
					#import strutils, xmltree, strformat, options
 | 
				
			||||||
#import ../types, ../utils, ../formatters
 | 
					#import ../types, ../utils, ../formatters
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue