Merge branch 'master' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2012-01-01 16:59:36 +07:00
118 changed files with 135 additions and 124 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
# Copyright (C) 2004-2011 See the AUTHORS file for details.
# Copyright (C) 2004-2012 See the AUTHORS file for details.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 as published
@@ -18,7 +18,7 @@ open my $out, ">", $ARGV[1] or die;
print $out <<'EOF';
/*
* Copyright (C) 2004-2011 See the AUTHORS file for details.
* Copyright (C) 2004-2012 See the AUTHORS file for details.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004-2011 See the AUTHORS file for details.
* Copyright (C) 2004-2012 See the AUTHORS file for details.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004-2011 See the AUTHORS file for details.
* Copyright (C) 2004-2012 See the AUTHORS file for details.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004-2011 See the AUTHORS file for details.
* Copyright (C) 2004-2012 See the AUTHORS file for details.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004-2011 See the AUTHORS file for details.
* Copyright (C) 2004-2012 See the AUTHORS file for details.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published

View File

@@ -1,5 +1,5 @@
#
# Copyright (C) 2004-2011 See the AUTHORS file for details.
# Copyright (C) 2004-2012 See the AUTHORS file for details.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 as published