Salome HOME
Copyright update 2022
[tools/yacsgen.git] / module_generator / doc_tmpl.py
index e61f2e44afb1a00730e0de44b880d4b49e47128f..9e820f2ddd6ab9cb981c13e5182dbb2776fee111 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2022  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 try:
   from string import Template
 except:
-  from compat import Template,set
+  from module_generator.compat import Template,set
 
 # CMakeLists.txt in doc directory
 # template parameters:
 #   module : module name
 #   files : doc source files (.rst)
 docmakefile="""
-INCLUDE($${KERNEL_ROOT_DIR}/salome_adm/cmake_files/SalomeMacros.cmake)
-
 SET(RSTFILES
   ${files}
   )
@@ -106,7 +104,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'${module}'
-copyright = u'2010-2015'
+copyright = u'2010-2022'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the