diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-04-30 01:02:00 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-04-30 01:02:00 +0000 |
commit | 9d1e4ed0c48833bc6be40d1d726d91192c82e377 (patch) | |
tree | b8bcf1fae00cae932b41345e721c16f1c45298ef | |
parent | b08de62e0597d5e045b16b5fa813a7e4d1a498ca (diff) | |
download | libnice-9d1e4ed0c48833bc6be40d1d726d91192c82e377.tar.gz |
add copyright/license notice to each Makefile.am
darcs-hash:20070430010240-c9803-30fe5cce012707a7d474bad73ecad9818aa2e303.gz
-rw-r--r-- | Makefile.am | 7 | ||||
-rw-r--r-- | address/Makefile.am | 7 | ||||
-rw-r--r-- | agent/Makefile.am | 7 | ||||
-rw-r--r-- | gst/Makefile.am | 7 | ||||
-rw-r--r-- | local/Makefile.am | 7 | ||||
-rw-r--r-- | nice/Makefile.am | 7 | ||||
-rw-r--r-- | random/Makefile.am | 7 | ||||
-rw-r--r-- | stun/Makefile.am | 7 | ||||
-rw-r--r-- | tests/Makefile.am | 7 | ||||
-rw-r--r-- | udp/Makefile.am | 7 |
10 files changed, 70 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e33e7f7..4460db0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,10 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. include common.mk diff --git a/address/Makefile.am b/address/Makefile.am index 0c69719..4bcd5b2 100644 --- a/address/Makefile.am +++ b/address/Makefile.am @@ -1,3 +1,10 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. include $(top_srcdir)/common.mk diff --git a/agent/Makefile.am b/agent/Makefile.am index 2b67291..1362fc4 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -1,3 +1,10 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. include $(top_srcdir)/common.mk diff --git a/gst/Makefile.am b/gst/Makefile.am index fd29c17..0f09597 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -1,3 +1,10 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. AM_CFLAGS = -Wall -Werror \ $(GST_CFLAGS) \ diff --git a/local/Makefile.am b/local/Makefile.am index 5d42a96..94f25e5 100644 --- a/local/Makefile.am +++ b/local/Makefile.am @@ -1,3 +1,10 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. include $(top_srcdir)/common.mk diff --git a/nice/Makefile.am b/nice/Makefile.am index acb8fcc..4ecac5f 100644 --- a/nice/Makefile.am +++ b/nice/Makefile.am @@ -1,3 +1,10 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. include $(top_srcdir)/common.mk diff --git a/random/Makefile.am b/random/Makefile.am index 7239e96..0f97521 100644 --- a/random/Makefile.am +++ b/random/Makefile.am @@ -1,3 +1,10 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. include $(top_srcdir)/common.mk diff --git a/stun/Makefile.am b/stun/Makefile.am index d3bc9c2..054dfbf 100644 --- a/stun/Makefile.am +++ b/stun/Makefile.am @@ -1,3 +1,10 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. include $(top_srcdir)/common.mk diff --git a/tests/Makefile.am b/tests/Makefile.am index 8b13789..feec369 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1 +1,8 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. diff --git a/udp/Makefile.am b/udp/Makefile.am index 7036a86..bc2bf3b 100644 --- a/udp/Makefile.am +++ b/udp/Makefile.am @@ -1,3 +1,10 @@ +# +# Makefile.am for the Nice Glib ICE library +# +# (C) 2006, 2007 Collabora Ltd. +# (C) 2006, 2007 Nokia Corporation. All rights reserved. +# +# Licensed under MPL 1.1/LGPL 2.1. See file COPYING. include $(top_srcdir)/common.mk |