summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-01-17 09:51:44 +0100
committerMurray Cumming <murrayc@murrayc.com>2013-01-17 09:52:00 +0100
commit41cccb3575f20c257c54f8af8cb01903eed1f63a (patch)
tree2e581532264bd90a42228105b058a4761664d220 /examples
parent4b8a234243f1b9677cdb7ff536d60736b40aa519 (diff)
downloadrygel-41cccb3575f20c257c54f8af8cb01903eed1f63a.tar.gz
docs: Change C example code license.
LGPL is not really appropriate for example code.
Diffstat (limited to 'examples')
-rw-r--r--examples/fullscreen-renderer.c23
-rw-r--r--examples/renderer-plugins/C/example-player.c21
-rw-r--r--examples/renderer-plugins/C/example-player.h21
-rw-r--r--examples/renderer-plugins/C/example-renderer-plugin.c21
-rw-r--r--examples/renderer-plugins/C/example-renderer-plugin.h21
-rw-r--r--examples/server-plugins/C/example-root-container.c21
-rw-r--r--examples/server-plugins/C/example-root-container.h21
-rw-r--r--examples/server-plugins/C/example-server-plugin.c21
-rw-r--r--examples/server-plugins/C/example-server-plugin.h21
-rw-r--r--examples/standalone-renderer-gst.c23
-rw-r--r--examples/standalone-server.c24
11 files changed, 44 insertions, 194 deletions
diff --git a/examples/fullscreen-renderer.c b/examples/fullscreen-renderer.c
index 87bd81ef..b34176a6 100644
--- a/examples/fullscreen-renderer.c
+++ b/examples/fullscreen-renderer.c
@@ -1,23 +1,8 @@
-/*
- * Copyright (C) 2012 Openismus GmbH.
- *
- * Author: Jens Georg <jensg@openismus.com>
- *
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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.
+/* Copyright (C) 2012 Intel Corporation
*
- * You should have received a copy of the GNU Lesser 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.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
/*
diff --git a/examples/renderer-plugins/C/example-player.c b/examples/renderer-plugins/C/example-player.c
index d52ba760..4bd98578 100644
--- a/examples/renderer-plugins/C/example-player.c
+++ b/examples/renderer-plugins/C/example-player.c
@@ -1,21 +1,8 @@
-/*
- * Copyright (C) 2012 Intel Corporation
+/* Copyright (C) 2012 Intel Corporation
*
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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 program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
#include "example-player.h"
diff --git a/examples/renderer-plugins/C/example-player.h b/examples/renderer-plugins/C/example-player.h
index ee208811..daa4fd4a 100644
--- a/examples/renderer-plugins/C/example-player.h
+++ b/examples/renderer-plugins/C/example-player.h
@@ -1,21 +1,8 @@
-/*
- * Copyright (C) 2012 Intel Corporation
+/* Copyright (C) 2012 Intel Corporation
*
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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 program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
#ifndef __RYGEL_EXAMPLE_PLAYER_H__
diff --git a/examples/renderer-plugins/C/example-renderer-plugin.c b/examples/renderer-plugins/C/example-renderer-plugin.c
index b774d610..5ab5933f 100644
--- a/examples/renderer-plugins/C/example-renderer-plugin.c
+++ b/examples/renderer-plugins/C/example-renderer-plugin.c
@@ -1,21 +1,8 @@
-/*
- * Copyright (C) 2012 Intel Corporation
+/* Copyright (C) 2012 Intel Corporation
*
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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 program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
#include "example-renderer-plugin.h"
diff --git a/examples/renderer-plugins/C/example-renderer-plugin.h b/examples/renderer-plugins/C/example-renderer-plugin.h
index d8ed7076..7afdb626 100644
--- a/examples/renderer-plugins/C/example-renderer-plugin.h
+++ b/examples/renderer-plugins/C/example-renderer-plugin.h
@@ -1,21 +1,8 @@
-/*
- * Copyright (C) 2012 Intel Corporation
+/* Copyright (C) 2012 Intel Corporation
*
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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 program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
#ifndef __RYGEL_EXAMPLE_RENDERER_PLUGIN_H__
diff --git a/examples/server-plugins/C/example-root-container.c b/examples/server-plugins/C/example-root-container.c
index 0d395ab0..c6c8ffee 100644
--- a/examples/server-plugins/C/example-root-container.c
+++ b/examples/server-plugins/C/example-root-container.c
@@ -1,21 +1,8 @@
-/*
- * Copyright (C) 2012 Intel Corporation
+/* Copyright (C) 2012 Intel Corporation
*
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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 program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
#include "example-root-container.h"
diff --git a/examples/server-plugins/C/example-root-container.h b/examples/server-plugins/C/example-root-container.h
index ad5f56bf..b0272d82 100644
--- a/examples/server-plugins/C/example-root-container.h
+++ b/examples/server-plugins/C/example-root-container.h
@@ -1,21 +1,8 @@
-/*
- * Copyright (C) 2012 Intel Corporation
+/* Copyright (C) 2012 Intel Corporation
*
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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 program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
#ifndef __RYGEL_EXAMPLE_ROOT_CONTAINER_H__
diff --git a/examples/server-plugins/C/example-server-plugin.c b/examples/server-plugins/C/example-server-plugin.c
index eb856419..733d134e 100644
--- a/examples/server-plugins/C/example-server-plugin.c
+++ b/examples/server-plugins/C/example-server-plugin.c
@@ -1,21 +1,8 @@
-/*
- * Copyright (C) 2012 Intel Corporation
+/* Copyright (C) 2012 Intel Corporation
*
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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 program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
#include "example-server-plugin.h"
diff --git a/examples/server-plugins/C/example-server-plugin.h b/examples/server-plugins/C/example-server-plugin.h
index 0b552ae9..40ca6cb1 100644
--- a/examples/server-plugins/C/example-server-plugin.h
+++ b/examples/server-plugins/C/example-server-plugin.h
@@ -1,21 +1,8 @@
-/*
- * Copyright (C) 2012 Intel Corporation
+/* Copyright (C) 2012 Intel Corporation
*
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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 program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
#ifndef __RYGEL_EXAMPLE_SERVER_PLUGIN_H__
diff --git a/examples/standalone-renderer-gst.c b/examples/standalone-renderer-gst.c
index 4a073848..4f3eb0cc 100644
--- a/examples/standalone-renderer-gst.c
+++ b/examples/standalone-renderer-gst.c
@@ -1,23 +1,8 @@
-/*
- * Copyright (C) 2012 Openismus GmbH.
- *
- * Author: Jens Georg <jensg@openismus.com>
- *
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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.
+/* Copyright (C) 2012 Intel Corporation
*
- * You should have received a copy of the GNU Lesser 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.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
/*
diff --git a/examples/standalone-server.c b/examples/standalone-server.c
index dd9a6a30..6108cce1 100644
--- a/examples/standalone-server.c
+++ b/examples/standalone-server.c
@@ -1,24 +1,8 @@
-/*
- * Copyright (C) 2012 Openismus GmbH.
- * Copyright (C) 2012 Intel Corporation.
- *
- * Author: Jens Georg <jensg@openismus.com>
- *
- * This file is part of Rygel.
- *
- * Rygel 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.
- *
- * Rygel 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.
+/* Copyright (C) 2012 Intel Corporation
*
- * You should have received a copy of the GNU Lesser 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.
+ * Permission to use, copy, modify, distribute, and sell this example
+ * for any purpose is hereby granted without fee.
+ * It is provided "as is" without express or implied warranty.
*/
/*