Commit ecd971f0 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Adding header in all files

parent d2bf6d75
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
#
#	checking_conflicts.sh
#
#	Script to check potential conflicts with existing merge requests 
#
#	(c) 2024 by Miguel Angel Reina Ortega
#	License: BSD 3-Clause License. See the LICENSE file for further details.
#
#!/bin/bash

#Parameters
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#	Script to convert all improvised changes in a docx file (underlines, strike-throughs) 
#	to either coloured text or tracked changes.
#
#	(c) 2023 by Andreas Kraft, Miguel Ortega
#	(c) 2023 by Andreas Kraft, Miguel Angel Reina Ortega
#	License: BSD 3-Clause License. See the LICENSE file for further details.
#

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#
#	Script to generate a markdown file per clause modified in a merge request
#
#	(c) 2023 by Miguel Angel Reina Ortega
#	(c) 2023 by Andreas Kraft, Miguel Angel Reina Ortega
#	License: BSD 3-Clause License. See the LICENSE file for further details.
#
from typing import Tuple
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#
#	Script to convert a oneM2M Markdown file to pandoc input format
#
#	(c) 2023 by Andreas Kraft, Miguel Ortega
#	(c) 2023 by Andreas Kraft, Miguel Angel Reina Ortega
#	License: BSD 3-Clause License. See the LICENSE file for further details.
#

+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@ from setuptools import setup, find_packages
setup(
	name='oneM2M markdown to pandoc filter',
	version='0.0.1',
	author='Andreas Kraft, Miguel Ortega',
	author_email='an.kraft@gmail.com',
	author='Andreas Kraft, Miguel Angel Reina Ortega',
	author_email='an.kraft@gmail.com , miguelangel.reinaortega@etsi.org',
	description='Convert oneM2M Markdown to Pandoc input',
	packages=find_packages(),
	install_requires=[
Loading