[libvtemm] Mostly updates of copyright blurbs.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libvtemm] Mostly updates of copyright blurbs.
- Date: Sat, 10 Oct 2009 13:39:28 +0000 (UTC)
commit b7f595b9837f90c16ebdfa7a4fa3e657c0045fa9
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Sat Oct 10 15:32:53 2009 +0200
Mostly updates of copyright blurbs.
* Makefile.am:
* codegen/Makefile.am:
* codegen/m4/filelist.am:
* docs/Makefile.am:
* examples/Makefile.am:
* libvte/libvtemm.h:
* libvte/libvtemm/Makefile.am:
* libvte/libvtemm/filelist.am:
* libvte/src/Makefile.am:
* libvte/src/filelist.am: Update copyright blurbs - add dates,
remove `libgdamm development team' mentions and such.
* libvte/libvtemm/ptymaster.cc:
* libvte/libvtemm/ptymaster.h: Fix name of file in license
comment - it is ptymaster, not pty.
Makefile.am | 3 +--
codegen/Makefile.am | 2 ++
codegen/m4/filelist.am | 2 ++
docs/Makefile.am | 3 +--
examples/Makefile.am | 3 +--
libvte/libvtemm.h | 2 +-
libvte/libvtemm/Makefile.am | 3 +--
libvte/libvtemm/filelist.am | 3 +--
libvte/libvtemm/ptymaster.cc | 2 +-
libvte/libvtemm/ptymaster.h | 2 +-
libvte/src/Makefile.am | 3 +--
libvte/src/filelist.am | 3 +--
12 files changed, 14 insertions(+), 17 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index eab451a..5857dec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,4 @@
-## Copyright (c) 2008, 2009
-## The libvtemm development team. (based on libgdamm development team's work)
+## Copyright (c) 2009 libvtemm development team.
ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
diff --git a/codegen/Makefile.am b/codegen/Makefile.am
index 4890b39..06d7272 100644
--- a/codegen/Makefile.am
+++ b/codegen/Makefile.am
@@ -1,3 +1,5 @@
+## Copyright (c) 2008, 2009 libvtemm development team.
+
AUTOMAKE_OPTIONS = subdir-objects
include $(srcdir)/m4/filelist.am
diff --git a/codegen/m4/filelist.am b/codegen/m4/filelist.am
index d91131b..1b227d0 100644
--- a/codegen/m4/filelist.am
+++ b/codegen/m4/filelist.am
@@ -1 +1,3 @@
+## Copyright (c) 2009 libvtemm development team.
+
files_codegen_m4 = convert.m4 convert_libvte.m4
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 7ae18dd..4d8a853 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,5 +1,4 @@
-## Copyright (c) 2009
-## The libvtemm development team.
+## Copyright (c) 2009 libvtemm development team.
include $(top_srcdir)/libvte/src/filelist.am
include $(top_srcdir)/libvte/libvtemm/filelist.am
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 0565d7f..3571654 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,4 @@
-## Copyright (c) 2008
-## The libvtemm development team. (based on libgdamm development team's work)
+## Copyright (c) 2008, 2009 libvtemm development team.
AUTOMAKE_OPTIONS = subdir-objects
diff --git a/libvte/libvtemm.h b/libvte/libvtemm.h
index b358de8..2f3481a 100644
--- a/libvte/libvtemm.h
+++ b/libvte/libvtemm.h
@@ -1,6 +1,6 @@
/* libvtemm.h
*
- * Copyright (C) 2008 libvtemm Development Team
+ * Copyright (C) 2008, 2009 libvtemm Development Team
*
* This file is part of libvtemm.
*
diff --git a/libvte/libvtemm/Makefile.am b/libvte/libvtemm/Makefile.am
index c7c0024..806f640 100644
--- a/libvte/libvtemm/Makefile.am
+++ b/libvte/libvtemm/Makefile.am
@@ -1,5 +1,4 @@
-## Copyright (c) 2009
-## The libvtemm development team.
+## Copyright (c) 2009 libvtemm development team.
lib_LTLIBRARIES = libvtemm- LIBVTEMM_API_VERSION@.la
diff --git a/libvte/libvtemm/filelist.am b/libvte/libvtemm/filelist.am
index 2577ea8..e0e91b9 100644
--- a/libvte/libvtemm/filelist.am
+++ b/libvte/libvtemm/filelist.am
@@ -1,5 +1,4 @@
-## Copyright (c) 2009
-## The libvtemm development team.
+## Copyright (c) 2009 libvtemm development team.
files_built_cc = $(files_hg:.hg=.cc) wrap_init.cc
files_built_h = $(files_hg:.hg=.h)
diff --git a/libvte/libvtemm/ptymaster.cc b/libvte/libvtemm/ptymaster.cc
index 0e1bc2a..8208043 100644
--- a/libvte/libvtemm/ptymaster.cc
+++ b/libvte/libvtemm/ptymaster.cc
@@ -1,4 +1,4 @@
-/* pty.cc
+/* ptymaster.cc
*
* Copyright (C) 2008, 2009 libvtemm Development Team
*
diff --git a/libvte/libvtemm/ptymaster.h b/libvte/libvtemm/ptymaster.h
index 1bf76ca..c342c1d 100644
--- a/libvte/libvtemm/ptymaster.h
+++ b/libvte/libvtemm/ptymaster.h
@@ -1,4 +1,4 @@
-/* pty.h
+/* ptymaster.h
*
* Copyright (C) 2008, 2009 libvtemm Development Team
*
diff --git a/libvte/src/Makefile.am b/libvte/src/Makefile.am
index 03a5e62..9c6e59a 100644
--- a/libvte/src/Makefile.am
+++ b/libvte/src/Makefile.am
@@ -1,5 +1,4 @@
-## Copyright (c) 2009
-## The libvtemm development team.
+## Copyright (c) 2009 libvtemm development team.
binding_name = libvtemm
wrap_init_flags = --namespace=Gnome --namespace=Vte --parent_dir=libvtemm
diff --git a/libvte/src/filelist.am b/libvte/src/filelist.am
index 5efea58..3e199c0 100644
--- a/libvte/src/filelist.am
+++ b/libvte/src/filelist.am
@@ -1,5 +1,4 @@
-## Copyright (c) 2009
-## The libvtemm development team.
+## Copyright (c) 2009 libvtemm development team.
files_defs = \
libvte.defs \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]