aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-06-23 12:48:50 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-06-23 12:49:09 +0300
commitaabfbf683d174c46fa177015f572073ca6a6bd98 (patch)
tree5ca9cbb299896dc8c019f4d3eaf633c57a0ffb9e /lib
parente5b2691b92e2d67b65ee3298b048124c761fd622 (diff)
downloadgitaclhook-aabfbf683d174c46fa177015f572073ca6a6bd98.tar.gz
gitaclhook-aabfbf683d174c46fa177015f572073ca6a6bd98.tar.bz2
Extract from gsc into a separate project.
Diffstat (limited to 'lib')
-rw-r--r--lib/GitACL.pm16
-rw-r--r--lib/GitACL/File.pm16
-rw-r--r--lib/GitACL/LDAP.pm16
3 files changed, 48 insertions, 0 deletions
diff --git a/lib/GitACL.pm b/lib/GitACL.pm
index c8ba2dd..51024ac 100644
--- a/lib/GitACL.pm
+++ b/lib/GitACL.pm
@@ -1,3 +1,19 @@
1# This file is part of gitaclhook -*- perl -*-
2# Copyright (C) 2013 Sergey Poznyakoff <gray@gnu.org>
3#
4# Gitaclhook is free software; you can redistribute it and/or modify
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)
7# any later version.
8#
9# Gitaclhook is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with gitaclhook. If not, see <http://www.gnu.org/licenses/>.
16
1package GitACL; 17package GitACL;
2 18
3use strict; 19use strict;
diff --git a/lib/GitACL/File.pm b/lib/GitACL/File.pm
index 77f3b70..49378b0 100644
--- a/lib/GitACL/File.pm
+++ b/lib/GitACL/File.pm
@@ -1,3 +1,19 @@
1# This file is part of gitaclhook -*- perl -*-
2# Copyright (C) 2013 Sergey Poznyakoff <gray@gnu.org>
3#
4# Gitaclhook is free software; you can redistribute it and/or modify
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)
7# any later version.
8#
9# Gitaclhook is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with gitaclhook. If not, see <http://www.gnu.org/licenses/>.
16
1package GitACL::File; 17package GitACL::File;
2use parent 'GitACL'; 18use parent 'GitACL';
3 19
diff --git a/lib/GitACL/LDAP.pm b/lib/GitACL/LDAP.pm
index daa5b72..d8d5489 100644
--- a/lib/GitACL/LDAP.pm
+++ b/lib/GitACL/LDAP.pm
@@ -1,3 +1,19 @@
1# This file is part of gitaclhook -*- perl -*-
2# Copyright (C) 2013 Sergey Poznyakoff <gray@gnu.org>
3#
4# Gitaclhook is free software; you can redistribute it and/or modify
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)
7# any later version.
8#
9# Gitaclhook is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with gitaclhook. If not, see <http://www.gnu.org/licenses/>.
16
1package GitACL::LDAP; 17package GitACL::LDAP;
2use parent 'GitACL'; 18use parent 'GitACL';
3use strict; 19use strict;

Return to:

Send suggestions and report system problems to the System administrator.