Skip to content

Commit

Permalink
Update the SUSE header string wrt #264
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Chvátal committed Oct 30, 2019
1 parent 4f2c920 commit 6b760c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec_cleaner/rpmcopyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _add_pkg_header(self):
)

def _create_default_copyright(self):
self.my_copyright = '# Copyright (c) {0} SUSE LINUX GmbH, Nuernberg, Germany.'.format(self.year)
self.my_copyright = '# Copyright (c) {0} SUSE Linux LLC'.format(self.year)

def _add_copyright(self):
self._create_default_copyright()
Expand Down
2 changes: 1 addition & 1 deletion tests/header/header.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# spec file for package header
#
# Copyright (c) 2013 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE Linux LLC
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
Expand Down

0 comments on commit 6b760c0

Please sign in to comment.