From 1d26603be3c785ed147834cb7c750454a5866599 Mon Sep 17 00:00:00 2001 From: btakahashi Date: Wed, 6 Oct 2004 12:18:49 +0000 Subject: [PATCH] Added copyright notices to files --- inject.c | 21 +++++++++++++++++++++ inject_csi.c | 21 +++++++++++++++++++++ inject_csi.h | 21 +++++++++++++++++++++ rote.c | 21 +++++++++++++++++++++ rote.h | 21 +++++++++++++++++++++ rote_keymap.c | 21 +++++++++++++++++++++ roteprivate.h | 21 +++++++++++++++++++++ 7 files changed, 147 insertions(+) diff --git a/inject.c b/inject.c index 0ba7d69..9d3c431 100644 --- a/inject.c +++ b/inject.c @@ -1,3 +1,24 @@ +/* +LICENSE INFORMATION: +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License (LGPL) as published by the Free Software Foundation. + +Please refer to the COPYING file for more information. + +This program 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 Lesser General Public +License along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Copyright (c) 2004 Bruno T. C. de Oliveira +*/ + + #include "rote.h" #include "roteprivate.h" #include "inject_csi.h" diff --git a/inject_csi.c b/inject_csi.c index 2d3ba65..8d5ee9d 100644 --- a/inject_csi.c +++ b/inject_csi.c @@ -1,3 +1,24 @@ +/* +LICENSE INFORMATION: +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License (LGPL) as published by the Free Software Foundation. + +Please refer to the COPYING file for more information. + +This program 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 Lesser General Public +License along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Copyright (c) 2004 Bruno T. C. de Oliveira +*/ + + #include "inject_csi.h" #include "roteprivate.h" #include diff --git a/inject_csi.h b/inject_csi.h index 15fbde7..a372bcd 100644 --- a/inject_csi.h +++ b/inject_csi.h @@ -1,3 +1,24 @@ +/* +LICENSE INFORMATION: +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License (LGPL) as published by the Free Software Foundation. + +Please refer to the COPYING file for more information. + +This program 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 Lesser General Public +License along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Copyright (c) 2004 Bruno T. C. de Oliveira +*/ + + #ifndef btco_ROTE_inject_csi_h #define btco_ROTE_inject_csi_h diff --git a/rote.c b/rote.c index e6b6bda..19ec25d 100644 --- a/rote.c +++ b/rote.c @@ -1,3 +1,24 @@ +/* +LICENSE INFORMATION: +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License (LGPL) as published by the Free Software Foundation. + +Please refer to the COPYING file for more information. + +This program 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 Lesser General Public +License along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Copyright (c) 2004 Bruno T. C. de Oliveira +*/ + + #include "rote.h" #include "roteprivate.h" #include diff --git a/rote.h b/rote.h index 8972a61..6e4742b 100644 --- a/rote.h +++ b/rote.h @@ -5,6 +5,27 @@ * 2004-08-25 */ +/* +LICENSE INFORMATION: +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License (LGPL) as published by the Free Software Foundation. + +Please refer to the COPYING file for more information. + +This program 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 Lesser General Public +License along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Copyright (c) 2004 Bruno T. C. de Oliveira +*/ + + #ifndef btco_ROTE_rote_h #define btco_ROTE_rote_h diff --git a/rote_keymap.c b/rote_keymap.c index 3ecfc40..d67bdd8 100644 --- a/rote_keymap.c +++ b/rote_keymap.c @@ -1,3 +1,24 @@ +/* +LICENSE INFORMATION: +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License (LGPL) as published by the Free Software Foundation. + +Please refer to the COPYING file for more information. + +This program 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 Lesser General Public +License along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Copyright (c) 2004 Bruno T. C. de Oliveira +*/ + + #include "rote.h" #include diff --git a/roteprivate.h b/roteprivate.h index e052cdb..627c91f 100644 --- a/roteprivate.h +++ b/roteprivate.h @@ -1,3 +1,24 @@ +/* +LICENSE INFORMATION: +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License (LGPL) as published by the Free Software Foundation. + +Please refer to the COPYING file for more information. + +This program 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 Lesser General Public +License along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Copyright (c) 2004 Bruno T. C. de Oliveira +*/ + + #ifndef btco_ROTE_vtstate_h #define btco_ROTE_vtstate_h -- 2.20.1