[license] Change the license of VBUS to Apache.
This commit is contained in:
parent
e158d48de0
commit
4bbfaf9333
|
@ -1,26 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Priority Queue
|
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
|
||||||
*
|
*
|
||||||
* COPYRIGHT (C) 2013-2015, Shanghai Real-Thread Technology Co., Ltd
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* http://www.rt-thread.com
|
|
||||||
*
|
|
||||||
* This file is part of RT-Thread (http://www.rt-thread.org)
|
|
||||||
*
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
|
|
|
@ -1,26 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Priority Queue
|
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
|
||||||
*
|
*
|
||||||
* COPYRIGHT (C) 2013-2015, Shanghai Real-Thread Technology Co., Ltd
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* http://www.rt-thread.com
|
|
||||||
*
|
|
||||||
* This file is part of RT-Thread (http://www.rt-thread.org)
|
|
||||||
*
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
|
* Change Logs:
|
||||||
|
* Date Author Notes
|
||||||
|
*/
|
||||||
#ifndef __VBUS_API_H__
|
#ifndef __VBUS_API_H__
|
||||||
#define __VBUS_API_H__
|
#define __VBUS_API_H__
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* VMM Bus
|
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
|
||||||
*
|
*
|
||||||
* COPYRIGHT (C) 2013-2015, Shanghai Real-Thread Technology Co., Ltd
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* http://www.rt-thread.com
|
|
||||||
*
|
|
||||||
* This file is part of RT-Thread (http://www.rt-thread.org)
|
|
||||||
*
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
|
|
|
@ -1,34 +1,15 @@
|
||||||
#ifndef __VBUS_H__
|
|
||||||
#define __VBUS_H__
|
|
||||||
/*
|
/*
|
||||||
* VBus
|
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
|
||||||
*
|
*
|
||||||
* COPYRIGHT (C) 2013-2015, Shanghai Real-Thread Technology Co., Ltd
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* http://www.rt-thread.com
|
|
||||||
*
|
|
||||||
* This file is part of RT-Thread (http://www.rt-thread.org)
|
|
||||||
*
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
* 2014-06-09 Grissiom version 2.0.2; add comment
|
* 2014-06-09 Grissiom version 2.0.2; add comment
|
||||||
* 2015-01-06 Grissiom version 2.0.3; API change, no functional changes
|
* 2015-01-06 Grissiom version 2.0.3; API change, no functional changes
|
||||||
*/
|
*/
|
||||||
|
#ifndef __VBUS_H__
|
||||||
|
#define __VBUS_H__
|
||||||
|
|
||||||
#include <vbus_api.h>
|
#include <vbus_api.h>
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Channel on VMM Bus
|
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
|
||||||
*
|
*
|
||||||
* COPYRIGHT (C) 2013-2015, Shanghai Real-Thread Technology Co., Ltd
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* http://www.rt-thread.com
|
|
||||||
*
|
|
||||||
* This file is part of RT-Thread (http://www.rt-thread.org)
|
|
||||||
*
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
|
|
|
@ -1,26 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Water Gauge
|
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
|
||||||
*
|
*
|
||||||
* COPYRIGHT (C) 2014-2015, Shanghai Real-Thread Technology Co., Ltd
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* http://www.rt-thread.com
|
|
||||||
*
|
|
||||||
* This file is part of RT-Thread (http://www.rt-thread.org)
|
|
||||||
*
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
|
|
|
@ -1,26 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Thread queue with water mark
|
* COPYRIGHT (C) 2018, Real-Thread Information Technology Ltd
|
||||||
*
|
*
|
||||||
* COPYRIGHT (C) 2014-2015, Shanghai Real-Thread Technology Co., Ltd
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
* http://www.rt-thread.com
|
|
||||||
*
|
|
||||||
* This file is part of RT-Thread (http://www.rt-thread.org)
|
|
||||||
*
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* Change Logs:
|
* Change Logs:
|
||||||
* Date Author Notes
|
* Date Author Notes
|
||||||
|
|
Loading…
Reference in New Issue