aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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 @@
+# This file is part of gitaclhook -*- perl -*-
+# Copyright (C) 2013 Sergey Poznyakoff <gray@gnu.org>
+#
+# Gitaclhook 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, or (at your option)
+# any later version.
+#
+# Gitaclhook is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with gitaclhook. If not, see <http://www.gnu.org/licenses/>.
+
package GitACL;
use 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 @@
+# This file is part of gitaclhook -*- perl -*-
+# Copyright (C) 2013 Sergey Poznyakoff <gray@gnu.org>
+#
+# Gitaclhook 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, or (at your option)
+# any later version.
+#
+# Gitaclhook is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with gitaclhook. If not, see <http://www.gnu.org/licenses/>.
+
package GitACL::File;
use parent 'GitACL';
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 @@
+# This file is part of gitaclhook -*- perl -*-
+# Copyright (C) 2013 Sergey Poznyakoff <gray@gnu.org>
+#
+# Gitaclhook 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, or (at your option)
+# any later version.
+#
+# Gitaclhook is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with gitaclhook. If not, see <http://www.gnu.org/licenses/>.
+
package GitACL::LDAP;
use parent 'GitACL';
use strict;

Return to:

Send suggestions and report system problems to the System administrator.