From b6f1c09101c08f34df34c0925beb8f3958e13d88 Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 27 Jan 2012 11:14:57 +0000 Subject: Remove license info from individual source files. Move main license file to project root. --- src/mq/mq.cpp | 18 ------------------ src/mq/mq.h | 16 ---------------- src/simpl/base.cpp | 19 ------------------- src/simpl/base.h | 18 ------------------ src/simpl/exceptions.cpp | 19 ------------------- src/simpl/exceptions.h | 20 +------------------- src/simpl/simplloris.h | 18 ------------------ 7 files changed, 1 insertion(+), 127 deletions(-) (limited to 'src') diff --git a/src/mq/mq.cpp b/src/mq/mq.cpp index e842ac6..26b2674 100644 --- a/src/mq/mq.cpp +++ b/src/mq/mq.cpp @@ -1,23 +1,5 @@ -/* Copyright (c) 2010 John Glover, National University of Ireland, Maynooth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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 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 - */ - #include "mq.h" - /* ------------------------------------------------------------------------- * Initialisation and destruction */ diff --git a/src/mq/mq.h b/src/mq/mq.h index e428f7e..611203d 100644 --- a/src/mq/mq.h +++ b/src/mq/mq.h @@ -1,19 +1,3 @@ -/* Copyright (c) 2010 John Glover, National University of Ireland, Maynooth - - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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 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 - */ #ifndef _MQ_H #define _MQ_H diff --git a/src/simpl/base.cpp b/src/simpl/base.cpp index 16a0f8a..2ec670e 100644 --- a/src/simpl/base.cpp +++ b/src/simpl/base.cpp @@ -1,22 +1,3 @@ -/* - * Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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 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 - * - */ - #include #include "base.h" diff --git a/src/simpl/base.h b/src/simpl/base.h index 6ca1b97..2657cf1 100644 --- a/src/simpl/base.h +++ b/src/simpl/base.h @@ -1,23 +1,5 @@ #ifndef BASE_H #define BASE_H -/* - * Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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 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 - * - */ #include #include diff --git a/src/simpl/exceptions.cpp b/src/simpl/exceptions.cpp index d64ae6f..92b3840 100644 --- a/src/simpl/exceptions.cpp +++ b/src/simpl/exceptions.cpp @@ -1,22 +1,3 @@ -/* - * Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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 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 - * - */ - #include "exceptions.h" #include diff --git a/src/simpl/exceptions.h b/src/simpl/exceptions.h index f556b6a..90baafa 100644 --- a/src/simpl/exceptions.h +++ b/src/simpl/exceptions.h @@ -1,24 +1,6 @@ #ifndef EXCEPTIONS_H #define EXCEPTIONS_H -/* - * Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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 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 - * - */ - +// // Mostly taken from the LorisException.h file in Loris (http://www.cerlsoundgroup.org/loris) #include diff --git a/src/simpl/simplloris.h b/src/simpl/simplloris.h index fe2f9fc..b54d155 100644 --- a/src/simpl/simplloris.h +++ b/src/simpl/simplloris.h @@ -1,23 +1,5 @@ #ifndef SIMPLLORIS_H #define SIMPLLORIS_H -/* - * Copyright (c) 2009-2011 John Glover, National University of Ireland, Maynooth - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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 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 - * - */ #include -- cgit v1.2.3