Code

Updated copyright information.
authorSebastian Harl <sh@tokkee.org>
Fri, 14 Oct 2011 10:04:50 +0000 (12:04 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 14 Oct 2011 10:04:50 +0000 (12:04 +0200)
 * Changed year to 2011.
 * Added "tokkee" to name ;-)

COPYING.bsd
configure.ac
src/fb.c
src/fb_features.h.in
src/foobar.c
src/foobar.h

index 1228c7bf91731a09da92c96273de65e1f0af2559..7983a7bb3f6325a591483871fc9fa478812ee5ef 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2010 Sebastian Harl <sh@tokkee.org>
+Copyright (c) 2011 Sebastian 'tokkee' Harl <sh@tokkee.org>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index fd6e6888d1ea4d307ce542368b530752e1999b50..dff4b9bde8eb21e35a781c24eb2bd01f11deb3d9 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 dnl
 dnl This is the foobar configure script.
 dnl
-dnl Copyright (C) 2010 Sebastian Harl <sh@tokkee.org>
+dnl Copyright (C) 2011 Sebastian 'tokkee' Harl <sh@tokkee.org>
 dnl
 dnl This program is free software; you can redistribute it and/or modify it
 dnl under the terms of the GNU General Public License as published by the
@@ -41,7 +41,7 @@ dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 AC_INIT([foobar],[m4_esyscmd(./version-gen.sh)],
-               [Sebastian Harl <sh@tokkee.org>], [],
+               [Sebastian 'tokkee' Harl <sh@tokkee.org>], [],
                [http://git.tokkee.org/?p=template.git])
 AC_CONFIG_SRCDIR([src/foobar.c])
 AC_CONFIG_HEADERS([src/config.h])
index 9fcd0f5d9e2b8af8bc6ed618face1fc250a0cf72..997ecf955c75203a73e24d741e8f4df39d50046f 100644 (file)
--- a/src/fb.c
+++ b/src/fb.c
@@ -1,6 +1,6 @@
 /*
  * foobar - src/fb.c
- * Copyright (C) 2010 Sebastian Harl <sh@tokkee.org>
+ * Copyright (C) 2011 Sebastian 'tokkee' Harl <sh@tokkee.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
@@ -81,7 +81,7 @@ exit_version(void)
 {
        printf("fb version "FB_VERSION_STRING FB_VERSION_EXTRA", "
                        "built "BUILD_DATE"\n"
-                       "Copyright (C) 2010 "PACKAGE_BUGREPORT"\n"
+                       "Copyright (C) 2011 "PACKAGE_BUGREPORT"\n"
 
                        "\nThis is free software under the terms of the GNU GPLv2; see "
 /* OR: */
index 812258009c4a49a2620f030f1ed7542601a1e123..ca6b3911f267574e7214422fbd93dc1942a89ec8 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * foobar - src/fb_features.h
- * Copyright (C) 2010 Sebastian Harl <sh@tokkee.org>
+ * Copyright (C) 2011 Sebastian 'tokkee' Harl <sh@tokkee.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
index a808fc32d567245296b507f2aeb49ca742c9ffa6..4a84f8e5ba73d283e9f1b2b40021243788d6491e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * foobar - src/foobar.c
- * Copyright (C) 2010 Sebastian Harl <sh@tokkee.org>
+ * Copyright (C) 2011 Sebastian 'tokkee' Harl <sh@tokkee.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
index 3e4c938d7d0c98184311bdc38ddda2f373e81730..d36a7428be31b4cca3fc4440aea914bd72b1c12d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * foobar - src/foobar.h
- * Copyright (C) 2010 Sebastian Harl <sh@tokkee.org>
+ * Copyright (C) 2011 Sebastian 'tokkee' Harl <sh@tokkee.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