Stephan Kulow 2014-01-27 06:31:51 +00:00 committed by Git OBS Bridge
parent d1a4bb0a4a
commit 02cf8ea58c
4 changed files with 428 additions and 421 deletions

View File

@ -7,6 +7,6 @@ for i in `w3m -dump -cols 1000 http://spdx.org/licenses/ | grep "License Text" |
echo "$i $i" >> licenses_changes.txt ;
echo "$i+ $i+" >> licenses_changes.txt ;
done
sort -o licenses_changes.txt -u licenses_changes.txt
LC_ALL=C sort -o licenses_changes.txt -u licenses_changes.txt
( echo "First line" ; cat licenses_changes.txt ) > t
mv t licenses_changes.txt

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 27 06:31:43 UTC 2014 - coolo@suse.com
- update licenses
-------------------------------------------------------------------
Mon Dec 9 19:27:58 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package obs-service-format_spec_file
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed