Fix copyright header of Python and XML files

This commit is contained in:
Guillem Barba 2013-09-25 11:00:34 +02:00
parent 2b0c941d6a
commit 2c1933777b
6 changed files with 12 additions and 15 deletions

View file

@ -1,5 +1,5 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of #The COPYRIGHT file at the top level of this repository contains the full
#this repository contains the full copyright notices and license terms. #copyright notices and license terms.
from trytond.pool import Pool from trytond.pool import Pool
from .location import Location from .location import Location

View file

@ -1,5 +1,5 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of #The COPYRIGHT file at the top level of this repository contains the full
#this repository contains the full copyright notices and license terms. #copyright notices and license terms.
from trytond.model import ModelView, ModelSQL, fields from trytond.model import ModelView, ModelSQL, fields
from trytond.pyson import Eval, In, Not from trytond.pyson import Eval, In, Not

View file

@ -1,4 +1,3 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of #The COPYRIGHT file at the top level of this repository contains the full
#this repository contains the full copyright notices and license terms. #copyright notices and license terms.
from .test_stock_location_warehouse import suite from .test_stock_location_warehouse import suite

View file

@ -1,7 +1,5 @@
#!/usr/bin/env python #The COPYRIGHT file at the top level of this repository contains the full
#This file is part of Tryton. The COPYRIGHT file at the top level of #copyright notices and license terms.
#this repository contains the full copyright notices and license terms.
import sys import sys
import os import os
DIR = os.path.abspath(os.path.normpath(os.path.join(__file__, DIR = os.path.abspath(os.path.normpath(os.path.join(__file__,

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of <!-- The COPYRIGHT file at the top level of this repository contains the full
this repository contains the full copyright notices and license terms. --> copyright notices and license terms. -->
<data> <data>
<xpath expr="/form/label[@name='type']" position="before"> <xpath expr="/form/label[@name='type']" position="before">
<label name="warehouse"/> <label name="warehouse"/>

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of <!-- The COPYRIGHT file at the top level of this repository contains the full
this repository contains the full copyright notices and license terms. --> copyright notices and license terms. -->
<data> <data>
<xpath expr="/tree/field[@name='type']" position="after"> <xpath expr="/tree/field[@name='type']" position="after">
<field name="type"/> <field name="type"/>