Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Add newlines after license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
William Lachance committed Apr 20, 2012
1 parent e816caa commit e377d99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions mozinstall/mozinstall/__init__.py
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,5 @@
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file, # License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/. # You can obtain one at http://mozilla.org/MPL/2.0/.

from mozinstall import * from mozinstall import *
1 change: 1 addition & 0 deletions mozlog/mozlog/__init__.py
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,5 @@
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file, # License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/. # You can obtain one at http://mozilla.org/MPL/2.0/.

from logger import * from logger import *
1 change: 1 addition & 0 deletions mozlog/mozlog/logger.py
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file, # License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/. # You can obtain one at http://mozilla.org/MPL/2.0/.

from logging import getLogger as getSysLogger from logging import getLogger as getSysLogger
from logging import * from logging import *
# Some of the build slave environments don't see the following when doing # Some of the build slave environments don't see the following when doing
Expand Down
1 change: 1 addition & 0 deletions mozprofile/mozprofile/__init__.py
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file, # License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/. # You can obtain one at http://mozilla.org/MPL/2.0/.

from profile import * from profile import *
from addons import * from addons import *
from cli import * from cli import *

0 comments on commit e377d99

Please sign in to comment.