Functions | Variables
relicense Namespace Reference

Functions

def update (text)
 

Variables

 exclusions = set(['relicense.py'])
 
 filename = os.path.join(root, basename)
 
 fo = file(filename)
 
string lgpl3_header
 
string mpl2_header
 
 rootdir = sys.argv[1]
 
 text = fo.read()
 
 updated
 

Function Documentation

◆ update()

def relicense.update (   text)

Definition at line 46 of file relicense.py.

Variable Documentation

◆ exclusions

relicense.exclusions = set(['relicense.py'])

Definition at line 44 of file relicense.py.

◆ filename

relicense.filename = os.path.join(root, basename)

Definition at line 57 of file relicense.py.

◆ fo

relicense.fo = file(filename)

Definition at line 58 of file relicense.py.

◆ lgpl3_header

string relicense.lgpl3_header
Initial value:
1 = '''
2 // Eigen is free software; you can redistribute it and/or
3 // modify it under the terms of the GNU Lesser General Public
4 // License as published by the Free Software Foundation; either
5 // version 3 of the License, or (at your option) any later version.
6 //
7 // Alternatively, you can redistribute it and/or
8 // modify it under the terms of the GNU General Public License as
9 // published by the Free Software Foundation; either version 2 of
10 // the License, or (at your option) any later version.
11 //
12 // Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
13 // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 // FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the
15 // GNU General Public License for more details.
16 //
17 // You should have received a copy of the GNU Lesser General Public
18 // License and a copy of the GNU General Public License along with
19 // Eigen. If not, see <http://www.gnu.org/licenses/>.
20 '''

Definition at line 14 of file relicense.py.

◆ mpl2_header

string relicense.mpl2_header
Initial value:
1 = """
2 // This Source Code Form is subject to the terms of the Mozilla
3 // Public License v. 2.0. If a copy of the MPL was not distributed
4 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 """

Definition at line 35 of file relicense.py.

◆ rootdir

relicense.rootdir = sys.argv[1]

Definition at line 51 of file relicense.py.

◆ text

relicense.text = fo.read()

Definition at line 59 of file relicense.py.

◆ updated

relicense.updated

Definition at line 62 of file relicense.py.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:47:27