From 07cd13e757359e955870155135366a290d95bb3e Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 23 Mar 2015 12:17:58 +0100 Subject: [PATCH] Add copyright headers --- xdg-app-builtins-add-remote.c | 20 ++++++++++++++++++++ xdg-app-builtins-build-export.c | 20 ++++++++++++++++++++ xdg-app-builtins-build-finish.c | 20 ++++++++++++++++++++ xdg-app-builtins-build-init.c | 20 ++++++++++++++++++++ xdg-app-builtins-build.c | 20 ++++++++++++++++++++ xdg-app-builtins-delete-remote.c | 20 ++++++++++++++++++++ xdg-app-builtins-install.c | 20 ++++++++++++++++++++ xdg-app-builtins-list-remotes.c | 20 ++++++++++++++++++++ xdg-app-builtins-list.c | 20 ++++++++++++++++++++ xdg-app-builtins-make-current.c | 20 ++++++++++++++++++++ xdg-app-builtins-repo-contents.c | 20 ++++++++++++++++++++ xdg-app-builtins-repo-update.c | 20 ++++++++++++++++++++ xdg-app-builtins-run.c | 20 ++++++++++++++++++++ xdg-app-builtins-uninstall.c | 20 ++++++++++++++++++++ xdg-app-builtins-update.c | 20 ++++++++++++++++++++ xdg-app-builtins.h | 20 ++++++++++++++++++++ xdg-app-dir.c | 20 ++++++++++++++++++++ xdg-app-dir.h | 20 ++++++++++++++++++++ xdg-app-helper.c | 2 +- xdg-app-main.c | 20 ++++++++++++++++++++ xdg-app-run.c | 20 ++++++++++++++++++++ xdg-app-run.h | 20 ++++++++++++++++++++ xdg-app-session-helper.c | 20 ++++++++++++++++++++ xdg-app-utils.c | 20 ++++++++++++++++++++ xdg-app-utils.h | 20 ++++++++++++++++++++ 25 files changed, 481 insertions(+), 1 deletion(-) diff --git a/xdg-app-builtins-add-remote.c b/xdg-app-builtins-add-remote.c index f8d88d84..e8d619a3 100644 --- a/xdg-app-builtins-add-remote.c +++ b/xdg-app-builtins-add-remote.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-build-export.c b/xdg-app-builtins-build-export.c index f67e2320..8cf67a2e 100644 --- a/xdg-app-builtins-build-export.c +++ b/xdg-app-builtins-build-export.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-build-finish.c b/xdg-app-builtins-build-finish.c index 6082613f..fe7155a0 100644 --- a/xdg-app-builtins-build-finish.c +++ b/xdg-app-builtins-build-finish.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-build-init.c b/xdg-app-builtins-build-init.c index f9b74824..89892bf4 100644 --- a/xdg-app-builtins-build-init.c +++ b/xdg-app-builtins-build-init.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-build.c b/xdg-app-builtins-build.c index 2bfc8986..837fda9f 100644 --- a/xdg-app-builtins-build.c +++ b/xdg-app-builtins-build.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-delete-remote.c b/xdg-app-builtins-delete-remote.c index eaa4f8c2..53ef6e24 100644 --- a/xdg-app-builtins-delete-remote.c +++ b/xdg-app-builtins-delete-remote.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-install.c b/xdg-app-builtins-install.c index ebb9ff91..3395fb3a 100644 --- a/xdg-app-builtins-install.c +++ b/xdg-app-builtins-install.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-list-remotes.c b/xdg-app-builtins-list-remotes.c index 98916895..344481ed 100644 --- a/xdg-app-builtins-list-remotes.c +++ b/xdg-app-builtins-list-remotes.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-list.c b/xdg-app-builtins-list.c index f5fb138b..53a302a7 100644 --- a/xdg-app-builtins-list.c +++ b/xdg-app-builtins-list.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-make-current.c b/xdg-app-builtins-make-current.c index ccc671ea..eac1c649 100644 --- a/xdg-app-builtins-make-current.c +++ b/xdg-app-builtins-make-current.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-repo-contents.c b/xdg-app-builtins-repo-contents.c index 36acbe41..ca8874be 100644 --- a/xdg-app-builtins-repo-contents.c +++ b/xdg-app-builtins-repo-contents.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-repo-update.c b/xdg-app-builtins-repo-update.c index 4dd2b3d3..e817f557 100644 --- a/xdg-app-builtins-repo-update.c +++ b/xdg-app-builtins-repo-update.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-run.c b/xdg-app-builtins-run.c index 30db3f3e..a0949154 100644 --- a/xdg-app-builtins-run.c +++ b/xdg-app-builtins-run.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-uninstall.c b/xdg-app-builtins-uninstall.c index 1c76d535..5c21696f 100644 --- a/xdg-app-builtins-uninstall.c +++ b/xdg-app-builtins-uninstall.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins-update.c b/xdg-app-builtins-update.c index a47e7111..7b6a0e73 100644 --- a/xdg-app-builtins-update.c +++ b/xdg-app-builtins-update.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-builtins.h b/xdg-app-builtins.h index ddfb1192..08c3a727 100644 --- a/xdg-app-builtins.h +++ b/xdg-app-builtins.h @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #ifndef __XDG_APP_BUILTINS_H__ #define __XDG_APP_BUILTINS_H__ diff --git a/xdg-app-dir.c b/xdg-app-dir.c index 775921c3..06ba3101 100644 --- a/xdg-app-dir.c +++ b/xdg-app-dir.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-dir.h b/xdg-app-dir.h index f145f400..e55dcaa8 100644 --- a/xdg-app-dir.h +++ b/xdg-app-dir.h @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #ifndef __XDG_APP_DIR_H__ #define __XDG_APP_DIR_H__ diff --git a/xdg-app-helper.c b/xdg-app-helper.c index 3cc00224..6b3412a2 100644 --- a/xdg-app-helper.c +++ b/xdg-app-helper.c @@ -1,7 +1,7 @@ /* xdg-app-helper * Copyright (C) 2014 Alexander Larsson * - * This probram is free software; you can redistribute it and/or + * This program 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. diff --git a/xdg-app-main.c b/xdg-app-main.c index 27ec5b92..09a207b2 100644 --- a/xdg-app-main.c +++ b/xdg-app-main.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-run.c b/xdg-app-run.c index 879da2c0..4089f4c5 100644 --- a/xdg-app-run.c +++ b/xdg-app-run.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-run.h b/xdg-app-run.h index 82ed91ad..0d29c55d 100644 --- a/xdg-app-run.h +++ b/xdg-app-run.h @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #ifndef __XDG_APP_RUN_H__ #define __XDG_APP_RUN_H__ diff --git a/xdg-app-session-helper.c b/xdg-app-session-helper.c index 54183c53..1fd66535 100644 --- a/xdg-app-session-helper.c +++ b/xdg-app-session-helper.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include diff --git a/xdg-app-utils.c b/xdg-app-utils.c index a47e63d4..41e06d35 100644 --- a/xdg-app-utils.c +++ b/xdg-app-utils.c @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #include "config.h" #include "xdg-app-utils.h" diff --git a/xdg-app-utils.h b/xdg-app-utils.h index 3324a429..1b5730f6 100644 --- a/xdg-app-utils.h +++ b/xdg-app-utils.h @@ -1,3 +1,23 @@ +/* + * Copyright © 2014 Red Hat, Inc + * + * This program 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 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. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. If not, see . + * + * Authors: + * Alexander Larsson + */ + #ifndef __XDG_APP_UTILS_H__ #define __XDG_APP_UTILS_H__