From 0ccd5dc3cebea40b3f833156cc83b15e1a1449ae Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Wed, 19 Oct 2011 15:54:05 +0200 Subject: [PATCH] Fix specfile license header --- zypper.spec.cmake | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/zypper.spec.cmake b/zypper.spec.cmake index c5332ea..d0b2852 100644 --- a/zypper.spec.cmake +++ b/zypper.spec.cmake @@ -1,10 +1,16 @@ +# spec file for package zypper # -# spec file for package @PACKAGE@ (Version @VERSION@) -# -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2006-2011 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -148,3 +154,5 @@ rm -rf "$RPM_BUILD_ROOT" %defattr(-,root,root) %{_sbindir}/zypper-log %doc %{_mandir}/man8/zypper-log.8* + +%changelog -- 2.7.4