summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2018-03-14 20:05:37 -0400
committerSean Davis <smd.seandavis@gmail.com>2018-03-14 20:05:37 -0400
commit3fa2c344c3d836344ddf12fb9b40e9c1917cd340 (patch)
tree92da9629db2809273adc2802eca87a11feb9d1f2
parent6a5ed460601c9ff9c096054c8ff4a3e643bc04d7 (diff)
downloadlightdm-gtk-greeter-git-3fa2c344c3d836344ddf12fb9b40e9c1917cd340.tar.gz
Populate authors based on bzr log
-rw-r--r--AUTHORS8
-rw-r--r--Makefile.am12
-rwxr-xr-xautogen.sh10
-rw-r--r--configure.ac13
-rw-r--r--data/Makefile.am13
-rw-r--r--data/badges/Makefile.am10
-rw-r--r--src/Makefile.am14
-rw-r--r--src/greeterbackground.c12
-rw-r--r--src/greeterbackground.h12
-rw-r--r--src/greeterconfiguration.c9
-rw-r--r--src/greeterconfiguration.h9
-rw-r--r--src/greeterdeprecated.c9
-rw-r--r--src/greeterdeprecated.h9
-rw-r--r--src/greetermenubar.c11
-rw-r--r--src/greetermenubar.h10
-rw-r--r--src/lightdm-gtk-greeter.c9
16 files changed, 168 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 05190c7..3b4ca48 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,9 @@
+2010 - 2016, Robert Ancell <robert.ancell@canonical.com>
+2011, Gunnar Hjalmarsson <ubuntu@gunnar.cc>
+2012, Julien Lavergne <gilir@ubuntu.com>
+2012 - 2013, Lionel Le Folgoc <mrpouit@ubuntu.com>
+2013 - 2018, Simon Steinbeiß <ochosi@shimmerproject.org>
+2013 - 2018, Sean Davis <smd.seandavis@gmail.com>
+2014, Andrew P. <pan.pav.7c5@gmail.com>
+
See bzr+ssh://bazaar.launchpad.net/+branch/lightdm-gtk-greeter for the commit history
diff --git a/Makefile.am b/Makefile.am
index 2de14fc..dcc72ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,15 @@
+#
+# Copyright (C) 2010 - 2011, Robert Ancell <robert.ancell@canonical.com>
+# Copyright (C) 2012, Lionel Le Folgoc <mrpouit@ubuntu.com>
+# Copyright (C) 2018, Sean Davis <smd.seandavis@gmail.com>
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any later
+# version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+# license.
+#
+
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = data po src
diff --git a/autogen.sh b/autogen.sh
index 56b7d0a..9425a13 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,15 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
+#
+# Copyright (C) 2010 - 2011, Robert Ancell <robert.ancell@canonical.com>
+# Copyright (C) 2017 - 2018, Sean Davis <smd.seandavis@gmail.com>
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any later
+# version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+# license.
+#
test -n "$srcdir" || srcdir=$(dirname "$0")
test -n "$srcdir" || srcdir=.
diff --git a/configure.ac b/configure.ac
index 7e386d4..55f279c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2010 - 2011, Robert Ancell <robert.ancell@canonical.com>
+# Copyright (C) 2012 - 2013, Lionel Le Folgoc <mrpouit@ubuntu.com>
+# Copyright (C) 2013 - 2018, Sean Davis <smd.seandavis@gmail.com>
+# Copyright (C) 2014, Andrew P. <pan.pav.7c5@gmail.com>
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any later
+# version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+# license.
+#
+
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
diff --git a/data/Makefile.am b/data/Makefile.am
index e3f2159..b9169a4 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2010 - 2011, Robert Ancell <robert.ancell@canonical.com>
+# Copyright (C) 2012 - 2013, Lionel Le Folgoc <mrpouit@ubuntu.com>
+# Copyright (C) 2014, Sean Davis <smd.seandavis@gmail.com>
+# Copyright (C) 2014, Simon Steinbeiß <ochosi@shimmerproject.org>
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any later
+# version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+# license.
+#
+
SUBDIRS = badges
xgreetersdir = $(datadir)/xgreeters
diff --git a/data/badges/Makefile.am b/data/badges/Makefile.am
index a4e6d9d..a258c08 100644
--- a/data/badges/Makefile.am
+++ b/data/badges/Makefile.am
@@ -1,3 +1,13 @@
+#
+# Copyright (C) 2014, Simon Steinbeiß <ochosi@shimmerproject.org>
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any later
+# version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+# license.
+#
+
EXTRA_DIST = \
$(Data_DATA)
diff --git a/src/Makefile.am b/src/Makefile.am
index 581eff0..7218b5e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,17 @@
+#
+# Copyright (C) 2010 - 2011, Robert Ancell <robert.ancell@canonical.com>
+# Copyright (C) 2012 - 2013, Lionel Le Folgoc <mrpouit@ubuntu.com>
+# Copyright (C) 2013 - 2018, Sean Davis <smd.seandavis@gmail.com>
+# Copyright (C) 2014, Andrew P. <pan.pav.7c5@gmail.com>
+# Copyright (C) 2015, Simon Steinbeiß <ochosi@shimmerproject.org>
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU General Public License as published by the Free Software
+# Foundation, either version 3 of the License, or (at your option) any later
+# version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+# license.
+#
+
sbin_PROGRAMS = lightdm-gtk-greeter
lightdm_gtk_greeter_built_sources = \
diff --git a/src/greeterbackground.c b/src/greeterbackground.c
index 663c859..c6f0bfc 100644
--- a/src/greeterbackground.c
+++ b/src/greeterbackground.c
@@ -1,3 +1,15 @@
+/*
+ * Copyright (C) 2014 - 2018, Sean Davis <smd.seandavis@gmail.com>
+ * Copyright (C) 2014, Andrew P. <pan.pav.7c5@gmail.com>
+ * Copyright (C) 2015, Robert Ancell <robert.ancell@canonical.com>
+ * Copyright (C) 2015, Simon Steinbeiß <ochosi@shimmerproject.org>
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+ * license.
+ */
#include <math.h>
#include <cairo-xlib.h>
diff --git a/src/greeterbackground.h b/src/greeterbackground.h
index 27a489a..e874d6e 100644
--- a/src/greeterbackground.h
+++ b/src/greeterbackground.h
@@ -1,3 +1,15 @@
+/*
+ * Copyright (C) 2014 - 2015, Sean Davis <smd.seandavis@gmail.com>
+ * Copyright (C) 2014, Andrew P. <pan.pav.7c5@gmail.com>
+ * Copyright (C) 2015, Simon Steinbeiß <ochosi@shimmerproject.org>
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+ * license.
+ */
+
#ifndef GREETER_BACKGROUND_H
#define GREETER_BACKGROUND_H
diff --git a/src/greeterconfiguration.c b/src/greeterconfiguration.c
index 482c93f..0b5da5a 100644
--- a/src/greeterconfiguration.c
+++ b/src/greeterconfiguration.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright (C) 2015 - 2017, Sean Davis <smd.seandavis@gmail.com>
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+ * license.
+ */
#include <glib.h>
diff --git a/src/greeterconfiguration.h b/src/greeterconfiguration.h
index 29e447a..98d3366 100644
--- a/src/greeterconfiguration.h
+++ b/src/greeterconfiguration.h
@@ -1,3 +1,12 @@
+/*
+ * Copyright (C) 2015 - 2018, Sean Davis <smd.seandavis@gmail.com>
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+ * license.
+ */
#ifndef GREETER_CONFIGURATION_H
#define GREETER_CONFIGURATION_H
diff --git a/src/greeterdeprecated.c b/src/greeterdeprecated.c
index 1e24d7a..39b0b1d 100644
--- a/src/greeterdeprecated.c
+++ b/src/greeterdeprecated.c
@@ -1,3 +1,12 @@
+/*
+ * Copyright (C) 2017 - 2018, Sean Davis <smd.seandavis@gmail.com>
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+ * license.
+ */
#include <glib.h>
diff --git a/src/greeterdeprecated.h b/src/greeterdeprecated.h
index 0dc2dc4..4dbbf4f 100644
--- a/src/greeterdeprecated.h
+++ b/src/greeterdeprecated.h
@@ -1,3 +1,12 @@
+/*
+ * Copyright (C) 2017 - 2018, Sean Davis <smd.seandavis@gmail.com>
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+ * license.
+ */
#ifndef GREETER_DEPRECATED_H
#define GREETER_DEPRECATED_H
diff --git a/src/greetermenubar.c b/src/greetermenubar.c
index 8cf1b0b..636646f 100644
--- a/src/greetermenubar.c
+++ b/src/greetermenubar.c
@@ -1,3 +1,14 @@
+/*
+ * Copyright (C) 2014, Andrew P. <pan.pav.7c5@gmail.com>
+ * Copyright (C) 2017, Sean Davis <smd.seandavis@gmail.com>
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+ * license.
+ */
+
#include <gtk/gtk.h>
#include "greetermenubar.h"
diff --git a/src/greetermenubar.h b/src/greetermenubar.h
index 853fe77..333aff9 100644
--- a/src/greetermenubar.h
+++ b/src/greetermenubar.h
@@ -1,3 +1,13 @@
+/*
+ * Copyright (C) 2014, Andrew P. <pan.pav.7c5@gmail.com>
+ *
+ * This program is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version. See http://www.gnu.org/copyleft/gpl.html the full text of the
+ * license.
+ */
+
#ifndef GREETER_MENU_BAR_H
#define GREETER_MENU_BAR_H
diff --git a/src/lightdm-gtk-greeter.c b/src/lightdm-gtk-greeter.c
index dae84b0..8a6a0d2 100644
--- a/src/lightdm-gtk-greeter.c
+++ b/src/lightdm-gtk-greeter.c
@@ -1,6 +1,11 @@
/*
- * Copyright (C) 2010-2011 Robert Ancell.
- * Author: Robert Ancell <robert.ancell@canonical.com>
+ * Copyright (C) 2010 - 2011, Robert Ancell <robert.ancell@canonical.com>
+ * Copyright (C) 2011, Gunnar Hjalmarsson <ubuntu@gunnar.cc>
+ * Copyright (C) 2012 - 2013, Lionel Le Folgoc <mrpouit@ubuntu.com>
+ * Copyright (C) 2012, Julien Lavergne <gilir@ubuntu.com>
+ * Copyright (C) 2013 - 2015, Simon Steinbeiß <ochosi@shimmerproject.org>
+ * Copyright (C) 2013 - 2018, Sean Davis <smd.seandavis@gmail.com>
+ * Copyright (C) 2014, Andrew P. <pan.pav.7c5@gmail.com>
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software