summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:34:43 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:34:43 -0500
commit012bac3904e70af1521e5e38b2022f3d8d27daee (patch)
tree2cbc6a3c2a913e0791ab71fa83b44aa7180bbf05 /examples
parentadeca69c7f011a06e9a8ab38212bf3479b39d6bf (diff)
downloadbash-012bac3904e70af1521e5e38b2022f3d8d27daee.tar.gz
commit bash-20081229 snapshot
Diffstat (limited to 'examples')
-rw-r--r--examples/loadables/Makefile.in2
-rw-r--r--examples/loadables/cat.c2
-rw-r--r--examples/loadables/copyright-fullcomment2
-rw-r--r--examples/loadables/dirname.c2
-rw-r--r--examples/loadables/head.c2
-rw-r--r--examples/loadables/id.c2
-rw-r--r--examples/loadables/ln.c2
-rw-r--r--examples/loadables/logname.c2
-rw-r--r--examples/loadables/mkdir.c2
-rw-r--r--examples/loadables/necho.c2
-rw-r--r--examples/loadables/pathchk.c2
-rw-r--r--examples/loadables/print.c2
-rw-r--r--examples/loadables/printenv.c2
-rw-r--r--examples/loadables/push.c2
-rw-r--r--examples/loadables/realpath.c2
-rw-r--r--examples/loadables/rmdir.c2
-rw-r--r--examples/loadables/sleep.c2
-rw-r--r--examples/loadables/strftime.c2
-rw-r--r--examples/loadables/sync.c2
-rw-r--r--examples/loadables/tee.c2
-rw-r--r--examples/loadables/truefalse.c2
-rw-r--r--examples/loadables/tty.c2
-rw-r--r--examples/loadables/uname.c2
-rw-r--r--examples/loadables/unlink.c2
-rw-r--r--examples/loadables/whoami.c2
-rw-r--r--[-rwxr-xr-x]examples/obashdb/bashdb0
-rw-r--r--[-rwxr-xr-x]examples/scripts/bcsh.sh0
27 files changed, 25 insertions, 25 deletions
diff --git a/examples/loadables/Makefile.in b/examples/loadables/Makefile.in
index 58d3c3cd..343beb02 100644
--- a/examples/loadables/Makefile.in
+++ b/examples/loadables/Makefile.in
@@ -1,7 +1,7 @@
#
# Simple makefile for the sample loadable builtins
#
-# Copyright (C) 1996-2008 Free Software Foundation, Inc.
+# Copyright (C) 1996-2009 Free Software Foundation, Inc.
# 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
diff --git a/examples/loadables/cat.c b/examples/loadables/cat.c
index 8b0fd1fe..1ce2e2dc 100644
--- a/examples/loadables/cat.c
+++ b/examples/loadables/cat.c
@@ -5,7 +5,7 @@
*/
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/copyright-fullcomment b/examples/loadables/copyright-fullcomment
index ef0eb640..3154216f 100644
--- a/examples/loadables/copyright-fullcomment
+++ b/examples/loadables/copyright-fullcomment
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/dirname.c b/examples/loadables/dirname.c
index 423abfdf..0f30286d 100644
--- a/examples/loadables/dirname.c
+++ b/examples/loadables/dirname.c
@@ -3,7 +3,7 @@
/* See Makefile for compilation details. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/head.c b/examples/loadables/head.c
index 3a9e21a5..22cf6ab5 100644
--- a/examples/loadables/head.c
+++ b/examples/loadables/head.c
@@ -3,7 +3,7 @@
/* See Makefile for compilation details. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/id.c b/examples/loadables/id.c
index 2fb5fde1..87733494 100644
--- a/examples/loadables/id.c
+++ b/examples/loadables/id.c
@@ -10,7 +10,7 @@
*/
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/ln.c b/examples/loadables/ln.c
index 79f80b9e..ec736368 100644
--- a/examples/loadables/ln.c
+++ b/examples/loadables/ln.c
@@ -3,7 +3,7 @@
/* See Makefile for compilation details. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/logname.c b/examples/loadables/logname.c
index 2953516c..95b7e218 100644
--- a/examples/loadables/logname.c
+++ b/examples/loadables/logname.c
@@ -1,7 +1,7 @@
/* logname - print login name of current user */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/mkdir.c b/examples/loadables/mkdir.c
index e34e1101..f41f171b 100644
--- a/examples/loadables/mkdir.c
+++ b/examples/loadables/mkdir.c
@@ -3,7 +3,7 @@
/* See Makefile for compilation details. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/necho.c b/examples/loadables/necho.c
index 09ae2697..b5673894 100644
--- a/examples/loadables/necho.c
+++ b/examples/loadables/necho.c
@@ -4,7 +4,7 @@
existing builtin. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/pathchk.c b/examples/loadables/pathchk.c
index e19aec22..c5fd24a8 100644
--- a/examples/loadables/pathchk.c
+++ b/examples/loadables/pathchk.c
@@ -23,7 +23,7 @@
/* See Makefile for compilation details. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/print.c b/examples/loadables/print.c
index 718ee309..e17597b3 100644
--- a/examples/loadables/print.c
+++ b/examples/loadables/print.c
@@ -3,7 +3,7 @@
*/
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/printenv.c b/examples/loadables/printenv.c
index 511fe3ce..17c4c021 100644
--- a/examples/loadables/printenv.c
+++ b/examples/loadables/printenv.c
@@ -6,7 +6,7 @@
*/
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/push.c b/examples/loadables/push.c
index b51086f6..b0760733 100644
--- a/examples/loadables/push.c
+++ b/examples/loadables/push.c
@@ -4,7 +4,7 @@
*/
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/realpath.c b/examples/loadables/realpath.c
index ccebb3ff..ffcbef8b 100644
--- a/examples/loadables/realpath.c
+++ b/examples/loadables/realpath.c
@@ -19,7 +19,7 @@
*/
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/rmdir.c b/examples/loadables/rmdir.c
index 451d80c4..0cfe6c79 100644
--- a/examples/loadables/rmdir.c
+++ b/examples/loadables/rmdir.c
@@ -3,7 +3,7 @@
/* See Makefile for compilation details. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/sleep.c b/examples/loadables/sleep.c
index 3f3e9515..a9bd36f3 100644
--- a/examples/loadables/sleep.c
+++ b/examples/loadables/sleep.c
@@ -5,7 +5,7 @@
*/
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/strftime.c b/examples/loadables/strftime.c
index c02f3a78..2de09e34 100644
--- a/examples/loadables/strftime.c
+++ b/examples/loadables/strftime.c
@@ -3,7 +3,7 @@
/* See Makefile for compilation details. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/sync.c b/examples/loadables/sync.c
index ec1a237c..d91852e7 100644
--- a/examples/loadables/sync.c
+++ b/examples/loadables/sync.c
@@ -1,7 +1,7 @@
/* sync - sync the disks by forcing pending filesystem writes to complete */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/tee.c b/examples/loadables/tee.c
index 18cf89f4..8b5715f2 100644
--- a/examples/loadables/tee.c
+++ b/examples/loadables/tee.c
@@ -3,7 +3,7 @@
/* See Makefile for compilation details. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/truefalse.c b/examples/loadables/truefalse.c
index 4dcbebad..113e88f7 100644
--- a/examples/loadables/truefalse.c
+++ b/examples/loadables/truefalse.c
@@ -1,7 +1,7 @@
/* true and false builtins */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/tty.c b/examples/loadables/tty.c
index 8e6d56c8..1d88506c 100644
--- a/examples/loadables/tty.c
+++ b/examples/loadables/tty.c
@@ -3,7 +3,7 @@
/* See Makefile for compilation details. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/uname.c b/examples/loadables/uname.c
index 06eb7125..a1bddd54 100644
--- a/examples/loadables/uname.c
+++ b/examples/loadables/uname.c
@@ -6,7 +6,7 @@
*/
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/unlink.c b/examples/loadables/unlink.c
index 91ef3d13..07e3f3d4 100644
--- a/examples/loadables/unlink.c
+++ b/examples/loadables/unlink.c
@@ -4,7 +4,7 @@
fsck clean up the file system. */
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/loadables/whoami.c b/examples/loadables/whoami.c
index 25b20370..6f8471ac 100644
--- a/examples/loadables/whoami.c
+++ b/examples/loadables/whoami.c
@@ -3,7 +3,7 @@
*/
/*
- Copyright (C) 1999-2008 Free Software Foundation, Inc.
+ Copyright (C) 1999-2009 Free Software Foundation, Inc.
This file is part of GNU Bash.
Bash is free software: you can redistribute it and/or modify
diff --git a/examples/obashdb/bashdb b/examples/obashdb/bashdb
index 560cb7cc..560cb7cc 100755..100644
--- a/examples/obashdb/bashdb
+++ b/examples/obashdb/bashdb
diff --git a/examples/scripts/bcsh.sh b/examples/scripts/bcsh.sh
index b810cab8..b810cab8 100755..100644
--- a/examples/scripts/bcsh.sh
+++ b/examples/scripts/bcsh.sh