diff --git a/c_count.changes b/c_count.changes
index 136c67c..0840060 100644
--- a/c_count.changes
+++ b/c_count.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Feb 13 10:44:49 UTC 2012 - coolo@suse.com
+
+- patch license to follow spdx.org standard
+
 -------------------------------------------------------------------
 Tue Jan 24 00:05:05 UTC 2012 - pascal.bleser@opensuse.org
 
diff --git a/c_count.spec b/c_count.spec
index d299c08..b27d683 100644
--- a/c_count.spec
+++ b/c_count.spec
@@ -1,4 +1,8 @@
 # vim: set sw=4 ts=4 et nu:
+#
+# spec file for package c_count
+#
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -11,18 +15,24 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
-Name:               c_count
-Version:            7.12
-Release:            0
-Summary:            Source Code Measure Counter for C/C++/Java
-Source:             ftp://invisible-island.net/c_count/c_count-%{version}.tgz
-URL:                http://invisible-island.net/c_count/
-Group:              Development/Tools/Other
-License:            MIT
-BuildRoot:          %{_tmppath}/build-%{name}-%{version}
-BuildRequires:      gcc make glibc-devel
-BuildRequires:      autoconf automake libtool
+
+Name:           c_count
+Version:        7.12
+Release:        0
+Summary:        Source Code Measure Counter for C/C++/Java
+License:        MIT
+Group:          Development/Tools/Other
+Source:         ftp://invisible-island.net/c_count/c_count-%{version}.tgz
+Url:            http://invisible-island.net/c_count/
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc
+BuildRequires:  glibc-devel
+BuildRequires:  libtool
+BuildRequires:  make
 
 %description
 c_count counts lines, statements, and other simple measures of C/C++/Java