commit 4fb33bc1ed45df7198214bcae2bd4653ac8dd808 parent ab12c6e15fcd104b9a3a15bebb82ced7dd0238b3 Author: Suraj N. Kurapati <sunaku@gmail.com> Date: Mon, 31 Aug 2009 13:21:23 -0700 use simpler Copyright reminder at the top of every file Diffstat:
config.rb | | | 4 | ++-- |
config.yaml | | | 4 | ++-- |
wmiirc | | | 4 | ++-- |
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/config.rb b/config.rb @@ -1,7 +1,7 @@ # DSL for wmiirc configuration. #-- -# Copyright 2006 Suraj N. Kurapati -# See the LICENSE file for details. +# Copyright protects this work. +# See LICENSE file for details. #++ require 'shellwords' diff --git a/config.yaml b/config.yaml @@ -6,8 +6,8 @@ # the data in this configuration file. # #-- -# Copyright 2006 Suraj N. Kurapati -# See the LICENSE file for details. +# Copyright protects this work. +# See LICENSE file for details. #++ diff --git a/wmiirc b/wmiirc @@ -1,8 +1,8 @@ #!/usr/bin/env ruby # Bootloader for wmii configuration. #-- -# Copyright 2006 Suraj N. Kurapati -# See the LICENSE file for details. +# Copyright protects this work. +# See LICENSE file for details. #++ # create a logger to aid debugging