aboutsummaryrefslogtreecommitdiff
path: root/ident
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-02 13:57:31 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-02 13:57:31 +0200
commit7285d053c821a4d7d8f312a07ad919c528fae224 (patch)
tree2fafc3032540f4b4752a4780f29defcd209e5e3f /ident
parent2c95816b183a9786064055512068a5070db8e8b6 (diff)
downloadpies-7285d053c821a4d7d8f312a07ad919c528fae224.tar.gz
pies-7285d053c821a4d7d8f312a07ad919c528fae224.tar.bz2
Happy GNU Year
Diffstat (limited to 'ident')
-rw-r--r--ident/Makefile.am2
-rw-r--r--ident/ident.c2
-rw-r--r--ident/ident.h2
-rw-r--r--ident/identity.h2
-rw-r--r--ident/pam.c2
-rw-r--r--ident/provider.c2
-rw-r--r--ident/system.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/ident/Makefile.am b/ident/Makefile.am
index 65ac145..810fc92 100644
--- a/ident/Makefile.am
+++ b/ident/Makefile.am
@@ -1,8 +1,8 @@
1# This file is part of GNU Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2015 Sergey Poznyakoff 2# Copyright (C) 2015, 2017 Sergey Poznyakoff
3# 3#
4# GNU Pies is free software; you can redistribute it and/or modify 4# GNU Pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
diff --git a/ident/ident.c b/ident/ident.c
index 75d51fa..2ae3d87 100644
--- a/ident/ident.c
+++ b/ident/ident.c
@@ -1,8 +1,8 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2015-2016 Sergey Poznyakoff 2 Copyright (C) 2015-2017 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
diff --git a/ident/ident.h b/ident/ident.h
index c262f58..ced2ade 100644
--- a/ident/ident.h
+++ b/ident/ident.h
@@ -1,8 +1,8 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2015-2016 Sergey Poznyakoff 2 Copyright (C) 2015-2017 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
diff --git a/ident/identity.h b/ident/identity.h
index 8a9e2ab..ee170bd 100644
--- a/ident/identity.h
+++ b/ident/identity.h
@@ -1,8 +1,8 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2015 Sergey Poznyakoff 2 Copyright (C) 2015, 2017 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
diff --git a/ident/pam.c b/ident/pam.c
index 96ac02c..6210e9c 100644
--- a/ident/pam.c
+++ b/ident/pam.c
@@ -1,8 +1,8 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2015-2016 Sergey Poznyakoff 2 Copyright (C) 2015-2017 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
diff --git a/ident/provider.c b/ident/provider.c
index 8b9f076..628c267 100644
--- a/ident/provider.c
+++ b/ident/provider.c
@@ -1,8 +1,8 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2015-2016 Sergey Poznyakoff 2 Copyright (C) 2015-2017 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
diff --git a/ident/system.c b/ident/system.c
index 086eb85..1627ffb 100644
--- a/ident/system.c
+++ b/ident/system.c
@@ -1,8 +1,8 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2015-2016 Sergey Poznyakoff 2 Copyright (C) 2015-2017 Sergey Poznyakoff
3 3
4 GNU Pies is free software; you can redistribute it and/or modify 4 GNU Pies is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8

Return to:

Send suggestions and report system problems to the System administrator.