diff --git a/__init__.py b/__init__.py index 004960b..7756cb6 100644 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ -#This file is part of Tryton. The COPYRIGHT file at the top level of -#this repository contains the full copyright notices and license terms. +#The COPYRIGHT file at the top level of this repository contains the full +#copyright notices and license terms. from trytond.pool import Pool from .location import Location diff --git a/location.py b/location.py index de7089f..403c73e 100644 --- a/location.py +++ b/location.py @@ -1,5 +1,5 @@ -#This file is part of Tryton. The COPYRIGHT file at the top level of -#this repository contains the full copyright notices and license terms. +#The COPYRIGHT file at the top level of this repository contains the full +#copyright notices and license terms. from trytond.model import ModelView, ModelSQL, fields from trytond.pyson import Eval, In, Not diff --git a/tests/__init__.py b/tests/__init__.py index 9e611a7..5a27109 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,3 @@ -#This file is part of Tryton. The COPYRIGHT file at the top level of -#this repository contains the full copyright notices and license terms. - +#The COPYRIGHT file at the top level of this repository contains the full +#copyright notices and license terms. from .test_stock_location_warehouse import suite diff --git a/tests/test_stock_location_warehouse.py b/tests/test_stock_location_warehouse.py index 165a9b4..14337ca 100644 --- a/tests/test_stock_location_warehouse.py +++ b/tests/test_stock_location_warehouse.py @@ -1,7 +1,5 @@ -#!/usr/bin/env python -#This file is part of Tryton. The COPYRIGHT file at the top level of -#this repository contains the full copyright notices and license terms. - +#The COPYRIGHT file at the top level of this repository contains the full +#copyright notices and license terms. import sys import os DIR = os.path.abspath(os.path.normpath(os.path.join(__file__, diff --git a/view/location_form.xml b/view/location_form.xml index 8524e89..2f3493d 100644 --- a/view/location_form.xml +++ b/view/location_form.xml @@ -1,6 +1,6 @@ - +