问题描述
概述:
Stanford iOS教程包含一个实现(标题+实现文件),以帮助在使用核心数据时使用表视图。
Stanford iOS tutorials contains an implementation (header + implementation file) to help use the table view while using core data.
链接 -
文件名 - CoreDataTableViewController.zip (包含以下提到的2个文件)
File Name - CoreDataTableViewController.zip (contains the below mentioned 2 files)
- CoreDataTableViewController.h
- CoreDataTableViewController.m
- CoreDataTableViewController.h
- CoreDataTableViewController.m
它在这两个文件中包含以下文本:
It contains the following text in both the files:
// CoreDataTableViewController.h
//
// Created for Stanford CS193p Fall 2011.
// Copyright 2011 Stanford University. All rights reserved.
问题
- 我可以使用我的iOS应用程序中的2个文件吗?
- 我应该保留上述评论吗?
推荐答案
from this:
Well the page you downloaded them from has this:
斯坦福大学的这项工作是根据Creative Commons Attribution-Noncommercial-Share Alike 3.0美国执照颁发的。
"This work by Stanford University is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License."
所以你可以用它来研究&学习,但不是为了商业目的。
So you can use it for research & learning, but not for commercial purposes.
以下是该许可证的更多详细信息:
Here's more detail on that licence:http://creativecommons.org/licenses/by-nc-sa/3.0/us/
这篇关于iOS - 斯坦福教程 - CoreDataTableViewController - 许可证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!