From 8b8228c8fedc0d7fd450ec0b33c110d85b468f8a Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Thu, 4 Feb 2010 12:57:39 -0800 Subject: Copyright/license fu --- src/ido.h | 0 src/idoentrymenuitem.c | 29 ++++++++++++++++------------- src/idoentrymenuitem.h | 29 ++++++++++++++++------------- src/idoscalemenuitem.c | 29 ++++++++++++++++------------- src/idoscalemenuitem.h | 29 ++++++++++++++++------------- src/libido.h | 32 ++++++++++++++++++++++++++++++++ 6 files changed, 96 insertions(+), 52 deletions(-) delete mode 100644 src/ido.h create mode 100644 src/libido.h (limited to 'src') diff --git a/src/ido.h b/src/ido.h deleted file mode 100644 index e69de29..0000000 diff --git a/src/idoentrymenuitem.c b/src/idoentrymenuitem.c index 1d5bd54..f5aaaf1 100644 --- a/src/idoentrymenuitem.c +++ b/src/idoentrymenuitem.c @@ -1,20 +1,23 @@ /* - * Copyright (C) 2010 Canonical, Ltd. + * Copyright 2010 Canonical, Ltd. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 free software: you can redistribute it and/or modify it + * under the terms of either or both of the following licenses: * - * This library 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 - * Lesser General Public License for more details. + * 1) the GNU Lesser General Public License version 3, as published by the + * Free Software Foundation; and/or + * 2) the GNU Lesser General Public License version 2.1, as published by + * the Free Software Foundation. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the applicable version of the GNU Lesser General Public + * License for more details. + * + * You should have received a copy of both the GNU Lesser General Public + * License version 3 and version 2.1 along with this program. If not, see + * * * Authors: * Cody Russell diff --git a/src/idoentrymenuitem.h b/src/idoentrymenuitem.h index f863f74..417e774 100644 --- a/src/idoentrymenuitem.h +++ b/src/idoentrymenuitem.h @@ -1,20 +1,23 @@ /* - * Copyright (C) 2010 Canonical, Ltd. + * Copyright 2010 Canonical, Ltd. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 free software: you can redistribute it and/or modify it + * under the terms of either or both of the following licenses: * - * This library 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 - * Lesser General Public License for more details. + * 1) the GNU Lesser General Public License version 3, as published by the + * Free Software Foundation; and/or + * 2) the GNU Lesser General Public License version 2.1, as published by + * the Free Software Foundation. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the applicable version of the GNU Lesser General Public + * License for more details. + * + * You should have received a copy of both the GNU Lesser General Public + * License version 3 and version 2.1 along with this program. If not, see + * * * Authors: * Cody Russell diff --git a/src/idoscalemenuitem.c b/src/idoscalemenuitem.c index 85caa59..7bc75d9 100644 --- a/src/idoscalemenuitem.c +++ b/src/idoscalemenuitem.c @@ -1,20 +1,23 @@ /* - * Copyright (C) 2010 Canonical, Ltd. + * Copyright 2010 Canonical, Ltd. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 free software: you can redistribute it and/or modify it + * under the terms of either or both of the following licenses: * - * This library 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 - * Lesser General Public License for more details. + * 1) the GNU Lesser General Public License version 3, as published by the + * Free Software Foundation; and/or + * 2) the GNU Lesser General Public License version 2.1, as published by + * the Free Software Foundation. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the applicable version of the GNU Lesser General Public + * License for more details. + * + * You should have received a copy of both the GNU Lesser General Public + * License version 3 and version 2.1 along with this program. If not, see + * * * Authors: * Cody Russell diff --git a/src/idoscalemenuitem.h b/src/idoscalemenuitem.h index 78a9b25..4d43e96 100644 --- a/src/idoscalemenuitem.h +++ b/src/idoscalemenuitem.h @@ -1,20 +1,23 @@ /* - * Copyright (C) 2010 Canonical, Ltd. + * Copyright 2010 Canonical, Ltd. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser 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 free software: you can redistribute it and/or modify it + * under the terms of either or both of the following licenses: * - * This library 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 - * Lesser General Public License for more details. + * 1) the GNU Lesser General Public License version 3, as published by the + * Free Software Foundation; and/or + * 2) the GNU Lesser General Public License version 2.1, as published by + * the Free Software Foundation. * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the applicable version of the GNU Lesser General Public + * License for more details. + * + * You should have received a copy of both the GNU Lesser General Public + * License version 3 and version 2.1 along with this program. If not, see + * * * Authors: * Cody Russell diff --git a/src/libido.h b/src/libido.h new file mode 100644 index 0000000..dcff8d8 --- /dev/null +++ b/src/libido.h @@ -0,0 +1,32 @@ +/* + * Copyright 2010 Canonical, Ltd. + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of either or both of the following licenses: + * + * 1) the GNU Lesser General Public License version 3, as published by the + * Free Software Foundation; and/or + * 2) the GNU Lesser General Public License version 2.1, as published by + * the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the applicable version of the GNU Lesser General Public + * License for more details. + * + * You should have received a copy of both the GNU Lesser General Public + * License version 3 and version 2.1 along with this program. If not, see + * + * + * Authors: + * Cody Russell + */ + +#ifndef __IDO__ +#define __IDO__ + +#include +#include + +#endif /* __IDO__ */ -- cgit v1.2.3