# HG changeset patch # User Richard Hughes # Date 1214733317 -3600 # Node ID 455eaa5697676252775b36ef712e6ce2201f2c40 # Parent d4f7f167b8bb44698506b49f0d770804c4d9212b add missing licencing information at the top of each source file The licence text is needed when razor is packaged for Debian. :-) diff -r d4f7f167b8bb -r 455eaa569767 librazor/razor-internal.h --- a/librazor/razor-internal.h Sat Jun 28 20:34:29 2008 -0400 +++ b/librazor/razor-internal.h Sun Jun 29 10:55:17 2008 +0100 @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2008 Kristian Høgsberg + * Copyright (C) 2008 Red Hat, Inc + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #ifndef _RAZOR_INTERNAL_H_ #define _RAZOR_INTERNAL_H_ diff -r d4f7f167b8bb -r 455eaa569767 librazor/root.c --- a/librazor/root.c Sat Jun 28 20:34:29 2008 -0400 +++ b/librazor/root.c Sun Jun 29 10:55:17 2008 +0100 @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2008 Kristian Høgsberg + * Copyright (C) 2008 Red Hat, Inc + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include #include diff -r d4f7f167b8bb -r 455eaa569767 librazor/types.c --- a/librazor/types.c Sat Jun 28 20:34:29 2008 -0400 +++ b/librazor/types.c Sun Jun 29 10:55:17 2008 +0100 @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2008 Kristian Høgsberg + * Copyright (C) 2008 Red Hat, Inc + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include diff -r d4f7f167b8bb -r 455eaa569767 librazor/util.c --- a/librazor/util.c Sat Jun 28 20:34:29 2008 -0400 +++ b/librazor/util.c Sun Jun 29 10:55:17 2008 +0100 @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2008 Kristian Høgsberg + * Copyright (C) 2008 Red Hat, Inc + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include #include diff -r d4f7f167b8bb -r 455eaa569767 src/test-driver.c --- a/src/test-driver.c Sat Jun 28 20:34:29 2008 -0400 +++ b/src/test-driver.c Sun Jun 29 10:55:17 2008 +0100 @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2008 Kristian Høgsberg + * Copyright (C) 2008 Red Hat, Inc + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include #include #include