A tiling window manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update GPL 2 boilerplate in each header file

+528 -597
+10 -12
actions.c
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #include <unistd.h>
+10 -12
actions.h
··· 2 2 * Prototypes of all actions that can be performed with keystrokes. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_ACTIONS_H
+10 -13
bar.c
··· 1 1 /* 2 2 * Functionality for a bar listing the windows currently managed. 3 - * 4 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 5 4 * 6 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 7 9 * 8 - * ratpoison is free software; you can redistribute it and/or modify it under 9 - * the terms of the GNU General Public License as published by the Free 10 - * Software Foundation; either version 2, or (at your option) any later 11 - * version. 12 - * 13 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 14 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 15 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 17 14 * 18 15 * You should have received a copy of the GNU General Public License along with 19 - * this software; see the file COPYING. If not, write to the Free Software 20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 21 18 */ 22 19 23 20 #include <X11/X.h>
+10 -12
bar.h
··· 2 2 * functions for managing the program bar 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_BAR_H
+10 -12
communications.c
··· 2 2 * communications.c -- Send commands to a running copy of ratpoison. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #include <X11/X.h>
+10 -12
communications.h
··· 2 2 * communications.h -- Send commands to a running copy of ratpoison. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_COMMUNICATIONS_H
+10 -12
completions.c
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #define _GNU_SOURCE
+10 -12
completions.h
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef _RATPOISON_COMPLETIONS_H
+10 -12
config.h
··· 2 2 * Config file for ratpoison. Edit these values and recompile. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_CONF_H
+10 -12
data.h
··· 2 2 * our datatypes and global variables 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_DATA_H
+10 -12
editor.c
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #include <ctype.h>
+10 -12
editor.h
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef _RATPOISON_EDITOR_H
+10 -12
events.c
··· 2 2 * Ratpoison X events 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #include <X11/X.h>
+10 -12
events.h
··· 2 2 * Function prototypes 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_EVENTS_H
+10 -12
format.c
··· 1 1 /* 2 2 * Copyright (C) 2006 Antti Nyk�nen <aon@iki.fi> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #include <ctype.h>
+10 -12
format.h
··· 2 2 * Prototypes for format functions. 3 3 * Copyright (C) 2006 Antti Nyk�nen <aon@iki.fi> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_FORMAT_H
+10 -12
frame.c
··· 2 2 * functions that manipulate the frame structure. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #include "ratpoison.h"
+10 -12
frame.h
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef FRAME_H
+10 -12
globals.c
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #include "ratpoison.h"
+10 -12
globals.h
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef GLOBALS_H
+10 -12
group.c
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #include "ratpoison.h"
+10 -12
group.h
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef GROUP_H
+10 -12
history.c
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #include <ctype.h>
+10 -12
history.h
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef _RATPOISON_HISTORY_H
+10 -12
hook.c
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 /*
+10 -12
hook.h
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef HOOKS_H
+10 -12
input.c
··· 2 2 * Read keyboard input from the user. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #include <stdlib.h>
+10 -12
input.h
··· 2 2 * Function prototypes. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_INPUT_H
+10 -12
linkedlist.c
··· 5 5 * Modified by Shawn Betts. Portions created by Shawn Betts are Copyright (C) 6 6 * 2003, 2004 Shawn Betts 7 7 * 8 - * This file is part of ratpoison. 8 + * This program is free software; you can redistribute it and/or modify it 9 + * under the terms of the GNU General Public License as published by the Free 10 + * Software Foundation; either version 2 of the License, or (at your option) 11 + * any later version. 9 12 * 10 - * ratpoison is free software; you can redistribute it and/or modify it under 11 - * the terms of the GNU General Public License as published by the Free 12 - * Software Foundation; either version 2, or (at your option) any later 13 - * version. 14 - * 15 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 16 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 17 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 18 - * details. 13 + * This program is distributed in the hope that it will be useful, but WITHOUT 14 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 16 + * more details. 19 17 * 20 18 * You should have received a copy of the GNU General Public License along with 21 - * this software; see the file COPYING. If not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 20 + * Place, Suite 330, Boston, MA 02111-1307 USA. 23 21 */ 24 22 25 23 #include "linkedlist.h"
+10 -12
linkedlist.h
··· 5 5 * Modified by Shawn Betts. Portions created by Shawn Betts are Copyright (C) 6 6 * 2003, 2004 Shawn Betts 7 7 * 8 - * This file is part of ratpoison. 8 + * This program is free software; you can redistribute it and/or modify it 9 + * under the terms of the GNU General Public License as published by the Free 10 + * Software Foundation; either version 2 of the License, or (at your option) 11 + * any later version. 9 12 * 10 - * ratpoison is free software; you can redistribute it and/or modify it under 11 - * the terms of the GNU General Public License as published by the Free 12 - * Software Foundation; either version 2, or (at your option) any later 13 - * version. 14 - * 15 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 16 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 17 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 18 - * details. 13 + * This program is distributed in the hope that it will be useful, but WITHOUT 14 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 16 + * more details. 19 17 * 20 18 * You should have received a copy of the GNU General Public License along with 21 - * this software; see the file COPYING. If not, write to the Free Software 22 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 20 + * Place, Suite 330, Boston, MA 02111-1307 USA. 23 21 */ 24 22 25 23 #ifndef _RATPOISON_LINKLIST_H
+10 -12
manage.c
··· 4 4 * 5 5 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 6 6 * 7 - * This file is part of ratpoison. 7 + * This program is free software; you can redistribute it and/or modify it 8 + * under the terms of the GNU General Public License as published by the Free 9 + * Software Foundation; either version 2 of the License, or (at your option) 10 + * any later version. 8 11 * 9 - * ratpoison is free software; you can redistribute it and/or modify it under 10 - * the terms of the GNU General Public License as published by the Free 11 - * Software Foundation; either version 2, or (at your option) any later 12 - * version. 13 - * 14 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 15 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 16 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 17 - * details. 12 + * This program is distributed in the hope that it will be useful, but WITHOUT 13 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 + * more details. 18 16 * 19 17 * You should have received a copy of the GNU General Public License along with 20 - * this software; see the file COPYING. If not, write to the Free Software 21 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 19 + * Place, Suite 330, Boston, MA 02111-1307 USA. 22 20 */ 23 21 24 22 #include <X11/X.h>
+10 -12
manage.h
··· 2 2 * manage.h 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_MANAGE_H
+10 -12
messages.h
··· 2 2 * Ratpoison messages. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_MESSAGES_H
+10 -12
number.c
··· 2 2 * handles the handing out of and uniqueness of window numbers. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #include <stdlib.h>
+10 -12
number.h
··· 2 2 * Function prototypes. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_NUMBER_H
+10 -11
ratpoison.1
··· 1 - .\" This man page is free software; you can redistribute it and/or modify 2 - .\" it under the terms of the GNU General Public License as published by 3 - .\" the Free Software Foundation; either version 2, or (at your option) 1 + .\" This program is free software; you can redistribute it and/or modify it 2 + .\" under the terms of the GNU General Public License as published by the Free 3 + .\" Software Foundation; either version 2 of the License, or (at your option) 4 4 .\" any later version. 5 5 .\" 6 - .\" This man page is distributed in the hope that it will be useful, 7 - .\" but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - .\" GNU General Public License for more details. 6 + .\" This program is distributed in the hope that it will be useful, but WITHOUT 7 + .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 8 + .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 9 + .\" more details. 10 10 .\" 11 - .\" You should have received a copy of the GNU General Public License 12 - .\" along with this software; see the file COPYING. If not, write to 13 - .\" the Free Software Foundation, Inc., 59 Temple Place, Suite 330, 14 - .\" Boston, MA 02111-1307 USA 11 + .\" You should have received a copy of the GNU General Public License along with 12 + .\" this program; if not, write to the Free Software Foundation, Inc., 59 Temple 13 + .\" Place, Suite 330, Boston, MA 02111-1307 USA. 15 14 .\" 16 15 .\" 17 16 .\" This manpage is written using the mdoc macro language.
+10 -13
ratpoison.c
··· 1 1 /* 2 - * Ratpoison. 3 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 3 * 5 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 6 8 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 16 13 * 17 14 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 17 */ 21 18 22 19 #include <X11/X.h>
+10 -12
ratpoison.h
··· 2 2 * Standard header for ratpoison. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_H
+10 -12
sbuf.c
··· 2 2 * Functions for handling string buffers. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #include <string.h>
+10 -12
sbuf.h
··· 2 2 * Function prototypes for handling string buffers. 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_SBUF_H
+10 -12
screen.c
··· 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * Copyright (C) 2016 Mathieu OTHACEHE <m.othacehe@gmail.com> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #include "ratpoison.h"
+10 -12
screen.h
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef SCREEN_H
+11 -14
split.c
··· 1 1 /* 2 + * Functions for handling window splitting and tiling. 2 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 4 * 4 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 5 9 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 15 14 * 16 15 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 - * 20 - * Functions for handling window splitting and tiling. 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 21 18 */ 22 19 23 20 #include <unistd.h>
+10 -12
split.h
··· 1 1 /* 2 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef SPLIT_H
+5 -5
utf8.c
··· 6 6 * under the terms of the GNU General Public License as published by the Free 7 7 * Software Foundation; either version 2 of the License, or (at your option) 8 8 * any later version. 9 - 9 + * 10 10 * This program is distributed in the hope that it will be useful, but WITHOUT 11 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 13 * more details. 14 - 14 + * 15 15 * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 51 17 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 18 18 */ 19 19 20 20 #include "ratpoison.h"
+16
utf8.h
··· 1 + /* 2 + * This program is free software; you can redistribute it and/or modify it 3 + * under the terms of the GNU General Public License as published by the Free 4 + * Software Foundation; either version 2 of the License, or (at your option) 5 + * any later version. 6 + * 7 + * This program is distributed in the hope that it will be useful, but WITHOUT 8 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 9 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 10 + * more details. 11 + * 12 + * You should have received a copy of the GNU General Public License along with 13 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 14 + * Place, Suite 330, Boston, MA 02111-1307 USA. 15 + */ 16 + 1 17 #ifndef UTF8_H 2 18 #define UTF8_H 3 19
+10 -13
util.c
··· 1 1 /* 2 - * Ratpoison. 3 2 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 3 * 5 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 6 8 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 16 13 * 17 14 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 17 */ 21 18 22 19 #include "ratpoison.h"
+16
util.h
··· 1 + /* 2 + * This program is free software; you can redistribute it and/or modify it 3 + * under the terms of the GNU General Public License as published by the Free 4 + * Software Foundation; either version 2 of the License, or (at your option) 5 + * any later version. 6 + * 7 + * This program is distributed in the hope that it will be useful, but WITHOUT 8 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 9 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 10 + * more details. 11 + * 12 + * You should have received a copy of the GNU General Public License along with 13 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 14 + * Place, Suite 330, Boston, MA 02111-1307 USA. 15 + */ 16 + 1 17 #ifndef UTIL_H 2 18 #define UTIL_H 3 19
+10 -12
window.c
··· 2 2 * functions for handling the window list 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #include <stdio.h>
+10 -12
window.h
··· 2 2 * functions for managing the window list 3 3 * Copyright (C) 2000, 2001, 2002, 2003, 2004 Shawn Betts <sabetts@vcn.bc.ca> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or modify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #ifndef _RATPOISON_LIST_H
+10 -12
xrandr.c
··· 2 2 * functions for grabbing information about xrandr screens 3 3 * Copyright (C) 2016 Mathieu OTHACEHE <m.othacehe@gmail.com> 4 4 * 5 - * This file is part of ratpoison. 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of the GNU General Public License as published by the Free 7 + * Software Foundation; either version 2 of the License, or (at your option) 8 + * any later version. 6 9 * 7 - * ratpoison is free software; you can redistribute it and/or moify it under 8 - * the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; either version 2, or (at your option) any later 10 - * version. 11 - * 12 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 13 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 14 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 15 - * details. 10 + * This program is distributed in the hope that it will be useful, but WITHOUT 11 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 + * more details. 16 14 * 17 15 * You should have received a copy of the GNU General Public License along with 18 - * this software; see the file COPYING. If not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 + * Place, Suite 330, Boston, MA 02111-1307 USA. 20 18 */ 21 19 22 20 #include <X11/extensions/Xrandr.h>
+10 -12
xrandr.h
··· 1 1 /* 2 2 * Copyright (C) 2016 Mathieu OTHACEHE 3 3 * 4 - * This file is part of ratpoison. 4 + * This program is free software; you can redistribute it and/or modify it 5 + * under the terms of the GNU General Public License as published by the Free 6 + * Software Foundation; either version 2 of the License, or (at your option) 7 + * any later version. 5 8 * 6 - * ratpoison is free software; you can redistribute it and/or modify it under 7 - * the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; either version 2, or (at your option) any later 9 - * version. 10 - * 11 - * ratpoison is distributed in the hope that it will be useful, but WITHOUT ANY 12 - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 13 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 14 - * details. 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 15 13 * 16 14 * You should have received a copy of the GNU General Public License along with 17 - * this software; see the file COPYING. If not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 + * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 + * Place, Suite 330, Boston, MA 02111-1307 USA. 19 17 */ 20 18 21 19 #ifndef XRANDR_H