Skip to content

Commit

Permalink
add copyright/license notice to each Makefile.am
Browse files Browse the repository at this point in the history
darcs-hash:20070430010240-c9803-30fe5cce012707a7d474bad73ecad9818aa2e303.gz
  • Loading branch information
Dafydd Harries committed Apr 30, 2007
1 parent b08de62 commit 9d1e4ed
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions address/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions agent/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions gst/Makefile.am
Original file line number Diff line number Diff line change
@@ -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) \
Expand Down
7 changes: 7 additions & 0 deletions local/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions nice/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions random/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions stun/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -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.

7 changes: 7 additions & 0 deletions udp/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9d1e4ed

Please sign in to comment.